/* CSS Document */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	text-align: left;
	height: auto;
	position: relative;
	font-family: fontin, arial;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
}  
body {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #333333;
}
#wrapper #top {
	width: auto;
	position: relative;
	height: 115px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#wrapper #bottom {
	position: relative;
	height: auto;
	width: auto;
	top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	color: #333333;

}
#wrapper #bottom #col_left {
	float: left;
	width: 228px;
	position: relative;
	top: 0px;
	text-align: justify;
	margin: 0px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	z-index: 10;
	
}

#wrapper #bottom #col_mid {
	float: left;
	width: 488px;
	position: relative;
	top: 0px;
	text-align: justify;
	margin: 0px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 5;
	padding: 0px;
	
}

#wrapper #col_mid1 {
	float: left;
	width: 740px;
	position: relative;
	top: 0px;
	text-align: left;
	margin: 0px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 5;
	padding: 0px;
	border-color: #000000;
	
}
#wrapper #bottom #col_right {
	float: right;
	width: 282px;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px;
	color: #FFFFFF;
	top: 0px;
	
}
h1 {
	font-family: fontin, arial;
	font-size: 18px;
	font-weight: bold;
	color: #003300;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#copyright {
	font-family: fontin, arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DDAC35;
	background-color: #FFFFFF;
}
#wrapper #bottom h2 {
	font-family: fontin, arial;
	font-size: 19px;
	font-weight: bold;
	color: #003300;
	margin-top: 10px;
	margin-bottom: 6px;
}
#wrapper #top #flash_banner {
	float: left;
	width: auto;
	position: relative;
	height: auto;
	margin-right: auto;
	margin-left: 3px;
}
#wrapper #top #logo {
	position: absolute;
	width: auto;
	float: left;
	margin-top: 1px;
	height: auto;
	left: 13px;
	top: 2px;
}
#wrapper #top #contact {
	float: right;
	width: 220px;
	position: absolute;
	height: auto;
	font-family: fontin, arial;
	font-size: 14px;
	color: #000099;
	top: 121px;
	left: 776px;
	z-index: 500;
}
#wrapper #top_row {
	background-color: #4AA12F;
	position: relative;
	height: 25px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: fontin, arial;
	color: #FFFFFF;
	padding-top: 7px;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 35px;
	font-weight: bold;
	z-index: 10;
}

.rtcolgray {
	background-color : #F6F4DF;
	border: thin solid #DBE09E;
} 
td.stylebg4 {
	background-color : #F6F4DF;
	font-family: fontin, arial;
	font-size: 14px;
	color: #000000;
}

td.stylebg3 {
	background-color :  #4AA12F;
	font-family: fontin, arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
}
/*- Menu 2--------------------------- */
	
#menu2 {
	width: auto;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #000000;
	display: block;
	background:  url(images/menu2.gif);
	padding: 8px 0 0 30px;
	font-size: 14px;
	}
	
#menu2 li a:hover  {
	color: #4AA12F;
	background:  url(images/menu2.gif) 0 -32px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 31px;
	}
	
#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu2 li ul {
	position: absolute;
	left: 260px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background-color: #FFFFCC;
	}

#menu2 ul li ul {
	border: thin solid #DDAC35;
	}
#menu2 ul li ul li a{
	color:#333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
/* Holly Hack. IE Requirement \*/
* html #menu2 ul li { float: left; height: 1%; }
* html #menu2 ul li a { height: 1%; }
/* End */

#menu2 li:hover ul, #menu2 li.over ul {
	display: block;
	width: 220px;
	z-index: 500;
	left: 228px;
	top: 31px;      /*change submenu position*/
} /* The magic */
#wrapper #top #slideshow {
	float: left;
	position: relative;
}
#wrapper #bottom #col_mid #col_mid_text {
	width: auto;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: relative;
	height: auto;
	top: 5px;
}

#wrapper #col_mid1 #col_mid_text1 {
	width: 740;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	position: relative;
	height: auto;
	top: 5px;
}

#wrapper #bottom #images_banner {
	padding: 0px;
	float: left;
	height: 247px;
	width: 480px;
	position: relative;
	margin: 0px;
}
#wrapper #bottom #top_message {
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 247px;
	width: 282px;
	position: relative;
	background-color: #D9DCDD;
}
#wrapper #top #contact2 {
	position: absolute;
	left: 753px;
	top: 24px;
	width: 199px;
	height: auto;
	font-size: 14px;
}
#wrapper #top #contact a, #wrapper #top #contact2 a {
	color: #000099;
	text-decoration: none;
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#wrapper #top #contact a:hover, #wrapper #top #contact2 a:hover {
	text-decoration: underline;
	color: #000000;
}
#wrapper #top #text_top {
	position: absolute;
	left: 520px;
	top: 13px;
	width: 466px;
	height: 92px;
}
#wrapper #bottom #bottom col {
	position: absolute;
}
#wrapper #bottom #bottom col #bottomlink {
	position: absolute;
}
#wrapper #top_row #quick_links {
	position: absolute;
	left: 777px;
	top: 6px;
	height: auto;
	width: auto;
	
}
#wrapper #bottom #scrolling {
	position: relative;
	width: 740px;
	float: left;
}
a.bottom:link { 
font-family : Arial, sans-serif;
font-size : 11px;
font-weight : bold;
text-decoration : none;
color : #55A939;
} 
a.bottom:visited { 
font-family : Arial, sans-serif;
font-size : 11px;
font-weight : bold;
text-decoration : none;
color : #55A939;
} 
a.bottom:hover { 
font-family : Arial, sans-serif;
font-size : 11px;
font-weight : bold;
text-decoration : none;
color : #95D87E;

} #wrapper #bottom #col_mid1 #col_mid_text1 #offer_tb td{
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	text-align: justify;
}

