/*********************
* Globals
*********************/

*{margin: 0; padding: 0; border: 0}

body{
	background: #666666 url(img/bg.jpg) repeat-x;
	color: #000;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}


a:link,a:visited	{ color:#8a0c1a; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:red; text-decoration:underline; outline:none; }

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 

.heading{
text-transform:uppercase;
font-weight:bold;
}
 
.clearfix {display: inline-block;} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

img.img-right {
	float:right; 
	margin:5px; 
	}
	
img.img-left {
	float:left; 
	margin:5px; 
	}
	
p.dark{
color: #006599;
text-transform:capitalize;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
}

p.copyright{ font-size:10px;}


/*********************
* Structural
*********************/

#title{ height:50px;}
body#index #title {background: url(img/index-title.gif) no-repeat; }
	#title-help {background: url(img/index-title-help.jpg) no-repeat; height:50px; }
	#title-contact-index {background: url(img/index-title-contact.jpg) no-repeat; height:50px; }
body#about #title {background: url(img/title-about.gif) no-repeat; }
body#cases #title {background: url(img/title-recent-cases.gif) no-repeat; }
body#contact #title {background: url(img/title-contact.gif) no-repeat; }


#quick-contact{background: url(img/title-qc.gif) no-repeat; height:70px; margin-bottom:10px;}
#quick-contact-spacer{background: url(img/title-qc-spacer.gif) no-repeat; height:66px;}


#wrap{
	margin: 0 auto;
	width:760px;
	background: url(img/wrap.gif) repeat-y;
}

#bottom-wrap {
	background:url(img/bottom-wrap.gif);
	height:41px;
	clear:both;
	width:100%; /* fix for Safar */

	}

#titlebar{
	width:760px;
	height: 79px;
	background: url(img/titlebar.jpg) no-repeat;
}

#header{
	width:760px;
	height: 280px;
	background: url(img/header.jpg) no-repeat;
}


#left-col{
	width: 475px;
	float: left;
	text-align: left;
}

#left-col h1 {
display:none;
}

#left-col h2{
	font-size:12px;
	font-weight:bold;
	color: #8F5108;
	text-transform:uppercase;
	}

#left-col p, #left-col ul, #left-col h2{
margin: 0 25px 8px 25px;
}

#left-col ul {paddingn-left:25px; }
		#left-col ul li { 
			background:transparent url(img/img-list.gif) 0px 2px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			list-style:none;
			margin-bottom:5px;
			}

#right-col{
	width: 285px;
	float: right;
	text-align: left;
}

	#right-col form{
	margin-left:50px;
	}
	
	#right-col p{
	margin-left:50px;
	color:#fff;
	margin-right:55px;
	}

/*********************
* Navigation
*********************/
#nav { 

	background:url(img/nav.gif) no-repeat; 
	width:760px;height:79px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 93px; margin-left:380px;}
#nav-02 { width: 95px; margin-left:1px;}
#nav-03 { width: 95px;}
#nav-04 { width: 95px;}

/*-------------- (-79px) X position of button / (-79px) height of image from above ------------- */

#nav-01 a:hover { background:url(img/nav.gif)  -380px -79px no-repeat; }
#nav-02 a:hover { background:url(img/nav.gif) -474px -79px no-repeat; }
#nav-03 a:hover { background:url(img/nav.gif) -569px -79px no-repeat; }
#nav-04 a:hover { background:url(img/nav.gif) -664px -79px no-repeat; }

/*********************
* Contact Form
*********************/
body#contact form{
margin-left:80px;
}

body#contact form label{
color: #251501 !important;
}



form {
	width:170px;
	margin:0 0 15px 0;
	}
	
form p{
	color:#fff;
	font-size:11px;
	line-height: 12px;
	margin-top:10px;
	}



form label	{ font-size:12px; color:#fff; }



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



input, textarea, select { 

	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #8E8D8D;
	color:#000;
	width:165px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:20px;
	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:Arial, Helvetica, sans-serif; 
	font-size:12px;
	}

	

select { width:170px; padding:0; } /* same width as form - !important */



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

input.submit{ 
	width:80px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	color:#000;
	background-color:#F9F05B !important;
	}
	
/*********************
* Footer
*********************/
#footer {
	width:760px;margin:0 auto;
	text-align:center;
	background-color:#666;
	height:130px;
	background:url(img/footer-bg.gif) no-repeat;
	}

#footer p{ margin-bottom:10px; font-family:"Times New Roman", Times, serif; text-transform:uppercase; }
