@CHARSET "UTF-8";

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background-image: url(../images/bg_02.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EAEBED;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
}



.topnav {
	background-color: #E6E5E4;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	margin: 15px 0 0 0;
	padding: 4px;
}

.topnav a,
.topnav a:active,
.topnav a:visited {
	color: #333;
	text-decoration: none;
}

.topnav a:hover {
	color: #fff;
	text-decoration: none;
}

.box a,
.box a:active,
.box a:visited {
	color: #a38f6c;
	text-decoration: none;
}

.box a:hover {
	color: #6B614E;
	text-decoration: underline;
}

.topnav:hover {
	color: #fff;
	background-color: #6B614E;
}

#topheader {
	position: relative;
	margin: auto;
	width: 80%;
	height: 80px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.topcontainer {
	height: 90px;
	margin: 20px 0 0 0;
}

.maintext {
	padding: 50px 0 0 0;
	width: 800px;
	margin: 0 auto;
}

.carousel_container {
	text-align: center;
	width: 900px;
	height: 500px;
	margin: 0px auto;
	border: 0px solid #3399FF;
}

.box {
	margin: 0 auto;
	
	color: #292929;
	width: 540px;
	line-height: 1.4em;
	border: 1px solid #BABABA;
	background-color: #ddd;
	padding-left: 20px;
	padding-right: 6px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: default;
	text-align: left;
	text-align: justify;
	word-spacing: 0.2em
	-moz-box-shadow: 1px 1px 25px #666;
    -webkit-box-shadow: 1px 1px 25px #666;
    box-shadow: 10px;
}

#head {
	position: relative;
	width: 100%;
	height: 141px;
	z-index: 500;
}

#headImage {
	float: left;
}

.headLink {
	color: #333;
	text-decoration: none;
	display: block;
	height: 21px;
	background-color: #e7e5e4;
	text-align: center;
	text-transform: uppercase;
}

.headLink:hover {
	color: #333;
	text-decoration: none;
	background-color: #a38f6c;
}

#headLinksContainer {
	position: relative;
	margin: 46px 75px 0 0;
	display: block;
	height: 21px;
	width: 323px;
	float: right;
	z-index: 999;
}

#mailLink {
	float: left;
	width: 85px;
}

#fsLink {
	float: right;
	width: 220px;
}

.breaker {
	clear: both;
	margin: 0;
}
/*
.center{
	
}
*/
.center{
	display: block;
	width: 100%;
	text-align: center;
	padding: 3px;
}
#animDiv p{
	margin: 0;
	padding: 15px;
	text-align: justify;
}

#admin_div{
	position:relative;
	width:80%;
	margin: 0 auto;
	height:70%;
	background: #fff;
	}

/*----------*/
#loginform li{
		float:left;
		list-style: none;
	}


input {
		border: thin solid #ccc;
		padding: 3px;
		color: #3D3D3D;
		background-color: #fff;
		font-family: times;
		font-size: 16px;
	}
#login{
	font-family: 'arial';
	}
#submit{
	font-family: 'arial';
	font-size: 12px;
	}

input:HOVER {
		border: thin solid #d28000;
		
	}


fieldset  {
	 border: thin solid #ccc !important;
	}

fieldset legend {
	 border: thin solid #ccc;
	 padding: 5px;
	 margin-left: 10px;
	}


.important1 {background: #FF9B9B; padding: 1em; border-top: 1px #ff0000 dotted; border-bottom: 1px #ff0000 dotted;}

ul.errors{
	font-size:10px;
	color:red;
	list-style: none;
	font-family: inherit;
	}


input.adminbutton
{
   
   
   width:90px;
   height:20px;
   background-color:#779999;
   background-image:url(back03.gif);
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;
   color:#464646;
   
}

input.adminbutton:HOVER
{
   
   
   width:90px;
   height:20px;
   background-color:#779999;
   background-image:url(back03.gif);
   border-style:solid;
   border-color:#F57E20;
   border-width:1px;
   color:#000000;
}