﻿body
{
	margin-top: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

#main
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 700px;
}
#main a
{
	color:#00699C;
}

#topnav
{
	color: #000;
	font-size: 10pt;
	padding-top: 0px;
}
#topnav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnav li
{
	float: left;
	margin: 0;
}
#topnav img
{
	border-style: none;
}
#topnav span
{
	color: #000;
	margin: 0 5px;
	padding: 5px;
}
#topnav a, #topnav a:visited
{
	text-decoration: none;
	color: #000;
	font-size: 8pt;
}
#banner
{
	width: 900px;
	height: 120px;
	background-color: #FFDC4F;
}
#navbar
{
	width: 900px;
	height: 44px;
}
#navbar .left
{
	float: left;
	width: 9px;
	height: 44px;
	background: url(images/navbar_left.gif) no-repeat;
}
#navbar .mid
{
	float: left;
	width: 882px;
	height: 44px;
	background: url(images/navbar_mid.gif) repeat-x;
}
#navbar .right
{
	float: right;
	width: 9px;
	height: 44px;
	background: url(images/navbar_right.gif) no-repeat;
}
#menu
{
	padding-top: 12px;
	margin-left: 170px;
}
/*start lower navigation*/
/*
#lnav
{
	color: #0A2656;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.0em;
	padding: 0px 34px 0px 34px;
	height: 2em;
}
#lnav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#lnav li
{
	float: left;
	margin: 0 2px;
	padding: 0;
}
#lnav a
{
	float: left;
	border-width: 0;
	color: #fff;
	text-decoration: none;
}
#lnav a span
{
	display: block;
	padding: 5px 12px 4px 8px;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#lnav a:hover span
{
	display: block;
	padding: 5px 12px 4px 8px;
	color: #FFDC4F;
}
#lnav .on a
{
	float: left;
	background-position: 0 0;
	padding: 0 0 0 8px;
	color: #FFDC4F;
	text-decoration: none;
}
#lnav .on a span
{
	display: block;
	background-position: 100% 0;
	padding: 4px 18px 4px 12px;
	color: #FFDC4F;
	font-size: 9pt;
	border: solid 1px #fff;
}
#lnav li .on a:visited
{
	color: #0A2656;
	text-decoration: none;
}
*/

#lnav
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#lnav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#lnav li
{
	margin: 0 5px;
    float: left;
    position: relative;
}
#lnav li a
{
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: #fff;
    padding: 0.1em 1em;
    width: auto;
    height: 22px;
}

#lnav a span
{
	display: block;
	padding: 5px 12px 4px 8px;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#lnav a:hover span
{
	display: block;
	padding: 5px 12px 4px 8px;
	color: #FFDC4F;
}


#lnav li a:hover 
{
	display: block;
	color: #FFDC4F;
}
#lnav .on a
{
	float: left;
	background-position: 0 0;
	padding: 0 0 0 8px;
	color: #FFDC4F;
	text-decoration: none;
}
#lnav .on a span
{
	display: block;
	padding: 4px 12px 2px 12px;
	color: #FFDC4F;
	font-size: 9pt;
	border: solid 1px #fff;
}
#lnav li .on a:visited
{
	color: #0A2656;
	text-decoration: none;
}
/* **** drop down - sub menu **** */
#lnav li ul
{
    display: none;
    position: absolute;
    list-style: none;
    top: 1.8em;
    left: 0;
    padding: 0;
    margin: 0;
    z-index:500;
	border: solid 1px #00699C;    
	background-color:#fff;
}
#lnav li li
{
    padding: 3px 0;
    margin: 0;  
    border-top: dotted 1px #00699C;  
}
#lnav li ul a
{
    float: left; /*ie doesn't inherit the float*/
    font-size: 9pt;
    text-align: left;
    color: black;
    width: 100px;
    height: 18px;
    z-index: 0;
}
#lnav li:hover ul
{
    display: block;
    clear: left;
}
#lnav li:hover ul a:hover
{
    background-color: #00699C;
	color:#fff;	
}
/****************************************************************/

#content1
{
}
#content1 .top
{
	background: url(images/one_col_rndtop.gif) no-repeat;
	height: 10px;
}
#content1 .mid
{
	background: url(images/one_col_rndmid.gif) repeat-y;
}
#content1 .bot
{
	background: url(images/one_col_rndbot.gif) no-repeat;
	height: 10px;
}

#content2 .left
{
	float: left;
	width: 281px;
}
#content2 .right
{
	float: right;
	width: 612px;
}
#content2 .left .top
{
	background: url(images/two_col_ltop.gif) no-repeat;
	height: 10px;
}
#content2 .left .mid
{
	background: url(images/two_col_lmid.gif) repeat-y;
}
#content2 .left .bot
{
	background: url(images/two_col_lbot.gif) no-repeat;
	height: 10px;
}
#content2 .right .top
{
	background: url(images/two_col_rtop.gif) no-repeat;
	height: 10px;
}
#content2 .right .mid
{
	background: url(images/two_col_rmid.gif) repeat-y;
}
#content2 .right .bot
{
	background: url(images/two_col_rbot.gif) no-repeat;
	height: 10px;
}
#content3 .left
{
	float: left;
	width: 200px;
	border: 1px solid #00699C;
}
#content3 .right
{
	border: 1px solid #00699C;
}
#content3 ul
{
	margin: 0;
	padding: 0;
}
#content3 li, #content3 li a, #content3 li a:visited
{
	list-style: none;
	margin: 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#foot
{
	background: url(images/footer.jpg) repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
	font-size: 9pt;
	height:100px;
}
#foot a
{
	color: Red;
	font-weight: bold;
}

/*clear float left*/
.cleft
{
	clear: left;
}
.cright
{
	clear: right;
}
.cboth
{
	clear: both;
}
.box1
{
	padding: 20px;
}
#search
{
	margin: 0 auto;
	width: 100%;
	background-color: #FFDC4F;
}
#search span
{
	color: #000;
	font-weight: bold;
	font-size: 12pt;
}
#search .left .rad
{
	font-size: 10pt;
	font-weight: normal;
}
#search .left, #search .right
{
	float: left;
	width: 300px;
}

.listing
{
	width: 100%;
	font-size: 8pt;
	color: #000;
	border: solid 1px #FFE066;
}
.listing .row1
{
	background-color: #FFF0B3;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold;
}
.listing .row2
{
	padding: 6px;
	width: 80%;
}
.listing .row3
{
	border-top: solid 1px #FFE066;
	padding: 6px;
}
.pager
{
	padding: 5px;
	font-size: 8pt;
	width: 100%;
	text-align: center;
}
.pager a, .pager a:visited
{
	font-size: 12px;
	text-decoration: none;
	color: #000;
	border: solid 1px #FFE066;
	margin: 0 2px;
	padding: 2px 5px;
}
.pager a:hover
{
	background-color: #FFE066;
}

#homelist .tab a, #homelist .tab a:visited
{
	border: solid 1px #00699C;
	padding: 0.4em;
	font-weight: bold;
	font-size: 11pt;
	color: #000;
	text-decoration: none;
}
#homelist .tab a:hover
{
	background-color: #FFDC4F;
}
#homelist span a, #homelist li a
{
	text-transform: capitalize;
	font-weight: bold;
	font-size: 10pt;
	color: #00699C;
}
#homelist span a:visted, #homelist span
{
	font-weight: bold;
	font-size: 10pt;
	color: #00699C;
}

.contact
{
	background-color: #FFDC4F;
	border: solid 1px #50ABD8;
	padding: 10px;
}
.btn1
{
	border: solid 2px #00699C;
	background-color: #fdffd1;
}
.btn2
{
	border: solid 2px #FFDC4F;
	background-color: #00699C;
	color: #fff;
}
.btn2off
{
	border: solid 2px #fdffd1;
	background-color: #fdffd1; /*display:none;*/
}
.t1
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #00699C;
	text-transform: capitalize;
}
.t2
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #9E232C;
	font-weight: bold;
}
.ttu
{
	text-transform: uppercase;
}
.ttl
{
	text-transform: lowercase;
}
.ttc
{
	text-transform: capitalize;
}

