* {
	margin: 0;
	padding: 0;
}

/*
div
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul, ul li {
	list-style-type: none;
}

fieldset, a img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: center;
	background: #EBAB0D;
	border-color: #e8e8e8;
}

.clear{clear: both;}
.spacer{margin: 20px 0;}

/*
* html div {
	height:  1%;
}
*/


/* Wrapper
------------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto 40px;
	padding: 0 20px;
	text-align: left;
	width: 920px;
	background-color: white;
	border: 1px solid gray;
	top: 0;
}




/* Leaderboard
------------------------------------------------------------------------------*/
#leaderboard{
	margin: 10px 0 10px;
	text-align: center;
}


/* Header
------------------------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0;
	min-height: 150px;
	height: auto;
	background: #fff url(/images/site/header-border.gif) no-repeat 0 0;
	top: 25px;
}



/* Logo
----------------------------------------------------------*/
#header h1 {
	position: absolute;
	left: 15px;
	top: 9px;
	width: 344px;
	height: 90px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	width: 344px;
	height: 90px;
	background: url(/images/site/paveman-logo-header.gif) no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 6px;
	left: 11px;
}

#header h2{
	position: absolute;
	top: 77px;
	left: 174px;
	color: #505050;
	font-size: 16px;
	font-style: italic;
}

/* Top Right Navigation
----------------------------------------------------------*/
#nav {
	position: absolute;
	right: 15px;
	top: -21px;
	width: 400px;
	font-size: 10px;
	line-height: 18px;
	text-align: right;
}

#nav li {
	display: inline;
	padding-left: 4px;
	margin-right: 3px;
	border-left: 1px solid #8e5a12;
	color: #fff;
}

#nav li.first {
	padding-left: 0;
	border-left: none;
}

#nav li a {
	color: rgba(138,90,24,0.9);
	text-decoration: none;
}


/* Social Media Buttons
----------------------------------------------------------*/

#social {

	position: absolute;
	right: 28px;
	top: 65px;
	display: block;
}


/* Main Navigation (orange bg)
----------------------------------------------------------*/
#mainnav {
	position: relative;
	left: 0;
	top: 110px;
	width: 920px;
	min-height: 26px;
	height: 24px;
	font-size: 12px;
	background: #EBAB0D none;
	text-transform: uppercase;
	line-height: 16px;
}

#mainnav:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#mainnav li {
	float: left;
	border-right: 1px dotted #FFF;
	border-width: 1px;

}

#mainnav li a {
	display: block;
	padding: 6px 0;
	width: 100%;
	min-height: 14px;
	height: 1%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;

}

#mainnav li a:hover, #mainnav li a:focus {

	color: #fff;
}

#mainnav li#about {
	width: 150px;
}

#mainnav li#news {
	width: 250px;
}

#mainnav li#discussion {
	width: 170px;
}

#mainnav li#tools {
	width: 146px;
	border-right: none;
}

#mainnav li#wiki {
	width: 140px;

}

#mainnav li#directory {
	width: 200px;
}

/* Vertical Navigation
------------------------------------------------------------------------------*/

#vertnav {
	/* position: relative; */
	/*width: 152px;*/
	min-height: 14px;
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px;
	margin-left: 0;
	float: left;
	padding-right: 0;
	padding-left: 0;
	height: 310px;
}

#vertnav ul
{
	margin-bottom: 10px;
	padding-left: 0;
}

#vertnav:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#vertnav li {
	border-bottom: 1px dotted #cb8118;
}

#vertnav li a {
	display: list-item;
	width: 100%;
	min-height: 12px;
	height: 1%;
	color: #333333;
	text-align: left;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#vertnav li a:hover {
	background: #ffffff;
}

#vertnav li#forums {
	width: 150px;
	border-top: 5px solid gray;
	border-color: #cb8118;
	background-color: #e3e3e3;
}


#vertnav li#paving {
	width: 150px;
	background-color: #eee;
}

#vertnav li#sealcoating {
	width: 150px;
	background-color: #eee;
}

#vertnav li#striping {
	width: 150px;
	background-color: #eee;
}

#vertnav li#crackfilling {
	width: 150px;
	background-color: #eee;
}

#vertnav li#sweeping {
	width: 150px;
	background-color: #eee;
}

#vertnav li#wiki {
	width: 150px;
	color: #cb8118;
	background-color: #e3e3e3;
}

#vertnav li#tools{
	width: 150px;
	background-color: #e3e3e3;
}

#vertnav li#matcalc {
	width: 150px;
	background-color: #eee;
}

#vertnav li#memdirectory {
	width: 150px;
	background-color: #e3e3e3;
}

#vertnav li#pavementnews {
	width: 150px;
	background-color: #e3e3e3;
}

#vertnav li#membership {
	width: 150px;
	background-color: #e3e3e3;
}

#adverts{
	padding-left: 0;
}
#adverts img{
	margin: 5px 0;
}


/* Content
------------------------------------------------------------------------------*/

