/* */
/* main styles */
/* */

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	font-family: arial, sans-serif;
	background-color:#fff;
	color:#001E84;
}

* {
	padding: 0;
	margin: 0;
}

/* */
/* container styles */
/* */

#container {
	display: block;
	width: 758px; /* 760px - left and right border */
	height: auto !important;
	min-height: 53.1em;
	background: #fff;
	color:inherit;
	border: 1px solid #D1D4DD;
	overflow: hidden;
	padding: 0;
	margin: 10px auto;
}

* html #container {
	height: 53.1em;
}

/* */
/* masthead styles */
/* */

#masthead {
	display: block;
	width: 100%;
	height: auto !important;
	min-height: 69px;
	background: #ffffff;
	color:inherit;
	border-bottom: 1px solid #D1D4DD;
	padding: 0;
	margin: 0 0 2px 0;
}

* html #masthead {
	height: 69px;
}

#masthead p{
	color: #001E84;
	background-color:inherit;
	font-size: 1.3em;
	text-align: right;
	margin: -30px 15px 10px 0;
}

#masthead p a {
	color: #001E84;
	background-color:inherit;
	text-decoration:none;
}

#masthead p a:hover{
	color: #0099CC;
	background-color:inherit;
	text-decoration: underline;
}

/* */
/* nav menu styles */
/* */

#navMenu {
	display: block;
	float: left;
	width: 178px;
	height: auto !important;
	min-height: 180px;
	background-color: #032466;
	color:inherit;
	padding: 0;
	margin: 0 0 2px 0;	
}

* html #navMenu {
	height: 180px;
}

#navMenu ul li a {
	display: block;
	width: 143px; /* 178px - padding (35px) */
	font-size: 1.1em;
	line-height: 24px;
	color: #ffffff;
	background-color:inherit;
	text-decoration: none;
	border-top: 1px solid #13439C;
	border-bottom: 1px solid #011D54;
	padding: 0 0 0 35px;
	margin: 0;
}



#navMenu ul li a:hover {
	color: #91CCE8;
	background-color:inherit;
}


/* */
/* sub header styles */
/* */

#subHeader {
	display: block;
	float: right;
	width: 577px;
	height: auto !important;
	min-height: 180px;
	padding: 0;
	margin: 0 0 6px 0;
}

* html #subHeader {
	height: 180px;
}

/* */
/* left spacer styles */
/* */

#leftSpacer {
	display: block;
	float: left;
	width: 178px;
	height: auto !important;
	min-height: 25px;
	background-color: #BDC1CE;
	color:inherit;
	padding-bottom: 2px;
	margin-bottom: 2px;	
	font-size: 1.2em;
}

* html #leftSpacer {
	height: 25px;
}

#leftSpacer p {
	line-height: 2em;
}

/* */
/* right spacer styles */
/* */

#rightSpacer {
	display: block;
	float: right;
	width: 552px;
	height: auto !important;
	min-height: 25px;
	background-color: #0099CC;
	margin-bottom: 2px;
	margin-top:-0.6em;
	color: #fff;
	padding: 0 0 2px 25px;
	font-size: 1.2em;	
}

* html #rightSpacer {
	height: 25px;
}

#rightSpacer p {
	line-height: 2em;
}
/* */
/* content container styles */
/* */

#contentContainer {
	display: block;
	float: right;
	width: 100%;
	background: #ffffff url("../images/bg_contentContainer.jpg"); 
	color:inherit;
	padding: 0;
	margin: 0;
}

/* */
/* left content tyles */
/* */

#leftContent {
	display: block;
	float: left;
	width: 178px;
	height:auto !important;
	background-color: #E8EAF0;
	color:inherit;
	padding: 0;
	margin: 0;
}

* html #leftContent {
	height: 200px;
}

#leftContent p {
	font-size: 1.1em;
	background-color:inherit;
	color: #4F5867;	
	line-height: 1.6em;
	padding: 0;
	margin: 14px 7px 10px 7px;
}

#leftContent p a {
	color: #253972;
	background-color:inherit;
	text-decoration: underline;
}


#leftContent p a:hover {
	color: #0099CC;
	background-color:inherit;
	text-decoration: underline;
}

/* */
/* main content tyles */
/* */

#content {
	display:block;
	width: 574px;
	float:right;
	clear:left;
	background-color: #ffffff;
	color:inherit;
	padding: 0;
	margin: 0 0 0 3px;
}



#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	background-color:inherit;
	color: #3F4653;
	line-height: 1.6em;
	padding: 0;
	margin: 10px 0 10px 25px;
	
}

#content h1 span {
	color: #003192;
	background-color:inherit;
}

#content p {
	font-size: 1.2em;
	color: #61757C;
	background-color:inherit;
	text-align: left;
	line-height: 1.6em;
	padding: 0;
	margin: 0 10px 10px 25px;
}

