/*-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  1 June 2009
----------------------------------------------- */


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

* {
	padding: 0px;
	margin: 0px;
	}


img {
	border: 0;
	padding: 0;
	margin: 0;
	}

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

p {
	padding: 10px 0 10px 0;
	}

	
/* Structure
----------------------------------------------- */
body {
  	background-color: #62000a;
	background: url('../media/bodyBg.gif')  top center;
	background-attachment: fixed; 
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #282828;
  	text-align: center;
  	padding-top: 30px;
	}

#container {
	margin: 0 auto;
	width: 960px;
	}
	
#main {
	margin: 0px;
  	padding: 0px;
	background-color: #fff;
  	text-align: left;
  	font-size: 11px;
  	border-top: solid 8px #a19589;
	}	
#mainHome {
	background: url('../media/home.jpg')  no-repeat bottom right;
	margin: 0px;
  	padding: 0px;
	background-color: #fff;
  	text-align: left;
  	font-size: 11px;
  	border-top: solid 8px #aca396;
	}		
	
	#leftCol {
	padding: 30px 0 0 30px;
	float: left;
	width: 240px;
	background-color: #fff;
	text-align: right;
	}
	#nav {
	text-align: right;
	background: #fff url('../media/navBg.jpg') no-repeat top right;
	height: 470px;
	padding: 20px 25px 0 0;
	font-family: helvetica, tahoma, sans-serif;
	}
		#nav li {
		list-style-type: none;
		color: #62000a;
		font-size: 14px;
		line-height: 35px;
		text-transform: uppercase;
		}
		#nav li  a:link, #nav li  a:visited, #nav li  a:active {
		color: #8e8679;
		text-decoration: none;
		}    
		#nav li  a:hover {
		color: #62000a;
		text-decoration: none;
		}  
	
	#rightCol {
	padding: 20px 0 0 0;
	line-height: 18px;
	float: right;
	width: 650px;
	}
	#content {
		padding: 10px 20px 10px 20px;
		background-color: none;
		margin: 30px 40px 0 0;
		border: solid 1px #fff;
		}		
	#contentHome {
		background: url('../media/bg.png') ;
		padding: 10px 20px 10px 20px;
		background-color: none;
		margin: 290px 40px 0 0;
		border: solid 1px #fff;
		width: 320px;
		}	
	
/* Styles
----------------------------------------------- */	
.imgLeft {
	float: left;
	padding: 0 20px 20px 0;
	}
	
.imgRight {
	float: right;
	padding:  20px 0 20px 20px;
	}	

.mainHeader {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 18px;
	color: #62000a;
	padding-top: 0px;
	}

.mainList {
	padding: 0 0 0 20px;
	list-style-type: square;
	}

.col1 {
	width: 270px;
	float: left;
	padding: 0 0 0 0;
	}

.col2 {
	width: 290px;
	float: right;
	padding: 0 0 0 0;
	}
	
.project {
	border-left: solid 1px #881d04;
	border-right: solid 1px #881d04;
	border-bottom: solid 1px #881d04;
	padding: 0 0 0 0;
	}	
.details {
	padding: 6px 6px 4px 6px;
	}
	
.projectHeader {
	background-color: #881d04;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 15px;
	padding: 6px 0 3px 6px;
	color: #fff;
	}
	

.projectHeader  a:link, 
.projectHeader  a:visited, 
.projectHeader  a:active {
	color: #fff;
    text-decoration: underline;
    font-size: 12px;
	}    
	
.projectHeader  a:hover {
	color: #fff;
    text-decoration: none;
	}  	
	
	
.projectSubHeader {
	background-color: #a19589;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 12px;
	padding: 6px 0 3px 6px;
	color: #fff;
	}	
.project Details{
	border-left: solid 1px #a19589;
	border-right: solid 1px #a19589;
	border-bottom: solid 1px #a19589;
	}
.projectDetails td{	
	padding: 6px 0 3px 6px;
	}
	
#logout {
	float: right;
	width: 100px;
	text-align: right;
	}

/* Footer 
----------------------------------------------- */
#footer {
	height: 100px;
	background-color: #a19589;
	color: #fff;
	}	
	#copyright {
	margin: 40px 0 0 20px;
	width: 400px;
	float: left;
	text-align: left;
	}	
	#contact {
	margin: 40px 20px 0 0;
	width: 400px;
	float: right;
	text-align: right;
	}	

	
#coop {
	text-align: right;
	color: #fff;
	margin: 10px 0 30px 0;
	}
	
#coop a:link, 
#coop a:visited, 
#coop a:active {
	color: #e4bfbe;
    text-decoration: underline;
	}    
	
#coop a:hover {
	color: #fff;
    text-decoration: none;
	}  	
	
	
	
	
