/*-------------------------------------------------------- Global Settings */

* {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	}

body {
	background: url(images/bg.jpg) top left no-repeat;
	}
	
	

/*-------------------------------------------------------- General Layout */

#container {
	width: 800px;
	margin: 15px 0 0 100px;
	height: auto;
	background-color: #FFFFFF;
	}
	
#header {
	width: 100%;
	height: 225px;
	background-color: #000000;
	}
	
#nav {
	width: 100%;
	height: 32px;
	background: url(images/nav_bg.gif) top left repeat-x;
	background-color: none;
	overflow-y: hidden;
	}
	
#leftColumn {
	float: left;
	width: 475px;
	height: auto;
	}
	
#rightColumn {
	float: right;
	width: 300px;
	}
	
.clear {
	width: 100%;
	height: auto;
	clear: both;
	}
	
#columnContainer {
	width: 100%;
	height: auto;
	background: url(images/bg_body.gif) top left repeat-y;
	}
	
#singleColumn {
	width: 100%;
	height: auto;
	background: url(images/bg_body_2.gif) top right repeat-y;
	}
	
#rightColumn .miniBox {
	margin: 10px 0 0 0;
	width: 100%;
	height: auto;
	}
	
#footer {
	width: 100%;
	height: auto;
	}
	
	
	
	
/*-------------------------------------------------------- Links */

a {
	text-decoration: none;
	color: #663399;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #CC33CC;
	}

/* These are the news release "read" links, and may receive special formatting in the future */
	
a.type1 {
	text-decoration: none;
	color: #663399;
	}
	
a.type1:hover, a.type1:active {
	text-decoration: none;
	color: #CC33CC;
	}
	
	
		
	
/*-------------------------------------------------------- Navigation */

#nav a {
	position: relative;
	float: left;
	display: inline;
	
	/* Hide from older IE \*/
	margin: 10px 0 -10px 0 !important;
	padding: 0 5px 0 10px !important;

	
	/* IE5.2 for Mac puts the text flush with the top of the DIV.  This fixes it  */
	margin: 10px 0 -10px 0;
	padding: 10px 5px 0 10px;
	
	
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	height: 100%;
	background-color: none;
	}

	
#nav a:hover, a:active {
	color: #999999;
	}

	
	
/*-------------------------------------------------------- Text formatting */

/* This is the first header on every page */
h4 {
	margin: 15px 0 0 15px;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: #660066;
	background: url(images/bug_fivestar.gif) bottom left no-repeat;
	}

/* This is all following headers on every page */	
h5 {
	margin: 10px 0 0 15px;	
	font-size: 16px;
	color: #000000;
	}
	
#rightColumn h5 {
	height: 20px;
	margin: 15px 10px 10px 5px;
	padding: 6px 0 0 5px;
	display: block;	
	font-size: 12px;
	color: #666633;
	background: url(images/bg_h5_2.gif) top left repeat-x;
	}
	
strong {
	color: #CC6600;
	}
	
strong.title {
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #000000;
	color: #CC6600;
	}

#rightColumn strong {
	color: #669933;
	}

p {
	margin: 10px 10px 0 15px;
	color: #666666;
	font-size: 10pt;
	line-height: 1.4;
	}

#rightColumn p {
	margin: 10px 10px 10px 10px;
	padding: 0 0 5px 0;
	color: #666666;
	font-size: 9pt;
	line-height: 1.3;
	border-bottom: 1px dotted #669933;
	}



/*-------------------------------------------------------- Images */


.imgRight {
	float: right;
	padding: 0 0 0 5px;
	}
	
.imgLeft {
	float: left;
	padding: 0 5px 0 0;
	}

/*-------------------------------------------------------- Form Layout */

#realtorForm {
	margin-top: 10px;
	}
	
#realtorForm label {
	color: #666666;
	font-size: 10pt;
	line-height: 1.4;
	display: block;
	float: left;
	width: 140px;
	margin-left: 15px;
	}
	
#realtorForm input {
	background: #FFFFFF;
	border: 1px solid #666666;
	padding: 3px;
	margin-left: 40px;
	margin-bottom: 5px;
	width: 150px;
	font-size: 10pt;
	}
	
#realtorForm .radio {
	width: auto;
	padding: 0;
	margin-bottom: 0;
	border: none;
	}
	
#realtorForm textarea {
	background: #FFFFFF;
	border: 1px solid #666666;
	padding: 3px;
	margin-left: 15px;
	margin-bottom: 5px;
	width: 350px;
	font-size: 10pt;
	}

#realtorForm a {
	font-size: 10pt;
	margin-left: 15px;
	}
	

/*-------------------------------------------------------- Hacks and misc items */


			