#content {
	position: relative;
	top: 23px;
	padding-top: 10px;
	display: block;
	width: 950px;
	height: 100%;
}

#content:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	top: 0;
}

#content p {
	margin: 0 0 1em;
}


/* Primary Content
----------------------------------------------------------*/
#primary {
	float: left;
	margin: 0;
	width: 590px;
	top: 0;
	padding-left: 8px;
	padding-top: 0;
	position: relative;
	height: 100%;
	display: block;
}

#primary a {
	color: #CB8118;
	text-decoration: underline;
}

#primary img {
	margin-right: 7px;
	position: relative;
}	

#primary h1 {
	margin: 0 0 10px;
	font-size: 20px;
	color: #715314;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	display: inline;
}
#primary h1 a{
	color: #715314;
	text-decoration: none;
}
#primary h1 a:hover{
	text-decoration: underline;
}


#primary h2 {
	margin: 0 0 10px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	display: inline;
}
#primary h2 a{
	text-decoration: none;
}
#primary h2 a:hover{
	text-decoration: underline;
}

#primary h3 {
	margin: 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	position: relative;
	top: 1px;
	display: inline;
	line-height: 20px;
}

#primary h3 a {
	color: #cd6b2e;
	text-decoration: none;
}

#primary h3 span{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

#primary h4{
	font-size: 14px;
	font-weight: normal;
	color: #8E5A12;
}

/* Features for Home Page --------------------------------------*/
#features {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color:#ececec;
	position: relative;
	/* height: 220px; */
	width: 575px;
	height:260px;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 15px;
	display: block;
	float: left;

}

#features h2 {
	
	text-decoration: none;
	font-size: 16pt;
}

#features h2 a {
	text-decoration: underline;
}
	
#features h3 {
	font-size: 12pt;
	background-color: #EBAB0D;
	color: #fff;
	margin-top: -2px;
	margin-bottom: 5px;
	padding: 5px;
	line-height: 22px;
	display: inline-block;
	position: relative;
	height: 18px;
	width: 565px;
}

#features p {
	line-height: 14px;
	margin-top: 5px;
}

#features .feature1 {
	position: relative;
	width: 560px;
	height: 65px;
	padding-left: 10px;
	display: inline-block;
	float: left;
	margin-top: 5px;
}

#features td.submit {
	margin-top: 6px;
	display: inline;
	float: left;
}



/* Main image for home page
--------------------------------------*/
#primary img#mainimage {
	margin: 0 0 10px;
}


/* Content images (for inside pages)
--------------------------------------*/
#primary img.contentimage {
	float: left;
	margin: 6px 17px 5px 0;
}

/* Popular Guides and Articles (on home page)
--------------------------------------*/
#popular-content{
	padding: 0 15px 0 10px;
	margin-bottom: 15px;
}
#popular-content h3{
	color: #333;
	border-bottom: 1px solid #d9d1c0;
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#popular-content h4{
	color: #715314;
	font-size: 18px;
	font-weight: normal;
	padding-left: 130px;
}
	#popular-content h4 a{
	text-decoration: none;
	color: #715314;
	
	}
	#popular-content li{
		border-bottom: 1px solid #d9d1c0;
		clear: both;
		padding: 15px 0 10px;
	}
	#popular-content img{
		float: left;
		margin: 0 15px 15px 0;
	}
	#popular-content p{
		margin-bottom: 5px;
		padding-left: 130px;
	}
		#popular-content p span{
			color: #715314;
			text-transform: uppercase;
		}


/* Content Callouts (on home page)
--------------------------------------*/
#callouts {
	padding: 7px 0 0;
	position: relative;
	float: left;
}
	#callouts a{
		color: #cb8212;
	}
#callouts .callout1 {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	margin: 0 0 0px;;
	padding: 10px 0 0 10px;
	font-size: 12px;
	line-height: 20px;
	width: 275px;
	float: left;
	display: block;
	height: 1%;
}

#callouts .callout2 {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	margin: 0 0 0px 12px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	line-height: 20px;
	width: 275px;
	float: left;
	display: block;
	height: 1%;
}

#callouts .callout3 {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	margin: 0 0 0 0px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	line-height: 20px;
	width: 275px;
	float: left;
	display: block;
	height: 1%;
}


#callouts .callout4 {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	margin: 0 0 0 10px; 
	padding: 10px 0 0 10px;
	font-size: 12px;
	line-height: 20px;
	width: 275px;

	float: left;
	display: block;
	position: relative;
}
#callouts h3 {


	position: relative;
	color: #715314;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;

}

#callouts p {
	padding-top: 10px;
	text-decoration: none;
	width: 250px;	
}
	
#callouts .callout img {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 133px;
	height: 1%;
}



/* Secondary Content
----------------------------------------------------------*/
#secondary {
	float: left;
	width: 160px;
	font-size: 12px;
	line-height: 18px;
	height: 1%;
	padding-left: 5px;
}


/* Content modules (with border & heading)
--------------------------------------*/

