/*CSS document*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 7px auto; /* auto used to center layout in browser window*/
}

.hidden {
/* show any descriptive text in a link only in speech browsers, hide in all visual browers.*/
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for the benefit of IE5 Mac */}
	/*.hidden {display:none;} */
p {font-size: 12px;	font-style: normal;	margin: 9px 0px; padding: 0px;}	
ul {margin-top: 0px;}
li, dl {font-size: 12px; margin: 2px 0px 1px 0px;}
img {border: 0px; }
table { empty-cells:show;}
td, th {font-size: 12px; padding: 3px;}
H1 {font-size: 24px; color: #99DDFF; margin: 2px; text-align: center;}
H2 {font-size: 22px; margin:6px; text-align: center;}
H3 {font-size: 18px; margin:4px 4px 4px 0px;}
H4 {font-size: 14px; margin:4px 4px 4px 0px;}
H5 {font-size: 12px; margin:4px 4px 4px 0px;}
b{font-weight : bold;}
i{font-style : italic;}

.H3Green { font-size: 18px; font-weight: bold; color: #336666; }

a:link, a:visited {color: #00f; text-decoration: none;}
a:hover, a:active {color: #603; text-decoration: underline;}

.small {font-size:9px;}
.red {color:#ff0000;}	
.indent {text-indent: 30px;}

.photoleft {float: left; padding: 0px 11px 8px 0px;}
.photoright {float: right; padding: 0px 0px 8px 11px;}

/* ************* Style Specific For a Popup Window or Smaller Window ************* */
#contentpopup {
	overflow: visible; 
	font-size: 11px;
	border-top: 0px none #336666;
	border-right: 2px solid #336666;
	border-bottom: 6px solid #336666;
	border-left: 2px solid #336666; 
}

/*--Use this button class with struts code & comment input.button class out ----*/
.button a:link, .button a:visited {
	background-color: #336666;
	font-weight: bold;
	color: #036;
	border: 2px outset #ccc;
	margin: 2px;
	height: auto;
	padding: 4px;
	width: auto;
	text-align: center;
	text-decoration: none;

}
.button a:hover, .button a:active { background-color: #99DDFF; color: #000; text-decoration: none; } 
/*End of forms styles*/	

/* --------  Page Content Layout divs  -----------*/
#banner {
	width: 760px;
	width/* */:/**/760px;
	width: /**/760px;	
 	background: #336666; 
	background-image: url("/images/banner.jpg") ;
	margin: 0px auto; /* auto used to center layout in browser window*/; 
	padding: 0px;
	height: 100px;
}

#bannerleft {
	width: 500px;
	width/* */:/**/425px;
	width: /**/500px;	
	height: 100px;
	background: transparent; 
	margin: 0px 0px -5px 0px; 
	padding: 0px;
	float: left;
}

#bannerright {
	width: 260px;
	width/* */:/**/260px;
	width: /**/253px;	
	background: transparent; 
	margin: 0px;
	padding: 15px 7px 0px 0px;
	text-align: right;
	float: right;
}

/* Filter: Glow(Color=#00FF00, Strength=20); */
/* font-family: Wide Latin;  */

#bannerright ul { list-style: none; margin: 0px; padding: 0px; font-weight: bold; }
#bannerright li { display: block; letter-spacing: 1px; padding: 3px; margin: 0px; }
#bannerright li a {padding-right: 4px; color: #FFF; text-decoration: none; }
#bannerright a:link, #bannerlinks a:visited {color: #FFF; text-decoration: none; }
#bannerright a:hover, #bannerlinks a:active {text-decoration: underline; }

#nav {font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #336666;
	width: 760px;
	width/* */:/**/760px;
	width: /**/760px;
	text-align: left;
	margin: 0px auto; /* auto used to center layout in browser window*/
	padding: 5px 0px;
}
#nav ul { list-style: none; margin: 0; padding: 0;}
#nav li { display: inline; padding: 5px 40px 5px 22px;} /*adjust distance between nav items with the right padding*/
#nav a:link, #nav a:visited {color: #FFF; text-decoration: none;}
#nav a:hover, #nav a:active {text-decoration: underline;}


#content {
	background-color: #fff;
	overflow: visible; 
	vertical-align: top;
	width: 760px;
	width/* */:/**/760px;
	width: /**/760px;
	font-size: 12px;
	text-align: left;
	margin: 0px auto; /* auto used to center layout in browser window*/
	padding: 0px;
	clear: both;
	/*float: left;*/
}
#main {
	background-color: #fff;
	overflow: visible;
	width: 615px;
	width/* */:/**/615px;
	width: /**/615px;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	float: right;
	padding-left: 5px;  
}

/* Style Specific For a Second level navigation or left hand navigation */
#subnav {
	color: #000; 
	background-color: #336666;
	text-align: left;
	margin: 0px;
	width: 140px;
	width/* */:/**/140px;
	width: /**/130px;
	font-size: 12px;
	padding: 20px 5px 3px 5px;
	float: left;
	vertical-align: top;
}
#subnav p {font-weight:bold; padding:9px 0;}
#subnav ul { list-style: none; margin: 0; padding: 0;}
#subnav li { display: block; padding: 5px 0px 5px 0px; border-bottom: ridge #ccc 2px ;} /*adjust distance between nav items with the bottom/top padding*/
#subnav a:link, #subnav a:visited {text-decoration: none; color: #000;}
#subnav a:hover, #subnav a:active {text-decoration: underline; }
	
/*Beginning of footer style*/
#footer {
	clear: both; 
	width: 760px;
	width/* */:/**/760px;
	width:/**/760px;
	margin: 3px auto; 
	padding: 0px;
	font-size:11px; 
	text-align:center;
	}

#footer p{
	font-size:10px;
	margin: 0px 0px 0px 0px;
	}

#footer a:link, #footer a:visited {
	color: #00f; 
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active{text-decoration: underline;}

#contact1{
	width: 380px;
	width/* */:/**/380px;
	width:/**/350px;
	text-align:left; 
	margin: 0px; 
	padding: 5px 0px 0px 30px; 
	float: left;
	}

#contact2{
	width: 380px;
	width/* */:/**/380px;
	width:/**/360px;
	float: left;
	text-align:left; 
	margin: 0px; 
	padding: 5px 0px 0px 20px; 
	}
	


	
	
