/* CSS Document */

body {
	background-color: #1d4590;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
}
#container {	
}
#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#navigation {
	display:none;

	height: 272px;
}
#greyDivider {

	height: 32px;
	background-image:url(../images/grey_divider.gif);
	font-size:0px;
}
/* ///////////////////////////////////////////////////////////////////////////////
CONTENT
/////////////////////////////////////////////////////////////////////////////// */ 
#content {

	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* ///////////////////////////////////////////////////////////////////////////////
MAIN TEXT AREA
/////////////////////////////////////////////////////////////////////////////// */ 
.text {
	float:left;

	padding-bottom: 35px;
}
.text p {
	padding-right: 5px;
	margin-top:20px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height: 19px;
}

.text a, .text a:visited {
	color: #3391cf;
	text-decoration:none;
}
.text a:hover {
	color: #73b3e7;
	border-bottom: 1px dotted;
}
.title {

	margin-top:35px;
	color: #0c1f40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	padding-bottom:25px;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
.titleSmall {

	
	margin-bottom: -15px;
	margin-top: 10px;
	color: #0c1f40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
}
.lineSpacer {
	margin-top: 30px;

	font-size:16px;
	border-bottom: 1px dotted;
}
/* ///////////////////////////////////////////////////////////////////////////////
SUBNAV
/////////////////////////////////////////////////////////////////////////////// */ 
.subNav {
	display:none;
	float:left;
	width: 270px;
	padding-left: 50px;
	border-bottom: 35px solid #FFF;
	background-image:url(../images/subnav_bg.jpg);
	background-repeat:repeat-y;
}
.subMenuTop {
	float:left;
	width: 210px;
	margin-top: 70px;
	margin-bottom: 25px;
}
.subButton {
	float: left;
	width: 210px;
	border-bottom: 1px solid #e1effa;
}
.btnText  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.btnText a, .btnText a:visited {
	width: 180px;
	color: #333;
	text-decoration: none;
	padding: 13px 15px 10px 15px;
	display: block;
}
.btnText a:hover {
	color: #666;
	background-color: #e1effa;
}
.highlight {
	background-color: #b2cbdf;
}
.subNavBottom {
	float:left;
	margin-left: 50px;
	margin-top: 50px;
	border-top:1px dotted;
	width: 210px;
}
.subNavBottom h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #0c1f40;
}
.subNavBottom p {
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.subNavBottom a, .subNavBottom a:visited {
	color:#3391cf;
	text-decoration:none;
}
.subNavBottom a:hover {
	color:#3391cf;
	border-bottom: 1px dotted;
}

/* ///////////////////////////////////////////////////////////////////////////////
FOOTER
/////////////////////////////////////////////////////////////////////////////// */ 
#footer {
	width:975px;
	height: 50px;
}
#footer p {
	padding-top:9px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
#footer a {
	display:none;
}
/* ///////////////////////////////////////////////////////////////////////////////
IMAGES
/////////////////////////////////////////////////////////////////////////////// */ 
.imageRight {
	border: 1px solid #e1effa;
	padding: 5px;
	float: right;
	margin-top: 7px;
	margin-left: 25px;
	margin-bottom: 10px;
}
.imageLeft {
border: 1px solid #e1effa;
	padding: 5px;
	float:left;
	margin-top: 7px;
	margin-right: 25px;
	margin-bottom: 10px;
}
/* ///////////////////////////////////////////////////////////////////////////////
QUOTEs
/////////////////////////////////////////////////////////////////////////////// */ 
