@charset "UTF-8";
/* CSS document */

/*********************************

	Structure of the site

*********************************/

body {
	margin: 0px;
	padding: 0px;
	background: #514F42;
	font: 10pt Helvetica;
}

p {
	line-height: 16px;
}

a:link { color: #666; }
a:visited { color: #666; }
a:hover { color: #999; }
a:active { color: #666; }

h2 {
	font: 14pt Helvetica;
	margin: 0px;
	padding: 0px;
	color: #222C2E;
}
h3 {
	color: #722E23;
	display: block;
	font-size: 11pt;
	font-style: italic;
	margin: 6px 0px;
	padding: 0px;
	font-weight: normal;
}

/*-----  No styles for these
h4 {
}
h5{
}
-------*/

/*********************************

Basic class structure: clearfloat

*********************************/

/* FIXES THE PNG IN IE6 FOR BOTH DIVS AND BACKGROUND BEHAVIORS */
div img { 
behavior: url('/inc/iepngfix.htc');
}

.clearfloat {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
.hidden {
	display: none;
}
.blacktxt {
	color: #333333;
}
.red_text {
	color:#722E23;
}


#container {
	background: #E3E1D5;
	color: #6a685c;
}
/*********************************

		In the header area

*********************************/
#header {
	margin: 0px;
	padding: 0px;
	height: 175px;
	background: url(../img/header_bg.jpg) repeat-x;
}
	#header #logo {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: center;
	height: 101px;
/*	background: url(../img/logo.png) no-repeat center top; */
	}
	
	/*********************************

		Navigation in the header

	*********************************/
	
	#header ul {
	margin: 0px auto;
	width: 800px;
	height: 36px;
	font-size: 11pt;
	}
	
	#header ul li.onpage {
	background: url(../img/navbtn.jpg) left top;
	}
	
	#header ul li.onpage a {
	background: url(../img/navbtn.jpg) right top;
	color: #e3e1d5;
	}
	
	#header ul li {
	list-style: none;
	float: left;
	height: 36px;
	display: block;
	background: url(../img/navbtn.jpg) left -36px;
	margin: 0px 3px;
	padding: 0px 0px 0px 11px;
	}
	
	#header ul li a {
	text-decoration: none;
	display: block;
	height: 22px;
	padding-right: 11px;
	background: url(../img/navbtn.jpg) right -36px;
	padding-top: 14px;
	color: #929688;
	float: left;
	}
	
	#header ul li:hover a {
	background: url(../img/navbtn.jpg) right top;
	color: #e3e1d5;
	}
	
	#header ul li:hover {
	background: url(../img/navbtn.jpg) left top;
	}

/*********************************

	Inside Column Wrap

*********************************/

#column_wrap {
	margin: 0px auto;
	width: 790px;
	padding: 0px;
}
	#column_wrap h1 {
	position: absolute;
	margin-top: -250px;
	top: 0px;
	font-size: 10px;
	}
#column_wrap #one_column {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
.dynamic_img  {
	background: #CAC8BB;
	border: 1px solid #BFBDB0;
	padding: 7px;
}
.image_float {
	background: #CAC8BB;
	border: 1px solid #BFBDB0;
	padding: 7px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#column_wrap #left_column {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 435px;
	}
	#left_column .img_with_caption {
	border: 1px solid #C0BEB1;
	background: #CAC8BB;
	padding: 6px;
	}
.home_padright {
	padding-right: 10px;
}
.tabs_h2    {
	padding: 5px;
	width: 420px;
	float: none;
	border-top: 1px solid #C0BEB1;
	border-bottom: 1px solid #C0BEB1;
	background: #ECECE4;
	margin: 5px 0px -5px;
	font-size: 13pt;
}
.padding_top {
	height: 28px;
}

.tabs {
	padding: 5px;
	float: left;
	margin: 0px 10px 10px 0px;
	border-top: 1px solid #C0BEB1;
	border-bottom: 1px solid #C0BEB1;
	background: #ECECE4;
	width: 195px;
	color: #7A786D;
}
.tabs a {
	color: #222C2E;
	text-decoration: none;
	display: block;
}
	#column_wrap #right_column {
margin: 0px 0px 0px 5px;
padding: 0px;
float: left;
width: 340px;
	}
#one_column #case_photos {
	text-align: center;
	height: 150px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#case_photos #ims {
	overflow: hidden;
	width: 740px;
	height: 116px;
}
#case_photos img {
	margin: 0px;
}
	
	#right_column #case_img {
	height: 183px;
	width: 297px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #C0BEB1;
	border-right: 1px solid #C0BEB1;
	border-left: 1px solid #C0BEB1;
	border-bottom-style: none;
				}
#case_img  #shadow  {
	position: absolute;
	margin-left: -1px;
}
.img_spacer {
margin-right: 30px;
border: 3px solid #CAC8BB;
}

.title_tag  {
	display: block;
	margin: 0px;
	padding: 0px 0px 5px;
	color: #222C2E;
	border-bottom: 1px solid #222C2E;
	font-size: 12pt;
}
.read_more    {
	margin: -25px 0px 0px;
	float: right;
}

