/* global */

    body{ 
		background:#ffffff url(../images/bg_body-burlap.jpg);
		background-repeat: repeat;
		background-attachment: fixed;
        font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#5C4033;
		line-height:160%;
		margin:0;
		padding:0 0 1em 0;
		text-align:center;
        }
    

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			}	
        h2{            
			font-size:25px;
			font-weight:bold;
			padding-bottom:.75em;			
			width: 75%;
            margin-bottom:.5em;
			}
			
        h3{          
			font-size:20px;
			font-weight:bold;			
            }
        h4{          
			font-size:16px;
            }				
    /* // headings */

    /* image replacement */
        .graphic, #header h1{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, .fixed:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, .fixed{
			display:block;
			}
		/*  \*/
		#content, .fixed{
			min-height:1%;
			}
		* html #content, * html .fixed{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#387287;
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
			font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#242424;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}
		li{
			display:list-item;
			}	
	
	/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container{	
		margin:0 auto;
		width:854px;
		text-align:left;
		position:relative;
		}
	#header{
		height:95px;
		position:relative;
		/* background:url(../images/bg_header.png) no-repeat 0 0; */
		}	
	#content{
		margin-left: 0.6em;
		padding:0em 0 1.5em 0;
		width: 840px;
		background-color: #FFFAF0; /* floralwhite(SVG) #FFFAF0 */
		}	
	#main{
		padding-left: 3.5em;
		padding-right: 3.5em;
		float:left;
		display:inline;
		}
		
	#main-contact{
		padding-left: 3.5em;
		padding-right: 3.5em;
		float:left;
		display:inline;
		width: 650px;
		}
	/*#main p {
		padding-right: 5em;
		}*/
	#main-about{
		float:left;
		display:inline;
		margin-left:55px;
		margin-right: 100px;
		}										

	#footer{
		clear:both;
		background:url(../images/bg-footer.png) repeat-x;
		padding:0 48px;
		color:#fff;
		height:101px;
		margin-right: 0.6em;
		margin-left: 0.6em;
		}
	#phone {
		position: absolute;
		float: right;
		clear: both;
		top: 2.3em;
		right: 2em;
		}		

/* //page setup */


/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			margin:0 7px;
			height:55px;
			background:url(../images/bg_nav.png) no-repeat 0 0;
			}			
		ul#nav li{
			float:left;
			display:inline;
			height:55px;		
			line-height:55px;			
			}			
		ul#nav li a{
			float:left;
			display:inline;
			height:55px;		
			line-height:55px;			
			font-size:17px;
			color:#fff;
			padding:0 22px;
			text-transform:uppercase;
			}							
		ul#nav li.selected a, ul#nav li a:hover{
			color:#fff;
			background:#8B8378; /* antiquewhite4 #8B8378 */
			}													
	
	/* //main nav */


	/* meta nav */
		
		#header ul,  
		#header ul li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#header ul{
			height:55px;
			position:absolute;
			top:25px;
			right:7px;
			background:url(../images/bg_nav.png) no-repeat 0 0;
			padding:0 20px;
			}			
		#header ul li{
			float:left;
			display:inline;
			height:55px;		
			line-height:55px;			
			padding:0 10px;
			}											
		#header ul li a{
			float:left;
			display:inline;
			height:55px;		
			line-height:55px;			
			font-size:13px;
			color:#fff;
			text-transform:lowercase;
			}							
		#header ul li a:hover{
			color:#aaa;
			}									
	
	/* //meta nav */
	
/* //navigation elements */

/* header */

	#banner {
	background: url('../images/header-bg.png') repeat-x center;
	display: block;
	height: 70px;
	position: relative;
	padding-top: 5em;
	margin-bottom: -9em;
	border: 0px;
	}
	
	#header h1{
		position:relative;
		margin: auto;
		top:0;
		height:80px;
		width:854px;
		background:url(../images/bg_logo.png) no-repeat 0 0 ;
		}
	#header h1 a{
		display:block;
		height:80px;
		}		

/* // header */

/* content */

	#main a{
		color:#a50000;
		text-decoration:underline;
		font-weight:bold;
		}	
	.img{
		border:8px solid #8B8378;
		float:left;
		margin: 1em;
		}	
	.right{
		float:right;
		margin-top: 2em;
		}
	.center {
		text-align: center;
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	.portfolio {
		width: 600px;
		}
	.emphasis {
		background:url(../images/bg-emphasis.jpg) no-repeat 0 0 ;
		border: solid 5px #8B8378;
		text-align: center;
		font-weight: bold;
		}
	.emphasis p {
		font-size: 1.6em;
		color: #fff;
		text-shadow: 1px 1px 2px #000;
		line-height: 1.5em;
		}
	.indent {
		margin-left: 2em;
		}
	.featured {
		background-color: #f1f1f1;
		border: solid 1px #cdcdcd;
		padding: 0.5em;
		}
	.col {
		float:left;
		display:inline;
		width:245px;
		margin-left: 5px;
		padding-bottom:1em;
		}	
	.first {
		margin-left:2px;
		}
	
	/* intro */
	
		#intro{
			/* height:472px; */
			position:relative;
			/* background:#fff url(../images/bg_intro.jpg) no-repeat 0 0; */
			margin:0 7px;
			}				
		#intro p{
			margin:0;
			margin-left:48px;
			padding-top:48px;
			font-size:25px;
			line-height:130%;
			width:400px;			
			color:#fff;
			}	
		#intro p a{
			color:#fff;
			background:#63afca;
			padding: 10px;
			}				
		#intro p a:hover{
			background:#fff;
			color:#63afca;
			}																
	
	/* // intro */							
	
/* // content */

/* footer */

	
	#footer p{
		margin:0;
		padding-top:35px;
		}
	#footer a{
		color:#fff;
		text-decoration:underline;
		}
	#footer a:hover{
		color:#fff;
		text-decoration:none;
		}		
	#footer ul{
		float:right;
		padding:35px 0 0 0;
		margin:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}
	.social {
		float:right;
		}		
				
/* // footer */
