@charset "UTF-8";
/* CSS Document */
body{background:#b3cb35 url(images/index_01.gif) repeat-x; margin:0; padding:0; font-family:Tahoma, Geneva, sans-serif}
img{border:0}

#wrapper{margin:0 auto; background:white; width:1024px;}
#left{width:170px; float:left; height:100%}
#right{width:853; float:right;}
#main{background:white; width:853;}
#main-left{width:636px; padding:0 5px; float:left;}
#main-right{width:207px; float:right;}
#main-body{clear:both; padding:5px; margin:0 0 50px 0;}
#main-body ul{ line-height:25px;}
#main-body ol{ line-height:25px;}

.text, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	colour: #104D6F;
	color: #104D6F;
}

#watermark {
	background-image: url(assets/watermark.jpg-071018_06.jpg);
	background-repeat: repeat-y;
}
#green {
	background-image: url(assets/greenbar.jpg);
	background-repeat: repeat-y;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #104D6F;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #104D6F;
	text-decoration: none;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #104D6F;
	text-decoration: underline;
}

.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #104D6F;
	text-decoration: none;
}


.link a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0096DB;
	text-decoration: underline;
}

.link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0096DB;
	text-decoration: none;
}

.link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0096DB;
	
}

.popup a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;

}

.popup a:visitied {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;

}



#green_footer {
	background-image: url(assets/footer_greenbar_spacer.gif);
	background-repeat: repeat-x;
}

input
{
color: #104D6F;
background: #ecf7fd;
border: 1px solid #0096DB
}

textarea
{
	color: #104D6F;
	background: #ecf7fd;
	border: 1px solid #0096DB
}

select
{
	color: #104D6F;
	background: #ecf7fd;
	border: 1px solid #0096DB
}

.submit input
{
	color: #ffffff;
	background: #ecf7fd;
	border: 1px outset #ACD183
}


.style3 {
	font-size: 13px
}
.style5 {
	font-size: 14px;
	color: #104D6F;
}

.phoneno {
	font-size: 14px;
	color: #00467f;
	}

/* top navigation begins */
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 50px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 12px 5px;
	color: #fff;
	font-size:16px;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	/*background: url(topnav_hover.gif) no-repeat center top;*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	/*background: url(subnav_btn.gif) no-repeat center top;*/
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 42px;
	background: #0099ff;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	z-index:200;
	/*border: 1px solid #111;*/
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	/*--border-top: 1px solid #252525; Create bevel effect--*/
	/*--border-bottom: 1px solid #444; Create bevel effect--*/
	clear: both;
	/*width: 170px;*/
}
html ul.topnav li ul.subnav li a {
	float: left;
	/*width: 145px;*/
	background: #0099ff;
	/*padding-left: 20px;*/
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #0088EE;
}
