@charset "UTF-8";
/* CSS Document */

/*----------------
Global
----------------*/
html, body{
	background-color:#000;
	background-color:#f4f2ed;
	}


/*----------------
Framework
----------------*/
#wrapper{
	width:955px;
	margin:0 auto;
	background-image:url(../images/top-bg.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
	#header{
		padding:5px 0 0 0;
		height:150px;
		overflow:hidden;
		}
		
		#header-left{
			float:left;
			width:282px;
			margin:0 0 0 10px;
			padding:20px 9px 0 9px;
			}
			
			#page-tab{
				height:35px;
				margin:34px 0 0 0;
				background-color:#dba300;
				}	
				
			#page-tab2{
				height:35px;
				width:200px;
				margin:34px 0 0 0;
				background-color:#dba300;
				}	
			
		#header-right{
			float:right;
			width:520px;
			margin:0 10px 0 0;
			}
			
			#header-form{
				float:right;
				width:348px;
				height:36px;
				margin:13px 0 0 0;
				}
				
			#header-nav{
				float:right;
				width:520px;
				height:30px;
				margin:11px 0 18px 0;
				padding:15px 0 0 0;
				}
		
	#hidden-info{
		margin:1px auto 0 auto;
		width:935px;
		height:125px;
		background:url(../images/hidden-info-bg.jpg) no-repeat;
		}
		
	#ft-info{
		width:935px;
		height:335px;
		margin:0 auto;
		background-color:#fff;
		}
		
		#ft-info-left{
			width:565px;
			height:415px;
			float:left;
			}
			
		#ft-info-right{
			width:370px;
			height:415px;
			float:right;
			background-color:#fff;
			}
		#ft-info-right-2{
			position:absolute;
			margin:280px 0 0 567px;
			width:360px;
			height:46px;
			float:right;
			background-color:transparent;
			z-index:100;
			}
			
			#ft-hd{
				width:360px;
				height:46px;
				margin:0 0 0 20px;
				background-image:url(../images/ft-hd-bg.png);
				background-repeat:no-repeat;
				clear:both;
				}
				
			#ft-control{
				height:30px;
				width:308px;
				margin:20px 0 0 28px;
				}
				
	#body{
		background-color:#fff;
		width:935px;
		min-height:560px;
		height:auto !important;
		height:560px;
		margin:0 auto;
		overflow:hidden;
		padding:0 0 40px 0;
		}
	
		#sub-nav{
			background-color:#fff;
			float:left;
			width:199px;
			margin:0 0 0 9px;
			padding:0;
			border-width:0 1px 1px 1px;
			border-style:solid;
			border-color:#f1f1f1;
			}
			
			#sub-nav li{
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight:bold;
				color:#dba300;
				padding:12px 0 12px 25px;
				border-width:1px 0 0 0;
				border-style:dotted;
				border-color:#f1f1f1;
				}
				
			#sub-nav a{
				color:#dba300;
				text-decoration:none;
				}
			
			#sub-nav a:hover{
				color:#ffcc33;
				}
				
			#sub-nav .active{
				color:#ffcc33;
				}
		
		#contact-forms{
			float:right;
			width:400px;
			margin:40px 25px 0 0;
			}
			
			#contact-forms h1{
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				color:#000;
				}
				
			#contact-forms p{
				font-family: Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#666;
				line-height:16px;
				padding:5px 20px 15px 0;
				}
				
			#contact-forms em{
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#666;
				}
				
			#contact-forms label{
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#000;
				font-weight:bold;
				}
				
			#contact-forms .formfield{
				width:321px;
				height:19px;
				margin:2px 0 15px 0;
				padding:7px;
				border:0;
				background-image:url(../images/form-field.jpg);
				background-repeat:no-repeat;
				}
				
			#contact-forms .formphone{
				width:175px;
				height:33px;
				margin:2px 0 15px 0;
				border:0;
				background-image:url(../images/form-phone.jpg);
				background-repeat:no-repeat;
				}
				
			#contact-forms textarea{
				width:345px;
				height:103px;
				margin:2px 0 15px 0;
				border:0;
				background-image:url(../images/text-area.jpg);
				background-repeat:no-repeat;
			}
			
		#rfp-forms{
			float:left;
			width:600px;
			margin:40px 25px 0 25px;
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#666;
			line-height:16px;
			}
			
			#rfp-forms h1{
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				color:#000;
				}
				
			#rfp-forms p{
				font-family: Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#666;
				line-height:16px;
				padding:5px 20px 15px 0;
				}
			#rfp-forms em{
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#666;
				}
				
			#rfp-forms label{
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#000;
				font-weight:bold;
				}
				
			#rfp-forms .formfield{
				width:321px;
				height:19px;
				margin:2px 0 15px 0;
				padding:7px;
				border:0;
				background-image:url(../images/form-field.jpg);
				background-repeat:no-repeat;
				}
				
			#rfp-forms .formphone{
				width:175px;
				height:33px;
				margin:2px 0 15px 0;
				border:0;
				background-image:url(../images/form-phone.jpg);
				background-repeat:no-repeat;
				}
				
			#rfp-forms textarea{
				width:345px;
				height:103px;
				margin:2px 0 15px 0;
				border:0;
				background-image:url(../images/text-area.jpg);
				background-repeat:no-repeat;
			}
		
		#directions{
			float:right;
			width:233px;
			margin:40px 25px 0 0;
			}
			
			#directions h1{
				margin:15px 0 0 0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;
				color:#dba300;
				}
				
			#directions p{
				font-family: Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#666;
				line-height:20px;
				padding:0 0 0 10px;
				}
				 
		
	#news-info{
		margin:50px 0 0 0;
		padding-bottom:10px;
		background-color:#e7e2d8;
		overflow:hidden;
		}
		
		
		#news-list{
			width:1848px; 
			border:0; 
			margin:0; 
			padding:0;
			}
		
		#news-info-top{
			height:41px;
			}
			
			#news-info-title{
				position:absolute;
				z-index:99;
				width:149px;
				height:46px;
				margin:10px 0 0 -10px;
				background-image:url(../images/buzz-title-bg.png);
				background-repeat:no-repeat;
				}

				
			#news-info-arrows{
				float:right;
				width:46px;
				height:30px;
				margin:6px 10px 0 0;
				}
				
			#news-info-dots{
				float:right;
				width:55px;
				height:10px;
				margin:15px 10px 0 0;
				}
			
		#news-info-bottom{
			overflow: auto;
			overflow-x:hidden; 
			overflow-y:hidden; 
			width:915px;
			height:142px;
			margin:0 auto;
			padding:30px 0 0 15px;
			background-color:#fff;
			}
				
			#news-item{
				list-style:none; 
				padding:0;
				float:left;
				margin:0 20px 0 0;
				width:285px;
				height:122px;
				}
				
			#news-item a{
				color:#000;
				text-decoration:none;
				}
			
			#news-item a:hover{
				background-color:#000;
				background-color:#fff8db;
				}
				
		#staff-box{
			overflow: auto;
			overflow-x:hidden; 
			overflow-y:hidden;
			width:270px;
			height:409px;
			background-color:#ccc;
			background-image:url(../images/gradient.png);
			background-repeat:no-repeat;
			padding:0 0 0 0;
			margin:0 0 10px 0;
			}
			#team-dots{
				float:right;
				width:55px;
				height:10px;
				margin:0 ;
				}
				
				#team-list{
				width:1848px; 
				border:0; 
				margin:0; 
				padding:0;
				}
			#team-item{
				list-style:none; 
				padding:0;
				float:left;
				margin:0 0 0 0;
				width:270px;
				height:122px;
				}
		
	#footer{
		height:91px;
		margin:25px 0 25px 0;
		padding-top:14px;
		background:#f9f7f5;
		}


