/*-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  October 21 2008
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active {
	color: #941900;
    text-decoration: underline;
	}    
	
a:hover {
	color: #941900;
    text-decoration: none;
	}
	
	
.sub a:link, .sub a:visited, .sub a:active {
	color: #2f2b1d;
    text-decoration: underline;
	}    
	
.sub a:hover {
	color: #2f2b1d;
    text-decoration: none;
	}  	
	
h1 {
	padding: 5px 0 5px 0;
	margin: 0 0 0;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	}
	
h2 {
	padding: 5px 0 5px 0;
	margin: 0 0 0;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	}
	
h3 {
	color: #fff;
	padding: 5px 0 5px 0;
	margin: 0 0 0;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	border-bottom: solid 2px #7c724b;
	}
	
h4 {
	color: #fff;
	padding: 5px 0 5px 0;
	margin: 0 0 0;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	border-bottom: solid 2px #a59d8a;
	}	
	
	
/* Header 
----------------------------------------------- */	
#header {
	margin: 0 auto;
  	padding: 0;
	width:900px;
	}

		
/* Navigation
----------------------------------------------- */
#navcontainer{
	margin: 0;
	padding: 0;
	background-color: #623b34; 
	
	}
	#navcontainer ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center; 
		}
	#navcontainer ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0; 
		}
	#navcontainer ul li a {
		width: 150px;
		/*border-left: 1px solid #acd8e0;*/
		background: url('../media/navSep.gif') no-repeat top left;
		border-right: none;
		padding: 8px 0 8px 0;
		margin: 0 0 0 0;
		color: #b89b96;
		text-decoration: none;
		display: block;
		text-align: center;
		font: normal 13px/18px helvetica, tahoma, sans-serif;
		}
	#navcontainer ul li a:hover {
		color: #fff;
		background: #402621;
		}
	#navcontainer a:active {
		background: #402621;
		color: #fff;
		}
	#navcontainer li#active a {
		background: #402621;
		color: #fff;
		}

		
	
/* Body 
----------------------------------------------- */
body {
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #c5c2af;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 18px;
  	color: #2f2b1d;
  	text-align: center;
	}
	#bodyMain {
		padding: 20px 20px 20px 30px;
  		font-family: verdana, helvetica, arial, sans-serif;
  		font-size: 11px;
  		line-height: 15px;
  		color: #414141;
  		text-align: left;
	}	
	#topRight {
		padding: 20px 10px 20px 30px;
  		background-color: #e3e0ca;
	}	
	#bottomLeft {
		padding: 20px 10px 20px 30px;
		background-color: #aca386;
		}
		#bottomLeft strong {
			color: #fff;
			}
		#bottomLeft a:link, #bottomLeft a:visited, #bottomLeft a:active {
		color: #fff;
    	text-decoration: none;
		}    
	
		#bottomLeft a:hover {
		color: #fff;
    	text-decoration: underline;
		}
		
	#bottomRight {
		padding: 20px 20px 20px 30px;
		background: #cec5b4 url('../media/bottomRightBg.jpg') repeat-x top left;
		}
	

#container {
	margin: 0 auto;
	width: 900px;
	}
	
	
#main {
	margin: 0 auto;
  	padding: 0px;
	width: 900px;
  	background-color: white;
  	text-align: left;
  	font-size: 11px;
	}
	#mLeft {
		text-align: left;
		padding: 0 0 0 20px;
		}
	#mRight {
		text-align: right;
		padding: 0 20px 0 0;
		font-family: helvetica, tahoma, sans-serif;
		font-size: 22px;
		line-height: 26px;
		}
#hBanner {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: solid 6px #96d0db;
	}
	
	
/* Misc.
----------------------------------------------- */	
.imgLeft {
	padding: 0 20px 0 0;
	float: left;
	}

.arrow {
	position: relative;
	left: -5px;
	top: 6px;
	float: left;
	}

#flashcontent1, #flashcontent2, #flashcontent3 {
	border: solid 1px #7c724b;
	width: 90px;
	height: 78px;
	}

/* Footer 
----------------------------------------------- */
#footer {
	background: url('../media/footerBg.jpg') repeat-x top left;
	}	

#foot-a {
	color: #cec7b4;
	font-size:11px;
	padding-left:15px;
	text-align:left;
	}	
	#foot-a a {
		color: #cec7b4;
		text-decoration: underline;
		}
	#foot-a a:hover {
		color: #fff;
		text-decoration: none;
		}	

#foot-b {
	color: #cec7b4;
	font-size:11px;
	padding-right:16px;
	text-align:right;
	}
	#foot-b a {
		color: #cec7b4;
		text-decoration: underline;
		}
	#foot-b a:hover {
		color: #fff;
		text-decoration: none;
		}
	
	
	
	
	
	
	
	
		