#search .txt
{
	border: 1px solid #000000;
	float: left;
	font-size: 125%;
	font-weight: bold;
	padding: 3px 4px 4px;
	width: 303px;
	z-index: 2;
}
.frameset2
{
	border: solid 5px #BFBFBF;
	padding: 13px 6px 7px 6px;
	margin-top: 6px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}
.frameset2 .hd2
{
	position: absolute;
	top: -12px;
	left: 30px;
	margin: 0 0 0 7px;
	padding: 0 5px;
	height: 20px;
	background: #fff url(images/l1.gif) 0 0 no-repeat;
	font-size: 13pt;
}

.notice
{
	padding: 5px 10px 5px 10px;
	font-size: 10pt;
	text-align: left;
	border: 1px solid red;
	background-color: #FFFFCC;
}

/* Progress Control */
.overlay
{
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	filter: Alpha(Opacity=70);
	opacity: 0.70;
	-moz-opacity: 0.70;
}
* html .overlay
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +           'px' );
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth +           'px' );
}
.loader
{
	z-index: 100;
	position: fixed;
	width: 120px;
	margin-left: -60px;
	top: 50%;
	left: 50%;
}
* html .loader
{
	position: absolute;
	margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) +           'px' );
}
.toupper
{
	text-transform: capitalize;
}
.tolower
{
	text-transform: capitalize;
}
.totitle
{
	text-transform: capitalize;
}
/*-----------------------------*/
#list
{
	padding: 5px;
	background-color: #fff;
	font-size: 8pt;
}
#list table
{
	font-size: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 98%;
}
#list tr td, #list th
{
	padding: 0 0.5em;
	text-align: left;
	border: 1px solid #00699C;
	background: #FDFFD1;
}
/*-----------------------------*/

/*-----------------------------*/
.sublist
{
	font-size: 8pt;
}
.sublist a, .sublist a:visited
{
	font-size: 8pt;
	color: #00699C;
	text-transform:capitalize;
}
/*-----------------------------*/

.addiv
{
	background-image:url(images/ads/adbg.jpg) ;
	background-repeat: no-repeat;
	padding:5px;
}
.ad, .adTitle1, .adTitle2
{
	color: #00699C;
}
.adTitle1 a, .adTitle2 a, .adTitle1 a:visited, .adTitle2 a:visited
{
	color: #00699C;
	text-decoration:none;
	text-align:center;
}

.adTitle1 a
{
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
}
.adTitle2 a
{
	font-family: verdana;
	font-size: 8px;
	font-weight:normal;
}
.adimg
{
	border:0 none;
}
