#container {
	height:100%;
	margin: 0 auto;
	width: 995px;
	background-color: #FFFFFF;
} 
 
body {
	height: 97%; 
	margin:0; 
	padding:0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: center;
	background-color: #FED597;
	background-image: url(images/bg_o.png);
	background-repeat: repeat-x;
 	margin-top: 14px; 
} 
 
 
 
#wrapper {
	width:995px;
	margin:0 auto;
	padding:0; 
	background-color: #FFFFFF;
	position: relative;

}


p  {
	margin: 0; padding-bottom:10px; 
 }

 h1,h2,h3,form {
	margin: 0; padding:0; 
 }
 
td{ border:0px #fff; padding:0} 
	
.main, a, H1,H2,H3, table{
font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#616130;
 text-decoration: none;
}

.textBoxes {border:1px solid #e1e1e1; background-color:#FFFFFF;}
.textBoxesError {border:1px solid #ff0000; background-color:#fff;}

.formfieldsCAL{
	width: 120px;
	cursor:pointer;
	background-image: url(images/cal.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px solid #ccc;
	height: 20px;
	padding: 1;
	background-color: #FFFFFF;
}

.formfieldsCALError{
	width: 120px;
	cursor:pointer;
	background-image: url(images/cal.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px solid #ff0000;
	height: 20px;
	padding: 1;
	background-color: #fff;
}


.sidebarTOP{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#759C49;
	text-decoration: none;
	margin: 5px;
	width: 100%;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.sidebarH1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#616130;
	text-decoration: none;
	margin: 0px;
	margin-left: 9px;
	margin-bottom: 2px;
}

.sidebarP{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#616130;
	margin-left: 35px;
	margin-bottom: 5px;
	width: auto;
	margin-right: 22px;
	padding-bottom: 0px;
	font-weight: normal;
}


.sidebarP a{
	color:#999900;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 12px;
}

.sidebarP a:hover{
background-color:#f1f1f1;
text-decoration:none
}

.sidebarBott{
	background-image:url(images/contentleftBg.jpg);
	background-repeat: no-repeat;
	background-position: center 100%;
} 


 
 

form {	margin: 0;}

#top{
	padding: 0;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	/*	background-image: url(files/topBg.gif);*/
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
	background-image: url(images/header_g.jpg);
} 
 
#logo{
	text-align: right;
	position: absolute;
	left: 24px;
	top: 46px;
	width: auto;
	height: auto;
 
}
 
#topimageBorder{
position: absolute;
	left: 492px;
	top: 14px;
	width: auto;height: auto;
	background-color: #FFFFFF;
	z-index: 5;
	}

#topimageDiv{
	position: absolute;
	left: 695px;
	top: -8px;
	z-index: 22;
	border: 3px solid;
	border-color: #656565;
	padding: 0;
	margin: 0;
	background-color: #7BAB3D;
 }
 
 
#NavMain {
	HEIGHT: 35px;
	line-height: 35px;
	background-color: #666666;
	background-image: url(images/nav_bg_lt.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#NavMain UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
}
#NavMain LI {
	DISPLAY: block; FLOAT: left; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
/*#NavMain A {
	BORDER-RIGHT: 1px dotted;
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 6px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	COLOR: #FFFFFF;
	LINE-HEIGHT: 35px;
	PADDING-TOP: 0px;
	HEIGHT: 35px;
	TEXT-DECORATION: none;
	border-right-color: #999999;
	font-size: 11px;
	width: auto;
	DISPLAY: block;
	text-transform: uppercase;
	font-weight: normal;
}
 
 
#NavMain A:hover {
color:#fff;
background-image: url(images/nav_bg.gif);
}


#NavMain A.NAVselected {
color:#fff;
font-weight:bold;
background-color: #ff6600;
background-image: url(images/nav_bg.gif);	
 
}*/
 
 
#NavMain A {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	COLOR: #FFFFFF;
	LINE-HEIGHT: 35px;
	PADDING-TOP: 0px;
	HEIGHT: 35px;
	TEXT-DECORATION: none;
	font-size: 11px;
	width: auto;
	DISPLAY: block;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
		BORDER-RIGHT: 1px dotted #333;
}
 
 
#NavMain A:hover {
color:#fff;
background-image: url(images/nav_bg.gif);
}


#NavMain A.NAVselected {
color:#fff;
font-weight:bold;
background-color: #333;
background-image: url(images/nav_bg.gif);	
 
}
	
	
#contentWRAPPER{
	text-align: left;
	padding: 0;
	margin: 0;
	overflow: auto;
	min-height: 100%;
	background-color: #FFFFFF;
	left: 0px;
	top: auto;
	height: auto;
	width: 980px;
	z-index: 0;
	margin-bottom: 20px;
  }


#contentLEFT  {
	width: 230px;
	text-align: left;
	padding-left: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 20px;
	background-image: url(images/contentleftBg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 0px;

}

#contentLEFTbase  {
	background-image: url(images/contentleftBase.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 50px;
	margin: 0 auto;
}
 
 


#contentRIGHT{
	text-align: left;
	background-image: url(images/pagetitleBg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 700px;
	margin-top: 20px;
	float: right;
	margin-right: 10px;
}
 


#contentRIGHT P    {
margin:0; padding-left:20px; padding-right:25px; font-weight:normal; font-size:13px;
}
 
#contentRIGHT ul { display:block;margin:0; padding:0; margin-bottom:10px;}

#contentRIGHT li {
display:block;
background-image:url(images/bullet.gif);
background-repeat:no-repeat;
background-position:20px;
list-style-image:none; margin:0; padding:0 35px;
font-weight:normal;
}

#contentImages{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
} 
 
.pagetitles , a.pagetitles:link, a.pagetitles:visited  {
	color:#759C49;
	font-size: 22px;
	text-decoration: none;
	padding-top: 7px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 12px;
	text-transform: capitalize;
	padding-left: 15px;
	}
 
.pagetitles_subH, a.pagetitles_subH:link, a.pagetitles_subH:visited  {
	color:#A36C36;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	margin-top: 7px;
	margin-left: 14px;
	}
 


.red ,a.red:link, a.red:visited { color:#FF0000;}
.green, a.green:link, a.green:visited { color: #00CC33;}
.white, a.white:link, a.white:visited { color:#ffffff;}
.navy, a.navy:link, a.navy:visited { color: #000066}
.bold{font-weight:bold}
 


 

#SEARCHbox { 
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	width: 160px;
	height: 18px;
	border:1px solid #e5e5e5;
	padding-left: 2px;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: 5px;
}
 
 

.b1button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight:bold;
	border:0;
	cursor: hand;
	background-color: #FF9B05;
	height: 18px;
	
}

.b2button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight:bold;
	border:0;
	cursor: hand;
	background-color: #ff0000;
	height: 18px;
	
} 
 
a:hover {
	color:#CC9900;
	text-decoration: underline;
}



#footer {
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	margin: 0;
	background-image: url(images/footerBg.jpg);
	background-position: top right;
	height: 45px;
	background-color: #FED597;
 
} 
 

#footerL{
	width:auto;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-left: 31px;
} 

#footerL a{
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	text-transform: lowercase;
 
}  

#footerR{
	width:255px;
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-right: 65px;
	font-size: 9px;
	color: #FFFFFF;
}  

 

.sitemap, a.sitemap:link, a.sitemap:active, a.sitemap:visited,a.sitemap:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	cursor: text;
	text-decoration:none;
	position: absolute;
	left: -1000px;
}
 
#pricesTable table{
border:0px ;
width:98%;

}

#pricesTable td{
border:1px dotted #ccc;padding:4px;
 
} 