#content label {
	font-size: 1.2em;
	color: #61757C;
	background-color:inherit;
	text-align: left;
	line-height: 1.6em;

}

#content ul {
	margin-left:50px;
}

#content li {
	font-size: 1.2em;
	color: #61757C;
	background-color:inherit;
	text-align: left;
	line-height: 1.6em;
}

#content p a {
	color: #253972;
	background-color:inherit;
	text-decoration: underline;
}

#content p a:hover {
	color: #0099CC;
	background-color:inherit;
	text-decoration: underline;
}

#content legend {
	font-size: 1.2em;
	color: #253972;
	background-color:inherit;
}

#content #dashedBorder {
	margin-left:6px;
	border:1px dashed #ccc;
	width:554px;
	padding-top:5px;
	padding-bottom:5px;
}

#content #dashedBorder img {
	border:1px solid #ccc;
}

#content #imageContainer {
	width:515px;
	margin-left:40px;
}

#content #imageContainer .dashedImg {
	padding:0;
	width:125px;
	float:left;
	margin-left:25px;
	margin-bottom:40px;
	border: 1px solid #D1D4DD;
	text-align:center;

}

#content hr.rule {
	margin-right:5px;
	margin-left:15px;
	width:544px;
	color:#D1D4DD;
	background-color:inherit;
}
#content #imageContainer .dashedImg a {
	padding:0;
	font-size: 1.2em;
	color: #61757C;
	background-color:inherit;
	text-decoration:none;
}


#content #imageContainer img {
	padding-bottom:3px;

}

#content div.galleryContainer {
	width:165px;
	height:127px;
	float:left;
	margin-left:15px;
	margin-bottom:30px;
	border:1px dashed #D1D4DD;
	text-align:center;	
}

#content div.galleryContainer img {
	border:1px solid #D1D4DD;
}

div.clear {
	clear:all;
}

#mainContent {
	display: block;
	float: left;
	width: 448px;
	background-color: #ffffff;
	color:inherit;
	padding: 0;
	margin: 0 0 0 3px;
}


#mainContent h1 {
	font-size: 1.4em;
	font-weight: bold;
	background-color:inherit;
	color: #3F4653;
	text-align: left;
	line-height: 1.6em;
	padding: 0;
	margin: 10px 0 10px 25px;
	
}

#mainContent h1 span {
	color: #003192;
	background-color:inherit;
}

#mainContent p {
	font-size: 1.2em;
	color: #61757C;
	background-color:inherit;
	text-align: left;
	line-height: 1.6em;
	padding: 0;
	margin: 0 10px 10px 25px;
}

#mainContent p a {
	color: #253972;
	background-color:inherit;
	text-decoration: underline;
}

#mainContent p a:hover {
	color: #0099CC;
	background-color:inherit;
	text-decoration: underline;
}

/* */
/* right content styles */
/* */

#rightContent {
	display: block;
	float: left;
	width: 123px;
	background-color: #ffffff;
	color:inherit;
	padding: 0;
	margin: 0 0 0 3px;
	text-align: center;
}



#rightContent span {
	font-size: 1.3em;
	font-weight: bold;
	color: #FF3C00;
	background-color:inherit;
	
}

#rightContent a {
	width: 123px;
	color: #013490;
	background-color:inherit;
	font-size: 1.2em;
	text-decoration: underline;
	
}


#rightContent a:hover {
	color: #0099CC;
	background-color:inherit;
	text-decoration: underline;
	
	
}


#rightContent img {
	margin-top: 20px;
	border: 1px solid #01308F;
}

/* */
/* footer container styles */
/* */

#footerContainer {
	display: block;
	clear: both;
	background-color: #ffffff;
	color:inherit;
	padding: 0;
	margin: 0;
	
}


/* */
/* left footer styles */
/* */

#leftFooter {
	display: block;
	float: left;
	width: 178px;
	background-color: #E8EAF0;
	color:inherit;
	padding: 0;
	margin: 0;
}

#leftFooter p {
	line-height:3em;
}


/* */
/* right footer styles */
/* */

#rightFooter {
	display: block;
	float: right;
	width: 574px;
	background-color: #ffffff;
	color:inherit;
	padding: 0;
	margin: 0;
}


#rightFooter p {
	font-size: 1.1em;
	color: #A6A8B8;
	background-color:inherit;
	text-align: center;
	line-height: 2.6em;
}

#rightFooter p a {
	color: #001E84;
	background-color:inherit;
	text-decoration:none;
}

#rightFooter p a:hover{
	color: #0099CC;
	background-color:inherit;
	text-decoration: underline;
}

#leftContent #centered {
	text-align:center;
}

#valcontainer {
	margin:5px auto;
	width: 760px;
}

#valcontainer #validation {
	float:right;
}