#secondary .module1a {
	background: url(/images/site/paveman-email-signup.gif) no-repeat;
	font-size: 10px;
	padding-left: 3px;
	width: 160px;
	height: 200px;
	position: relative;
	float: left;
	height: 1%;
	margin-bottom: 15px;
	margin-left: 0;
}


#secondary .module1 {
	padding-left: 9px;
	width: 163px;
	position: relative;
	float: left;
	height: 1%;
	margin-left: -5px;
}


#secondary .module2 {
	margin: 0;
	padding: 0 0 0 9px;
	width: 157px;
	position: relative;
	height: 1%;
	clear: left;
}

#secondary .module2 h4 {
	margin: 0;
	padding: 2px 0 3px 7px;
	color: #FFF;
	background: #febf10;
	width: 156px;
}


/* Footer
------------------------------------------------------------------------------*/
#footer {
	padding: 40px 20px 10px 19px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background: url(/images/site/footer-border.gif) no-repeat 0 44px;
	margin: 0 -5px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer p {
	margin-bottom: 0;
}

#footer p#copyright {
	margin: 0 0 2px;
	color: #808080;
}

#footer p#copyright a {
	color: #cb8118;
}

#footer p.first {
	margin-top: 2px;
	padding-top: 0;
}


/* Comments Styles
------------------------------------------------------------------------------*/
.comments {
	background: url(/images/site/features-header.gif) no-repeat;
	position: relative;
	min-height: 80px;
	width: 575px;
	margin-top: 9px;
	margin-right: 0;
	padding: 25px 0 0 10px;
	display: block;
}

.comments p{
	margin-bottom: 0px;
}


/* Resource Directory Styles
------------------------------------------------------------------------------*/
#resource-directory h4{
	background-color: #E3E3E3;
	color: #333;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 3px 5px;
	text-align: right;
	width: 575px;
}
	#resource-directory h4 em{
		font-size: 12px;
		font-weight: normal;
		padding-left: 5px;
	}
	#resource-directory span{
		color: #000;
		float: left;
		padding-right: 5px;
		font-size: 16px;
		font-weight: bold;
	}
	#resource-directory img{
		float: left;
		margin: 0 10px 20px 0;
	}

#resource-directory h5{
	background-color: #E3E3E3;
	color: #333;
	float: right;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 3px 5px;
	text-align: center;
	width: 250px;
}

p.bio{
	padding-left: 120px;
}


/* Guide Styles
------------------------------------------------------------------------------*/
#guides{
	margin-bottom: 30px;
}
#guides p{
	padding-left: 145px;
}
#primary img.guide-thumb{
	float: left;
	margin: 0 23px 15px 0;
}

#related-members{
	background-color: #EEE;
	padding: 10px;
}
	#related-members ul li{
		float: left;
		width: 280px;
	}
	
#related-articles{
	background-color: #fff9e9;
	border: 1px solid #febf10;
	padding: 10px;
}

/* Search Styles
------------------------------------------------------------------------------*/
.search-results{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-right: 20px;
}
#quick-search{
	position: absolute;
	right: 35px;
	top: 15px;
	*width: 260px;
}
	#quick-search #input-keyword{
		float: left;
		margin-right: 5px;	
	}
		#quick-search #input-keyword input{
			border: 1px solid #d1932f;
			font-size: 12px;
			padding: 3px;
			width: 170px;
		}
	#quick-search #input-submit{
		float: right;
	}
		#quick-search #input-submit input{
			background-color: #febf10;
			border: none;
			color: #fff;
			font-size: 14px;
			padding: 2px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
	#quick-search p{
		color: #666;
		font-size: 11px;
		font-style: italic;
	}


/* Landing Page Styles
------------------------------------------------------------------------------*/

.landing-banner{
	margin-bottom: 10px;
}

.landing #related-articles{
	float: right;
	margin: 0 0 15px 15px;
	width: 215px;
}
	.landing #related-articles ul{
		margin-left: 15px;
	}
	.landing #related-articles li{
		list-style-type: disc;
		margin-bottom: 3px;
	}
	
	#landing-promos-small{
		margin: 15px 0 0 0;
		overflow: hidden;
	}
		#landing-promos-small img{
			float: left;
			margin-right: 12px;
		}
			#landing-promos-small a.last img{margin-right: 0px;}

	
	#landing-promos-large{
		margin: 15px 0;
	}
	
	.landing #callouts{overflow: hidden;}
	.landing #callouts h3{
		background: #EBAB0D;
		color: #50370f;
		display: block;
		margin-bottom: 8px;
		padding: 3px 5px;
		
	}
	.landing #callouts ul{
		margin: 0 0 0 25px;
	}
	.landing #callouts ul li{
		list-style-type: disc;
	}
	.landing #callouts p{
		margin: 0 0 0 10px;
	}
	
	.landing #callouts .callout1, .landing #callouts .callout2{
		border: none;
		padding-left: 0px;
		width: 285px;
	}
		.landing #callouts .callout2 img{
			margin: 0 15px 15px 0;
		}





