/*
 *	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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-color: #DEE8DF;
}

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

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

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

/* this wrapper is used with some bacground variations that require shadow */
#wrapper-shadow {
	width: 1030px;
	margin: auto;
	background-image: url(../images/shadow2.png);
}


#wrapper {
	width: 1020px;
	margin: auto;
	padding-top: 30px;
}
#wrapper #logo  {
	padding-right: 50px;
	float: right;
	padding-bottom: 35px;
}
#wrapper #logo h1  {
	font-size: 36px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	color: #000;
}
#wrapper #content  a {
	color: #22456F;
	font-weight: 500;
}



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

#header {
	padding-top: 10px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
}


#heading {
	float: left;
	background-image: url(../images/logo-3.png);
	height: 83px;
	width: 150px;
}
}

#header h1 {
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 0px;
	margin-bottom: 6px;
	padding-top: 20px;
	padding-left: 20px;
}

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

/* navigation */

#menu {
	margin-top: 25px;
	float: right;
}

#menu ul {

	
}

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

#menu ul li ul li {
	padding: 2px 0px;
	border: 1px solid #666;
	border-top: 1px solid #666;
	background-color: white;
}

#menu ul li ul li a{
	font-size: 12px;
}

#menu ul li a {
	font-size: 14px;
	color: #22456F;
	text-decoration: none;
	padding: 10px 0px 10px 20px;
}

#menu ul li a:hover, #menu ul li.current a {
	color: #242424;
	font-weight: 400;
}


#menu ul li.current a {
	font-weight: bold;
}
#menu2 {
	margin-top: 5px;
	margin-bottom: 20px;
}
#menu2 ul li {
	float: left;
	display: inline;
	padding-right: 10px;
	padding-bottom: 25px;
}
#menu2 ul li a {
	font-size: 14px;
	color: #22456F;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#menu2 ul li a:hover, #menu ul li.current a {
	color: #242424;
	font-weight: 400;
}





#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: #CFE6D1;
	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: #dee8df;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}

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

#featured div h4, #featured div h5 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#featured div h5 {
	font-size: 14px;
	font-weight: normal;
}

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

#featured div.center {
	padding-top: 10px;
	width: 338px;
	height: 170px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}

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

/* main content */

#content {
	margin-top: 35px;
	border-bottom: 1px solid #666;
}

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

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

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

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

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

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

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

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

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

/* footer */

#footer p {
	color: #5b5b5b;
	padding: 20px;
	text-align: right;
	float: right;
}
