/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
background:#fdfaf5;
}
 
body {
font:12px arial, helvetica, sans-serif;
}
 
 
 
/***** Design *****/
 
#wrap {
width:869px;
margin:0 auto;
position:relative;
}
 
 
#header { background-color:#e0e0cb; height:36px; margin:36px 0 7px 0; }



/*** SINGLE IMAGE HORIZONTAL NAV (Tim Cooper) ***/
#nav { width:446px;  padding:0; height:36px; position:absolute; right:0px; }
ul#nav li { height:36px; list-style:none; float:left }
ul#nav li a { height:36px; display:block; text-indent:-9999px }
 
li#n1 a, li#n2 a, li#n3 a, li#n4 a{ background:url(../images/nav_full.gif)}

li#n1 a                { background-position:0 0; width:106px; }
li#n1 a:hover, li#n1 a.current     { background-position:0 -36px; width:106px; }

li#n2 a               { background-position:-106px 0px; width:112px;  }
li#n2 a:hover, li#n2 a.current         { background-position:-106px -36px ; width:112px;  }

li#n3 a               { background-position:-218px 0px; width:123px;  }
li#n3 a:hover, li#n3 a.current         { background-position:-218px -36px; width:123px;   }

li#n4 a               { background-position:-341px 0px; width:105px; }
li#n4 a:hover, li#n4 a.current         { background-position:-341px -36px; width:105px;   }


#home_logo_area{
height:413px;
width:250px;
float:left;
background:url(../images/logo.gif) no-repeat #fff;
background-position:8px 114px;
border:1px solid #e8ddc8;
margin:0 ;
}

#home_photo_area{
border:1px solid #e8ddc8;
width:609px;
height:413px;
background:#fff;
float:right;
margin:0 ;
}
 
#flash{margin:8px 9px}
 
#home_bottom_area{
border:1px solid #e8ddc8;
width:869px;
height:201px;
background:#c4c4a7;
margin:7px 0 0 0 ;
clear:both;
} 
	#home_bottom_image{ 
	border:1px solid #4f4e4d;
	margin:10px 8px;
	float:left;
	}
	
	#home_bottom_area h1 { 
	display:block;
	width:458px;
	height:47px;
	background:#e0e0cb;
	color:#b2b289;
	font:29px Arial, Helvetica, sans-serif;
	margin:0 0 0 27px;
	padding:0;
	text-align:center;
	float:left;
	}
	
	#home_bottom_text{
	margin:15px 0 0 27px;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
	float:left;
	width:645px;
	
	
	}

#footer{ clear:both;
margin:6px 0 0 0;
text-align:center;
font:11px Arial, Helvetica, sans-serif;
color:#b2b289;
}
	#footer	a{ color:#b2b289 }
	#footer	a:hover{ text-decoration:underline;}


#about_logo_area{
	height:550px;
width:250px;
float:right;
background:url(../images/logo.gif) no-repeat #fff;
background-position:8px 114px;
border:1px solid #e8ddc8;
margin:0 ;
}

#about_area{
border:1px solid #e8ddc8;
width:569px;
height:510px;
background:#fff;
float:left;
margin:0 ;
padding:20px 20px
}
	#about_sm{ float:right; margin:0 0 0 6px; border:1px solid #4c4b4b;}
	#about_sm_images{padding:0; margin:0; border:1px solid #fff;}
	#about_title{background:url(../images/dot_tile.gif); height:32px;  padding:0; margin:0;}
	#about_image{ border:1px solid #4d4c4c; margin:5px 12px 0 0; float:left }
	#about_text{ float:left; font:12px Arial, Helvetica, sans-serif; color:#231f20; width:262px; text-align:justify; }
	
#portfolio_thumbs{
position:absolute;
left:66px;
text-align:right;
height:413px;
width:514px;
overflow:auto;
padding:0 20px 20px 0;
}

#thumb{margin:4px 0 8px 15px;}

#larger_footer{
border:1px solid #e8ddc8;
width:869px;
height:40px;
background:#c4c4a7;
margin:7px 0 0 0 ;
clear:both;
color:#fff;
text-align:center;
padding:21px 0 0 0 ;
font:12px Arial, Helvetica, sans-serif;
letter-spacing:2px;
}

/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 18px 0;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
text-decoration:none;
}
 
/***** Forms *****/
 
form div { 
margin:0 0 8px 0;
clear:right;
}

label {
margin:4px 0 0 0;
float:left;
display:block;
width:4em;
font-weight:bold;
padding-right:1.5em;
vertical-align:middle;
}

form { 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#616265;
}

form div.actions {
margin-left:4em;
padding-left: 1.5em;
}

.form_width{ 
width:182px; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}


#contact_form{
margin:24px 0 0 0px;
padding: 0 0 20px 0;
width:250px;
} 

#contact_info{
	position:absolute;
	left: 306px;
	top: 167px;
	width: 268px;
	height: 323px;
	color:#616265;
}



/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/****** FIX FIREFOX *******/
:-moz-any-link:focus {
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
