/*********************************************************************
/* Stylesheet
**********************************************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body{

	font-family:Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:10pt; 	
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	/*background-image:url('../images/bg.gif');
	background-repeat: repeat-x;*/
	margin: 0px auto;
}

#container{

	width:900px;
	/*background: transparent url(/test/resources/images/page_bg.gif) fixed;*/
	text-align:left;
	background-color:#FFFFFF;
	margin:auto;
}

#header{
	width: 900px;
	height:20px;
	text-align:center;
	display:none;
}

#masthead{
	padding: 0px 0px 0px 0px;
	width: 900px;
	height:380px;
	background-color: #ffffff;
	text-align:left;	
}

a.logo{
	position:absolute;
	width:300px;
	height:120px;
	top:0px;
	left:50%;
	margin-left:-430px;
	display:block;
	z-index:5;
	background:transparent;
}

#flashcontent {
	width: 900px;
	height: 380px;
	float: left;
}

#content{
	float: left;
    width: 640px;
	text-align:justify;
	padding: 20px 20px 20px 40px;
}

.left_content{
	float: left;
    width: 270px;
	text-align:left;
}

.banner{

	width:322px;
	height:109px;
	display:block;
	float:right;
	padding: 20px 0px 0px 00px;
}

#footer{
	clear: both;
	height: 50px;
	font-size: 8pt;
	font-weight:normal;
	color: #3e3e3e;
	/*padding: 10px 10px 10px 10px;*/
	/*background: #000000 url('../images/footer.gif') no-repeat left;*/
	background-color:#ffffff;
}

#links{
    width:440px;
	border:#bdbdbd 1px solid;
	font-weight:normal;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 0px;
}

#sitemap{
    width:440px;
	height:237px;
	/*border:#bdbdbd 1px solid;*/
	font-weight:normal;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 0px;
	background: #ffffff url('../images/sitemap_image.gif') no-repeat left;
}

/************************ BUG FIXES **************************/

#img_fix_bottom{ 
    vertical-align: bottom; 
}

/************************ LEFT MENU STYLES **************************/

#LeftMenu{
	float:left;
	width:200px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;

}

#MainMenuItemOff{
	float: left;
	width: 200px;
	display:block;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:25px;  /*number to adjust when menu text doesn't align properly*/
	/*background: transparent url(/resources/images/menu_level1_off.gif) no-repeat;*/
	/*background-color: #C7CCD9;*/
	background-color: #ffffff;
}

#MainMenuItemOn{
	float: left ;
	width: 200px;
	display:block;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:25px;
	/*background: transparent url(../images/menu_level1_on.gif) no-repeat;*/
	background-color: #ffffff;
}

#SubMenuItemOff{
	font-size:12px;
	float: left ;
	width: 200px;
	text-align: left;
	height:25px;
	padding-top:0px;
	background: transparent url(../images/menu_level2_on.giff) no-repeat;
	background-color: #ffffff;
}

#SubMenuItemOn{
	font-size:12px;
	float: left ;
	width: 205px;
	text-align: left;
	height:25px;
	padding-top:0px;
	background: transparent url(../images/menu_level2_on.gif) no-repeat;
	background-color: #ffffff;
}

a.menuon:link {
    display: block;
	height: 16px;
	color: #0055a5;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:40px;
}

a.menuon:visited {
    display: block;
	height: 16px;
	color: #0055a5;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:40px;
}

a.menuon:hover {
	color:#0055a5;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:40px;
}

a.menuoff:link{
	display: block;
	height: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:40px;
}

a.menuoff:visited {
    display: block;
	height: 16px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:40px;
}

a.menuoff:hover {

    display: block;
	height: 16px;
	color: #0055a5;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	padding-left: 40px;
	margin-left:0px;
	background-color: #ffffff;
}

#MenuText{
	background-color:#ffffff;
	margin-top:-10px;
	padding-bottom:-2px;
	height:25px;
	width:179px;
}

/***************************** SUB MENU LEVEL 1 *******************************/

a.suboff:link {
    display: block;
	height:16px;	
	color: #000000;
	text-decoration:none;
	margin-left:60px;
	padding-top:3px;
}

a.suboff:visited {
    display: block;
	height:16px;
	color: #000000;
	text-decoration:none;
	margin-left:60px;
	padding-top:3px;
}

a.suboff:hover {

    display: block;
	height:16px;
	color:#00853e;
	text-decoration:none;
	margin-left:60px;
	padding-top:3px;
}

a.subon:link {
    display: block;
	height:16px;
	color: #00853e;
	font-weight:bold;
	text-decoration:none;
	padding-left:60px;
	padding-top:3px;
}

a.subon:visited {
    display: block;
	height:16px;
	/*color: #787878;*/
	color: #00853e;
	font-weight:bold;
	text-decoration:none;
	margin-left:60px;
	padding-top:3px;
}

a.subon:hover {

    display: block;
	height:16px;
	color:#00853e;
	text-decoration:none;
	margin-left:60px;
	padding-top:3px;
}

/*********************************************************************
* HTML tag styles                             
*********************************************************************/
h1
{
font-size:18pt;
font-weight:normal;
color: #0055a5;
text-decoration:none;
}

h2
{
font-size:11pt;
font-weight:bold;
color: #0055a5;
margin-bottom:2px;
margin-top:20px;
}

h3
{
font-size:14pt;
font-weight:normal;
color: #0055a5;
text-decoration:none;
}
p.center{
    text-align:center;
}
p.right{
    text-align:right;
}

p.justify{
    text-align:justify;
}

p.highlight{
    text-align:justify;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
}

p.title{
	margin:0px;
	color:#999;
}

a{
	color: #00853e;
	text-decoration: none;
}

a:link{
	color: #00853e;
	text-decoration: none;
}

a:visited{
	color: #00853e;
	text-decoration: none;
}

a:hover{
	color: #00853e;
	text-decoration: underline;
}
a:active{outline:none;}

ul{
 list-style-type: square;
 margin:15px 0px 15px 0px;
}
ul li{
	padding:4px 0px;
}

ul ul{
 list-style-type: disc;

}

ul ul ul{
 list-style-type: none;
}

#footer .footerText{
    padding: 20px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
	color: #a0a0a0;
	text-align:right; 
}

#footer a{
    color:#a0a0a0;
    font-weight:normal;
    text-decoration:none;
}
#footer a:hover{

    text-decoration:underline;
}

/* additional styles */
.map{float:right;width:320px;height:200px;}



