/* Capital City Apartment Association Master CSS
Firestorm Media 2006 | Author: David Davenport */

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	margin-top: 25px;
	margin-left: 25px;
}

#header {
	line-height: 0px;
}

#header img{
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	
}

#navigation {
	float: left;
	width: 140px;
	margin: 0 0 0 -25px;
}

#navigation img{
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	
}

#wrapper{
	background-image:url(../images/brick_bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

#content-title h2{
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	width:555px;
	height:50px;
	margin:0 0 0 120px;
	padding-top:10px;
	padding-left:60px;
	background-image:url(../images/content_title.gif);
	background-repeat:no-repeat;
}

#content{
	width:555px;
	margin-left:120px;
	padding-left:60px;
	padding-bottom:80px;
	background-image:url(../images/content_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#content p {
    line-height: 1.5;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
}

#content li{
	list-style-type: circle;	
}

#content li a:link, #content a {
	color:#000099;
	text-decoration:none;
}

#content li a:visited{
	color:#990000;
	text-decoration:none;
}

#content h3, h4{
	margin: 0;
}

#content ul{
	margin: 0;
	padding-bottom:20px;
}

#acrobat p {
	width:500px;
	font-size:.8em;
	line-height:1.2;
	text-align:left;
}

#acrobat img {
	border:0;
	display:block;
}

#footer{
	text-align:center;
	font-size:.7em;
	width:735px;
	height:50px;
	padding-top:10px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;    
}

#footer li{
	display:inline;
	margin: 0 0 0 0;
}

#footer li:before{
	content: " | ";
}

#footer ul li.first:before {
    content: "";
}

#footer li a:link, #footer li a:visited, #footer a {
    color: #666666;
	text-decoration:none;
}

.footnote{
	color:#666666;
}