/* External Style Sheet for Adams Construction Services */


body 
{
	margin: 0 0 0 1px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	letter-spacing: 0.02em;	
}
#wrapper
{
	background-image: url('../images/bg2.gif');
	background-repeat: repeat-y;
	background-position: top center;		
}
#page
{
	background: white;	
	width: 760px;
	margin: 0 auto;
	min-height: 100%;
	
}
#container
{
 	position: relative;
  min-height: 100%; 
  height: auto !important; 
	border: 1px solid black;  	
}
/* ===============<HEADER TREATMENTS>================ */ 
#header
{
	margin: 0 auto;
	background: url('../images/header_black.gif') no-repeat;
	height:	165px;
	width: 758px;
}
/* ===========<js header slideshow>=========== */
#image
{
	float: right;
	width: 408px;
	height: 165px;
}
#ctrl_buttons
{
	position: relative;
	top: -20px; 
}
.button
{
	width: 2em;	
	font-size: 9px;
	font-weight: bold;
}
/* ===========</js header slideshow>=========== */
/* ===============</HEADER TREATMENTS>============== */

.photo
{
	margin: 0;
	width: 312px;
	float: left;
	padding: 28px 0 0 18px;
}
.center
{
	text-align: center;	
}
#center_img
{
	margin: 0 auto;
	width: 320px;
}
#content-container
{
		
}
#content
{
	float: right;
	margin: 26px 0 0 0;
	padding: 0 40px 0 0; 
	width: 360px;
}
#sub-content
{
	clear: both;	
	margin: 10px 50px 30px 50px;
}
#skip
{
	display: none;	
}
#reader_img
{
/* controls padding-top in IE */	
}
#logo
{
	float: left;	
}
/* =================<PARAGRAPHS AND P TREATMENTS>================ */
p
{
	line-height: 150%;
	font-size: 0.9em;	
	margin-top: 1em;
	margin-bottom: 1em;
}
.red 
{
	color: #990000;	
}
.inset, .guarantee_inset
{
	border: 1px solid black;
	background: #FFFBED;
	margin: 18px;
	padding: 10px 10px 16px 10px;
}
.guarantee_inset
{
	margin: 18px 0;
	text-align: center;	
}
.footer_p
{
	font-size: 10px;
	text-align: center;	
	margin: 0 0 3px 0;
	color: #252525;
}
.line_space
{
	position: relative;
	top: 6px;	
}
.testimonial
{
	border: 1px solid black;
	margin: 18px;
	padding: 10px;
	background: #FFFBED;	
}
/* =================</PARAGRAPHS AND P TREATMENTS>================ */

/* ===============<HEADINGS>================ */
h1 
{
	font-size: 1.6em;
	letter-spacing: 0.05em;
	margin: 6px 0 16px 0;	
}
h2
{
	font-size: 1.4em;	
}
/* ===============</HEADINGS>============== */

