/*
Theme Name: Advancedtech
Theme URI: http://www.freewordpresslayouts.com
Version: 1.0
Description: 2 Column theme
Author: Smartertemplates.com
Author URI: http://www.smartertemplates.com
*/



/* Links */

a:link, a:visited { 
	text-decoration: underline; 
	color: #0062ac; 
}
a:hover, a:active { 
	color: #3478BD;
        text-decoration: none; 
}

/* Headings */

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	margin: 20px 0 10px;
}
h1 { 
        font:normal bold 28px Verdana, Arial, Helvetica, sans-serif; 
	color:#0062AC; 
	line-height:normal; 
}
h2 { 
	font-size: 16px;
        font-weight: bold; 
}
h3 { 
	font-size: 24px; 
}
h4, h5, h6 { 
	font-size: 20px;
}

/* Other Html Elements */

.titles { 
        font: bold 24px; 
        border-bottom-width: 0; 
        text-decoration: none; 
        underline:none;
}
.titles a:link, .titles a:visited, .titles a:active {
        text-decoration: none;
        underline: none;
        border-bottom-width: 0;
        font: 24px Verdana, Arial, Helvetica, sans-serif;
        color: #0062ac;
}
.title_info {
        font-size: 10px;
}
.tags {
        
        font: 11px Verdana, Arial, Helvetica, sans-serif;
        padding: 5px 0 25px 0;
}
.clear {
	clear:both;
}
pre, blockquote {
        overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}
pre:hover, blockquote:hover {
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}
pre { 
	padding-top: 10px; 
	padding-bottom: 10px; 
}
code { 
	color: #779900; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
ul, ol { 
	/*line-height: 2.0em;*/
}

ul { 
	list-style:none;
}
abbr, acronym { 
	font-style: normal; 
	border-bottom: 1px dotted #333333; 
	cursor: help; 
}
del { 
	text-decoration: line-through; 
	color: #999999; 
}
ns { 
	text-decoration: none; 
	color: #009977; 
}

/* Structure */

body {
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	margin:0;
	padding:0;
	position:relative;
        color:#454545;
}
#container {
        width: 948px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: #FFFFFF;
}

/****************************************************** Header Begin */

#header { 
        width: 948px;
	height:87px; 
}
div#header img.logo { 
	float:left; 
}
div#header img { 
	border:none; 
}
#head_one { 
	width:240px; 
	float:left; 
	text-align:left;
	height:33px; 
	margin-top:5px; 
	padding: 40px 0 0 20px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif; 
	color:#6c6c6c; 
}
#head_two{ 
	width:280px; 
	float:right; 
	height:53px; 
	margin-top:5px; 
	font:normal 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#005EA1; 
	text-align:right; 
}
#header #search {
	height:26px;
	padding-top:15px;
	float: right;
}
#header #searchbox {
	vertical-align:top; 
	height:20px;
	width:150px;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
*html #header #searchbox {
	height: 19px;
}
#header #search_btn {
	width: 80px;
	height: 26px;
	margin-left:4px;
}

/****************************************************** Nav Begin */
div#nav {
	height: 38px;
	margin-top: 0;
	position: relative;
	width: 948px;
	z-index: 9998;
	float: none;
}
div#nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
div#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
div#nav li a#home, div#nav li a#leads, div#nav li a#research, div#nav li a#aboutus, div#nav li a#contact, div#nav li a#login {
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 38px;
	background-image: url(http://www.prospectzone.com/images/nav-index.jpg);
	background-repeat:no-repeat;
	position: relative;
	width: 948px;
}
#nav-list, #nav-list ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
}
#nav-list ul.dropdown {
	background: rgb(0,58,102); /* The Fallback */
	background: rgba(0,58,102,0.9);
	width:inherit;
	clear:both;
	float:left;
	margin-top:38px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding: 0 0 10px 0;
}
/*IE6*/
*html ul#nav-list ul.dropdown {
	margin-top:0;
}
#nav-list ul.dropdown li {
        width:inherit;
	clear:both;
        padding; 0;
        margin: 0;
}	
#nav-list ul.dropdown a {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	clear:both;
	padding:1px 0 1px 24px;
	float:left;
}
#nav-list a {
	display: block;
	float:left;
	clear:both;
	width:133px;
}
#nav-list li {
	float: left;
}
#nav-list li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav-list li:hover ul {
	left: auto;
	color:#046a95;
}
#nav-list ul li a:hover {	
	background: rgb(44, 156, 206); /* The Fallback */
	background: rgba(204,204,204,0.5);
}
#nav-list li:hover ul, #nav-list li.sfhover ul {
	left: auto;
}
/* IE7*/
*:first-child+html #nav-list li:hover ul, *:first-child+html #nav-list li.sfhover ul {
	float:left;
	width:157px;
	margin:38px 0 0 -157px;
}
/*IE6*/
*html #nav-list li:hover ul, *html #nav-list li.sfhover ul {
	float:left;
	width:147px;
	margin:0;
}
div#nav li a#home {
	background-position: 0 0;
	width: 159px;
}
/*
div#nav li a#home:hover {
	background-position: 0 -38px;
	width: 158px;
}
div#nav li a#home:active {
	background-position: 0 -76px;
	width: 158px;
}
*/
div#nav li a#leads {
	background-position: -159px 0;
	width: 157px;
}
/*
div#nav li a#leads:hover {
	background-position: -158px -38px;
	width: 158px;
}
div#nav li a#leads:active {
	background-position: -158px -76px;
	width: 158px;
}
*/
div#nav li a#research {
	background-position: -316px 0;
	width: 155px;
}
/*
div#nav li a#research:hover {
	background-position: -316px -38px;
	width: 155px;
}
div#nav li a#research:active {
	background-position: -316px -76px;
	width: 155px;
}
*/
div#nav li a#aboutus {
	background-position: -471px 0;
	width: 159px;
}
/*
div#nav li a#aboutus:hover {
	background-position: -471px -38px;
	width: 159px;
}
div#nav li a#aboutus:active {
	background-position: -471px -76px;
	width: 159px;
}
*/
div#nav li a#contact {
	background-position: -630px 0;
	width: 158px;
}
/*
div#nav li a#contact:hover {
	background-position: -630px -38px;
	width: 158px;
}
div#nav li a#contact:active {
	background-position: -630px -76px;
	width: 158px;
}
*/
div#nav li a#login {
	background-position: -788px 0;
	width: 160px;
}
/*
div#nav li a#login:hover {
	background-position: -788px -38px;
	width: 160px;
}
div#nav li a#login:active {
	background-position: -788px -76px;
	width: 160px;
}
*/
#nav-sub-line {
	margin:0;
	padding:0;
}
/****************************************************** Nav End */

