/* ===============================================================
Styling for the site content
================================================================== */
body {
	margin: 15px 0px 15px 0px;
	/*background: #ffffff url(../images/site/body-bg.jpg) repeat fixed left;*/
	background: #ffffff url(../images/site/main-bg.jpg) repeat fixed left;
	font: .9em Trebuchet MS, MS PMincho, Verdana, Arial, Helvetica, sans-serif; 
	color: #666633;
	line-height:19px;
}
a {
    text-decoration:none;
}
a:link {
	color: #ff9933;
	text-decoration: none;
}
a:visited {
	color: #ff9933;
	text-decoration: none;
}
a:hover {
	color: #ffcc00;
	text-decoration: none;
}
a:active {
	color: #ff9933;
}
h1 {
	font-size:1.6em;
	font-weight:400;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.1em;
	font-weight:normal;
}

/* ================================================================
Vertical menu styles begin here
================================================================== */
ul {
	float:left; 
	padding:0 0 5px 10px; 
	margin:0; 
	list-style:none; 
	font:bold 14px Trebuchet MS, MS PMicho, Verdana, sans-serif;
	position:relative; 
	z-index:200;
}
li {
	line-height:20px;
}
.nav a {
	font:400 14px Trebuchet MS, MS PMicho, Verdana, sans-serif;
}
.nav a:link {
	color:#ffffff;
	text-decoration:none;
}
.nav a:visited {
	color:#ffffff;
	text-decoration:none;
}
.nav a:hover {
	color:#ffcc00;
	text-decoration:underline;
}
.nav a:active {
	color:#ffcc00;
	text-decoration:underline;
}

#dropmenudiv{
	position:absolute;
	background-color: #000000;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana, sans-serif;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: 400;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #f8f8f8;
}

/* ===============================================================
Vertical menu styles end here
================================================================== */

/* ===============================================================
Classes that will be used on the site
================================================================== */
.footer_text {
	font-size:.7em;
	font-weight:500;
}
.powered_by {
	font-size:.9em;
	font-weight:300;
}
.h3_class {
	margin:0;
	padding:0;
}
.table_bg {
	background-color:#ffffff;
}
.date {
	padding: 10px 30px;
	font:1.1em Sathu, Candida Std, Trebuchet MS, Arial, Helvetica, sans-serif;
}
.left_column {
	background-repeat:no-repeat;
	vertical-align:top;
	height:251px;
}
/* ===============================================================
IDs that will be used on the site for the slide show 
=================================================================== */
#slide-images {
	padding:0;  
	margin: 0; 
	overflow: hidden; 
	width: 800px; 
	position: relative; 
	height: 175px;
	display: block; 
}
#slide-images li {
	padding:0;  
	display: block; 
	margin: 0; 
	list-style-type: none; 
	position: absolute; 
	background-color: #ffffff;
}
#slide-images li img {
	display: block; 
	background-color: #ffffff;
}

/* ===============================================================
News flash styling 
=================================================================== */
#contentwrapper{ /* Content wrapper for news flash */
	width: 355px;
	height: 20px;
	border:0;
	/*background:url(../images/site/ns_news_13.jpg) no-repeat;*/
}
.billcontent{ /* News flash item */
	width: 355px;
	height:20px;
	display:block;
	/*font-size:16px;
	padding-left: 8px;
	padding-top: 20px;
	text-align:left;*/
}
.news_table {
	margin-top:10px; 
	padding-left:3px;
}
.news_div {
	margin-left:10px; 
	margin-right: 2px; 
	margin-top:10px; 
	vertical-align:top;
}
.news_div_content {
	/*width:500px;*/ 
	float:left; 
	margin-left: 2em;
	padding-left: 5px; 
	background-color:#fff;
}
.news_header {
	font-size:16px;
	font-weight:Bold; 
	color:#AA5F00;
}
/* TOOLTIP STYLES */
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
.BlackBold {
	font-weight: bold;
}
.submit_button {
	background-color:#FFF; 
	border:#fa9f1a solid;
	height:28px; width:100px; vertical-align:middle; font-size:14px; color:#000000; font-weight:bold; cursor:pointer

}
.submit_button1 {
	/*border:#fa9f1a solid;*/
	border:1px #000 double; 
	background:#FFFFAA; 
	height:20px; 
	width:200px; 
	cursor:pointer;

}

.submit_button2 {
	background-color:#FFBF55; 
	border:double #FF9F00; 
	height:22px;
	width:50px; 
	vertical-align:middle; 
	height:22px; width:90px;
	font-size:12px; 
	color:#000000; 
	font-weight:bold; 
	cursor:pointer
}