/*----------------
Classes
----------------*/
.newsletter-field{
	width:283px;
	height:22px;
	padding:5px 5px 0 5px;
	margin:0 0 0 3px;
	border:none;
	background:url(../images/fnews-field.jpg) no-repeat;
	color:#999;
	font-style:italic;
	}
	
.newsletter-bn{
	margin:4px 0 0 0;
	}
	
.push-right{
	float:right;
	}
	
.push-left{
	float:left;
	}
	
.intro-txt{
	float:left;
	margin:16px 0 0 18px;
	}
	
.title-sub{
	color:#b5b5b5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:2px 0 0 28px;
	}
	
.title-sub a{
	text-decoration:none;
	color:#fc3;
	}
	
.title-sub a:hover{
	text-decoration:underline;
	}

.ft-details{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:18px;
	margin:20px 0 0 28px;
	padding-right:35px;
	}
	
.float-right{
	float:right;
	}
	
.float-left{
	float:left;
	}
	
.col13{
	float:left;
	width:270px;
	margin:35px 10px 0 25px;
}

.gradient{
	position:absolute;
	z-index:5;
}
	
#staff-box h1{
	background-color:#fc3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:10px;
	width:150px;
	color:#fff;
}

#staff-box h2{
	background-color:#fc3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:10px;
	width:110px;
	color:#fff;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#staff-box p{
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	padding:30px;
	line-height:22px;
}

