body, html {
	margin:0;
	padding:0;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	}

body {
	background:white url(images/top_bg.jpg) repeat-x;
	padding-top:18px;
	text-align:center;
	}

/* MAIN STRUCTURE 
======================================================*/

#container {
	width:770px;
	margin:0 auto;
	background:white;
	}
	
	/*Holds Logo, Top Links and Slogan*/
	
	#header {
		width:inherit;
		height:122px;
		}
		
		#top_right {
			width:272px;
			float:right;
			}			
		
			#top_links {
				width:272px;
				height:32px;
				background:white;
				}			
			
			#slogan {
				width:inherit;
				height:90px;
				}

	#nav {
		width:770px;
		height:30px;
		background:#0c3b7b;
		}
		
	/*Holds Main Image or Flash Slideshow*/	
	
	#main_image {
		width:770px;
		height:250px;
		border-top:1px solid white;
		}
		
	/*Holds Main Content, Sidebar and Footer*/	
	
	#content {
		width:770px;
		text-align:left;
		}
		
		/*Main Content Structure*/
		
		#main_content {
			width:498px;
			padding:20px 0;
			float:left;
			display:inline;
			background:transparent url(images/content_fade.jpg) no-repeat;			
			}
		
		/*Sidebar Structure*/
		
		#sidebar {
			width:272px;
			height:470px;
			float:right;
			display:inline;
			background:white;
			background:url(images/sidebar_bg.jpg) no-repeat;
			}
			
			/*Sidebar Children*/
			
			#sidebar_call {
				width:220px;
				height:82px;
				padding-top:30px;
				margin:0 0 0 27px;
				background:transparent;
				}
			
			#sidebar_email {
				width:220px;
				height:103px;
				margin:0 0 0 27px;
				background:transparent;
				}
			
			#sidebar_write {
				width:220px;
				height:96px;
				margin:0 0 0 27px;
				background:transparent;
				}
				
			/*Footer Structure*/	

			#footer {
				width:760px;
				height:30px;
				clear:both;
				margin:0 auto;
				background:white;
				border-top:5px solid #4676b8;
				text-align:left;
				}



/*MISC (clears, strong, em, address etc...)
======================================================*/
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	}
	
.bold {font-weight:bold;}
.no-bold {font-weight:normal;}
.italic {font-style:italic;}
.no-italic {font-style:normal;}
.normal_font {font-style:normal; font-weight:normal;}
.underline {text-decoration:underline;}

.nomargin {margin:0;}
.norightmargin {margin-right:0;}


/*GLOBAL RESETS (remove default attributes)
======================================================*/

p, ol, ul, h1, h2, h3, h4, h5, h6, img {
	margin:0;
	padding:0;
	border:none;
	}

ol, ul {
	list-style-type:none;
	}

ol li, ul li {
	padding:0;
	margin:0;
	}

a {
	text-decoration:none;
	}

img {
	border:0;
	}
	
address {
	font:10pt Helvetica, Verdana, sans-serif;
	font-weight:bold;
	color:white;
	margin:8px 5px 0 5px;
	line-height:14pt;
	}


/*PAGE-SPECIFIC ITEMS (Per-page)
======================================================*/

/*home page ads*/

.home_ad {
	width:155px;
	height:290px;
	margin-right:10px;
	float:left;
	background:url(images/home_ad_bg.jpg);
	}
	
.home_ad span {
	display:block;
	width:135px;
	height:199px;
	margin:10px;
	}

#home_ad_reflections {
	width:498px;
	height:98px;
	background:url(images/home_ad_reflections.jpg) no-repeat;
	}
	
/*Amenities -> large amenities*/	

.amenity_box {
	display:block;
	width:230px;
	padding:15px 0 5px 0;
	margin:0 12px 30px 0;
	float:left;
	}

/*HEADERS
======================================================*/

/*logo*/

#header h1 {
	display:block;
	}
	
/*main_content headers*/

#main_content h2 {
	font-size:20pt;
	color:#0c3b7b;
	text-transform:uppercase;
	padding:5px 0 20px 0;
	}	
	
#main_content h3 {
	font-size:13pt;
	color:#0c3b7b;
	padding:10px 0 5px 0;
}
	
/*sidebar headers*/

#sidebar h2, #sidebar h3 {
	text-indent:-5000px;
	overflow:hidden;
	}

#sidebar h3 {
	width:220px;
	height:30px;
	display:block;
	}
	
	/*individual sidebar headers*/
	
	#sidebar #sidebar_call h3 {
		background:url(images/sidebar_call_hdr.jpg);
		}
		
	#sidebar #sidebar_email h3 {
		background:url(images/sidebar_email_hdr.jpg);
		}

	#sidebar #sidebar_write h3 {
		background:url(images/sidebar_write_hdr.jpg);
		}
			
			
			
/*PARAGRAPHS / BLOCKQUOTES
======================================================*/

/*home_ads*/

#main_content .home_ad p {
	color:#0c3b7b;
	font-size:8pt;
	line-height:14pt;
	padding:0 5px;
	}
	
/*main_content*/

#main_content .amenity_box p {
		font-size:12pt;
	}
	