/******* Footer ********/

#footer_contain {
	margin: 20px 0px 0px;
	padding: 0px;
	width: 100%;
	background: #514F42 url(../img/bg_footerRepeat.jpg) repeat-x;
}
	#footer_contain #footer {
	margin: 0px auto;
	padding: 35px 0px 0px;
	width: 800px;
	color: #999;
	font-size: 9pt;
	}
	#footer #text {
		float: left;
		margin: 0px;
		padding: 0px;
	}
	#footer #zoar_interactive {
	margin: 35px 0px 0px;
	padding: 0px;
	float: right;
	}
	#footer #text p {
		margin: 5px 0px 15px;
		padding: 0px;
	}


/* -------------------- */
/*  The People Styles   */
/* -------------------- */

#column_wrap #one_column #main_img {
	margin: 5px 0px;
	z-index: 0px;

}
#column_wrap #one_column #tim {
	position: absolute;
	height: 250px;
	width: 120px;
	margin-top: 60px;
	margin-left: 225px;
	cursor: pointer;
	z-index: 5px;
	
}
#column_wrap #one_column #lisa {
	height: 250px;
	width: 110px;
	position: absolute;
	margin-top: 70px;
	margin-left: 360px;
	cursor: pointer;
	z-index: 5px;
	
}
#column_wrap #one_column #tom {
	height: 292px;
	width: 115px;
	position: absolute;
	margin-top: 30px;
	margin-left: 470px;
	cursor: pointer;
	z-index: 5px;
}
#column_wrap #one_column #don {
	height: 270px;
	width: 115px;
	position: absolute;
	margin-top: 40px;
	margin-left: 450px;
	cursor: pointer;
	z-index: 5px;
}
#column_wrap #one_column #people {
	width: 715px;
}
#column_wrap #one_column .people_info {
	width: 715px;
}
#column_wrap #one_column #pagetitle {
	margin:0px;
	padding: 0px;
}
#column_wrap #one_column #page_height_mod {
	margin:0px;
	padding: 0px;
	height: 500px;
}
#people_contain_layers #original {
	position: absolute;
}
#people_contain_layers #people_1 {
	position: absolute;
}
#people_contain_layers #people_2 {
	position: absolute;
}
#people_contain_layers #people_3 {
	position: absolute;
}
#people_contain_layers #people_4 {
	position: absolute;
}

/* ------------------------ */
/*  Experience Page Styles  */
/* ------------------------ */

#column_wrap #experience_scroll {
	height: 520px;
	overflow: hidden;
}
#column_wrap #experience_scroll p {
	margin: 4px 0px;
	color:#722E23;
}
/* Possibility for Future Use.  Highlights the scrolling text when mouse over is applied.  Can be used with the a tag for links to their site or dynamically show print work.

#content_box #experience_scroll p:hover {
	background-color:#722E23;
	color: #FFFFFF;
	cursor: pointer;
}
*/

/* ------------------------ */
/*   Contact Page Styles    */
/* ------------------------ */


.Contact_smField {
	float: left;
	width: 198px;
	font-size: 11pt;
	margin-right: 8px;
}
.Contact_smField input {
	width: 190px;
	border: 1px solid #666666;
	height: 20px;
	margin-bottom: 5px;
	color:#666;
}
.Contact_smField select {
	width: 200px;
	height: 20px;
}
.Contact_lgField {
	float: left;
	width: 405px;
	font-size: 11pt;
}
.Contact_lgField input {
	width: 398px;
	border: 1px solid #666666;
	height: 20px;
	margin-bottom: 5px;
	color:#666;
}
.Contact_lgField textarea {
	width: 400px;
	border: 1px solid #666666;
	height: 70px;
	margin-bottom: 5px;
	color:#666;	
}
.Contact_smField .list {
	color: #666;
}
.Contact_submitArea {
	width: 415px;
	text-align: center;
	float: left;
}
.Contact_submitArea input {
	padding-right: 10px;
	margin-right: 20px;
	color:#666;	
}
.notation {
	font-size: 9pt;
	color: #722E23;
}

/* ------------------------------- */
/*  Administrative Section Styles  */
/* ------------------------------- */

.admin_logout {
	border-left: 1px dotted #666666;
	float: right;
	padding: 0px 5px;
	text-align: right;
	width: auto;
}
#admin_divider {
	border-right: 1px dotted #666666;
	padding-right: 15px;
}
#username  input  {
	width: 175px;
	margin-left: 10px;
	color:#666;
}
#password  input  {
	width: 175px;
	margin-left: 18px;
	margin-top: 5px;
	color:#666;	
}
#headline {
	width: 380px;
	font: 10pt Helvetica;
	color: #666;
}
.img_field {
	float: left;
	width: 400px;
}
.img_field input {
	font: 10pt Helvetica;
	color: #666;
}
#textfield {
	height: 250px;
	width: 400px;
	font: 10pt Helvetica;
	color: #666;
}
