@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color:#313131; 
	background: #FFF;
	line-height: 100%;
}

html {
       overflow-y: scroll;
}


#header-wrap {
	width: 100%;
	background: #f7f7f7;
	padding: 0px 0 60px 0;
}

#header {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	width: 65px;
	height: 65px;
	margin: 0 10px 0 0;
	float: left;
}

#title {
	float: left;
}
.title {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	margin: 0;
	font-weight: bold;
}
.est {
	margin: 10px 0 0 0;
	font-size: 0.9em;}


#login input[type="password"], #login input[type="text"] {
-webkit-appearance: textfield;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
background-color: white;
color: #313131;
border: 1px solid #ccc;
cursor: auto;
padding: 5px 0 5px 5px;
width: 150px;
height: 15px;
font-size: 0.9em;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*#fake, #real {position:absolute;}*/

#login {
	width:395px;
	float:right;
	border-radius: 10px;
	padding: 10px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
	margin-top: 50px;

}	

.field {float: left; margin-right: 10px;}

.loginbtn {
	background: #e7e7e7; 
	padding: 3px; 
	text-transform: uppercase; 
	font-size: 0.9em;
	border:2px outset #fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}

.loginbtn:hover {background: #ccc;}

#container {
	width: 100%;
}

.main {
	padding: 40px 0;
	width:1000px;
	margin: 0 auto;
	line-height: 25px;
}

.main ul li {
	list-style-type: disc;
	margin: 0 0 5px 50px;
	line-height: 25px;
}


#footerwrap {
	padding: 20px 0;
	width:100%;
	background: #1f2a30;
	border-top:1px solid #444;
	clear:both;
	
}
#footer {
	width: 1000px;
	margin: 0 auto;
	color: #666;
	line-height: 20px;
	min-height: 100px;
}

#footer p, #footer a{
	font-size: 0.9em;
	color: #f7f7f7;
	text-decoration: none;
	
}

#footer a:hover {text-decoration:underline;}
	
#footer ul {
	list-style-type:none;
}



#footerleft {
	width: 250px;
	margin-right:10px;
	float:left;
}

#footermid {
	width: 200px;
	margin-right:10px;
	float:left;
}
#footerright {
	float: right;
	width: 260px;
}

h1 {
	color: #313131; 
	font-size: 1.6em;
	margin: 0 0 20px 0;
	line-height: 150%;
}

h2 {
	color: #fff;
	font-size: 1em;
	margin: 0 0 10px 0;
	text-shadow: 2px 2px 0 #313131;
}


img {
	border: none;
}


/* MAIN TOP MENU */

#menubar {
	clear:both;
	width:100%;
	height:45px;
	background: #5487a8;
background: -moz-linear-gradient(top,  #5487a8 0%, #2a6a93 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5487a8), color-stop(100%,#2a6a93));
background: -webkit-linear-gradient(top,  #5487a8 0%,#2a6a93 100%);
background: -o-linear-gradient(top,  #5487a8 0%,#2a6a93 100%);
background: -ms-linear-gradient(top,  #5487a8 0%,#2a6a93 100%);
background: linear-gradient(to bottom,  #5487a8 0%,#2a6a93 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5487a8', endColorstr='#2a6a93',GradientType=0 );


	margin:0;
	padding: 0;
}
		
#menu {
	width:1000px;
	height:45px;
	margin: 0 auto;
}


#main-nav {
 float: left;
 margin: 0; padding: 0;
 font-size:1em;
 text-transform:uppercase;
 letter-spacing: 1px;
}

#main-nav li a, #main-nav li {
 float: left;
}

#main-nav li {
 list-style: none;
 position: relative;
}

#main-nav li a {
 padding: 1.2em 2.9em;
 text-decoration: none;
 color: #fff;	
 border-right: 1px solid #5f93b4;


}

#main-nav li a:hover {
 
 text-shadow: 2px 2px 2px #000;
}
/* END OF MAIN TOP MENU */


.clear {
	clear:both;
}

a:link, a:visited {
	color: #fbb16a;
	text-decoration: underline;	
}

a:hover, a:active {
	color: #313131;
	text-decoration: none;	
}

.button {
	border: 1px solid #fbb16a;
	height: 43px;
	line-height: 43px;
	text-align: center;
	text-shadow: 0 1px 0 #FFF;
	padding: 0 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
	color: 	#313131 !important;
	text-decoration: none !important;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbb16a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbb16a));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbb16a 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fbb16a 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbb16a 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fbb16a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbb16a',GradientType=0 );
}

.button:hover {
	background: #fbb16a;
	background: -moz-linear-gradient(top,  #fbb16a 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbb16a), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #fbb16a 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #fbb16a 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #fbb16a 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #fbb16a 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb16a', endColorstr='#ffffff',GradientType=0 );
}
.center {
	text-align:center;
}
