/* CSS Document */

html, body {
	height:100%;
	background-color: #FFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#container {
	margin-top:0px;
	background-image: url(../images/content_bg.gif);
	width:965px;
	min-height: 100%;
	margin: 0px auto;
}
#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#navigation {
	width:100%;
	margin: 0px auto;
	height: 296px;
}
#greyDivider {
	visible: none;
	/*
	width: 965px;
	height: 32px;
	background-image:url(../images/grey_divider.gif);
	font-size:0px;
	*/
}
/* ///////////////////////////////////////////////////////////////////////////////
CONTENT
/////////////////////////////////////////////////////////////////////////////// */ 
#content {
	width: 965px;
	margin-bottom:134px;
	height: 100%;
	overflow:hidden;
}
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* ///////////////////////////////////////////////////////////////////////////////
MAIN TEXT AREA
/////////////////////////////////////////////////////////////////////////////// */ 
.text {
	float:left;
	width: 590px;
	padding-bottom: 35px;
	padding-left: 55px;
	padding-right:10px;
	margin-top: 20px;
}
.text p {
	padding-right: 5px;
	margin-top:0px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height: 19px;
}

.text a, .text a:visited {
	color: #333;
	font-weight:bold;
	text-decoration:none;
}
.text a:hover {
	color: #F00;
	font-weight:bold;
}
.title {
	width: 560px;
	margin-top:40px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	padding-bottom:25px;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
.title h1 {
       width: 560px;
       color: #000;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size:18px;
       font-weight: normal;
       font-style: normal;
       letter-spacing:-1px;
       margin-bottom: 0pt;
       padding-bottom: 0pt;
}
.titleSmall {
	width: 560px;
	margin-left:75px;
	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 {
	float:left;
	width: 265px;
	padding-left: 25px;
	padding-bottom: 30px;
}
.subMenuTop {
	float:left;
	width: 210px;
	margin-bottom: -3px;
	background-color:#000;
}
.subButton {
	float: left;
	width: 265px;
	border-bottom: 1px solid #000;
	background-color: #212121;
}
.btnText  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
.btnText a, .btnText a:visited {
	width: 235px;
	color: #fff;
	text-decoration: none;
	padding: 13px 15px 10px 15px;
	display: block;
}
.btnText a:hover {
	color: #fff;
	background-color: #333;
}
.highlight {
	background-color: #333333;
}
.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:#333333;
	border-bottom: 1px dotted;
}

/* ///////////////////////////////////////////////////////////////////////////////
FOOTER
/////////////////////////////////////////////////////////////////////////////// */ 
#footerBg {
	background-image: url(../images/footer_bg.jpg);
	width:100%;
	height: 134px;
	margin: 0px auto;
	margin-top: -114px;
	overflow:hidden;
}
#footer {
	width:965px;
	height: 134px;
	margin: 0px auto;
}
.footerLinks {
	width: 680px;	
	float:left;
}
.footerCopyright {
	width: 285px;
	text-align:right;
	float:left;
}
#footer p {
	padding-top:28px;
	margin: 0px auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
#footer p a, #footer p a:visited {
	color: #FFF;
	text-decoration:none;
}
#footer p a:hover {
	color: #666;
}
/* ///////////////////////////////////////////////////////////////////////////////
IMAGES
/////////////////////////////////////////////////////////////////////////////// */ 
.imageRight {
	border: 1px solid #ccc;
	padding: 5px;
	float: right;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
}
.imageLeft {
	border: 1px solid #ccc;
	padding: 5px;
	float:left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
}
.imageRight h4 {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px ;
	border-bottom: 6px solid #ccc;
}

.imageLeft h4 {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px ;
	border-bottom: 6px solid #ccc;
}
/* ///////////////////////////////////////////////////////////////////////////////
QUOTEs
/////////////////////////////////////////////////////////////////////////////// */ 
.quoteLeft {
	float:left;
	margin: 10px 15px 10px 0px;
	padding: 10px 20px 10px 75px;
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #e1effa;
	background-image:url(../images/quote_left.gif);
	background-position:left;
	background-repeat:repeat-y;
}
/* ///////////////////////////////////////////////////////////////////////////////
Spacers
/////////////////////////////////////////////////////////////////////////////// */ 
.twentySpacer {
	font-size:0px;
	margin-top: 20px;
}
.thirytySpacer {
	font-size:0px;
	margin-top: 30px;
}
.fourtySpacer {
	font-size:0px;
	margin-top: 40px;
}
.fiftySpacer {
	font-size:0px;
	margin-top: 50px;
}
.sixtySpacer {
	font-size:0px;
	margin-top: 60px;
}
.seventySpacer {
	font-size:0px;
	margin-top: 70px;
}
.eightySpacer {
	font-size:0px;
	margin-top: 80px;
}

