body {
	margin: 0 0 0 0;
	text-align:center;
	background:#C2E2ED url(../images/general/bodybg.jpg) repeat-x;
	font-family: tahoma, arial, verdana, sans-serif 11px;
}
html {
overflow: -moz-scrollbars-vertical;
}
.floatleft{ float:left;}
.floatright{ float:right;}
.clearboth{ clear:both;}
.spacer {height: 10px; width: 100%; } .spacer2 {height: 20px; width: 100%; }


#container {
	width:960px; //width:980px;
	background-color:#FFFFFF;
	padding: 0 10px 10px 10px;
	margin-left:auto;
	margin-right: auto;
	position:relative;
	display:block;
}
#header{
	width: 100%;
	height: 205px;
	margin:0;
	padding:0;
}

#footer{
	width: 100%;
	overflow:visible;
	height: 160px;
	clear:both;
	margin: 0;
	border-top: 1px dotted #ccc;
	background: url(../images/general/footerBG.jpg) repeat-x;
}

#maincontent{
	width: 98%;
	display:block;
	overflow:visible;
}



/* START OF CELLS */

.cell_left{
	float:left;
	max-width: 250px;
	width: auto;	//width: 250px;
	padding-right: 10px;
	border-right: 1px dotted #ccc;
	min-height: 260px;
}

.cell_right{
	float:left;
	max-width: 670px; //width: 640px;
	padding-left: 5px;	
	text-align: left;
}
* html .cell_right{
	float:left;
	width: 640px;
	padding-left: 5px;	
	text-align: left;
}
.cell_half{
	width: 45%;
	float:left;
	
}
.cell_third{
	width: 30%;
	float:left;
	
}

/* END OF CELLS */


/* MENUS */
#topnav ul{
	width: 100%;
	height: 20px; //height: 30px;
	margin: 0;
	padding:10px 0 0 0;
	white-space: nowrap;
	background:url(../images/general/topnavbg.jpg) repeat-x;
	text-align:right;
}

#topnav li{
	display: inline;
	list-style-type: none;
}

#topnav a, #topnav a:link, #topnav a:visited{ 
	padding:10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
}

#topnav a:hover{
	color: #fff;
	background-color: #369;
	text-decoration: none;
	font-weight:bold;
}


#mainnav ul{
	width: 100%;
	height: 25px; //height: 30px;
	padding: 0;
	margin:4px auto;
	white-space: nowrap;
	text-align:center;
	clear:both;
}

#mainnav li{
	display: inline;
	list-style-type: none;
}

#mainnav a, #mainnav a:link, #mainnav a:visited{ 
	padding:4px 4.5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
	background: #004A6F;
}

#mainnav a:hover{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	background: #009361;
}

.footerlist{
	min-width: 115px;
	max-width: 340px;
	width: auto;	
	pading:0 0 0 5px;	
	float: left;
}
* html .footerlist{
	width: 190px;
	pading:0 0 0 5px;	
	float: left;
}
.footerlist ul{
	padding:0;
	margin: 0;
	width: 100%;
}

.footerlist li{
	list-style-type: none;
	text-align:left;
	margin:0;
	padding: 0;
	color:#006699;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.footerlist ul{
	padding:0;
	margin: 0 0 0 10px;
	width: 100%;
}

.footerlist li li{
	width: 100%;
	list-style: disc outside;
	text-align:left;
	margin:0 ;
	padding: 0;
	text-transform:capitalize;
	color: #666;
	font-weight:normal;
}
.footerlist li li li{
	width: 100%;
	list-style: none;
	text-align:left;
}



