/* CSS Document */

/*********************************************************************

Style Reset - removes browser defaults

**********************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

/*************************************************************
MAIN GENERAL STYLES
*************************************************************/
body {
	margin: 0;
	border: 0;
	padding: 0;
	background-image:url(../images/nav/home_body_bg.gif);
	background-position:top;
	background-repeat:repeat;
}
img
	{
	margin: 0;
	padding: 0;
	border: 0;
	behavior: url(css/png_fix.htc);}
flash
	{
	margin: 0;
	padding: 0;
	border: 0;
}
form{
	margin: 0;
	padding: 0;
	border: 0;
}
.clear{ 
  	clear:both; 
	/*** these next attributes are designed to keep the div 
	height to 0 pixels high, critical for Safari and Netscape 7 ***/ 
	  height:1px; 
	  overflow:hidden; 
	  line-height:1%; 
	  font-size:0px; 
	  margin-bottom:-1px; 
} 
/*************************************************
HEADER
**************************************************/
#header{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 100%;
	background-color:#FFFCCD;
	border-bottom:1px solid #59564C;
}
.headerInterior{
	margin:0 auto;
	padding:0 0 0 0;
	width: 968px;
}
.headerLeft{
	margin:10px 0 25px 0;
	padding:0 0 0 0;
	float:left;
} 
.headerRight{
	margin:0 0 25px 0;
	padding:90px 0 0 0;
	float:right;
}
/****NAV*****/
#navWrapper{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.navRight{
	margin:0 0 0 0;/*DO NOT CHANGE HEIGHT*/
	padding:0 0 0 0;
	background-image:url(../images/nav/home_bg_right.gif);
	background-repeat:repeat-x;
    position:absolute; 
    right:0px; 
    width:50%; 
    text-align:right;
	}
.nav{
	margin:0 0 0 0;/*DO NOT CHANGE HEIGHT*/
	padding:0 0 0 0;
	height:26px;
    position:relative; 
    text-align:right;
}
.nav a{	
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.nav a:hover{	
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/*************************************************
CONTAIN
**************************************************/
#contain{
	margin:0 auto;
	padding:0 0 0 0;
	width: 968px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}
/*************************************************
CONTENT
**************************************************/
#content{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:968px;
}
#contentCenter{
	margin:0 auto;
	padding:0 0 30px 0;
	width: 968px;
	text-align:center;
}
#contentLeft{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 596px;
	text-align:center;
	float:left;
}
#contentRight{
	margin:0 7px 0 0;
	padding:20px 0 0 0;
	width: 292px;
	height:191px;
	text-align:center;
	float:right;
	background-image:url(../images/home_photoCallout_bg.jpg);
	background-repeat:no-repeat;
}
#content p{
	margin:0 0 0 0;
	padding:0 0 7px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 21px;
	text-align:left;
}
#content p.disc{
	margin:0 0 0 0;
	padding:20px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 14px;
	text-align:left;
}
#content .photoArea{
	margin:0 0 0 0;
	padding:20px 0 20px 0;
}
#content img.photo{
	margin:0 0 0 0;
	padding:0 30px 20px 0;
	float:left;
}
#content img.photoLast{
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
}
#contentRight p{
	margin:0 auto;
	padding:0 0 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#131313;
	line-height: 19px;
	width: 255px;
	text-align:center;
}
#contentRight p.disclaimer{
	margin:0 auto;
	padding:0 0 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#536f5f;
	line-height: 14px;
	width: 255px;
	text-align:center;
}

#contentRight a{
	font-size: 13px;
	color: #09221A;
	font-weight:bold;
}
#contentRight a:hover{
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
}
/*************************************************
LOGOS
**************************************************/
.logos{
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	width:968px;
}
.logos .logosLeft{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:500px;
	float:left;
}
.logos .logosLeft img{
	margin:0 0 0 0;
	padding:10px 10px 0 0;
	float:left;
}
#content .logosLeft p{
	margin:0 0 0 0;
	padding:10px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #ffffff;
	line-height: 13px;
	text-align:left;
	width:250px;
	float:left;
}
.logos .logosRight{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:400px;
	float:right;
}
.logos .logosRight img{
	margin:0 0 0 0;
	padding:5px 0 0 10px;
	float:right;
	width:50px;
}
#content .logosRight p{
	margin:0 0 0 0;
	padding:4px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #ffffff;
	line-height: 13px;
	text-align:right;
	float:right;
	width:300px;
}
/*************************************************
FOOTER
**************************************************/
#footer{
	margin:0 auto;
	padding:10px 0 40px 0;
	text-align:center;
	width:968px;
}
#footer a{
	margin:0 0 0 0;
	padding:0 5px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FAF8F9;
	text-decoration:none;
}
#footer a:hover{
	color:#ffffff;
	text-decoration:none;
}
