@import url(as_nav_style.css);
* { padding: 0; margin: 0; }
body {
	margin:0px auto;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;	
	line-height:22px;
}
#main, #footer_text{
	margin: 0 auto; /* to center in window */
}
#header, #center, #main, #footer_text{
	width:924px;
}
#header, #site_title, #nav, #nav ul li, #center, #center_left, #center_right, #home_content, #content, .home_box, #content_main, #content_work, #content_main_work, #content_right, #footer {
	float:left;
}
#header{
	height:102px;	
}
#site_title{
	width:462px;
	padding:0px;
}
#nav{
	width:462px;
	background-image:url(../images/nav_bgnd.jpg);
	background-repeat:no-repeat;
	height:102px;
}
	#nav ul{
		list-style-type:none;
		margin:0;
		padding:0;
		position:relative;
		top:72px;
		left:22px;
	}
		#nav ul li{                        
			font-size:16px;
			color:#000;
		}
		#nav ul li a{        
			color:#000;                        
			padding:10px 10px;
			text-decoration:none;
		}
		#nav ul li a:hover, #nav ul li a.active{
			padding:10px 10px 6px 10px;	
			border-bottom:4px solid #ec960e;			
		}		
#center{
	margin:0;
}
#center_left, #center_right{
	width:462px;
	margin:0;
}
#home_content{
	background-image:url(../images/home_blue_bgnd.jpg);
	background-repeat:no-repeat;
	min-height:223px;
}
.home_box{
	width:284px; /* width=308 - padding */
	padding:12px;
}
#home_pic{
	height:273px;
	background-image:url(../images/home_center_left.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:39px;
}
#fadeshow1{
	height:273px;
	margin-left:91px;
	margin-top:0px;
	padding-top:39px;
}
#content{	
	background-image:url(../images/content_blue_bgnd.jpg);
	background-repeat:no-repeat;
	min-height:223px;
}
#content_work{	
	background-image:url(../images/content_blue_bgnd_work.jpg);
	background-repeat:no-repeat;
	min-height:223px;
}
#content_main{
	width:592px;/* width=616 - padding */
	padding:12px;		
}
#content_main_work{
	width:900px;/* width=924 - padding */
	padding:12px;		
}
#content_right{
	width:258px;/* width=308 - padding - 4 pixels of extra space*/
	margin:-24px 2px 22px 2px;
	padding:0px 23px;
	background-color:#FFF;  
	font-style:italic;
	color:#494949;      
}
	.testimonial_author{
		font-style:normal;
	}
#content_right h1{
	font-style:normal;
	color:#000;      
}
.read_more{
	padding:8px 0px;
}	
#footer {
	background-image:url(../images/footer_bgnd.jpg);
	background-repeat:repeat-x;
	font-size:11px;	
	color:#000;
	text-align:left;
	width:100%;
	text-indent:12px;
	padding-top:6px;
    height:29px; /* height (35) - padding */
}
#nav ul li, #footer, h1, h2, h3{
        font-family:Arial, Verdana, Helvetica, sans-serif;
}

.startquote{
	margin-left:-4px;
	padding-right:6px;
}
.endquote{
	float:right;
}


/*******************************************************************************
***************************** CONTENT STYLES ***********************************
*******************************************************************************/
p{
	
	padding:10px 0 10px 0;
}
p.italics{
	font-style:italic;
}
h1, h2{
	font-weight:300;
}
h1{	
	font-size:23px;	
	line-height:28px;
	margin:0;
	padding:8px 0px;
	color:#000;
}
h2{
	font-size:19px;
	line-height:24px;
	padding:6px 0;
	color:#000;
}
h3{
	font-size:15px;
	font-weight:600;
	line-height:16px;
	padding:12px 0;
	color:#000;
}
hr{
	background-color:#ec960e;
	color:#ec960e;
	height:1px;
	line-height:1px;	
	width:100%;
	border-style: none;
	margin:12px 0 12px 0;
}
.home_content{
	padding:12px 0 0 0;
}
/*ol, ul{
	margin:0 0 0 40px;
}*/
#home_content li, #content_main li{
list-style-type:none;	
	background-image:url(../images/arrow_bullet.gif);
	background-position: 0px 5px;
	background-repeat:no-repeat;
	padding:0 0 0 14px;
	margin:0 0 0 6px; /* bullet indent */


}

a:link, a:hover, a:visited{
	color:#0033ff;
}
a:link, a:visited{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#keywords{
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	font-size:8px;
	z-index:0;
	height:0;
}
/*******************************************************************************
***************************** FORM STYLES ***********************************
*******************************************************************************/
.required{
	/*background-color:#ccc;*/	
}
.form_align_left{
	vertical-align:top;
	text-align:left;
}
.form_align_right{
	vertical-align:top;
	text-align:right;
}
input, textarea, select{
	background-color:#CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.formwrapper{
	padding:0px;
	width:100%
}
.left{
	width:150px;
	float:left;
	padding:6px;
	min-height:24px;
	text-align:right;
}
.right{
	/*width:200px;*/
	float:left;
	padding:6px;
	min-height:24px;
}
.clear{
	float:none;
	clear:both;
	height:0px;
}
.row{
	background-color:none;
	display:block;
	min-height:32px;
}
.ruler{
	width:400px; border-bottom:dashed 1px #dcdcdc;
}
tr:focus{
	background-color:#acc9e9;
}
td{
	vertical-align:top;
}
.over{
	background-color:#c1d7ef;
}
.out{
	background-color:none;
}
.button{
	background: url('../images/submit_btn.gif') no-repeat top left;
	width:83px;
	height:27px;
	border: none;

/*background-color:#ec960e;*/
}
.button:hover {
    border: none;
    background: url('../images/submit_btn_over.gif') no-repeat top left;
	cursor:pointer;
}