/* Main Image */

#mainImgCont { 
	width:753px; 
	min-height:102px; 
	height:102px; 
	margin-top:13px; 
	margin-bottom: 13px;
}
div#mainImgCont img { 
	border:none; 
	height:102px; 
}

/* Content */

.mainmodule {
	position:relative;
	width: 753px;
	height: 216px;
	margin-top: 6px;
}
#content_wrapper {
	float: left;
	padding: 15px 0 0 15px;
}
.post_wrapper {
	padding: 0;
        margin: 0 0 30px 0;
	width: 650px;
        border-bottom:1px solid #c0c0c0;   
}
#content {
	float: left;
	padding: 0 0 10px 0;
        width: 650px;
}
#content .post_title, #content .post_title a { 
        font: 24px Verdana, Arial, Helvetica, sans-serif;
        color: #0062ac;
        margin: 0;
        padding: 0;
        text-decoration:none;
}
#content .post p.img { 
	float: left; 
	margin: 0 15px 0 0; 
}
#content .post p.img img { 
	padding: 8px; 
	border: 1px solid #d0d0d0; 
	background-color: #eeeeee; 
}
#content .post_footer { 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 0;
	background-repeat: none;
}

/* Sidebar */

#sidebar {
	float: right;
	padding: 30px 0 10px 0;
	width: 173px;
	margin: 0;
}
.sideblock, .sideblock-posts {
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
        background: url(images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.sideblock ul, .sideblock-posts ul {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 11px;
}
.sideblock ul li {
        margin: 0;
        padding: 5px 0 0 21px;  
}
.sideblock-posts ul li {
        margin: 0;
        padding: 5px 0 0 0; 
}
.sideblock h3, .sideblock-posts h3 { 
	margin: 5px 0 0 15px;
        padding: 5px 0 20px 0;
	color:#454545;        
	font:bold 12px Verdana, Helvetica, Arial, sans-serif;
}
#sidebar dt { 
	margin: 0; 
	padding-top: 5px; 
	font-weight: bold; 
	color: #666666; 
}
#sidebar dd { 
	margin: 0 0 5px; 
	padding-bottom: 5px; 
	line-height: 1.8em; 
}
#sidebar dd a:link { 
	border-bottom-width: 0; 
	font-weight: normal;  
	border-bottom: none; 
	text-decoration: none;
}
#sidebar dd a:visited { 
	border-bottom-width: 0; 
	font-weight: normal; 
	border-bottom: none;
	text-decoration: none; 
 }
#sidebar dd a:hover, #sidebar dd a:active { 
	border-bottom: none; 
	text-decoration: none;
}

/****************************************************** Footer Begin */

#footer-top { 
	width:753px; 
	font:normal 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#828282; 
	border-top:1px solid #d0d0d0; 
	margin:0; 
	clear: both;
}
#footer-bottom { 
	width:753px; 
	font:normal 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#828282; 
	margin:0; 
	clear:both; 
}
#footer-top p, #footer-bottom p { 
	margin-top:20px; 
	padding: 0 40px;
	text-align:center; 
	line-height: 18px;
}
#footer-top a { 
	font:normal bold 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#00528B; 
	text-decoration:underline; 
}
#footer-bottom a { 
	font:normal 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#828282; 
	text-decoration:underline; 
}
#footer-top a:hover, #footer-bottom a:hover { 
	text-decoration:none; 
}

/* Extras */

#extras {
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
#extras h6 { 
	font-size: 14px; 
	text-transform: uppercase; 
	color: #555555; 
}
#friends {
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}
#links {
	float: left;
	width: 275px;
	margin-right: 50px;
}
#about {
	float: left;
	width: 250px;
	margin-right: 20px;
}
#friends ul { 
	padding-left: 20px; 
}
#links dl, #links dt, #links dd { 
	margin: 0; 
	padding: 0; 
}
#links dt { 
	font-weight: bold; 
	padding-top: 5px; 
}
#links dd { 
	margin-bottom: 5px; 
	padding-bottom: 5px; 
	border-bottom: 1px dotted #999999; 
}

/* Comments Styling */

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}
#commentform {
	margin: 1em 0;
	background: #FFFFFF;
	width: 280px;
}
#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform textarea:hover {
	background: #FFFFFF;
	border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
	background: #ffffff;
	border: 1px solid #939793;
}
#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #d6d3d3;
	width: 280px;

}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
}
#commentform input{
	margin-bottom: 3px;
}
#left {
	width: 60px;
	float: left;
}
.slogan {
	font-size: 13px;
	color: #6F6F6F;
	text-transform: lowercase;
	margin-left: 30px;
	margin-bottom: 2px;
}