#main_content .amenity_box p a {
	font-size:10pt;
	display:block;
	margin-bottom:10px;
}

#main_content p {
	font-size:11pt;
	line-height:17pt;
	padding:0 0 20px 0;
	}

#main_content blockquote {
	padding:10px;
	margin:0 20px 20px 20px;
	border-left:1px solid #4777b9;
	}

#main_content blockquote p {
	font-size:12pt;
	color:#4777b9;
	font-style:italic;
	padding:0;
	text-align:center;
	}
	
/*sidebar*/ 
	
#sidebar p {
	margin:8px 5px 0 5px;
	font-size:10pt;
	font-weight:bold;
	color:white;
	}

/*footer*/

#footer p {
	padding:6px 0;
	color:#0c3b7b;
	font-size:10pt;
	}

/*IMAGES
======================================================*/

#main_content .amenity_box img {
	border:1px solid #ccc;
	padding:15px;
	margin:0 0 3px 0;
	width:200px;
	}

#main_content p a img {
	border:1px dotted #0c3b7b;
	padding:10px;
	}

#main_content p a:hover img {
	border:1px solid #0c3b7b;
	}

/*LISTS
======================================================*/

/*nav*/

#nav ul {
	width:770px;
	height:30px;
	background:url(images/nav_bg.jpg) repeat-x;
	}
	
#nav ul li {
	display:inline;
	}				
	
/*home_ads*/

#main_content .home_ad ul {
	font-size:8pt;
	line-height:14pt;
	margin:0;
	padding:0 5px;
	}
	
#main_content .home_ad ul li {
	list-style-position:inside;
	list-style-type:square;
	color:#0c3b7b;
	padding:0;
	}
	
#main_content .home_ad ul strong {
	font-weight:bold;
	color:#0c3b7b;
	}
	
/*Main Content Lists*/

#main_content ul {
	list-style-type:square;
	padding:0 20px 0 0;
	margin:0 0 0 20px;
	font-size:11pt;
	line-height:15pt;
	color:#0c3b7b;
	}
	
#main_content ul li {
	padding:0 0 3px 0;
	}
		
		

/*LINKS
======================================================*/

/*site_logo*/
	
#header h1 a {
	display:block;
	width:300px;
	height:122px;
	background:url(images/site_logo.jpg);
	text-indent:-5000px;
	overflow:hidden;
	float:left;
	}

/*top_links*/

#top_links a {
	height:32px;
	display:block;
	float:left;
	text-indent:-5000px;
	overflow:none;
	}
	
#top_links a.top_home_link {
	width:116px;
	background:url(images/top_home_link.jpg);
	}
	
#top_links a.top_contact_link {
	width:156px;
	background:url(images/top_contact_link.jpg);
	}
	
	
/*nav buttons*/

#nav ul li a {
	display:block;
	float:left;
	height:30px;
	text-indent:-5000px;
	overflow:none;
}

#nav ul li #home_btn {
	width:58px;
	background:url(images/home_nav_btn.jpg);
	}
	
#nav ul li #amenities_btn {
	width:82px;
	background:url(images/amenities_nav_btn.jpg);
	}
	
#nav ul li #building_btn {
	width:108px;
	background:url(images/building_nav_btn.jpg);
	}
	
#nav ul li #eligibility_btn {
	width:86px;
	background:url(images/eligibility_nav_btn.jpg);
	}
	
#nav ul li #contact_btn {
	width:96px;
	background:url(images/contact_nav_btn.jpg);
	}



/*home_ads*/

.home_ad a.home_ad_hdr {
	display:block;
	width:155px;
	height:39px;
	text-indent:-5000px;
	overflow:none;
	}
	
	/*individual home_ad_headers*/
	
	.home_ad a.home_ad_amenities_hdr {
		background:url(images/amenities_ad_btn.jpg);
		}
		
	.home_ad a.home_ad_building_hdr {
		background:url(images/building_ad_btn.jpg);	
		}
		
	.home_ad a.home_ad_eligibility_hdr {
		background:url(images/eligibility_ad_btn.jpg);
		}

.home_ad a.home_ad_info_link {
	display:block;
	width:155px;
	height:32px;
	background:url(images/home_ad_info_link.jpg);
	text-indent:-5000px;
	overflow:none;
	}
	
/*Main Content*/

#main_content p a, #main_content p a:visited {
	color:#0c3b7b;
	border-bottom:1px dotted #0c3b7b;
	}
	
#main_content p a:hover {
	color:#4777b9;
	border-bottom:1px solid #4777b9;
	}	
	
/*sidebar*/

#sidebar_header h2 a {
	width:272px;
	height:39px;
	display:block;
	background:url(images/sidebar_contact_hdr.jpg);
	}

#sidebar p a {
	color:white;
	}	
		
		

/*FORMS
======================================================*/

form {
	padding:0;
	}

form fieldset {
	border:none;	
	padding:0;
	margin:0;
	}
	
form fieldset p {
	color:#0c3b7b;
	margin:0;
	}
	
form .text input, form .textarea textarea {
	color:#0c3b7b;
	font-size:12pt;
	padding:1px;
	width:480px;
	}