/* reset formatting */

	html, body { width: 100%; height: 100%; }
	html, body, table, img {	border:0;	margin:0;	padding:0;}
	p, h1, h2, h3, h4, h5, h6 {	margin:0;	padding:0;	font-weight:normal; font-size: 100%; line-height: 120%;}
	form {	margin:0;	padding:0;	display:inline;}
	a {text-decoration:none;}
	td { padding: 0; vertical-align: top;}
	ul,ol {list-style: none; margin:0;	padding:0;}
	ul li, ol li {list-style-type: none; margin:0; padding:0; position: relative;}


/* common formatting shortcuts */
 
	small {	font-size:0.85em;}
	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;} 
	.clear, .clear-hidden         { clear:both; }
	.clear-hidden	{ font-size: 0em; }
	.clear-after:after	{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.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; } 
	.nopadding     { padding:0; }
	.noindent      { margin-left:0;padding-left:0; }
	.nobullet      { list-style:none;list-style-image:none; }
	.hidden		   { display: none;}

	
/*
 *   typography   *****************************************************************
 */
 
	#nav,
	#content h1,
	#content h2,
	#content h3
	{
		font-family: georgia, "Times New Roman", Times, serif;		
	}

 	html,
	body,
	input,
	select,
	textarea,
	#nav li li
	{
		font-family: tahoma, verdana, arial, helvetica, sans-serif;
		font-size: 90%;	
		line-height: 130%;
	}


/* links */
 
	a, a:link
	{
		text-decoration: underline;
		color: #bf814a;
	}
	a:visited
	{
		color: #bf814a;
	}
	a:hover
	{
		text-decoration: none;
		color: #333;
	}
	 
 
/* 
 *   page blocks    ******************************************************
 */


	body
	{
		background-color: #383636;
		margin: 0;
	}
	
/* page wrapper */
	
	.page_wrap
	{
		width: 750px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		border-style: solid;
		border-width: 0 2px;
		border-color: #383636;
	}	

	/* bg image for area below branding */
	#content_wrap
	{
		background-image: url(/images/content.jpg);
		background-position: top left;
		background-repeat: repeat-x;
	}
	#content_wrap .page_wrap
	{
		background-image: url(/images/page.png);
		background-position: top left;
		background-repeat: repeat-y;
		background-color: #fff;
	}
	
/* photo header */

	#photo
	{
		overflow: hidden;
		background-color: #4f4d4c;
		background-image: url(/images/header.jpg);
		background-position: bottom center;
		background-repeat: repeat-x;	
		height: 190px;
	}	
	#photo .page_wrap
	{
		background-color: #1b110d;		
	}
	
/* branding */

	#branding
	{
		position: relative;
		height: 90px;
		width: 100%;
		background: #1b110d;
	}
	#branding .page_wrap
	{
		height: 100%;
		background: none;
		border: none;
	}
	#branding h2
	{
		width: 100%;
		height: 100%;
		display: block;
	}
	#branding a
	{
		width: 100%;
		height: 100%;
		display: block;
		background-image: url(/images/logo.png);
		background-position: 10px 15px;
		background-repeat: no-repeat;
		font-size: 0px;
		text-indent: -9999px;
	}
		

/* main nav */

	#nav
	{
		float: left;
		position: relative;
		margin: 0;
		width: 211px;
		display: block;
		padding-bottom: 20px;
	}
	/* hide heading */
	#nav h2
	{
		position: absolute;
		left: -9999px;
	}

	/* main group */
	#nav li
	{
		font-weight: bold;
		position: relative;
		padding: 0;
	}
	#nav li.active
	{
		background: #6b6767;
	}
	#nav h3
	{
		font-size: 130%;
		font-weight: normal;
		letter-spacing: -1px;
		padding: 10px 10px 10px 20px;
	}
	#nav li a,
	#nav li a:visited
	{
		text-decoration: none;
		color: #444e62;
	}
	#nav li a:hover
	{
		color: #1b110d;
	}
	#nav li.active a,
	#nav li.active a:visited,
	#nav li.active a:hover
	{
		color: #fff;
	}
	
	/* sub group */
	#nav li ul
	{
		padding: 5px 0;
	}
	#nav li.active ul
	{
		background: #aba8a3; 		
	}
	#nav li li
	{
		font-weight: normal;
		padding: 5px 10px 5px 30px
	}