.footerlist li li a, .footerlist li li a:link, .footerlist li li a:visited{ 
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.footerlist li li a:hover{
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}


.leftnavlist{
	width: 100%;
	margin:0;
	padding:0;
	display:block;
}

.leftnavlist ul{margin:0;	padding:0; width: 100%;}

.leftnavlist li{
	list-style-type:none;
	text-align:left;
	color: #006699;
	margin-bottom: 1px;
}
.leftnavlist li a, .leftnavlist li a:link, .leftnavlist li a:visited{
	width: auto;
	color: #006699;
	background: #D7EAF0;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;  
	font-family:tahoma, arial, verdana, sans-serif;
	font-weight:bold;
	display:block;
	padding: 5px;
	height: auto;
}

.leftnavlist li a:hover{
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.leftnavlist ul li li a, .leftnavlist ul li li a:link, .leftnavlist ul li li a:visited{
	list-style-type: square;
	list-style-position:outside;
	padding-left: 12px;
	color:#006699;
	background: #fff;
	display: block;
	border-bottom: 1px #FF9900 solid;
	font-weight: normal;
}
.leftnavlist ul li li a:hover{
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

.imglist ul{
	margin:0 auto;
	padding:0;
	text-align:center;
}
.imglist li{
	list-style-type: none;
	cursor: pointer;
}


/* END OF MENUS */

/* LISTS */



.contactus ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width: 100%;
	display:block;
	text-align:left;
}
.contactus li{
	height: auto;
	width:90%;
	display:block;
	vertical-align:middle;
	clear:both;	
	list-style-type:none;
	margin-bottom: 10px;
	padding: 10px;
}

.contactus li img{
	float:left;
	display:block;
	margin-right: 5px;
}
.contactus li span{
	float:left;
	display:block;

}


.listone {
	padding: 0;
	margin: 0;
	
}
.listone ul{
	padding: 0;
	margin: 0;
	clear:both;
	width: 100%;
}
.listone li { 
	list-style-type: none; 
	padding:0;
	margin:5px 0;
	text-align: left;
	display: block;
	width: 90%;
	color: #069;
	font-weight: bold;
	font-size: 13px;
	clear:both;
	margin-bottom: 20px;
}
	
.listone li a, .listone li a:link, .listone li a:visited{
	text-decoration: none;
	padding: 2px 0 2px 1px;
	font-weight: normal;
	color: #069;

}

.listone li a:hover{
	text-decoration: none;
	color: #036;
	font-weight: normal;
}

.listtwo { 
	list-style-type: none; 
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	text-transform:none;
	color: #666;
	width: 100%;
	text-align: left;

}
	
.listtwo a, .listtwo a:link, .listtwo a:visited{
	text-decoration: none;
	padding: 2px 0 2px 1px;
	font-weight: bold;
	color: #069;
}

.listtwo  a:hover{
	text-decoration: none;
	color: #036;
	font-weight: bold;
}

.listthree{
	width:100%;
	height: 112px;
	padding-top: 8px;
	font-size: 11px;
}
.listthree li{
	width: 90%;
	list-style-type: none;
	height: 100px;
}
.listthree li a{	float:left;}
.listthree li p{	float:left; text-align:left; margin: 0; padding:0; display:block;}
.listthree li img{ margin-right:5px;}

/* END OF LISTS */

/* FORMS */


.contactusform{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	width: 100%;
	display:block;
	padding: 20px;
}
.contactusform label{
	float: left;
	font-weight: bold;
	text-align:left;
	width: 160px;
	display:block;
	margin-bottom: 5px;
}
.contactusform input, select{
	width: auto;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform textarea{
	width: auto;
	height: 60px;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform br{
	clear: left;
}
.contactusform div{
	padding:0;
	margin-left: 125px;
	display:block;
	text-align:center;
}
.contactusform.cap{
	width: 200px; height: 37px;background: white; border: 1px solid #CCCCCC; text-align:left; margin: 0; padding: 0; float:left;
}
.contactusform p{
	display:block;
	text-align:left;
	padding:0;
}
.contactusform span{
	display:block;
	text-align:left;
	width: 100%;
}



form{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#069;
	text-align:left;
	padding: 5px;
}
form label{
	float: left;
	font-weight: bold;
	text-align:left;
	padding-left: 2px;
	width:auto;
	margin-bottom: 5px;
}

form input, textarea, select{
	width: auto; //width: 120px;
	margin-bottom: 5px;
	float: left;
	text-align:left;
	color:#666;
}
form input.SM, textarea.SM, select.SM{
	width: 10%;
	margin-bottom: 10px;
	float: left;
	text-align:left;
	color:#666;
}
form br{
	clear: left;
}
form div{
	float:left;
	width: 78%;
}

form h2{
	font:  18px tahoma, arial, verdana, sans-serif;
	font-style:normal;
	font-variant:normal;
	color:#009966;
	margin:0 0 10px 0;
	display:block;
}




/* END OF FORMS */



input.submit , a.submit , a.submit:link, a.submit:visited{ color: #fff; background:#003366; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px; cursor: pointer; text-decoration:none; width:auto; margin:1px;} 
a.submit:hover, input.submit:hover{ color: #fff; background:#006699; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px; cursor: pointer; text-decoration:none; width:auto;} 


	
h1{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color:#069;
	font-weight: bold;
	text-align:right;
	padding: 10px;
	background: url(../images/general/h1BG.gif) bottom right no-repeat;

}
.homepage h1{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	color:#003366;
	font-weight: bold;
	text-align:left;
	padding: 0;
	margin: 0;

}

h2{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color:#069;
	font-weight: bold;
	text-align:left;
}
.contactusheaders{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color:#069;
	font-weight: bold;
	text-align:right;
	background: url(../images/general/h1BG.gif) bottom right no-repeat;
	padding: 10px;
	clear: both;
}
hr.listSeparator {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}


hr{
	color:#CCCCCC;
	width: auto;
	border: 1px dotted #ccc;
	clear:both;
}

a, a:link, a:visited, a:active {
	color: #069;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #036;
	text-decoration: underline;
	font-weight: bold;
}
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.sitetext p {
	text-align:left;
}

#box-table-a {
	border-collapse:collapse;
	color: #069;
	font-size:12px;
	margin:10px;
	text-align:left;
	width:90%;
}


#box-table-a th {
	background:#069 none repeat scroll 0 0;
	border-bottom:2px solid #009361;
	border-top:4px solid #003366;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:10px;
}
#box-table-a td {
	background:#f5f5f5 none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid transparent;
	color:#333;
	padding:2px 6px;
}
#box-table-a tr:hover td {
	color:#069;
}
.fadethisimage{
	margin-left: -20px; //margin-left: -200px;
	list-style-type: none;
	width: 250px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
 .fadethisimage{
	margin-left: -200px;
	list-style-type: none;
	width: 400px;
 /* The text will appear red only in Safari and Google Chrome */
 }
}