.left-arrow{
	position:absolute;
	margin:250px 0 0 -15px;
	}
	
.right-arrow{
	position:absolute;
	margin:250px 0 0 255px;
	}
	
.service-box{
	height:320px;
	margin-bottom:20px;
	}
	
.service-detail{
	padding:10px 15px 0 0;
	}


/*----------------
Copy
----------------*/
#header-right h1{
	color:#f0c23c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0 0 0 171px;
	}
	
#page-tab p{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:6px 0 0 8px;
	}

#page-tab2 p{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:6px 0 0 8px;
	}

#hidden-info div{
	margin:11px 45px 0 0;
	}

#hidden-info p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
	margin-bottom:10px;
	}
	
#hidden-info span{
	font-size:14px;
	font-weight:bold;
	}
	
#ft-info-right ul{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:20px;
	margin:20px 0 30px 55px;
	}
	
	#ft-info-right li{
		border-style:dotted;
		border-width:0 0 1px 0;
		border-color:#fc3;
		}
		
	#ft-info-right h1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		margin:10px 0 0 28px;
		color:#000;
		}

#ft-hd p{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:8px 0 0 8px;
	}
	
#news-info-title p{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:8px 0 0 10px;
	}
	
#news-info-dots img{
	margin:0 2px 0 0;
	}
	
#news-item img{
	float:left;
	margin:0 15px 0 0;
	}
	
#news-item h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#666;
	}
	
#news-item p{
	margin:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:16px;
	}
	
#footer img{
	float:right;
	margin:10px 24px 0 0;
	}
	
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 0 0 15px;
	color:#ac9a7f;
	}
	
#footer a{
	color:#ac9a7f;
	text-decoration:none;
	}
	
#footer a:hover{
	border-width:0 0 1px 0;
	border-style: dotted;
	border-color:#ac9a7f;
	}
	
#footer span{
	font-size:14px;
	font-weight:bold;
	}
	
#footer ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ac9a7f;
	margin:10px 0 0 15px;
	}
	
#footer li{
	display:inline;
	}
	
.col13 span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#dba300;
}

.col13 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:18px;
	margin-bottom:20px;
}

.col13 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin:0 0 15px 0;
}

.col13 ul{
	margin:-10px 0 20px 0;
	padding:0;
	list-style:disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:16px;
	}

.col13 li{
	margin:0 25px 0 25px;
	}
	
.good-prompt{
	padding:10px;
	background-color:#C9FFC4;
	border:1px solid #00CC00;
	color:#0c0;
	}
.bad-prompt{
	padding:10px;
	background-color:#FFC6CF;
	border:1px solid #CC0000;
	color:#CC0000;
	}
	
#myController span{
margin-right:10px;
cursor:pointer;
color:#000;
text-decoration:none;
				background-color:#fff8db;
}

#jFlowSlide{
border:none;
}

#myController span.jFlowSelected {
background:#000;
color:#fff;
}

.col14{
	float:left;
	width:270px;
	margin:35px 10px 0 25px;
}

.col14 span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#dba300;
}

.col14 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:18px;
	margin-bottom:20px;
}

.col14 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin:0 0 15px 0;
}

.col14 ul{
	margin:0px 0 20px 0;
	padding:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:16px;
	}

.col14 li{
	margin:0 25px 0 20px;
	}
	
.yarrow{
	position:absolute;
	margin:-25px 0 0 240px;
	padding:0;
	}

#contact-forms ul{
	list-style:disc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:0;
	color:#666;
	padding:0 0 20px 20px;
	}
	
#contact-forms a{
	color:#dba300;
	text-decoration:none;
	}

/*----------------
Navigation
----------------*/
#header-nav ul{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	}
	
	#header-nav li{
		display:inline;
		padding:0 16px;
		}
		
		#header-nav a{
			color:#fff;
			text-decoration:none;
			}
			
		#header-nav a:hover{
			color:#fc3;
			}
			
