body {
	margin: 0 0 0 0;
	text-align:center;
	background: url(../images/general/bodybg.jpg) top repeat-x #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px;
}

.floatleft{ float:left;}
.floatright{ float:right;}
.clearboth{ clear:both;}
.spacer {height: 10px; width: 100%; } .spacer2 {height: 20px; width: 100%; }


#container {
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right: auto;
	background:url(../images/general/containerBG.jpg) no-repeat top center;
	overflow:hidden;
}
#containerinside {
	width: 980px;
	height: 100%;
	margin-left:auto;
	margin-right: auto;	
	position:relative;
	display:block;
}
#flash{ width: 957px; margin-left:auto;	margin-right: auto;  margin-top: 150px; margin-bottom: 5px;}

#header{
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
}

#footer{
	width: 100%;
	height: auto;
	clear: both;
	margin: 0;
	background: url(../images/general/footer.jpg) no-repeat top center;
	padding: 20px 10px 20px 10px;
	font-size: 9px;
	text-align:center;
}

#maincontent{
	background-color:#FFFFFF;
	padding: 0px 10px;
	width:959px;
	height:auto;
	min-height: 450px;
	display:block;
	overflow:visible;
	
}

.slideshow {
	width: 960px;
	height: 260px;
	margin: auto;
	top: 134px;
	margin-bottom: 140px;
}

/* START OF CELLS */

.cell_left{
	float:left;
	width: 250px;
	padding-right: 10px;
}
.cell_middle{
	float:left;
	
}
.cell_right{
	float:left;
	width: 640px;	
}
.cell_half{
	width: 45%;
	float:left;
	
}

/* END OF CELLS */

/* MENUS */

#mainnav{
	width: 960px;
	height: 30px;
	background: url(../images/general/mainnavBG.jpg) repeat-x ;
	margin-left:auto;
	margin-right:auto;
}
#mainnav ul{
	padding:8px;
	margin: 0;
	white-space: nowrap;
}
#mainnav li{
	list-style-type: none;
	text-align:right;
	display:inline;
	margin:0;
	padding: 0;
	text-transform:lowercase;
	background: url(../images/general/mainnavsep.jpg) no-repeat;
}
#mainnav li.nostyle{
	background: none;
}
#mainnav a, #mainnav a:link, #mainnav a:visited{ 
	font-size: 12px ;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	padding:5px 30px;
}
#mainnav a:hover{
	background: #42C2DB;
	text-decoration: none;
	font-weight:bold;
}

#topnav{
	width: 450px;
	height: 30px;
	position:relative;
	top: 95px;
	left: 530px;
	overflow: hidden;
}
#topnav ul{
	padding:8px;
	margin: 0;
	white-space: nowrap;
}

#topnav li{
	list-style-type: none;
	text-align:right;
	display:inline;
	margin:0;
	padding: 0 0 0 10px;
	text-transform:uppercase;
	background: url(../images/general/topnavbullet.jpg) no-repeat left;
}
#topnav li.nostyle{ background: none;}

#topnav a, #topnav a:link, #topnav a:visited{ 
	font-size: 12px ;
	color:#20A2B8;
	text-decoration: none;
	font-weight:bold;
	padding:5px 6px ;
}

#topnav a:hover{
	color: #f90;
	text-decoration: none;
	font-weight:bold;
}




#footerlist{
	width: 100%;
	margin-left: 60px;	
}
#footerlist ul{
	padding:0;
	margin: 0;
}

#footerlist li{
	width: 18%;
	list-style-type: none;
	text-align:left;
	float:left;
	margin:0;
	padding: 0;
	text-transform:capitalize;
	color:#006699;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#footerlist li li{
	width: 100%;
	list-style: disc outside;
	text-align:left;
	margin:0 0 0 10px;
	padding: 0;
	text-transform:capitalize;
	color: #666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}


#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;
	background:#FF9900;
	min-height: 250px;
}

.leftnavlist ul{margin:0;	padding:10px; width: 100%;}

