/*-----------------------------------------------
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: #1f469d;
    text-decoration: underline;
	}    
	
a:hover {
	color: #1f469d;
    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: 20px;
	line-height: 22px;
	font-weight: normal;
	}
	
h3 {
	padding: 5px 0 15px 0;
	margin: 0 0 0;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	}
	
	
/* Header 
----------------------------------------------- */	
#header {
	margin: 0 auto;
  	padding: 20px 0 20px 0;
	width:900px;
	background: #fff url('../media/headerBg.jpg') repeat-x top left;
	border-top: solid 8px #82c629;
	}
	#hLeft {
		text-align: left;
		padding: 0 0 0 20px;
		}
	#hRight {
		text-align: right;
		padding: 0 20px 0 0;
		font-family: helvetica, tahoma, sans-serif;
		font-size: 20px;
		line-height: 26px;
		font-style: italic
		}

		
/* Navigation
----------------------------------------------- */
#cNav {
	background: url('../media/barHeader.gif') no-repeat bottom left;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 20px;
  	text-align: right;
  	padding: 2px 0 0 0;
	}
	#cNav a:link, #cNav a:visited, #cNav a:active {
		color: #414141;
		text-decoration: none;
		}    
	#cNav a:hover {
		color: #414141;
		text-decoration: underline;
		}  

#navcontainer{
	margin: 0;
	padding: 0px 20px 0px 20px;
	background-color: #fff; 
	
	}
	#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 {
		background: url('../media/navBg.jpg') repeat-x top left;
		width: 142px;
		border-left: 1px solid #acd8e0;
		border-right: none;
		padding: 8px 0 8px 0;
		margin: 0 0 0 0;
		color: #09345b;
		text-decoration: none;
		display: block;
		text-align: center;
		font: normal 13px/18px helvetica, tahoma, sans-serif;
		}
	#navcontainer ul li a:hover {
		color: #fff;
		background: #00213f;
		}
	#navcontainer a:active {
		background: #c61f2d;
		color: #fff;
		}
	#navcontainer li#active a {
		background: #80b835;
		color: #fff;
		}		
		
		
	
/* Body 
----------------------------------------------- */
body {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #339cde url('../media/bg.jpg') no-repeat top center;
background-attachment: fixed;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 18px;
  	color: #414141;
  	text-align: center;
	}
	#bodyMain {
		padding: 20px 20px 20px 20px;
  		font-family: verdana, helvetica, arial, sans-serif;
  		font-size: 11px;
  		line-height: 18px;
  		color: #414141;
  		text-align: left;
	}	

#container {
	margin: 0 auto;
	width: 900px;
	position: relative;
	}
	
	
#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.
----------------------------------------------- */	
#socialMedia {
	position: absolute;
	top: 85px;
	right: 230px;
	}
	#twitter {
		width: 30px;
		height: 30px;
		display: inline;
		}
	#facebook {
		width: 30px;
		height: 30px;
		display: inline;
		}
	


.imgLeft {
	padding: 0 20px 0 0;
	float: left;
	}
	
.imgRight {
	padding: 0 0 20px 20px;
	float: right;
	}
	

.mList {
	margin: 0px;
	padding: 20px 0 0 25px;
	font-size: 14px;
	line-height: 20px;
	list-style-type: square;
	}

#boxes {
	background: #fff url('../media/boxes.jpg') no-repeat top center;
	}


/* Footer 
----------------------------------------------- */
#footer {
	/*background: url('../media/footerBg.gif') repeat-x top left;*/
	background-color: #82c629;
	text-align: center;
	color: #fff
	}	
	


	
	
	
	
	
	
	
	
		
