/*-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  1 June 2009
----------------------------------------------- */


/* Reset
----------------------------------------------- */

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,  input, textarea {  
	margin: 0;
	padding: 0;  
	font-size: 100%;  
	}  
ul {list-style: none;}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal;}  
em {font-style: italic;}  
strong {font-weight: bold;}  

 img, div, input { behavior: url("iepngfix.htc") }


/* Global
----------------------------------------------- */
a:link, 
a:visited, 
a:active {
	color: #fff;
    text-decoration: underline;
	}    
a:hover {
	color: #fff;
    text-decoration: none;
	}  

.clear {clear: both}


h1 {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	color: #70cbd2;
	text-transform: uppercase;
	padding: 7px 0 20px 0 ;
	font-weight: bold;
	}
	
h2 {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0 0 0;
	}	
	
h3 {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 0;
	color: #c2a300
	}		
	
	
/* Header 
----------------------------------------------- */	
#header {
  	border-top: solid 8px #684f40;
	border-left: solid 2px #684f40;
	border-right: solid 2px #684f40;	
	background-color: #fff;
	text-align: center;
	padding: 10px 0 10px 0;
	}
	
/* Navigation
----------------------------------------------- */
	
	
/* Body 
----------------------------------------------- */
body {
  	background-image: url("../media/bg.jpg");
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #fff;
  	text-align: center;
  	margin: 20px 0 0 0;
	}

#container {
	margin: 0 auto;
	width: 900px;
	}
	
	
#main {
  	background-color: #684f40;
  	text-align: left;
  	font-size: 11px;
  	border: solid 1px #684f40;
  	padding: 30px;
	}	
	#colNav {
		background: url('../media/navBar.jpg') no-repeat top right;
		float: left;
		width: 160px;
		line-height: 40px;
		font-family: helvetica, tahoma, sans-serif;
		font-size: 12px;
		letter-spacing: 3px;
		color: #70cbd2;
		height: 300px;
		}
		#colNav a:link, 
		#colNav a:visited, 
		#colNav a:active {
			color: #fff;
			text-decoration: none;
			}    
		#colNav a:hover {
			color: #70cbd2;
			text-decoration: none;
			}  

	#colContent {
		float: right; 
		width: 640px;
		line-height: 25px;
		}
	#colContent img{
		}

/* Misc.
----------------------------------------------- */	
.imgLeft {
	float: left;
	padding: 0 20px 20px 0;
	}
.imgRight {
	float: right;
	padding: 0px 0px 20px 20px;
	margin: 0;
	}
	
.testimonial {
		line-height: 20px;
		font-family: helvetica, tahoma, sans-serif;
		font-size: 14px;
		}
		
hr {
  border: none;
  background-color: #ffcd61;
  color: #ffcd61;
  height: 1px;
}		
		
/* Footer 
----------------------------------------------- */
#footer {
  	/*color: #684f40; */
  	color: #fff; 
  	padding: 10px 0 0 0;
	}	