.leftnavlist li{
	list-style-type:none;
	text-align:left;
	margin-bottom: 1px;
}
.leftnavlist li a, .leftnavlist li a:link, .leftnavlist li a:visited{
	width: 80%;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;  
	font-weight:bold;
	display:block;
	padding-left: 20px;
	min-height: 20px;
	border-bottom: 1px dotted #fff;
}

.leftnavlist li a:hover{
	color: #069;
	text-decoration: none;
	font-weight:bold;
}






/* END OF MENUS */

/* LISTS */


.listone{
	width: 100%;
	margin:0;
	padding:0;
}

.listone ul{margin:0;	padding:10px; }

.listone li{
	list-style-type:none;
	text-align:left;
	
}
.listone li img{ float:left;vertical-align:middle;}
.listone li a, .listone li a:link, .listone li a:visited{
	color: #f90;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;  
	font-weight:bold;
	float:left;
	border-bottom: 1px dotted #A6CFE3;
	width: 50%;
	vertical-align:middle;
}

.listone li a:hover{
	color: #069;
	text-decoration: none;
	font-weight:bold;
}

.listtwo {
	padding: 0;
	margin: 0;
	
}
.listtwo ul{
	padding: 0;
	margin: 0;
	clear:both;
}
.listtwo li { 
	list-style-type: none; 
	color: #666;
	float:left;
	width: 200px;
	min-height: 320px;
	text-align: center;
	display: block;
	border: 1px solid #A6CFE3;
	margin: 5px  5px 0  5px;
	overflow: hidden;
}
.listtwo li p{
	background: #f90;
	margin:0;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-weight:bold;
	display:block;
	min-height: 40px;
}	
		
	

.listthree {
	padding: 0;
	margin: 0;
	
}
.listthree ul{
	padding: 0;
	margin: 0;
	clear:both;
	text-align: center;
}
.listthree li { 
	list-style-type: none; 
	color: #666;
	float:left;
	width: 160px;
	min-height: 180px;
	text-align: center;
	display: block;
	margin: 5px;
}
.listfour{
	width: 100%;
	margin:0;
	padding:0;
}

.listfour ul{margin:0;	padding:10px; }

.listfour li{
	list-style-type:none;
	text-align:left;
	padding: 20px 0px;
	border-bottom: 1px dotted #A6CFE3;
	clear: both;

}
.listfour li a, .listfour li a:link, .listfour li a:visited{
	color: #f90;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;  
	font-weight:bold;
	display:block;
}

.listfour li a:hover{
	color: #069;
	text-decoration: none;
	font-weight:bold;
}
.listfive ul{margin:0;	padding:10px; }

.listfive li{
	list-style-type:none;
	text-align:left;
	padding:  0px;
	border-bottom: 1px dotted #A6CFE3;
	clear: both;

}
.listfive li a, .listfive li a:link, .listfive li a:visited{
	color: #f90;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;  
	font-weight:bold;
	display:block;
}

.listfive li a:hover{
	color: #069;
	text-decoration: none;
	font-weight:bold;
}
.listsix {
	padding: 0;
	margin: 0;
	
}
.listsix ul{
	padding: 0;
	margin: 0;
	clear:both;
}
.listsix div.image { 
	list-style-type: none; 
	color: #666;
	float:left;
	width: 180px;
	height: 200px;
	text-align: center;
	display: block;
	margin: 5px  5px 0  5px;
	overflow: hidden;
}
.listsix div p{text-align:center; width: 100%;}
	

/* END OF LISTS */

/* FORMS */

form{
	font-size: 9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#666;
	text-align:left;
}
form label{
	float: left;
	font-weight: bold;
	text-align:left;
	padding-left: 2px;
	width: auto;
	color: #666;
	margin-bottom: 5px;
}
.third {
	float: left;
	font-weight: bold;
	text-align:left;
	width: 30%;
	color: #666;
}
form input, textarea, select{
	width: auto;
	margin-bottom: 5px;
	float: left;
	text-align:left;
	color:#666;
}
form input.SM, textarea.SM, select.SM{
	width: 10%;
	margin-bottom: 5px;
	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;
}



