/*-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  Oct 17 20098
----------------------------------------------- */


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

* {
	padding: 0;
	margin: 0;
	}


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

a:link, 
a:visited, 
a:active {
	color: #0084c1;
    text-decoration: underline;
	}    
a:hover {
	color: #0084c1;
    text-decoration: none;
	}  

p {
	padding: 0 0 10px 0;
	}
	
/* Header 
----------------------------------------------- */	
#header {
	background: url("../media/headerBar.gif") no-repeat top left;
	height: 50px;
	}
	
/* Navigation
----------------------------------------------- */
#nav {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 20px;
  	width: 1200px;
  	float: right;
  	margin: 40px 0 20px 0;
  	text-align: right;
	}
	#nav a:link, 
	#nav a:visited, 
	#nav a:active {
		color: #381b17;
		text-decoration: none;
		}    
	#nav a:hover {
		color: #647e7f;
		text-decoration: none;
		} 
	
	#nav ul {
		list-style-type: none
		}
	#nav ul li{
		display: inline;
		padding: 0 15px 0 15px;
		}
		
.sep {
	padding: 0 4px 0 4px;
	}


/* Body 
----------------------------------------------- */
body {
	background: #9aa8a7 url("../media/bodyBg.jpg") repeat-x top left;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #381b17;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 900px;
	}
	
#main{
  	text-align: left;
  	font-size: 11px;
  	height: 340px;
	}	
	#logo {
		background: url("../media/logo.gif") no-repeat top left;
		width: 446px;
		height: 340px;
		float: left
		}
	#contentHome {
		background: url("../media/contentBg.gif") no-repeat top left;
		width: 453px;
		height: 340px;
		float: right;
		margin: 0 0 30px 0;
		}
	#contentSub {
		background: url("../media/contentBg.gif") no-repeat top left;
		width: 413px;
		height: 340px;
		float: right;
		padding: 20px 20px 10px 20px;
		}
	
#n1, #n2, #n3, #n4, #n5  {

	}
	
#n1 {	
	background: url("../media/contentBg1.gif") no-repeat top left;
	width: 453px;
	height: 340px;
	}
#n2 {
	background: url("../media/contentBg2.gif") no-repeat top left;
	width: 453px;
	height: 340px;
	}	
#n3 {	
	background: url("../media/contentBg3.gif") no-repeat top left;
	width: 453px;
	height: 340px;
	}	
#n4 {
	background: url("../media/contentBg4.gif") no-repeat top left;
	width: 453px;
	height: 340px;
	}		
#n5 {	
	background: url("../media/contentBg5.gif") no-repeat top left;
	width: 453px;
	height: 340px;
	}		
	
.homeTxt {
	padding: 80px 0 0 20px;
	width: 250px;
	}
	
	
/* Misc.
----------------------------------------------- */	
.imgLeft {
	float: left;
	padding: 0 20px 20px 0;
	}
.clear {
	clear: both;
	}

#scroll{
	padding : 5px; 
	width : 400px; 
	height : 290px;
	overflow: auto;
	}


/* Footer 
----------------------------------------------- */
#footer {
	background: url("../media/footerBar.gif") no-repeat top left;
	width: 900px;
	height: 46px;
	line-height: 46px;
	font-size: 11px;
	text-align: left;
	padding: 0 0 0 55px;
	position: relative;
	margin: 0 0 0 0;
	}	
	.tweet {
		position: relative;
		top: 46px;
		}
	.btn {
		position: relative;
		top: 6px;
		}
	
#copyright {
	position: relative;
	width: 400px; 	
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	text-align: left;
	}
#cooper {
	position: relative;
	width: 400px;
	float: right;
	text-align: right;
	margin: 8px 0 0 0;
	}
	#cooper a:link, 
	#cooper a:visited, 
	#cooper a:active {
  		color: #381b17;
		text-decoration: none;
		}    
	#cooper a:hover {
  		color: #381b17;
		text-decoration: underline;
		}  		
		
		