/* myClasses */

.pointer {
	background: transparent url('../images/arrow.png') no-repeat top center;
	width: 20px;
	height: 16px;
	display: block;
	overflow: hidden;
}

.bread {
	font-size: 1.2em;
	width: 100%;
}

.bread a {
	text-decoration: underline;
	color: grey;
}

.bread a:hover {
	text-decoration: none;
	color: red;
}

.myLine {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

cite {
	color: grey;
}

.myRead {
	font-size: 1.1em;
}

.myTitle {
	color: #55761d;
}

.myBack {
	
}

.img-resize {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	clear: both;
	z-index: -1px;
}

.img-resize img {
	width: 100% !important;
	height: auto !important;
	top: auto;
	bottom: 0
}

#twitter_update_list {
	font-size: 1.1em;
}

/* all */

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-family:inherit;
}
	
table{
	border-collapse:collapse;
	border-spacing:0;
}

ol,ul{
	list-style:none;
}

q:before,q:after,blockquote:before,blockquote:after{content:"";}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 12px;
}


body {
	color: #242424;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
}

a {
	color: #55761d;
	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;
}

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

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: 30px;
}


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

#header {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
}

#logo {
	float: left;
	width: 410px;
	height: 130px;
	display: block;
	overflow: hidden;
}

/* navigation */

#menu {
	margin-top: 105px;
	margin-bottom: 10px;
	float: right;
}

#menu ul {
	
}

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

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

#menu ul li ul{
	padding-top: 20px;
	background-color: transparent;
	display: block;
}

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

#menu ul li a {
	font-size: 13px;
	color: #5b5b5b;
	text-decoration: none;
	padding: 10px 0px 10px 20px;
}

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


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;
}

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

#featured div h4 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #55761d;
	margin-bottom: 5px;
}

#featured div h5 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 12px 0 12px;
}

#featured div img {
	margin-top: -5px;
	height: 30px;
	width: auto;
	overflow: hidden;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#featured div img:hover {
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

#featured div.center {
	padding-top: 20px;
	width: 234px;
	height: 120px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

#featured div.first, #featured div.last {
	padding-top: 20px; 
	width: 234px;
	height: 120px;
}

/* main content */

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

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

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

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

#content p.date {
	color: grey;
}

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

#content.half p {
	width: 450px;
	float: left;
	font-size: 1.2em;
	line-height: 20pt;
}

#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: #55761d;
	margin-bottom: 5px;
}

/* footer */

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

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#content .maincontent img, #content .maincontent-hp img, #content .half-1 img {
	padding: 5px;
	border: 1px solid #ccc;
}

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

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

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