/* CSS Document */

body {
	background: #FFF;
	text-align: center;
	font-size: .70em;
	font-family: Arial, Verdana,  Helvetica, SunSans-Regular, Sans-Serif;
	color: #394A58;  
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	font-size: 100%;
	padding: 5px 0; 
}
td, tr {
	font-size: 100%;
}
a:link{
	text-decoration: underline;
	color: #FFF;
}	
a:visited{
	text-decoration: underline;
	color: #FFF;
}	
a:hover, a:active{
	text-decoration: none;
	color: #600;
}
h1{
	font-size: 120%;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .5em;
}
h2{
	font-size: 110%;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h3{
	font-size: 100%;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}

/*layout stuffs.*/
#page{
	margin: 10px auto;
	width: 970px;
	text-align: left;
}
img.logo{
	padding: 60px 40px 30px 620px;
	background: url(../images/logo-sullivans-cove-apartments-bg.gif) left bottom no-repeat;
}
#content-section{
	width: 970px;
	background: #D3DEE4 url(../images/shadow-internal.jpg) repeat-x top;
}
#content-section.home img{
	float: left;
}
#content-section.home {
	height: 400px;
	background: #FFF url(../images/shadow-home.jpg) repeat-x top;
}
#content-section a{
	color: #415968;
}	
#content-section div.pad{
	padding: 20px;
	min-height: 510px;
	height: auto !important;
	height: 510px;
}
#content-section div.bg{
	background: url(../images/bg-content-pad.jpg) no-repeat right top;
}
#content-section div.bg p{
	width: 550px;
}
#content{
	width: 620px;
	background: #415968;
}
#nav{
	margin: 0;
	padding: 0;
	height: 30px;
	width: 970px;
	background: #BD8A5E;
	text-align: center;
}
#nav ul{
	list-style: none;
	margin: 0 auto;
	padding: 0 7px;
}
#nav ul li{
	list-type: none;
	float: left;;
	margin: 0;
	padding: 0;
}
#nav ul li a:link,
#nav ul li a:visited{
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding: 0 11px 0 12px;
	text-transform: uppercase;
	background: url(../images/bg-nav-item.gif) right no-repeat;
	font-size: 14px;
}
#nav ul li.last a{
	background: none;
}

.footer{
	margin-top: 14px;
	height: 150px;
	background: #D3DEE4 url(../images/bg-footer.gif) top right no-repeat;
}
.footer p{
	padding: 120px 0 0 20px;
	margin: 0;
	font-size: 80%;
	color: #394A58;
}
.footer p a{
	color: #394A58;
	text-decoration: none;	
}



/*new rules for 2010!*/
img.home{
	padding: 0 14px 0 0;
	background: transparent;
}
/*tables*/
.headings{
	font-weight: bold;
	font-size: 11px;
	border-top: solid 1px #FFF;
	text-align: center;
	text-transform: uppercase;
}
td.headings a{
	color: #394A58;
}
.h1{
	text-align: left;
}
.border-right{
	border-right: solid 1px #FFF;
	padding-right: 5px;
}
.border-right h2{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.border-right a.map{
	float: right;
	color: #394A58;
}
.border-right p{
	padding: 5px 0;
}
.specifics{
	background: #BD8A5E;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
}
.doublespecifics{
	border-top: none;
}
/*other content*/

.right{
	float: right;
	padding: 0 0 10px 10px;
}

/*old rules*/

#blue-bottom{
	margin-top: 5px;
	background: #415968;
	height: 155px;
	width: 970px;
	text-align: right;
	clear: both;
}
#blue-bottom p{
	width: 246px;
	padding: 32px 40px 0 511px;
	color: #FFF;
}
p.footer{
	padding: 5px 40px;
	color: #999;
}
p.footer a{
	color: #999;
}



