@import url("tabs.css");
/* Reset all margins and paddings so site displays the same on all browsers*/
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	text-align: center;/* IE6 Fix to center layout*/
	background: #E9F9FA url(../images/layout/bodyBG.png) top left repeat-x;
}
#wrapper
{
	text-align: left;/* reset text to left justify */
	width: 988px;
	margin: 0px auto 0px auto;
	padding: 0px 0px;
	background: url(../images/layout/wrapperBG.png) top left repeat-y;
}
/*=============== Main header styling ===============================*/
/*#header
{
	width: 960px;
	position: relative;
	margin: 20px 14px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
*/

#header

{
/* background-image:url('../images/banner.jpg'); 
background-repeat:no-repeat;
height:283px;*/
margin:20px 14px;
position:relative;
width:960px;
}

#headerMain
{
	margin: 10px 0px 0px 8px;
	/* margin-left: 8px;*/
	float: left;
	display: inline; /* IE6 double margin fix */
}
/* #headerSupp
{
	position: absolute;
	top: 75px;
	right: 8px;
} */
#headerSupp
{
	margin: 50px 15px 0px 8px;
	float: right;
	display: inline; /* IE6 double margin fix */
}
#header a.headerBanner
{
}
#header a.headerBanner img
{
	border: none;
}
/*=============== Navigation styling ===============================*/
#navigation
{
	width:  960px;
	position: relative; /* Anchor for navigation elements */
	clear: both;
	float: left;
	padding-bottom: 18px;
	margin-top: 4px;

}
#navigation ul
{
	list-style: none;
	float: left;
	width: 960px;
	background: #075407;
}
#navigation ul li
{
	display: inline;
}
#navigation li a
{
	display: block;
	padding: 4px 8px;
	font-size: 14px;
	color: #ffffff;
	float: left;
	text-decoration: none;
	background: url(../images/layout/navDiv.gif) right center no-repeat;
	position: relative;
}
#navigation li a:hover
{
	background: #FE0000 url(../images/layout/navDiv.gif) right 6px no-repeat;
}
#navigation li ul
{
	width: 960px;
	position: absolute;
	top: 25px;
	left: 0px;
	height: auto;
	background: #0e980e;
}
#navigation li ul.active li
{
	display: block;
	cursor: pointer;
}
#navigation li ul li
{
	display: none;
	float: left;
}
#navigation li ul li a
{
	font-size: 12px;
	height: auto;
	padding: 1px 8px;
	font-weight: normal;
	background: url(../images/layout/supNavDiv.gif) right center no-repeat;
}
#navigation li ul li a:hover
{
	background: #FF8600 url(../images/layout/supNavDiv.gif) right 2px no-repeat;
}
#navigation li a.highlight
{
	background-color: #FE0000;
}
#navigation li .navLast
{
	background: none;
}
#navigation li ul li a.navLast
{
	background: none;
}
#navigation li .navLast:hover
{
	background: #FE0000;
}
#navigation li ul li a.navLast:hover
{
	background: #FF8600;
}
/*=============== Main content styling ===============================*/
#contentWrapper
{
	width: 988px;
	float: left;
	padding: 30px 0px;
}
#content
{
	padding: 0px 30px 0px 40px;
	width: 560px;
	float: left;

}
#content h1
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
#content h2			/* added */
{
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 8px;
}
#content p
{
	margin-bottom: 8px;
	line-height: 15px;
	font-size: 12px;
}
#content p.bold		/* added */
{
	text-align:center; 
	font-weight:bold;
	padding: 5px 0px;
}
#content p.boldleft		/* added */
{
	font-weight:bold;
	padding: 7px 0px 0px 0px;
}
#content ul
{
	line-height: 15px;
	font-size: 12px;
	padding: 10px 25px 15px;
}
/*=============== Supp Content styling ===============================*/
#suppContent
{
	float:right;
	width: 300px;
	padding-right: 30px;

}
#SuppContentTop img
{
	display: block;
	margin-left: auto;
    	margin-right: auto; 
}
#SuppContentTop
{
	width: 300px;
	margin-bottom: 20px;
}
#SuppContentBottom
{
	width: 300px;
/*	margin: 20px;*/
}
#newsBox
{
	width: 180px;
	padding: 8px;
	border: 1px solid #666666;
	/*margin: 8px;*/
	display: block;
	margin-left: auto;
    	margin-right: auto;
}
#newsBox h3
{
	margin-bottom: 8px;
	text-align:center; /* added */
	font-weight:bold;  /* added */
}
#newsBox p
{
	margin-bottom: 8px;
}
#newsBox p.date
{
	font-weight:bold;  /* added */
}
#SuppContentThird img
{
	display: block;
	margin-left: auto;
    	margin-right: auto; 
}
#SuppContentThird
{
	width: 300px;
	margin-top: 20px;
}


/*============== Footer Styling =======================================*/
#footer
{
	width: 988px;
	height: 26px;
	clear: both;
	background: url(../images/layout/footerShade.png) bottom left no-repeat;
	margin: 0px auto;
	padding: 0px 0px 12px 0px;
	position: relative;
	top: 38px;
}
#footer ul
{
	list-style:none;
	width: 960px;
	height: 26px;
	background: url(../images/layout/footerBG.jpg) top left repeat-x;
	margin: 0px auto;
}
#footer li
{
	color: #ffffff;
	float: left;
	font-size: 10px;
	padding: 0px 6px;
	line-height: 18px;
	background: url(../images/layout/supNavDiv.gif) right 6px no-repeat;
}
#footer li.navLast
{
	background: none;
}
#footer li a
{
	text-decoration: none;
	color: #ffffff;	
	position: relative;
}
#footer li a:hover
{
	text-decoration:underline;
}

