/*
 *	the structure of this stylesheet follows these rules:
 *	- first are generic tag and class definitions
 *	- next we proceed from outer wrappers inside and from top to bottom
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {
	color: #242424;
	font-family: Gill Sans, trebuchet ms, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

a {
	color: #a02900;
	text-decoration: none;
}

a.button-green {
	display: block;
	background: url(../images/buy-btn.jpg) no-repeat 0px 0px;
	width: 142px;
	height: 42px;
	text-indent: -5000px;
	float: left;
	margin: 20px 20px 0px 0px;
}

a.button-blue {
	display: block;
	background: url(../images/quote-btn.jpg) no-repeat;
	width: 142px;
	height: 42px;
	text-indent: -5000px;
	float: left;
	margin: 20px 20px 0px 0px;
}

a.button-blue:hover, a.button-green:hover {
	background-position: 0px -42px;
}
.clear {
	clear: both;
	float: none !important;
}

h6 {
	font-weight: bold;
}
/* this wrapper is used with some bacground variations that require shadow */
#wrapper-shadow {
	width: 1030px;
	margin: auto;
}

#wrapper {
	background-color: white;
	width: 1020px;
	margin: auto;
	padding-top: 15px;
}

#header, #billboard, #featured, #content, #footer {
	margin: 0px 40px 0px 40px;;
}

#header {
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}

#heading {
	float: left;
}

#header h1 {
	font-weight: bold;
	font-size: 36px;
	letter-spacing: -1px;
	margin-bottom: 6px;
}

#heading h3 {
	color:#5B5B5B;
	font-size:18px;
	letter-spacing:-1px;
}

h4 {
	font-weight: bold;
	font-size: 16px;
}

/* navigation */

#menu {
	margin-top: 32px;
	float: right;
	font-family: Gill Sans, Verdana;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;


}

#menu ul {
}

#menu ul li {
	float: left;
	display: block;
}

#menu ul li ul li {
	background-color:white;
	border-color:white #E7E7E7;
	border-style:solid;
	border-width:1px;
	padding:2px 0;
}

#menu ul li ul{
	padding-top: 20px;
}

#menu ul li ul li a{
	
}

#menu ul li a {
	color:#525252;
	
	padding:10px 0 10px 20px;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
	color: #A02900;
}


li.current_page_item a {
	font-weight: bold;
}

li.current_page_item  ul li a {
	font-weight: normal;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
	background-color: white;
	position:absolute;
	display:none;
	width:12em;
	top: 20px;
	z-index: 1000;
}

#nav li ul a{
	width:12em;
	height:auto;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
	left:11em;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

/* billboard */

#billboard {
	margin-top: 30px;
	width: 940px;
	height: 376px;
	overflow: hidden;
}

#billboard img {
	width: 940px;
	height: 376px;
}

/* featured services */

#featured {
/*
	margin-top: 30px;
	background-color: #f4f4f4;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
*/

	background-color:#FFFFFF;
	border-bottom:1px solid #E7E7E7;
	margin-top:30px;

}

#featured div {
	float: left;
	text-align: center;
}

#featured div h4 {
color:#8c8c8c;
font-family: Baskerville,Georgia,Times,serif;
	font-size: 1.8em;
	
	
	letter-spacing: 1px;
	font-weight: normal;
text-align:center;
}

#featured div h5 {
	  color:#7d7d7d;
      font-family:Baskerville,Georgia,Times,serif;
	  font-size:1em;
	  font-weight:normal;
	  font-style:italic;
	  letter-spacing:0.1em;
	  text-align:center;
	  
	  line-height:1.8em;
}

#featured div h5 a {
 	  color:#525252;
       font-family:Georgia,Times,serif;
	  font-size:1em;
	  font-weight:normal;
	  font-style:italic;
	  letter-spacing:0.1em;
	  text-align:center;
	  
	   line-height:1.6em;
}

#featured div img {
	margin-top: 10px;
	max-height: 80px;
	max-width: 230px;
	overflow: hidden;
}

#featured div.center {
	padding-top: 25px;
	width: 338px;
	height: 145px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

#featured div.first, #featured div.last {
	padding-top: 25px; 
	width: 300px;
	height: 145px;
}

/* main content */

#content {
	padding: 30px 0px 20px 0px;
	border-bottom: 1px solid #e7e7e7;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #646464;
}

#content h3 a {
	color: #a02900;
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
}

#content p.date {
	color: #ddd;
}

#content.half div {
	width: 450px;
	float: left;
}

#content.half div.half-1 {
	margin-right: 40px;
}

#content .features-row {
	margin-bottom: 25px;
}

#content .half-2 .feature {
	float: left;
	width: 215px;
}

#content .half-2 .feature.first {
	margin-right: 20px;
}

#content .half-2 .feature img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px; 
}

#content .half-2 .feature div {
	width: 155px;
}

#content .half-2 .feature div h6 {
	font-size: 15px;
	font-weight: bold;
	color: #a02900;
	margin-bottom: 5px;
}

/* footer */

#footer p {
	color: #a0a0a0;
	margin: 20px 0px 0px;
	padding-bottom: 20px;
	font-size: 0.9em;
	text-align: center;
}

#billboard-delay, #billboard-effect {
	display: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#content .maincontent img, #content .maincontent-hp img, #content .half-1 img {
	padding: 0px;
	border: none;
}

#content img.alignleft {
	margin: 20px 20px 15px 0px;
}

#content img.alignright {
	margin: 0px 20px 15px 20px;
}

.half-1, .maincontent-hp {
	padding-bottom: 20px;
}

