@charset "UTF-8";
/* CSS Document */

body {
	
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 10px;
	border: 1px solid #333;
	padding-bottom: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#maincontent { background-color: #FFF; padding: 20px;}




a:link {
	color: #FF0000;
	font-weight: bold;
}
a:visited {
	color: #FF0000; font-weight: bold;
}
a:hover {
	color: #999; font-weight: bold;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}

.brokername {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

h1.red { font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:18px; 
	color:#FF0000; 
	font-style:normal;
	font-weight:normal;
	padding-top: 12px;}
	
h1.broker { font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:18px; 
	color:#FF0000; 
	font-style:normal;
	font-weight:bold;
	padding-top: 6px;
	border-bottom: 1px solid #F00;}
	
h2 {font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:14px; 
	color:#FF0000; 
	font-style:normal;
	font-weight:bold;
	}	

#slideshow {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	height: 324px;
	width: 700px;
	background-color: #FFF;
	border-left: 5px solid #333;
	border-top: 5px solid #444444;
	border-right: 5px solid #262626;
	border-bottom: 5px solid #262626;
}
.redline {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	
}

#nav {padding-top: 15px; padding-bottom: 10px;}

.title-position1 {
	background-image: url(images/company-title.gif);
	background-repeat: no-repeat;
}

.title-position2 {
	background-image: url(images/services-title.gif);
	background-repeat: no-repeat;
}

.title-position3 {
	background-image: url(images/properties-title.gif);
	background-repeat: no-repeat;
}

.title-position4 {
	background-image: url(images/MLS-title.gif);
	background-repeat: no-repeat;
}

.title-position5 {
	background-image: url(images/resources-title.gif);
	background-repeat: no-repeat;
}

.title-position6 {
	background-image: url(images/contact-title.gif);
	background-repeat: no-repeat;
}

.title-position7 {
	background-image: url(images/our-people_title.gif);
	background-repeat: no-repeat;
}

.photocaption { font-family: "Times New Roman", Times, serif; font-size: 11px; font-style: italic; color: #FFF;
}
	
.redline a, .redline a:visited	/* menu at rest */
	{
	color: white;
	text-decoration: none;
	border-bottom-width: 3px;
	}
	
.redline a:hover	/* menu at mouse-over  */
	{
	color: #FF0000;
	text-decoration: none;
	}
	
	

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 6px;
	letter-spacing: .2em;
}
	
#address { font-family:"Times New Roman", Times, serif; color:#FFFFFF; font-size:12px;}	
#footer { backgound-color: #333; margin: 10px 0;}
.footertext { font-family:"Times New Roman", Times, serif; color:#FFF; font-size:10px; text-align: center; width: 800px; margin: auto;}	

.footertext a:link { font-family: "Times New Roman", Times, serif; font-size: 10px; font-style: normal; color: #FFF;text-decoration: underline;}

.footertext a:visited { font-family: "Times New Roman", Times, serif; font-size: 10px; font-style: normal; color: #FFF;}

.footertext a:hover	/* menu at mouse-over  */
	{
	color: #FF0000;
	
	}
