body {
	margin:0;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
}
a {outline:none;}

img {
	border:none;
}
#page {
	width:940px;
	margin:0 auto;
	position:relative;
	padding-bottom:30px;
}
	/*header style*/
#header {
position:absolute;
	top:0;
right:-38px;
	width:940px;
	overflow:hidden;
	height:154px;
	background:url(images/header.gif) repeat-x 0 100%;
}
.logo {
	background:url(images/logom.gif) no-repeat;
	width:461px;
	height:49px;
	float:left;
	text-indent:-9999em;
	margin:12px 0 22px;
}
.login2{
	background:url(images/login.gif) no-repeat;
	background-position:top right; 
	width:335px;
	height:154px;
	float:right;
	padding:0px 0 0 0px;
	text-align:center;
}
.login1{
	background:url(images/login.gif) no-repeat;
	background-position:top right; 
	width:335px;
	height:154px;
	float:right;
	padding:0px 0 0 0px;
	text-align:center;
}

.login{
	background:url(images/login.gif) no-repeat;
	background-position:right;
	width:335px;
	height:91px;
	float:right;
	padding:30px 0 0 0px;
	text-align:center;
}
.login em {
	display:none;
}

.login a:hover {
	text-decoration:none;
}
.login .field {
	width:175px;
	padding:0;
	border:2px solid #9CD2F5;
	font-size:11px;
	background:#fff;
	height:20px;
	margin:0 auto 2px;
	overflow:hidden;

}

.login .field strong {
	font-size:18px;
	font-weight:normal;
}

.login .field1 {
	width:140px;
	padding:0;
	border:2px solid #9CD2F5;
	font-size:11px;
	background:#fff;
	height:20px;
	margin:0 auto 2px;
	overflow:hidden;

}

.login .field1 strong {
	font-size:18px;
	font-weight:normal;
}

/* CSS Document */

.login-text{font-family:Arial, Helvetica, sans-serif; 
	   font-size:14px; 
	   color:#FFFFFF; 
	   font-weight:bold;
	   }
.login-text a:link{
	   color:#FFFFFF; 
	   text-decoration:underline;
	   }
.login-text a:hover{
	   color:#FFFFFF; 
	   text-decoration:none;
	   }
.login-text a:active{
	   color:#FFFFFF; 
	   text-decoration:none;
	   }
.login-text a:visited{
	   color:#FFFFFF; 
	   text-decoration:none;
	   }
	   
	   
.login-register{font-family:"Arial", Helvetica, sans-serif; 
	   font-size:15px; 
	   color:#FFFFFF; 
	   font-weight:bold;
	   text-decoration:none;
	   }
.login-register a:link{
	   color:#FFFFFF; 
	   text-decoration:underline;
	   }
	
.login-register a:active{
	   color:#FFFFFF; 
	   text-decoration:underline;
	   }
.login-register a:visited{
	   color:#FFFFFF; 
	   text-decoration:underline;
	   }
.login-register a:hover{
	   color:#FFFFFF; 
	   text-decoration:none;
       }

.nav {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	float:left;
	position:relative;
}
.nav li {
	float:left;
	margin-right:10px;
}
.nav a {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	padding:9px 2px 9px 2px;
	background:#3c525f;
	display:block;
}
.nav li:hover a, .nav li.hover a,  .nav li.active a {
	background:#f89f39;
}
.nav li:hover ul, .nav li.hover ul, .nav li.active ul {
	display:block;
}
.nav ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
	width:940px;
	padding:5px 0 0;
	background:#f89f39;
}
.nav ul li {
	margin:0 6px 0 -6px;
	padding:0 17px;
	border-left:1px solid #8a8a8a;
	line-height:16px;
}
.nav ul a {
	background:none;
	font-size:14px;
	color:#000;
	padding:0;
}
.nav ul a:hover {
	text-decoration:underline;
}
#container {
	width:100%;
	overflow:hidden;
	clear:both;
	padding:168px 0 25px;
}
	/*main column style*/
.main-column {
	float:left;
	width:100%;
	padding:0 0 0 14px;
}
.main-column h1 {
	font-size:25px;
	color:#0b7bc0;
	margin:15px 0 11px;
}

.main-column h2 {
	font-size:20px;
	color:#FF6600;
	margin:15px 0 11px;
}

.main-column .more {
	display:block;
	float:left;
	color:#0b7bc0;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
	padding-right:15px;
	background:url(images/marker2.gif) no-repeat 100% 6px;
	margin:18px 0 0;
}
a:hover.more {
	text-decoration:none;
}

	/*footer style*/
#footer {
	width:990px;
	overflow:hidden;
	background:#0b7bc0;
	color:#fff;
	font-size:12px;
}
#footer p {
	float:left;
	margin:0;
}
#footer p span {
	float:left;
	padding:12px 0 0 5px;
}
.logo2 {
	background:url(images/logo2.gif) no-repeat;
	width:182px;
	height:33px;
	float:left;
	text-indent:-9999em;
}
.nav2 {
	margin:0;
	padding:10px 0 0;
	list-style:none;
	float:right;
}
.nav2 li {
	float:left;
	border-right:1px solid #236188;
	padding:0 14px;
	margin:0 -2px 0 2px;
}
.nav2 a {
	color:#000;
	text-decoration:underline;
}
.nav2 a:hover {
	text-decoration:none;
}
/*.login{
	background:url(../images/login.gif) no-repeat;
	width:273px;
	height:101px;
	float:right;
	padding:20px 0 0 58px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#FFFFFF; 
	font-weight:bold;
	text-align:left;
}


.login em {
	display:none;
}
.login a:link{
	color:#FFFFFF; 
	padding:0 15px 0 0;
	background:url(../images/marker.gif) no-repeat 100% 5px;
	text-decoration:underline;
}
.login a:active {
	   color:#FFFFFF; 
	   text-decoration:none;
}
.login a:visited {
	   color:#FFFFFF; 
	   text-decoration:none;
}
.login a:hover {
	   color:#FFFFFF; 
	   text-decoration:none;
}
*/
.white-text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
.white-text a:link
{
text-decoration:none;
color:#FFFFFF;
}
.white-text a:active
{
text-decoration:none;
color:#FFFFFF;
}
.white-text a:visited
{
text-decoration:none;
color:#FFFFFF;
}
.white-text a:hover
{
text-decoration:underline;
color:#FFFFFF;
}
