/***************/
/* Main Styles */
/***************/
html, body {
	margin:0;
	padding:0;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	border: none;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
	text-decoration: none;
	font-weight: normal;
}

a img {
	border: none;
}

p {
	font-size: 1.3em;
	color: #777264;
}

#Rapper {
	height: 100%;
	min-height: 100%;
	height: auto;
	overflow: hidden;
}

div.cont {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}




/***************/
/* Head Styles */
/*-------------*/
#header {
	width: 100%;
	height: 450px;
}

#topmenu {
	width: 100%;
	height: 110px;
	background: #21845c url('../images/topmenuBG.gif') repeat-x top left;	
	border-bottom: 2px solid #2e7155;
}

#topmenu .cont .toplogo {
	margin: 10px 0 0 10px;
	float: left;
}

#topmenu .cont .phoneNumber {
	margin: 75px 10px 0 10px;
	font-size: 1.5em;
	color: #fff;
	float: left;
}

#topmenu .cont .topmenu {
	margin: 75px 10px 0 0;
	float: right;
}

#topmenu .cont .topmenu ul { 
	list-style: none; 
	padding:0;
	margin:0;
}

#topmenu .cont .topmenu ul li { 
	display: inline;
	margin:0;
	margin-left: 30px; 
	padding:0;
}

#topmenu .cont .topmenu ul li a { 
	font-size: 1.5em;
	color: #fff;
}

#topmenu .cont .topmenu ul li a:hover { 
	color: #abe9cd; 
}

#flashmenu {
	width: 100%;
	height: 296px;
	background-color: #171616;
	border-top: 2px solid #1d1c1c;
	border-bottom: 2px solid #1d1c1c;
}

#flashmenu .cont {
	text-align: center;
	height: 246px;
	padding: 25px 0 0 0;
}

#mainmenu {
	width: 100%;
	height: 40px;
	background-color: #464d4a;
	border: none;
	background: url('../images/navbg.gif') repeat-x top left;
}

#mainmenu .cont {
	height:40px;
}

#mainmenu .cont ul { 
	list-style: none;
	padding:0;
	margin:0 0 0 1px;
}

#mainmenu .cont ul li { 
	display: inline-block;
	margin:0;		
	padding:0;	
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 13px; 
	padding-right: 13px;
}

#mainmenu .cont ul li:hover { 
	background: url('../images/navHbg.gif') repeat-x top left;
}

#mainmenu .cont ul li a { 
	font-size: 1.5em;
	color: #fff;
}

#mainmenu .cont ul li a:hover { 
	color: #fff;
}




/***************/
/* Body Styles */
/***************/
#body {
	width: 100%;
	padding-top:20px;
}

#cont {
	width: 550px;
	float: left;
}

#cont h1 {
	font-size: 3.2em;
	font-weight:bold;
	color: #21845c;
	margin:0;
	padding:0;
	padding-bottom: 5px;
}

#cont h1 a {
	color: #21845c;
}
	
#cont h1 a:hover {
	color: #21845c;
	text-decoration:underline;
}

#cont h2 {
	font-size: 2.0em;
	font-weight: normal;
	border-top: #e8e8e7 2px solid;
	color: #21845c;
	margin:0;
	padding:0;
	padding-top: 20px;
	padding-bottom: 5px;
}

#cont h2 a {
	font-weight: normal;
	color: #777264;
}

#cont h2 a:hover {
	font-weight: normal;
	color: #0e3a28;
	text-decoration:underline;
}

#cont p {
	font-size: 1.3em;
	color: #777264;
	margin:0;
	padding:0;
	padding-bottom: 20px;
}

#cont p a {
	color:#0e3a28;
	font-weight:bold;
}

#cont p a:hover {
	color:#777264;
	font-weight:bold;
}

#cont img {
	padding: 5px 8px 5px 8px;
}

#sidebar {
	width:360px;
	padding-left:20px;
	border-left: #e8e8e7 2px solid;
	float:right;
}

