﻿body {
	background-color: #F0F0F0;
	padding: 0px;
	margin: 0px auto;
	font-family: "museo-1","museo-2";
}

.header, .header2, .nav, .footer, .article {
	display: block;
}

a {
	border: 0px;
	text-decoration: none;
}
a:hover {
	border: 0px;
	text-decoration: none;
}

.container {
	/* width: 1204px; */
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.container-pd {
	/* width: 1204px; */
	width: 950px;
	background-color: #FFFFFF;
}
#content {
	width: 980px;
	margin: 25px auto;
	min-height: 690px;
}
.header .header2 {
	max-height: 74px; min-height: 74px;
	background: #072036; /* old browsers */
	background: -moz-linear-gradient(top, #1E3346 0%, #072036 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E3346), color-stop(100%,#072036)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E3346', endColorstr='#072036',GradientType=0 ); /* ie */
}
.header .header2 div{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 0px; 
}
.figure a {
	text-decoration: none;
}
.header .header2 div.figure {
	width: 20%;
	float: left;
}
.header .header2 div.figure img {
	margin-top: 15px;
	border: 0px;
}
.header .header2 div ul {
	float: right;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.header .header2 div ul li{
	display: block;
	list-style: none;
	float: left;
	color: white;
}
.header .header2 div ul li a{
	background: url(../images/header-nav-bg.png) repeat-x scroll;
	background-position: left 0px;
	display: block;
	padding-top: 10px;
	padding-left: 15px; padding-right: 15px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.header .header2 div ul li .current {
	background-position: left -115px;
	color: #072036;
}
/*.header .header2 div ul li a:hover, .header .header2 div ul li a .selected{
	color: #072036;
	background-color: #F0F0F0;
}*/
.header .footer {
	/*vertical-align: center;*/
	padding: 0px;
	height: 54px;
	width: 100%;
	background-color: #F0F0F0;
	border-bottom: 2px solid #E6E6E6;
	border-top: 0px;
	color: #999999;
}
.header .footer div {
	padding-top: 1px;
}
.header .footer div  {
	/*vertical-align: center;*/
	text-align: left;
	color: #666666;
	width: 980px;
	margin: 0 auto;
}
.footer {
	padding-top: 10px;
	background-color: #F0F0F0;
	height: 40px;
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 2px solid #E6E6E6;
}
.footer div {
	/*vertical-align: center;*/
	text-align: center;
	color: #666666;
	width: 980px;
	height: 10px;
	margin: 0 auto;
}

.footer div h3 {
	font-size: 16px;
}


.nav {
	float: left;
	width: 20%;
}
.article {
	float: right;
	width: 79%;
}

div#form2 {
	margin-top: 10px;
	font-size: 14px;
}

div#form2 .view{
	margin-top: 20px;
	background-color: #F0F0F0;
	padding: 5px;
}

div#form2 a {
	text-decoration: underline;
}

div#form2 a:hover {
	color: #F00;	
}

div#form2 #link {
	float: left;
}

div#form2 #link a {
	color: #000000;
	text-decoration: underline;
}

div#form2 #link a:hover {
	color: #F00;
}

div#form2 .view .navlink{
	margin-top: 20px;
}

div#form2 .view .navlink a{
	color: #000;
	text-decoration: underline;
}

div#form2 .view .navlink a:hover{
	color: #F00;
}

div.form .row{
	margin-bottom: 15px;
}

div.form .note{
	font-size: 12px;
	font-weight: bold;
}

div.form .errorMessage {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #F00;
	font-size: 10px;
}

div.form .row rememberMe{
	font-size: 12px;
	font-weight: bold;
}

#sub {
	height: 28px;
	width: 126px;
	background: #132B40;
	border: 0px;
	color: #FFFFFF;
	margin-top: 10px;
}

