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


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

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,  input, textarea {  
	margin: 0;
	padding: 0;  
	font-size: 100%;  
	}  
ul {list-style: none;}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal;}  
em {font-style: italic;}  
strong {font-weight: bold;}  

a:link, 
a:visited, 
a:active {
	color: #4c8364;
    text-decoration: underline;
	}    
a:hover {
	color: #5e3619;
    text-decoration: none;
	}  

h1 {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	color: #407d5b
	}
	
h2 {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 21px;
	line-height: 32px;
	font-weight: bold;
	}	
	
h3 {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 19px;
	line-height: 32px;
	font-weight: bold;
	}	

#header h1 {
	font-family: helvetica, tahoma, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	position: absolute;
	text-align: center;
	color: #e4d6a7;
	}
	
#header h1 a:link, 
#header h1 a:visited, 
#header h1 a:active {
	color: #e4d6a7;
    text-decoration: underline;
	}    
#header h1 a:hover {
	color: #fff;
    text-decoration: none;
	}  
	
/* Header 
----------------------------------------------- */	
#header {
  	height: 150px;
	}
	#header .col1 {
		width: 220px;
		float: left;
		font-family: helvetica, tahoma, sans-serif;
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;	
		text-align: left;
		margin: 95px 0 0 0;
		}
	#header .col2 {
		width: 455px;
		float: left;
		text-align: center;
		margin: 25px 0 0 0;
		}
	#header .col3 {
		width: 220px;
		float: left;
		font-family: helvetica, tahoma, sans-serif;
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;	
		text-align: left;
		margin: 95px 0 0 0;	
		text-align: right;
		}
		
/* Navigation
----------------------------------------------- */
#nav {
		font-family: helvetica, tahoma, sans-serif;
		font-size: 15px;
		line-height: 40px;
		font-weight: bold;	
		}
		#nav a:link, 
		#nav a:visited, 
		#nav a:active {
			color: #075579;
			text-decoration: none;
			}    
		#nav a:hover {
			color: #5e3619;
			text-decoration: none;
			} 
	
		#nav li{
			padding-left: 15px;
			background-image: url('../media/navArrow.gif');
			background-repeat: no-repeat;
			background-position: -.1em .9em;
			}
			
	
/* Body 
----------------------------------------------- */
body {
  	background-color: #efefef;
  	background-image: url("../media/bg.jpg");
  	font-family: verdana, arial, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #5e3619;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 900px;
	}
	
	
#main {
  	background-color: white;
  	text-align: left;
  	font-size: 11px;
  	padding: 20px 20px 20px 20px;
	}	
	#main .col1 {
		width: 180px;
		float: left;
		}
	#main .col2 {
		width: 670px;
		float: left; 
		}
		
		.why { 
			width: 330px;
			float: left;
			}
	 	.why li{
			font-family: helvetica, tahoma, sans-serif;
			font-size: 14px;
			line-height: 18px;
			color: #5e3619;
			text-align: left;	
			border-bottom: solid 1px #cedbd4;
			padding: 10px 0 10px 0;
			}
			.aptRatings {
				background: #fff url('../media/coronado.jpg') no-repeat top left;
				width: 290px;
				height: 370px;
				float: right;
				margin: 10px 0 0 0;
				text-align: center;
				}
				#apt {
					margin: 270px 0 0 0;
					}
/* Misc.
----------------------------------------------- */	
.imgLeft {
	float: left;
	padding: 0 20px 20px 0;
	}
	
.imgRight {
	float: right;
	padding: 0 0 20px 20px;
	}
	
	

.clear {
	clear: both;
	}
	
#video {
	}
	#video img{
		position: relative;
		top: 20px;
		}
	#video a:link, 
	#video a:visited, 
	#video a:active {
		font-size: 22px;
  		font-weight: normal;	
  		color: #075579;
		text-decoration: underline;
		}    
	#video a:hover {
		color: #075579;
		text-decoration: none;
		}  

.mList {
	list-style-type: square;
	font-size: 12px;
	line-height: 25px;
	padding: 0 0 0 20px;
	}
	
#staffPhoto {
		float: left;
		width: 300px;
	}
#staff {
		float: left;
		width: 300px;
		font-size: 12px;
	}

#preLease {
	border: solid 1px #5d8970;
	background-color: #eff7f3;
	padding: 12px;
	color: #5d8970;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin: 12px 0 0 0;
	text-align: center;
	}

	
/* Footer 
----------------------------------------------- */
#footer {
	height: 40px;
	line-height: 40px;
	}	
	#footer .col1{
		width: 448px;
		float: left;
		text-align: left;
		}
	#footer .col2{
		width: 450px;
		float: left;
		text-align: right;
		}
		
		
		
		
		
		
