@charset "utf-8";

/* ------------------------------------------------------------- */

/*  GRANDVIEW OF WNY 2011
	STANDARDS-COMPLIANT STYLESHEET 
	WEBSITE BY CSMALECKI

		--- TABLE OF CONTENTS ---
			- CSS RESET
			- GLOBAL
			- MASTHEAD / NAV
			- CONTAINER
			- CONTENT
			- FOOTER
			
*/

/* ------------------------------------------------------------- */


/* LET'S GET STARTED - CSS GLOBAL RESET & DEFS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif
	}
	
body{
	background-image:url(../img/bg.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	background-color:#d9ebc5;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	}

		
ol, ul, li {
	list-style:none;
	}
	
blockquote, q{
	quotes: none;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '"';
	content: none;
	}
	
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	

/* remember to define focus styles! */
:focus{
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins{
	text-decoration: none;
	}
	
del{
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
	}


.clear{
	clear:both;
	}
	
	
.small{
	font-size:11px;
	line-height:14px;
	color:#666666;
	}
	
	
/* ------------------------------------------------------------- */
/* MASTHEAD */


#masthead{
	width:985px;
	height:342px;
	margin-left:auto;
	margin-right:auto;
	}	
		
	#mast_logo{
		float:left;
		}
		
		#mast_logo img{
			width:432px;
			height:251px;
			padding-left:30px;
			}
	
#nav{
	margin-left:auto;
	margin-right:auto;
	width:991px;
	height:73px;
	background-image:url(../img/nav_bg.png);
	background-repeat:no-repeat;
	}
	
	
	/* home */
	#nav_home{
		float:left;
		margin-top:9px;
		margin-left:6px;
		}
		
		#nav_home a, #nav_home a:link, #nav_home a:visited, #nav_home a:active{
			display:block;
			width:138px;
			height:64px;
			text-indent:-3000px;
			background:url(../img/overview.png) no-repeat;
			}
			
		#nav_home a:hover, #nav_home a.current{
			background:url(../img/overview_over.png) no-repeat;
			}
			
			
	
	/* amenities */
	#nav_amenities{
		float:left;
		margin-top:9px;
		}
		
		#nav_amenities a, #nav_amenities a:link, #nav_amenities a:visited, #nav_amenities a:active{
			display:block;
			width:161px;
			height:64px;
			text-indent:-3000px;
			background:url(../img/amenities.png) no-repeat;
			}
			
		#nav_amenities a:hover, #nav_amenities a.current{
			background:url(../img/amenities_over.png) no-repeat;
			}
			
			
	/* layout */
	#nav_layout{
		float:left;
		margin-top:9px;
		}
		
		#nav_layout a, #nav_layout a:link, #nav_layout a:visited, #nav_layout a:active{
			display:block;
			width:119px;
			height:64px;
			text-indent:-3000px;
			background:url(../img/layouts.png) no-repeat;
			}
			
		#nav_layout a:hover, #nav_layout a.current{
			background:url(../img/layouts_over.png) no-repeat;
			}
			
			
	
	/* gallery */
	#nav_gallery{
		float:left;
		margin-top:9px;
		}
		
		#nav_gallery a, #nav_gallery a:link, #nav_gallery a:visited, #nav_gallery a:active{
			display:block;
			width:122px;
			height:64px;
			text-indent:-3000px;
			background:url(../img/gallery.png) no-repeat;
			}
			
		#nav_gallery a:hover, #nav_gallery a.current{
			background:url(../img/gallery_over.png) no-repeat;
			}
			
			
	/* contact */
	#nav_contact{
		float:left;
		margin-top:9px;
		}
		
		#nav_contact a, #nav_contact a:link, #nav_contact a:visited, #nav_contact a:active{
			display:block;
			width:116px;
			height:64px;
			text-indent:-3000px;
			background:url(../img/contact.png) no-repeat;
			}
			
		#nav_contact a:hover, #nav_contact a.current{
			background:url(../img/contact_over.png) no-repeat;
			}
			
			
	
	/* tenant news */
	#nav_news{
		display: none;
		float:left;
		margin-top:9px;
		margin-left:153px;
		}
		
		#nav_news a, #nav_news a:link, #nav_news a:visited, #nav_news a:active{
			display:block;
			width:171px;
			height:64px;
			text-indent:-3000px;
			background:url(../img/news.png) no-repeat;
			}
			
		#nav_news a:hover, #nav_news a.current{
			background:url(../img/news_over.png) no-repeat;
			}
	
			
		
	
