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


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

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

	
	
/*Links
----------------------------------------------- */
a:link, a:visited, a:active   {
	color: #063b7d;
    text-decoration: underline;
	}    

a:hover {
	color: #063b7d;
    text-decoration: none;
	}  
	
/* Header 
----------------------------------------------- */	
	
#header{
	margin: 0px;
  	padding: 0px;
	}		
	
	#logo {
		margin: 0px;
		padding: 0px;
		text-align: left;
		padding-left: 40px;
		}
	
/* Navigation
----------------------------------------------- */
	
#nav {
	margin: 0px;
  	padding: 0px;
  	text-align: right;
  	padding-right: 40px;
  	color: #e7b80b;
  	font-size: 18px;
  	}
				
	#nav a:link, #nav a:visited, #nav a:active   {
			color: #e7b80b;
			text-decoration: none;
			}    
		
	#nav a:hover {
			color: #fff;
			text-decoration: none;
			}  	  	
	#nav ul {
			margin: 0px;
			padding: 0px 0 0 0;			
			list-style: none;
			} 
		   #nav ul li {
				margin: 0px;
				padding: 0px;			
				list-style: none;
				display: inline;
				}  			

	 #navSelect {	
			color: #fff;
			line-height: 40px;
			border-top: solid 3px #fff;
			display: inline;
			padding-top: 13px;
			}
				
			#navSelect a:link, #navSelect a:visited, #navSelect a:active   {
				color: #fff;
				text-decoration: none;
				}    
			
			#navSelect a:hover {
				color: #fff;
				text-decoration: none;
				}  		
	
	
/* Body 
----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
  	background-color: #b1b1b1;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 11px;
  	line-height: 15px;
  	color: #565656;
  	text-align: center;
  	background-image: url("media/bgMain.jpg");
	background-repeat: repeat-x;
	border-top: 10px solid #fec700;
  	}

#container {
	margin: 0 auto;
	width: 879px;
	}
	
#main {
	margin: 0px;
  	padding: 0px;
  	background-color: white;
  	text-align: left;
  	font-size: 11px;
	}	
	
#mainHome {
	margin: 0px;
  	padding: 0px;
  	background-image: url("media/bgHome.gif");
  	background-position: top center;
	background-repeat: no-repeat;	
	text-align: left;
  	font-size: 11px;
	}
	
		#contentHome {
			padding: 100px 0 0 0;
			margin: 0 0 0 70px;
			width: 720px;
			font-family: helvetica, tahoma, sans-serif;
			font-size: 18px;
			}
			
		#areYou{
			padding: 0px;
			margin: 0px;
			font-family: helvetica, tahoma, sans-serif;
			font-size: 23px;
			line-height: 38px;
			}	
			
		#grow{
			padding: 0px;
			margin: 0px;
			font-family: helvetica, tahoma, sans-serif;
			font-size: 24px;
			color: #fff;
			}	
			
		#clickHere{
			font-family: helvetica, tahoma, sans-serif;
			font-size: 13px;
			color: #fef500;
			}		
					#clickHere a:link, #clickHere a:visited, #clickHere a:active   {
					color: #fef500;
					text-decoration: none;
					}    
				
					#clickHere a:hover {
					color: #fff;
					text-decoration: underline;
					}  
					
#mainSub {
	margin: 0px;
  	padding: 0px;
  	background-image: url("media/bgSub.gif");
  	background-position: top center;
	background-repeat: no-repeat;	
	text-align: left;
  	font-size: 11px;
	}
		#contentSub{
			padding: 0 30px 20px 45px;
			margin: 80px 0 0 0;
			width: 804px;
			font-family: helvetica, tahoma, sans-serif;
			font-size: 16px;
			line-height: 24px;
			background-color: #fff;
			}	
			
		#mainHeader{
			padding: 0px;
			margin: 0px;
			font-family: helvetica, tahoma, sans-serif;
			font-size: 23px;
			line-height: 38px;
			color: #f28900;
			}				
			
					

span.blue {
	color: #063b7d;
	}

ul#list {
	list-style-type: square;
	}

	
/* Footer 
----------------------------------------------- */
#footer {
	margin: 0px;
	padding: 0px;
	font-size:12px;
  	background-image: url("media/bgFooter.gif");
  	background-position: top center;
	background-repeat: no-repeat;	
	}	
		
		#foot-a {
			color: #fff;
			padding-left:60px;
			text-align:left;
			}	
		
		#foot-b {
			color: #fff;
			padding-right:60px;
			text-align:right;
			}
				
		#foot-b a {
			color: #fff;
			text-decoration: none;
			}
				
		#foot-b a:hover {
			color: #fff;
			text-decoration: underline;
			}