/* GOOD LEADS STYLESHEET */




/* --------- GENERAL STYLES -------------- */

html, body { margin: 0; padding: 0; }
body { 
	font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 0.8em; 
	background-color: #24576A;
	}

div#header { 
	height: 122px; 
	width: 950px;
	background: url(images/header_bg.jpg); 
	margin: 0; 
	padding: 0;
	 }

#mainLogo {
	display: block;
	width: 217px;
	height: 122px;
	background: none;
	float: left;
}

#slogan {
	float: left;
	color: #43474a;
	font-weight: bold;
	font-size: 14px;
	margin: 94px 0 0 115px;
	}

#click2call {
	display: block;
	width: 165px;
	height: 66px;	
	background: none;
	float: right;
	margin: 14px 15px 0 0;
	}

div#images { 
	height: 246px; 
	margin: 0; padding: 0; 
	}
div#images img, div#images embed { margin-top: -4px; }
* html div#images img, * html div#images embed  { margin-top: 3px; }   /* IE6 FILTER */
* + html div#images img, * + html div#images embed { margin-top: 0; }  /* IE7 FILTER */



div#container { 
	background-color: #FFF; 
	width: 950px; 
	margin: 30px auto 0 auto; 
	background-image: url(images/containerbackground.gif);
	background-repeat: repeat-y;
	}





/* ------------ TOP NAVIGATION ------------- */



div#topnav { 
	height: 29px; 
	margin: 0; padding; 0;
	background-image: url(images/topnav/bg.gif);
	background-repeat: repeat-x;
	}
* html div#topnav { margin-bottom: -3px; margin-top: -3px; }

#topnav a { color: #000; }

#topnav a img.arrow { border: none; float: right; margin-top: -12px; }

#topnav ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
#topnav ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
#topnav ul li a{
color: #000;
display: block;
width: 115px; /*Width of top level menu link items*/
padding: 0;
text-decoration: none;
}



	
/*Sub level menu*/
#topnav ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
margin-top: -3px;
}
* html #topnav ul li ul  { margin-top: 1px; }   /* IE6 FILTER */
* + html #topnav ul li ul { margin-top: 1px; }  /* IE7 FILTER */


/*Sub level menu list items*/
#topnav ul li ul li{
display: inline;
float: none;
margin-top: 0; 
}


/* Sub level menu links style */
#topnav ul li ul li a{
width: 180px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background-color: #999;
border-bottom: 1px solid #24576A;
color: #000;
}

#topnav ul li a:hover{
color: #000;
}

#topnav ul li ul li a:hover{
background: #ccc;
}

#topnav ul li ul li ul.level3 { 
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
margin-left: 190px; 
}
* html #topnav ul li ul li ul.level3 { margin-top: -1.4em; }   /* IE6 FILTER */
* + html #topnav ul li ul li ul.level3 { margin-top: -1.4em; } /* IE7 FILTER */

#topnav .arrowdiv {
position: absolute;
right: 0;
background-image: url(images/arrows.gif) 
background-repeat: no-repeat;
background-position: center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #topnav ul li { float: left; height: 1%; }
* html #topnav ul li a { height: 1%; }
/* End */


/*
a.company, a.services, a.selling, a.news, a.workwithus, a.contact { 
	height: 29px; background-repeat: no-repeat; 
}

li.company { width: 129px;  background-image: url(images/topnav/company.gif); }
a.company { width: 129px; background-image: url(images/topnav/company.gif); }
a.company:hover { background-image: url(images/topnav/company-on.gif); }

li.services { width: 126px; }
a.services { width: 126px; background-image: url(images/topnav/services.gif); }
a.services:hover { background-image: url(images/topnav/services-on.gif); }

li.selling { width: 209px; 
background-image: url(images/topnav/selling.gif); }
a.selling { width: 209px; background-image: url(images/topnav/selling.gif); border: 1px solid red; 
padding-right: -100px; }
a.selling:hover { width: 209px; background-image: url(images/topnav/selling-on.gif); padding-right: -100px; }
*/




/* --------- CONTENT AREA ------------- */


div#content { 
	float: left; 
	width: 683px; 
	padding: 28px;
	}
div#content p, div#content ul, div#content ol, div#content td 
	{ color: #797979; line-height: 130%; }

div#content a { color: #398DA9; }
div#content a:visited, div#content a:active, div#content a:hover { color: #9B9BCD; }


h1, h2, h3, h4, h5 { color: #24576A;  }

h2 img, h3 img { float: right; margin: 0 0 20px 20px; }

div#content h3.sitemap a, div#content h3.sitemap a:visited { color: #24576A; }

hr { margin: 30px 0 30px 0; }

ol li { margin-bottom: 1em; } 

img.left { float: left; margin: 0 20px 20px -150px;  }
p.withlogo { clear: left; margin-left: 150px; }


p.testimonial { float: left; clear: left; margin: 0 20px 20px 0; width: 120px; /*border: 1px solid red;*/ }
h3.testimonial { margin-bottom: 0; }
h4.testimonial { margin-top: 0; }

ul.sitemap, ul.sitemap2, ul.sitemap3 { list-style-type: none; margin: 0; padding: 0; }
ul.sitemap2 { margin-left: 0px; }
ul.sitemap3 { margin-left: 15px; margin-bottom: 10px; }

table.pressreleases td { padding-bottom: 10px; }

sup { vertical-align: top; }


/* ------------ RIGHT COLUMN ------------ */

div#rightcolumn { 
	float: right; 
	margin: 0; padding: 0;  
	width: 208px;
	color: #FFF;
	}
div#rightcolumn img, div#rightcolumn ul, div#rightcolumn li { margin: 0; padding: 0; }
div#rightcolumn ul { list-style-type: none; }
div#rightcolumn li { width: 208px; height: 30px; }

div#rightcolumn h4 { text-align: center; font-weight: normal; letter-spacing: 0.2em; color: #FFF; }
div#rightcolumn p.rightnav { margin-left: 10px; margin-right: 10px; 
	font-size: 0.9em; text-align: center; }


/* ------------- FOOTER -------------- */

div#footer { 
	border-top: 3px solid #24576A;
	background: #FFF; color: #404040; 
	clear: both; width: 100%; 
	font-size: 0.75em;
	}
div#footer p { margin: 5px 5px 0 28px; padding: 0 0 5px 0; }
div#footer a { color: #2853D4; }
