/* styles1.css */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */


/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


BODY {
	background: #39414A url("../images/ajf_bkg.jpg") top repeat-x;
	text-align: center;
	color: whitesmoke;
	margin-top: 0;
}

BODY,P,BLOCKQUOTE,CENTER,TD,TH,UL,OL,LI,DIV,SPAN,LAYER,OPTION { font-family: Verdana,Helvetica,Arial,Sans-Serif; font-size: 11px; }

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("/images/bullet-back-to-top.jpg") right no-repeat;
	}

P { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:whitesmoke; font-size:11px; margin:0px 0px 15px 0px; }
	
H5 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#0F67A1; font-weight:bold; font-size:12px; margin:0px 0px 15px 0px; }
H4 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#0F67A1; font-weight:bold; font-size:12px; margin:0px 0px 15px 0px; }
H3 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#0F67A1; font-weight:bold; font-size:14px; margin:0px 0px 15px 0px; }
H2 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#0F67A1; font-weight:bold; font-size:14px; margin:0px 0px 15px 0px; }
H1 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#0F67A1; font-weight:bold; font-size:18px; margin:0px 0px 15px 0px; }

#bevel0 { background:white; }
#bevel1 { background:black; }
#bevel2 { background:#C30606; }
#bevel3 { background:#C30606; }
#bevel4 { background:whitesmoke; }

a:link, a:visited { color: #0F67A1; }
a:hover { color: #0099FF; }
a:active { color: #0099FF; }

.heading5 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#224445; font-weight:bold; font-size:12px; }
.heading4 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#224445; font-weight:bold; font-size:12px; }
.heading3 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#224445; font-weight:bold; font-size:12px; }
.heading2 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#224445; font-weight:bold; font-size:14px; }
.heading1 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#224445; font-weight:bold; font-size:18px; }

.colhead { background:#C30606; color:white; font-weight:bold; font-size:12px; }

.topnav { color: white; font-weight:bold; font-family: Verdana,Helvetica,Arial,Sans-Serif; font-size: 10px; }
.topnav a:link, .topnav a:visited { color: white; text-decoration:none; }
.topnav a:active, .topnav a:hover { color: #545454; text-decoration:none; }

.footer { color: white; font-family: Verdana,Helvetica,Arial,Sans-Serif; font-size: 10px; }
.footer a:link, .footer a:visited { color: #D79352; text-decoration:none; }
.footer a:active, .footer a:hover { color: #D79352; text-decoration:underline; }

.caption { color: white; font-family: Verdana,Helvetica,Arial,Sans-Serif; font-size: 10px; }

.required_field { color: red; }
			


/* ----- global form elements ----- */ 

form {
	width:180px;
	margin:10px 0 0px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:whitesmoke !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid silver;
	color:#50646B;
	width:175px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:180px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:200px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


#pay-form input { background-color:white; width:86px; height:21px; border:0px}

/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 10px 220px; }


/* Page Wrappers
 * ------------------------------------------------------------------------- */
 
#wrap {
	width:815px;
	margin:0 auto;
	text-align:left;
	}

#wrap-sub {
	background: #181C21 url("../images/wrap-sub.gif") top repeat-x;
	width:815px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-column-left-home {
	background: #181C21 url("../images/home_skyline.jpg") top no-repeat;
	width:556px;
	margin:0 auto;
	text-align:left;
	}

#wrap-column-left-design {
	background: #181C21 url("../images/design.jpg") top no-repeat;
	width:556px;
	margin:0 auto;
	text-align:left;
	}

#wrap-column-left-construction {
	background: #181C21 url("../images/construction.jpg") top no-repeat;
	width:556px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-column-left-projects {
	background: #181C21 url("../images/projects.jpg") top no-repeat;
	width:556px;
	margin:0 auto;
	text-align:left;
	}

#wrap-column-left-about {
	background: #181C21 url("../images/about.jpg") top no-repeat;
	width:556px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-column-left {
	background: #181C21;
	width:556px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-column-right {
	background: #181C21 url("../images/wrap-column-right.gif") top repeat-x;
	width:205px;
	height:457px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-footer {
	background: url("../images/wrap-footer.gif") top repeat-x;
	width:815px;
	height:93px;
	margin:0 auto;
	text-align:left;
	}
	

	/* single column list */
	#wrap-column-left-design ul { margin-left:15px; margin-bottom:15px; padding-left:8px; list-style-type:square; }
	#wrap-column-left-design li { padding-bottom:5px; }
			
	
/* Master Header
 * ------------------------------------------------------------------------- */
 
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:121px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:29px;
		top:42px;
		width:366px;
		height:44px; 
		}
	#masthead a span {
		display:none;
		}
		


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:815px; 
	height:43px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:43px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 91px; margin-left: 0px;}
#nav-02 { width: 177px;}
#nav-03 { width: 238px;}
#nav-04 { width: 108px;}
#nav-05 { width: 88px;}
#nav-06 { width: 113px;}


/*-------------- (-79px) X position of button / (-43px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")    -0px -43px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -91px -43px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -268px -43px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -506px -43px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -614px -43px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -702px -43px no-repeat; }