/*
** content area
*/

	#content
	{
		display: inline;
		width: 500px;
		float: right;
		margin: 0 20px 0 0;
		padding: 15px 0 15px 0;
		position: relative;
		color: #636466;
	}
	#content h1
	{
		margin: 0 0 .25em 0;
		font-weight: normal;
		font-style: normal;
		font-size: 230%;
		line-height: 110%;
		letter-spacing: -1px;
		text-transform: uppercase;
		color: #555657;
	}
	#content h2
	{
		margin: .5em 0 .5em 0;
		font-weight: normal;
		font-size: 175%;
		letter-spacing: -1px;
		color: #bf814a;
		line-height: 120%;
	}
	#content h3
	{
		margin: .5em 0 .75em 0;
		font-weight: normal;
		font-size: 130%;
		line-height: 120%;
	}
	#content p
	{
		margin: 0 0 .75em 20px;
		line-height: 135%;
	}
	#content ul
	{
		margin: 15px 0 15px 20px;
		list-style: none;
	}
	#content ul li
	{
		margin: 0 0 10px 14px;
		padding: 0 0 0 20px;
		list-style-type: none;
		background: transparent url(/images/bullet.png) 0px 5px no-repeat;
	}
	#content ol
	{
		margin: 15px 0 15px 20px;
		list-style: decimal;
	}
	#content ol li
	{
		list-style-type: decimal;
		margin: 0 0 10px 20px;
	}
	
	/* inline photos */
	#content .inline-right,
	#content .inline-left
	{
		margin: 10px;
		background-color: #eee;
	}
	#content .inline-right
	{
		float: right;
		margin-left: 25px;
	}
	#content .inline-left
	{
		float: left;
		margin-right: 25px;
	}
	#content .home-photo
	{
		background-color: #eee; 
		display: block;
		margin-bottom: 20px;
		clear: both;
	}
	/* 2-column lists */
	#content ul.left,
	#content ul.right
	{
		width: 45%;
		float: left;
	}
	#content ul.left
	{
		float: left;
	}
	#content ul.right
	{
	}
	
	/* contact form */
	
	#form-contact
	{
		margin: 20px 0 0 20px;
		display: block;
		padding: 20px;
		background: url(/images/form-bg.jpg) top left repeat-x;
		width: 420px;
	}
	#form-contact fieldset
	{
		border: none;
		margin: 0 0 5px 0;
		padding: 0;
	}
	#form-contact label
	{
		clear: both;
		display: block;
		font-weight: bold;
	}
	#form-contact .text,
	#form-contact select
	{
		width: 200px;
	}
	#form-contact textarea
	{
		width: 400px;
		height: 100px;
	}

	
/*
** footer
*/

	#site_info
	{
		clear: both;
		display: block;
		position: relative;
		font-size: 90%;
		padding: 15px 20px 15px 20px;
		background: #1b1b1b;
	}
	#site_info h2
	{
		position: absolute;
		left: -9999px;
	}
	#site_info p
	{
		margin: 3px 0;
	}
	#site_info,
	#site_info a
	{
		color: #666;
	}
	#site_info a,
	#site_info a:visited
	{
		text-decoration: underline;
	}
	#site_info a:hover
	{
		text-decoration: none;
		color: #fff;
	}
	#site_info #phil
	{
		position: absolute;
		top: 3px;
		right: 5px;
		width: 160px;
		height: 40px;
	}
	#site_info #phil a
	{
		display: block;
		height: 100%;
		width: 100%;
		background: url(/images/PhilSandifur.png) top left no-repeat;
		font-size: 0px;
		text-indent: -9999px;
	}

