/**** REMOVES DEFAULT BROWSER STYLES ****/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
margin:  0;
padding : 0;
}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }

/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
padding: 0;
margin: 0 0 0 0;
}	

/* MAIN SITE STYLES START HERE */

body {
	width:100%; /* MAIN WIDTH OF SITE */
	text-align : left;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../graphics/bg1.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.intro{
	font-size: 18px;
	line-height: 22px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

p{
	font-size: 13px;
	line-height: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFFFFF;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
	color: #FFFFFF;
}


/* floats images in content */

img.floatLeft { 
float: left; 
margin: 4px; 
}

img.floatRight {
float: right;
margin: 4px; 
}

/* container */

#container {
	width:950px;
	margin-right: auto;
	margin-left: auto;
}

/* links at the top of the site */

#divisions{
	height: 34px;
}

#divisions p a{
	color: #F1F1F1;
	font-size: 11px;
}

/* header */

#header {
	width:950px;
	height: 121px;
	margin-right: auto;
	margin-left: auto;
}

/* column wrapper */

#col-wrapper {
	width: 950px;
	height: 1%;
	float: left;
	position: relative;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}

/* left column */

#left-col {
	height: 1%;
	float: left;
	width: 180px;
}

/* right column */

#right-col {
	height: 1%;
	width: 745px;
	float: left;
	padding-bottom: 18px;
	margin-left: 15px;
}

#right-col li{
	list-style-type: square;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height: 19px;	
}

#right-col ul{
	margin-left: 35px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#right-col h1, h2, p, table{
}

#featured{
	background-color: #000000;
	width: 745px;
	height: 235px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* large image or flash on home page */

#home-pic{
background-color: #000000;
height: 230px;
width: 770px;
}

/* footer */

#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #DF0000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
}

#footer p{
text-align: center;
color: #FFFFFF;
padding-top: 4px;
padding-bottom: 14px;
font-size: 11px;
}

/* footer links */

#footer li {
line-height:150%;
text-align:center;
font-size:0.95em;
display:inline;
}

#footer a {
	color:#FFFFFF;

}

#copyright {
width:950px;
clear: both;
float: left;
font-size: 11px;
color: #F5F5F5;	
}

#copyright p{
text-align: center;
font-size: 11px;
}

#copyright a {
text-decoration: underline;
color: #F5F5F5;
font-size: 11px;
}

/* top navigation */

#top-nav{
height: 1%;
width: 950px;
background-color: #0066CC;
float: left;
position: relative;
}

#top-nav ul {
}

#top-nav ul li {
display:inline;
height:28px;
}

#top-nav ul li a {
	color:#FFFFFF;  
	text-decoration:none;
	float:left;
	font-size:12px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#CCC;
	padding-right:12px;
	padding-left:12px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

#top-nav ul li a:hover {
background-color:#00499F;
color:#FFFFFF;
}

/* side navigation */

#side-nav {
	list-style-type: none;
	width: 180px;
	margin-bottom: 6px;
}

#side-nav a
{
	display: block;
	width: 160px;
	line-height: 28px;
	padding-left: 15px;
	padding-bottom: 1px;
	font-weight: bold;
}

#side-nav a:link, #navlist2 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B6B6B;
}

#side-nav a:hover
{
	color: #DF2828;
	text-decoration: none;
}

.side-logo{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 3px;
}


/* contact and other forms */

.land-drop{
	width: 195px;
}

label
{
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	width: 5em;
}

.submit input
{
	margin-left: 4.5em;
} 
input
{
	color: #480E03;
	border: 1px solid #D0C0AB;
	font-size: 11px;
	background-color: #FFFFFF;
}

.submit{
	margin-top: 4px;
}

.submit input
{
	color: #000000;
	background: #F1F1F1;
	border: 2px outset #D0C0AB;
	font-size: 13px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	width: 70px;
} 

fieldset
{
	border: 1px solid #666666;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #000000;
	padding: 12px;
	width: 446px;
}

fieldset p
{
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

legend
{
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;	
}

#contact-form{
	width: 469px;
}

#contact-form p{
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;	
}

/* sections on forms */

.section{
	background-color: #000000;
	width: 430px;
	border: 1px solid #666666;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#mailing-featured{
	background-image: url(../graphics/bird1.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#tenant-featured{
	background-image: url(../graphics/happy-faces.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#landlord-featured{
	background-image: url(../graphics/child-confused.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#home-featured{
	background-image: url(../graphics/all-logos3.gif);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#why-featured{
	background-image: url(../graphics/grow.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#mailing-featured h1, #tenant-featured h1, #landlord-featured h1, #home-featured h1, #why-featured h1{
	padding-left: 16px;
	padding-bottom: 9px;
	font-weight: bold;
	font-size: 16px;
	color: #CCCC00;
	background-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DF0000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 9px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#property-search h2{
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 13px;
}

#property-search{
	border: 1px solid #6B6B6B;
	padding: 12px;
}

.small{
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
}

.buttn{
	margin-top: 12px;
	border: 4px solid #E20100;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-weight: bold;
}

.boldital{
	font-weight: bold;
	font-style: italic;
}


#mini-pics{
	width: 244px;
	float: right;
	padding-top: 12px;
}

#mini-pics img{
	border: 1px solid #FFFFFF;
	margin-bottom: 9px;
}

#top-search{
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	background-color: #000000;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
	display: block;
}

#top-search .buttn{
	margin-left: 75px;
	width: 100px;
}
