/* ----------------------------------------------------------------- */
/*                       SITEWIDE STYLES                             */
/* ----------------------------------------------------------------- */

*
{
margin:0px;
padding:0px;}

html {
margin: 0;
}


body {
	padding: 0;
	background: #fff;
	text-align: left;
	font: 12px/18px normal Arial, Helvetica, sans-serif;
	color: #666;

}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #840B2E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0; }
	
h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #413000;
	font-weight: bold;
	margin:0;
}
h2 {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a0a474;
	margin:0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7a90a8;
	margin:0;
	margin-top:15px;
}	
.required
{font-size:12px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
color: #7a90a8;
}
.form
{font-size:11px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
color: #666;
}

.bold {
	font-weight: bold;
}
.contentLinks {
	font-size: 11px;
	font-weight: normal;
}
.headerLinks {
	font-size: 12px;
	font-weight: bold;
}
.headerLinksSelected
{
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
.headerLinksNotSelected
{
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
}


#container {
	width: 960px;
	background: #fff;
	margin: 15px 0 0 15px;
	padding: 0;
}
#header {
	height: 86px;
	padding: 0 0 0 41px;
}
#logo {
	width: 205px;
	float: left;
}
#rightContainer {
	width: 713px;
	height: 86px;
	float: left;
}
#header_rightTop {
	text-align: right;
	height: 61px;
}
#header_rightTop a{
	font-size: 10px;
	margin: 0 8px;
	color: #999;
	font-weight: normal;
}
#header_rightTop a:hover {
	color: #840B2E;
} 
#adobeFooter
{	color: #666;
	font-size: 11px;
	font-weight: normal;
	line-height:normal;
}
#footer {
	clear: both;
	height: 100px;
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
#footerImage {
padding-top:10px;
padding-left:42px;
float:left;
width:42px;
}
#footerLinks
{
padding-top:12px;
text-align:center;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	margin: 0 6px;
}
#footer a:hover {
	color: #840B2E;
}
#footer p {
	font-size: 11px;
	color: #999;
	margin: 0;
}

#leftcol {
padding:10px 0 30px 0;
}	


/* ----------------------------------------------------------------- */
/*                       HOME LAYOUT STYLES                          */
/* ----------------------------------------------------------------- */
#banner {
	height: 306px!important;
	width: 713px;
	padding: 0 0 0px 0px;
	margin: 0;
	clear: left;}
	
#homeleftBody {
	float: left;
	margin: 0;
	width: 246px;
}
#homelogo {
	width: 205px;
	padding-left:41px;
	height:86px;
}
#homeheader_rightTop {
	width: 713px;
	height: 60px;
	float: left;
	text-align:right;
}
#homeheader_rightTop a{
	font-size: 10px;
	margin: 0 8px;
	color: #999;
	font-weight: normal;
}
#homeheader_rightTop a:hover {
	color: #840B2E;
} 
#topLeftBody {
	width: 237px;
	height: 44px;
	background: url(../images/topLeft.gif) top left no-repeat;
	padding-right:9px;
}
#bottomLeftBody {
	height: 216px;
	background: #b5b3a0;
	margin: 9px 9px 0 0;
	padding: 3px 5px 7px 19px;
	width: 213px;
}
#bottomLeftBody ul {
	list-style: none;
	margin:0;
	float:left;
	margin-left:0px;
padding-left:0px;
}
#bottomLeftBody li {
	margin: 6px 0 0 0;
}
#bottomLeftBody li.divide {
	border-bottom: #cccab6 1px solid; 
	width: 192px; 
	padding-bottom: 10px;
}
#bottomLeftBody li a {
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#bottomLeftBody li a:hover {
	text-decoration: underline;
}
#rightBody {
	margin: 0 0 0 7px;
	padding: 0;
	float: right;
}
#homerightBody {
	margin: 0 0 0 0px;
	padding: 0;
	float: left;
}
#contentBody {
	width: 960px;
	margin: 12px 0;
	border-bottom: #e2e7ff 2px solid;
	float: left;
}
.contentLeft {
	width: 290px; /* actual width 320px */
	padding: 0 15px 15px 15px;
	float: left;
	background:#fff;
}
.contentMiddle {
	width: 290px; /* actual width 320px */
	padding: 0 15px 15px 15px;
	float: left;
	background: #fff;
}
.contentRight {
	width: 290px; /* actual width 320px */
	float: left;
	background: #fff;
	padding: 0 15px 15px 15px;
}
#mainBody {
	border-bottom: #e2e7ff 2px solid;
	padding: 0 0 12px 0;
	float: left;
}
#leftBody {
	margin: 0;
	width: 237px;
		float:left;
}
/* ----------------------------------------------------------------- */
/*                   INNER PAGES LAYOUT STYLES                       */
/* ----------------------------------------------------------------- */
#innerTopLeftBody {
	width: 237px;
	height: 38px;
	background: url(../images/topLeft.gif) top left no-repeat;
}
#innerBottomLeftBody {
	background: #b5b3a0;
	margin: 9px 9px 15px 0;
	padding: 0;
}
#innerMainBody {
	padding: 0;
	margin: 0;
	float: left;
	border-bottom: #e2e7ff 2px solid;
	width:960px;
	height:auto;
}
#innerContentBody {
	width: 683px;
	padding: 15px;
	float:right;
	clear:right;
}
#innerContentWhole {
	width: 654px;
	padding: 15px;
	border-top: #808080 1px solid;
	margin-top:15px;
	height:auto;
	clear:both;
}
#innerContentWhole li {
	margin: 0px 0 0 0;
}

#innerContentWhole ul,ol {
margin:auto;
margin-left:20px;
margin-top:5px;
margin-bottom:5px;
}

#innerContentWhole ul ul 
{
margin-left:20px;

}
.innerContentLeft {
	width: 303px;
	margin: 0 43px 0 0;
	float: left;
	background:#fff;
}
.innerContentLeft p {
	margin-bottom: 22px;
}
.innerContentRight p {
	margin-bottom: 22px;
}
.innerContentRight {
	width: 303px;
	float: left;
	background:#fff;
	margin: 0px 0 0 0;
}
#innerContentNews {
	float: left;
	width: 653px;
	padding: 15px;
	border-top: #808080 1px solid;
	margin-top:15px;
}

#innerContentWhole p {
margin:0px;
}


#innerBottomLeftHolder{
width:198px;
margin:0;
padding:0;
}

#innerBottomLeftResources  {
	width: 198px;
	padding:12px 12px 0px 12px;
}
#innerBottomLeftResources ul {
	margin: 0;
	margin-left:0px;
	padding-left:0px;
}
#innerBottomLeftResources li {
	list-style: none;
	margin: 10px 0;
}	
#innerBottomLeftResources li a {
	margin-left:7px;
	font-size: 11px;
	font-weight: bold;
}
.innerContentLeftLarge
{	width: 433px;
	margin: 0px 13px 0 0;
	float: left;
	background:#fff;
}
.innerContentLeftSmall {
	width: 203px;
	margin: 0px 43px 0 0;
	float: left;
	background:#fff;
}
.innerContentRightSmall {
	width: 203px;
	float: left;
	background:#fff;
	margin: 0px 0 0 0;
}
.innerContentRightSmall p {
	margin-bottom: 22px;
}
/* ----------------------------------------------------------------- */
/*                        EXTRAS LAYOUT STYLES                       */
/* ----------------------------------------------------------------- */	

img.grayline {
margin:0;
}
	
