﻿html, body 
{
	margin: 0;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #3B3B3B;
}
.body 
{
	background: #f6f2e7 url(/images/bg_body.jpg) repeat-x; 	
}

.body2
{
	background: #f6f2e7 url(/images/bg_body2.jpg) repeat-x; 	
}
.bodylanding
{
	background: #f6f2e7 url(/images/bg_body_landing.jpg) repeat-x; 
}

#all
{
	margin: 0 auto;
	text-align:left;
	/*background: #FFFFFF;*/
	/* width=771 total */
	width: 771px;
}

/*header*/
#hd 	{ }
a.hd-lnk
{
	color: #FFFFFF;
}
.hd-img 
{ 
	width: 771px;
	height: 215px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
#hd-menu 
{ 
	background: #184f90;
}

/*landing page specific*/
div.landing 
{ 
	height: 523px;
	background: url(/images/landing/bg_landing.jpg) no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
div.landing-inner /*used to hold jquery cycle divs */
{
	margin: 0 auto;
	width: 960px;
	height: 523px; 
	position: relative;
}
/*jquery cycle child divs */
div.landing-inner-area-1 { width: 960px; height: 523px; text-align: left ;	position: relative; background: url(../images/landing/panel1/bg_main.jpg) no-repeat center top; }
div.landing-inner-area-2 { width: 960px; height: 523px; text-align: left;	position: relative; background: url(../images/landing/panel2/bg_main.jpg) no-repeat center top; }
div.landing-inner-area-3 { width: 960px; height: 523px; text-align: left;	position: relative; background: url(../images/landing/panel3/bg_main.jpg) no-repeat center top; }
div.landing-inner-area-4 { width: 960px; height: 523px; text-align: left;	position: relative; background: url(../images/landing/panel4/bg_main.jpg) no-repeat center top; }
div.landing-footer 
{
	margin: -181px auto 0 auto;
	z-index: 1000; /*need this for FF*/
	width: 960px; 
	height: 181px;
	position: relative;
}
div.landing-footer-arrows { width: 830; height: 19px; padding-right: 130px; text-align: right; } 
div.landing-footer-arrows a { margin-left: 25px; }
div.landing-footer-bottom 
{ 
	width: inherit; 
	height: 162px; 
	text-align: left; 
	position: relative; 
	background: url(../images/landing/ft_line.gif) no-repeat;
	background-position: 0px 15px;
  }
div.landing-footer-copy 
{
	margin: 10px auto 0 auto;
	width: 771px; 
	height: 100px;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #d2cec3;
 } 
div.landing-newsletters  
{
	z-index: 2000; 
	position: absolute; 
	top: 70px; 
	left: 600px; 
	width: 197px;
	height: 20px; 
	font-size: 10px; 
	background: url(../images/landing/ft_text_select_newsletter_blank_w_arrow.gif) no-repeat top left;
	color: #184f8f;
	font-size: 10px; 
	font-weight: normal; 
	font-family: Arial, Sans-Serif;
}
div.landing-newsletters-inner { padding: 4px 0 2px 15px; }
div.landing-newsletters-sub {	z-index: 2001; position: absolute; width: 178px; padding: 5px 0 5px 0px; top:90px; left: 610px; display: none; background: #FFFFFF; }
div.landing-newsletters-sub a { display: block; color: #184f8f; font-size: 10px; font-weight: normal; font-family: Arial, Sans-Serif; padding: 0px 5px 3px 5px; text-decoration: none; }
div.landing-newsletters-sub a:hover { text-decoration: underline; }

/* wrapper */
#wrapper
{
	background: #FFFFFF;
}

/*content*/
#content
{
	/* width=771 total */
	width: 769px; 
	border-left: solid 1px #e2dfd6;
	border-right: solid 1px #e2dfd6;
}
div#bd-l
{
	float: left;
	/* width=150 total */
	position: relative;
	top: -22px;
	background: #FFFFFF;
}
div#bd-l-in
{
	/* width=150 total */
	width: 135px;
	margin: 0 8px 0 7px;
	padding: 10px 0 20px 0; 
}
/*
ul.bd-l-menu {  margin: 0; padding: 0; }
li.bd-l-menu 
{
	list-style: none; 
	background: #f88d01 url(/images/l/arrow_on.gif) no-repeat top left; 
	marker-offset: 4px; 
	padding: 0px 0px 0px 0px; 
}
*/
TD.bd-l-menu-item
{
	padding: 5px 0px 5px 0px;
	font-size: 10px;
}
div#bd-r
{
	float: left;
	/* width=619 total */
	background: #FFFFFF url(/images/bg_bd-r.jpg) no-repeat top left;
}
div#bd-r-in
{
	/* width=619 total */
	width: 518px;
	margin: 0 75px 0 26px;
	padding: 29px 0 54px 0;
	line-height: 1.5;
}
div#bd-full /* to be used for single column layouts */
{
	/* width=769 total */
	width: 653px;
	margin: 0 75px 0 26px;
	padding: 29px 0 54px 15px;
	line-height: 1.5;
}


/* footer */
#ft 
{
	margin: 0 auto;
	text-align: left;
	width: 771px;
	background: #f6f2e7;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #d2cec3;
}
#ft-logos 
{
	border: solid 1px #e2dfd6;
	background: #FFFFFF;
	padding: 12px 0 23px 0;
}

/* text, links */
h1 { 
	margin-top: 0;
	color: #f88d01;
	font-size: 26px;
	font-weight: bold;
	/*letter-spacing: 2px*/
}
h2, h3 { color: #f88d01; }
.tt-doc { 
	color: #F2921C;
	font-size: 32px; 
	/*font-weight: bold; */
	margin-bottom: 25px;
	/*letter-spacing: 3px*/
}
a {
	color: #3B3B3B;
	text-decoration: none;
	font-weight: bold
}
a:hover {
	text-decoration: underline
}

/* misc */
img { border: 0 }
a img { border: 0 }