.contactusform{
	width: 500px;
	padding: 5px 20px;
	font-size: 11px;
	background:#CDF3FC url(../images/general/contactformBG.jpg) no-repeat center bottom;
	border: 1px dotted #0099CC;
	margin-left: auto;
	margin-right: auto;
}
.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;
	min-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%;
	padding: 5px;
}



.form1{
	font-size: 9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#666;
	text-align:left;
}
.form1 label{
	float: left;
	font-weight: bold;
	text-align:left;
	padding-left: 2px;
	width: 20%;
	color: #666;
	margin-bottom: 10px;
}

.form1 input, textarea, select{
	width: 78%;
	margin-bottom: 10px;
	float: left;
	text-align:left;
	color:#666;
}
.form1 input.SM, textarea.SM, select.SM{
	width: 10%;
	margin-bottom: 10px;
	float: left;
	text-align:left;
	color:#666;
}
.form1 br{
	clear: left;
}
.form1 div{
	float:left;
	width: 78%;
}

.form1 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 */

.headerBG{ background: url(../images/general/headerbg.jpg) center top no-repeat; width: 941px; height: 41px;}
.headerpadding{ padding-left:260px;}

input.submit , a.submit , a.submit:link, a.submit:visited{ color: #fff; background:#069; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px 6px; cursor: pointer; text-decoration:none; width:auto; margin:1px; border-bottom: 3px solid #999;} 
a.submit:hover, input.submit:hover{ color: #fff; background:#036; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; cursor: pointer; text-decoration:none; width:auto; border-bottom: 3px solid #999;} 



h1{
	font-family:tahoma, arial, verdana, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	color:#fff;
	font-weight: bold;
	text-align:left;
	padding: 5px 10px;

}
h2{
	font-family:tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	text-transform: none;
	color:#333;
	font-weight: normal;
	text-align:left;
	padding-left: 10px;
}
hr.listSeparator {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}


hr{
	height: 1px;
	background-color:#CCCCCC;
	color:#CCCCCC;
	width: 100%;
	border: 0;
}

a, a:link, a:visited, a:active {
	color: #069;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #f90;
	text-decoration: underline;
	font-weight: normal;
}
.sitetext {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #666;
}
.sitetext p {
	text-align:left;
}

#box-table-a {
	border-collapse:collapse;
	font-size:12px;
	margin:20px;
	text-align:left;
	width:100%;
}
#box-table-a th {
	background:#1DC4F0 none repeat scroll 0 0;
	border-bottom:1px solid #069;
	border-top:4px solid #f90;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:8px;
}
#box-table-a td {
	background:#C6F0FB none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid transparent;
	color:#666699;
	padding:8px;
}
#box-table-a td {
	background:#C6F0FB none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid transparent;
	color:#666699;
	padding:8px;
}
#tableB td { border-bottom: 1px dotted #A6CFE3; padding: 5px; background: #E9FBFE; border-right: 1px dotted #A6CFE3;}
td{ padding: 4px; vertical-align:top;}


/*calendar*/
#table3 {
	padding:0;
	width:100%;
}

#table3 td {
	padding: 5px 5px 5px 5px;
	text-align:center;
	background-color: #E2F7FA;
	font-size: 11px;
	height: 40px;
	text-align:center;
}
#table3 td.orange {
	padding: 10px;
	text-align:center;
	background-color: #f90;
	font-size: 11px;
	height: 30px;
	color:#FFFFFF
}
#table3 td.blue {
	padding: 10px;
	text-align:center;
	background-color: #15A9C8;
	font-size: 11px;
	height: 15px;
	color:#FFFFFF
}



#table3 a:link {
  color: #000;
  }

#table3 a:visited {
  color: #000;
  }

#table3 a:hover {
  color: #000;
  text-decoration: underline;
  }

.fadethisimage li{
	list-style-type: none;
	margin-left: -30px;
}