/* ------------------------------------------------------------- */
/* CONTAINER */

#shadow_container{
	margin-left:auto;
	margin-right:auto;
	width:991px;
	min-height:500px;
	background-image:url(../img/shadow_rep.png);
	background-repeat:repeat-y;
	}

#container{
	width:905px;
	margin-left:40px;
	padding-top:20px;
	}
	
	
	
/* ------------------------------------------------------------- */
/* CONTENT */


#content{
	float:left;
	width:905px;
	}
	
	#left_col{
		float:left;
		width:540px;
		margin-right:15px;
		}
		
	#right_col{
		float:left;
		width:350px;
		margin-top:45px;
		}
	
	#content p{
		font-size:13px;
		line-height:18px;
		color:#171717;
		font-weight:bold;
		margin-bottom:10px;
		}
		
	#content a:link, #content a:visited, #content a:active{
		color:#571133;
		text-decoration:none;
		font-weight:bold;
		}
		
	#content a:hover{
		color:#005652;
		}
		
	#content h1.overview{
		width:540px;
		height:81px;
		margin-bottom:15px;
		text-indent:-3000px;
		background:url(../img/overview_h1.jpg) no-repeat;
		}
		
	#content h1.amenities_rusher{
		width:540px;
		height:81px;
		margin-bottom:15px;
		text-indent:-3000px;
		background:url(../img/amenities_rusher_h1.jpg) no-repeat;
		}
		
	#content h1.amenities_clinton{
		width:540px;
		height:81px;
		margin-bottom:15px;
		text-indent:-3000px;
		background:url(../img/amenities_clinton_h1.jpg) no-repeat;
		}
		
	#content h1.layout{
		width:540px;
		height:81px;
		margin-bottom:15px;
		text-indent:-3000px;
		background:url(../img/layout_h1.jpg) no-repeat;
		}
		
	#content h1.gallery_rusher{
		width:540px;
		height:81px;
		margin-bottom:15px;
		text-indent:-3000px;
		background:url(../img/gallery_rusher_h1.jpg) no-repeat;
		}
		
	#content h1.gallery_clinton{
		width:540px;
		height:81px;
		margin-bottom:15px;
		text-indent:-3000px;
		background:url(../img/gallery_clinton_h1.jpg) no-repeat;
		}
		
	#content h1.contact{
		width:540px;
		height:81px;
		margin-bottom:15px;
		text-indent:-3000px;
		background:url(../img/contact_h1.jpg) no-repeat;
		}
		
	#content h1.news{
		width:540px;
		height:81px;
		margin-bottom:15px;
		text-indent:-3000px;
		background:url(../img/news_h1.jpg) no-repeat;
		}
		
			
	#content h2{
		font-size:16px;
		color:#05433e;
		font-weight:bold;
		}
			
	#content h3{
		font-size:14px;
		color:#05433e;
		}
			
		/* contact form */
		#csm_contact{
			width:500px;
			float:left;
			margin-top:5px;
			margin-left:30px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			}

		#content label{
			margin: 0;
			width: 140px;
			display: block;
			float: left;
			padding: 5px 10px 2px 0;
			cursor:text;
			}
			
		#content input.text {
			background: #dae7ea;
			color: #1a1a1a;
			width: 225px;
			border: 2px solid #81afbb;
			padding: 2px;
			margin: 0;
			}
			
		#content textarea{
			background: #dae7ea;
			color: #1a1a1a;
			width: 225px;
			border: 2px solid #81afbb;
			padding: 2px;
			height: 80px;
			}
		
		#content .send{
			display: block;
			border: 2px solid #81afbb;
			background:none;
			font-size: 12px;
			color: #000000;
			margin: 0 0 0 150px;
			text-align: left;
			cursor:pointer;
			}
			
			#content .send:hover{
				background-color:#0e877e;
				}
		
		#content .required{
			color: #000000;
			font-style:italic;
			padding-left: 7px;
			font-size: 0.8em;
			}
			
		#content .emph{
			position: relative;
			display:block;
			color:#FF0000;
			padding-left: 120px;
			font-size: 0.8em;
			}
		
		
		/* services */
		.service_pod{
			float:left;
			width:300px;
			margin-bottom:15px;
			margin-left:15px;
			background-image:url(../img/pod_bg.jpg);
			background-repeat:no-repeat;
			}
			
			.service_pod h1{
				font-size:15px;
				line-height:20px;
				margin-bottom:10px;
				font-style:italic;
				color:#005652;
				padding-left:5px;
				padding-top:5px;
				}
				
			.service_pod ul{
				margin-left:25px;
				}
				
			.service_pod ul li{
				list-style-type:square;
				padding-bottom:5px;
				line-height:18px;
				color:#171717;
				}
				
	#amenities_left{
		margin-right:10px;
		}
				
	#amenities_left, #amenities_right{
		float:left;
		font-weight:bold;
		margin-left:20px;
		width:220px;
		}
		
		#amenities_left li, #amenities_right li{
			list-style-type:square;
			padding-bottom:10px;
			font-size:13px;
			}
		
	#gallery_box{
		float:left;
		margin-left:35px;
		}
		
		#gallery_box img{
			border:1px solid #333333;
			margin:3px;
			}
			
	#layout_box{
		float:left;
		margin-left:30px;
		}
		
		#layout_box img{
			/*border:1px solid #333333;*/
			}
				
	/* sidebars */
	
	#rental_info{
		float:left;
		width:350px;
		height:357px;
		background-image:url(../img/rental_info.jpg);
		background-repeat:no-repeat;
		margin-bottom:15px;
		}
		
		#rental_info ul{
			margin-top:90px;
			margin-left:70px;
			}
			
			#rental_info ul li{
				padding-bottom:10px;
				color:#286170;
				}
				
				
	#maintenance_info{
		float:left;
		width:350px;
		height:195px;
		background-image:url(../img/maintenance.jpg);
		background-repeat:no-repeat;
		margin-bottom:15px;
		}
		
		#maintenance_info ul{
			margin-top:70px;
			margin-left:80px;
			}
			
			#maintenance_info ul li{
				padding-bottom:10px;
				color:#286170;
				}
				
				
	#pet_info{
		float:left;
		width:350px;
		height:305px;
		background-image:url(../img/pet_friendly.jpg);
		background-repeat:no-repeat;
		margin-bottom:15px;
		}
		
		#pet_info ul{
			margin-top:70px;
			margin-left:70px;
		}
		
		#pet_info ul.pet_first{
			margin-top:50px;
			margin-left:70px;
		}
		
		#pet_info ul.pet_second{
			margin-top:10px;
			margin-left:70px;
			}
			
			#pet_info ul li{
				padding-bottom:4px;
				color:#000000;
				}
		
	
	#logos{
		float:left;
		margin-bottom:15px;
		margin-left:65px;
		}
				
		
/* ------------------------------------------------------------- */
/* FOOTER */

#footer{
	width:905px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	text-align:center;
	}
	
	#footer a, #footer a:link, #footer a:visited, #footer a:active{
		color:#5d6f47;
		text-decoration:none;
		font-weight:bold;
		text-transform:uppercase;
		}
	


	
/* ------------------------------------------------------------- */
/* SAFARI ONLY */
	
@media screen and (-webkit-min-device-pixel-ratio:0){


}