/* ============<HORIZONTAL NAVIGATION>============ */
#navcontainer
{
	margin: 0 auto;
	padding: 0;
	height: 32px;
	width: 100%;
	background: url('../images/nav_bg.gif') repeat-x;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
}
#navlist
{
	margin: 0;
	padding: 0;	
}
#navlist ul
{
	margin: 0;
	padding: 0;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 2px;
}
#navlist a
{
 position: relative;
	top: 8px;
	padding: 0 36px;
	border: none; 
}
#navlist a:link, #navlist a:visited
{
	color: #898989;
	text-decoration: none;
}
#navlist a:hover
{
	border: none;
	color: white;
}
#active a:link, #active a:visited, #active a:hover
{
	border: none;
	color: white;
}
/* ====<To force other elements below #nav>==== */ 
.clear_right
{
	clear: right;	 
}
/* ----------------<rollover drop-down menu>---------------- */
#dropmenudiv
{
	padding-right: 3px;
	position: absolute;
	border: 1px solid black;
	border-top-width: 0;
	font: normal 11px Verdana;
	line-height: 130%;
	z-index: 100;
	margin-top: 9px; 

}
#dropmenudiv a
{
	color: black;
	width: 98%;
	display: block;
	text-align: left;
	border: none;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv a:hover
{ 
	background-color: black; /* hover background color */
	color: #FFFBED;
}
/* ----------------</rollover drop-down menu>---------------- */
/* ============</HORIZONTAL NAVIGATION>============ */


/* ==================<FOOTER>=================== */
/* to push footer down below content-container (margin & padding didn't work consistently) */
.spacer
{
	display: block;
	height: 16px;	
}

#footer
{
	clear: both;
	border-top: 1px solid black;
	background: #FFFBED;
}
/* ----------------<horizontal footer navigation>---------------- */
#footer_navcontainer
{
	font-size: 11px;
	font-weight: bold;
}
#footer_nav
{
	text-align: center;
	padding-right: 30px;
}
#footer_nav ul
{
	list-style-type: none;
	text-align: center;
	padding: 0 5px;
	position: relative;	 
}
#footer_nav li
{
	display: inline;
	margin: 0 10px;
}
#footer_nav li a
{
	padding: 0px; 
	color: #252525;
	border: none; 
	text-decoration: none;
}
#footer_nav li a:hover
{
	color: #898989; 
}
#footer_nav li a#current
{
	color: #898989; 
}
#credit
{
	font-size: 10px;
	text-align: center;
	padding: 0 0 12px 0;	
}
#credit a:link, #credit a:visited, #credit a:active
{
	color: #252525;
	text-decoration: none;
}
#credit a:hover
{
	color: #898989;	
	text-decoration: none;
}
.footer_colon_l
{
	position: relative;
	left: 10px;	
}
.footer_colon_r
{
	position: relative;
	right: 10px;
}
/* ----------------</horizontal footer navigation>---------------- */
/* =================</FOOTER>=================== */
/* ===============<LISTS>================= */
ul.content
{
	font-size: 0.9em;
	margin: -6px 0 0 0;
	padding: 0 0 0 30px;
	line-height: 150%;
}
.none, .none_indent
{
	list-style-type: none;
	line-height: 180%;
	padding-left: 0px;
	margin-left: 0;			
}
.none_indent
{
	padding-left: 30px;	
}
ul.p-gallery
{
	margin-top: 20px;	
}
.p-gallery
{
	list-style-type: none;
	line-height: 350%;
	padding-left: 30px;
	position: relative;
	top: -20px;
}
/* for thumbs accompanying text on photogall.php */
.thumb
{
position: relative;
top: 30px;
left: 6px;
}

/* ==============</LISTS>================= */
/* =====================<ANCHORS>======================== */
a:link.standard, a:link.top, a:link.credit
{
	color: #660000;
	background: white;
	text-decoration: underline;
	border-right: 1px solid white;	
}
a:visited.standard, a:visited.top, a:visited.credit
{
	color: #898989;
	background: white;   
	text-decoration: underline;
	border-right: 1px solid white;	
}
a:hover.standard, a:hover.top, a:hover.credit
{
	color: #660000;
	background: #FFFBED;
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	text-decoration: none;	
}
a:visited.top
{
	color: #660000;
}
a:link.credit, a:visited.credit
{
	background: #FFFBED;	
}
a:hover.credit
{
	background: white;
}
/* =====================</ANCHORS>======================== */
/* ====<DIVS FOR THE PHP FORM ON CONTACT PAGE>===== */

#form
{
	width: 360px;
	margin-left: 0px;
	margin-top: 16px;
	background: #A78D71; 
	border: 1px solid black;
	padding-bottom: 50px;
}
.btn 
{
	background-color: #322F30; 
	color: #FFFBED; 
	padding: 4px; 
	font-size: 10px; 
	font-weight: bold;
	margin: 10px 0;
}
fieldset 
{
	width: 80%; 
	margin: 0 auto;
	border: none; 
	padding: 10px; 
	text-align: left;
}
dl
{
	margin-top: 0;	
}
dt 
{
	float: left; 
	clear: left;
	width: 20%; 
	padding: 5px; 
	text-align: left;
	font-size: 10px; 
	font-weight: 600; 
	color: #000000;
	background: #A78D71;
	margin: 3px 0 3px 0;
}
dt.i_box
{
	position: relative;
	top: -13px;	
}
dt.i_box_nostar
{
	position: relative;
	top: -9px;	
}
dt.t_area
{
	width: 100%;		
}
dd 
{
	text-align: left; 
	padding: 2px;
	margin: 3px 0 3px 0;	
}
textarea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	border: 1px solid #000000; 
	padding: 3px;
	background: #FFFBED;
}
.input
{
	border: 1px solid #000000; 
	padding: 2px;
	float: left;
	background: #FFFBED; 		
}
#submit
{
	float: right;
	position: relative; 
	right: 158px;
	margin-bottom: 40px;
}
legend 
{
	font-size: 10px; 
	font-weight: bold; 
	background: #322F30; 
	color: #FFFBED; 
	padding: 6px;
	
}
p.contact_form
{
	clear: both;
	margin: -8px 0 10px 0;
	padding: 0 0 8px 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 130%;
	font-size: 10px;
	color: black;	
}
.star
{
	position: relative;
	top: 3px;
	font-size: 150%;
	font-weight: bolder;
	color: black;		
}	
/* ====</DIVS FOR THE PHP FORM ON CONTACT PAGE>===== */

