/* CSS Document */
body {
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #0E173A;
}
h1 {
	color: #63687D; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px;
	line-height: 24px;
}
h2 {
	color: #63687D;
	font-size: 11px;
	margin: 0px;
}
h3 {
	color: #63687D; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
}
h4 {
	color: #63687D;
	font-size: 13px;
	margin: 0px;
}
#container {
	width: 650px;
	height: auto;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -325px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	color: #0E1638;
	background-color: #FFF;
	border: 5px solid #0E1638;
}
#logo {
	width: 455px;
	height: 100px;
	position: absolute;
	top: -79px;
	left: -55px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#header {
	width: 636px;
	height: 197px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 7px 7px 0px 7px;
	background-color: #63687D; 
}
#topImage {
	width: 390px;
	height: 190px;
	float: left;
}
#topNav {
	width: 245px;
	height: 191px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-image: url(images/navBkg.jpg);
	background-repeat: repeat-x;
	background-color: #262E4C;
	border-left: 1px solid #262E4C;
}
#topNav ul {
	list-style-type: none;
	margin: 10px 0 0 55px;
	padding: 0;
}
#topNav li { margin: 7px; }
#topNav a {
	color: #C2CCDE;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#topNav a:hover { color: #FFF; }
#secondNav {
	width: 650px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	padding: 0px 0px 8px 0px;
	text-align: center;
	background-color: #63687D;
}
#secondNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#secondNav li {
	display: inline;
	padding: 0px 12px 0px 12px;
}
#secondNav a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#secondNav a:hover { color: #DEE0E6; }
#contentContainer {
	width: 610px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 20px;
	line-height: 20px;
	text-align: justify;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#contentContainer a {
	font-weight: bold;
	color: #63687D;
}
#contentContainer a:hover { color: #0E1638; }
#contentContainer ol { font-size: 11px; }
#contentContainer ul { text-align: left }
#pdfDownload, .callOut {
	width: 100px;
	float: right; 
	padding: 10px 5px; 
	margin: 0 0 10px 20px;
	text-align: center;
	border: 1px solid #D0D0D8;
	background: url(images/pattern.gif) top left repeat
}
#pdfDownload img {
	margin: 5px 0; 
	border: 0
}
#pdfDownload a, .callOut a { text-decoration: none }
.callOut { clear: right }
#emphasis {
	width: 345px;
	padding: 15px 20px;
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #D0D0D8;
	background: url(images/pattern.gif) top left repeat
}
#contactForm { width: 335px; float: left; margin: 15px 25px 15px 0 }
#contactForm ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
#contactForm ul li {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
#contactForm label {
	width: 100px;
	float: left;
	display: block;
}
#contactForm input, #contactForm select, #contactForm textarea {
	width: 225px;
	height: auto;
	float: right;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #0E1638;
	margin: 3px;
	overflow: auto;
	background-color: #F1F2F5;
	border: 1px solid #63687D;
}
#footer {
	width: 640px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	padding: 5px;
	text-align: center;
	color: #FFF;
	line-height: 25px;
	background-color: #63687D; 
}
#footer span { font-size: 12px; }
#footer a { color: #FFF; }