#sidebar img {
	padding: 0 8px 0 0;
}

#sidebar div.bandf {
	background: url('../images/bandf.png') no-repeat;
	width:340px;
	height:200px;
	margin:15px 0 0 0;
	padding: 5px 10px 20px 10px;
	overflow: hidden;
}

#sidebar div.qs {
	background: url('../images/qs.png') no-repeat;
	width:335px;
	height:225px;
	margin:10px 0 0 0;
	padding: 15px 15px 20px 10px;
	overflow: hidden;
}

#sidebar div.qs h2 {
	font-size: 3.0em;
	color: #fff;
	margin:0;
	padding:0 0 9px 0;
}

#sidebar div.qs p {
	color: #fff;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	border-top: #648a7a 2px solid;
}

#sidebar div.qs p a {
	font-size:0.8em;
	color: #fff;
	text-decoration: underline;
}

#sidebar div.qs p a:hover {
	color:#abe9cd;
}

#sidebar p {
	margin-top:20px;	
	overflow: hidden;
	font-size: 1.3em;
	color: #777264;
}

#sidebar p:first-child {
	margin-top:0;
}

#sidebar h2 {
	font-size: 2.0em;
	font-weight: normal;
	color: #21845c;
	margin:0;
	padding:0;
	padding-bottom: 5px;
	margin-top:10px;
	margin-bottom: -20px;
}

#sidebar #submit {
	background: url('../images/send.png') no-repeat left top;
	border: none;
	width: 47px;
	height: 27px;
	margin:0 0 10px 15px;
	padding:0;
	text-indent:-9999px;
}

#sidebar #submit:hover {
	background-position: left bottom;
}

#sidebar #email {
	font-family: Helvetica, Arial, sans-serif;
	color: #777264;
	background-color: #e6f3ef;
	width: 250px;
	height: 20px;
	font-size: 1.4em;
	padding:2px 0 0 0;
}	

#sidebar #email:hover {
	background-color: #abe9cd;
	color: #21845c;
}	
	
#sidebar #s:focus {
	background-color: #abe9cd;
	color: #21845c;
}


#sidebar p a {
	color:#777264;
	font-weight:bold;
}

#sidebar p a:hover {
	color:#0e3a28;
}

.sidemenuP {
	width:354px;
	height:30px;
	margin: 0 auto 10px auto;
	background: url('../images/sidebarQ.jpg') no-repeat bottom left;
}

.sidemenuP:hover {
	background-position: top left;
}

.sidemenuP a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin:0;
	padding:6px 0 6px 10px;
	color: #fff;
	font-size: 1.5em;
}



/***************/
/* Foot Styles */
/***************/
#footspace {
	height: 120px;
	display: block;
	clear: both;
	margin-top: 50px;
}

#footwrap {
	margin-top: -120px;
}

#foot {
	width: 100%;
	height: 150px;
	background-color: #21845c;
	border: none;
}

#foot .bottommenu {
	float:left;
	margin: 20px 0 0 0;
}

#foot .bottommenu ul {
	list-style: none; 
	padding:5px 0 0 0 ;
	margin:0;
}

#foot .bottommenu ul li {
	display: inline;
	margin:0;
	margin-left: 10px; 
	padding:0;
	padding-left: 10px;
	border-left: #fff 1px solid;
}

#foot .bottommenu ul li:first-child {
	margin:0;
	padding:0;
	border-left: none;
}

#foot .bottommenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

#foot .bottommenu ul li a:hover {
	color: #abe9cd;
}

#foot a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

#foot a:hover {
	color: #abe9cd;
}

#foot .bottommenu p {
	margin:10px 0 0 0;
	padding:0;
	color:#fff;
	font-size: 1.2em;
}
	
#foot .logo {
	float: right;
	margin: 20px 0 0 0;
}

#foot .logo img {
	padding: 10px 5px 0 10px;
}

#foot .logo img:first-child {
	padding: 0 10px 0 5px;
}