* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
	color: #000; 
	font-family: arial, san-serif;
	background-color: #9C9C9C; 
	text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 75%;
}
p {padding: 7px 0 7px 0;}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding: 10px 0;
}
h1 {
font-size: 2em;
padding: 15px 0;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 960px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #506793 url("../images/bg.gif") repeat-y top left;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
margin-top: 0; /*** Make some space for the header menu ***/
background: #637CB5;
padding: 0;
height: 88px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 215px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 745px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 960px;
margin-left: -215px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 750px;
/*background: #fff;*/
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap{
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 180px;
background: transparent;
/*background: #637CB5;*/
min-height: 250px;
padding: 5px 10px 5px 20px;
}
* html #left {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

/*************************
RIGHT COLUMN
**************************/
#right {
margin: -95px 0 0 -960px; /*** Moves the right column to the top of the page. This is now our top menu above the header ***/
float: left; 
width: 950px;
background: transparent;
/*background: #9C9C9C;*/
padding: 5px;
height: 15px;
}
* html #right {
position: relative; /*** IE needs this. ***/
margin-top: -25px; /***Since IE is threating padding different than other browsers we need to move it a little bit more ***/
}
#right ul {
float: right;
list-style: none;
}
#right li {
display: inline; /*** Making the links horisontal aligned ***/
padding-right: 15px;
}
/**************************
FOOTER
**************************/
#footer {
width: 960px;
margin: 0 auto; /*** Since the footer is outside the #mainContainer we also need to center the footer ***/
text-align: center;
	background:url('../images/footer-link-bg.jpg') repeat-y top left;
	color: #FFF701;
	padding-bottom: 10px;
}

#footer p{
	background:url("../images/footer_top_bg.jpg") repeat-x top left; 
	border-bottom: 2px #676767 solid; 
	letter-spacing: 1px;
}

/* Footer Links */
#footer ul {
	text-align : center;
	display:inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li {
	position: relative;
	display:inline;
	padding:0 10px;
	line-height: 1.5em;
}

#footer ul li a, #footer ul li a:visited, #footer ul li a:hover, #footer ul li a:active {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#footer ul li a, #footer ul li a:visited {
	color: #fff;
}

#footer ul li a:hover, #footer ul li a:active {
	color: #FFFF02;
}

ul#leftmenus {
	text-align : left;
	list-style: none;
}

ul#leftmenus li {
	color: #fff;
	padding: 0 0 25px 0;
}

ul#sidemenu {
	text-align : left;
	display:block;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#sidemenu ul {
	padding: 0 0 0 10px;
}

ul#sidemenu li {
	position: relative;
	display:block;
	color: #fff;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #7990C4;
}

ul#sidemenu li a, ul#sidemenu li a:visited, ul#sidemenu li a:hover, ul#sidemenu li a:active  {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

ul#sidemenu li a, ul#sidemenu li a:visited {
	color: #fff;
}

ul#sidemenu li a:hover, ul#sidemenu li a:active {
	color: #FFFF02;
}

.sidebox {
	padding:5px;
	margin-right: 15px;
	color: #FFFF02;
	text-align: center;
	line-height: 1.4em;
	border: 3px double #FFFF02;
}

.sidebox a, .sidebox a:visited, .sidebox a:hover, .sidebox a:active {
	color: #fff;
	text-decoration: none;
}

ul#meetfrank {
	text-align : left;
	display:block;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#meetfrank li {
	position: relative;
	display:block;
	color: #FFFF02;
	padding: 3px 0;
	font-weight: bold;
}

ul#meetfrank li a, ul#meetfrank li a:visited, ul#meetfrank li a:hover, ul#meetfrank li a:active {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

ul#meetfrank li a, ul#meetfrank li a:visited {
	color: #fff;
}

ul#meetfrank li a:hover, ul#meetfrank li a:active {
	color: #FFFF02;
}

img.space {
 margin: 5px;
 padding: 5px;
 border:0;
}

.banner {
	margin:-5px 0 0 -14px;
}
img.calltoaction{
	margin:-12px 0 0 -3px;
	padding:0;
	border:0;
}

#headerlinks{
	font-size: 110%;
	font-weight: bold;
	position: relative;
	top: -70px;
	right: -745px;
	list-style: none;
	width: 301px;
}

#headerlinks li{
	display: inline;
	float: left;
	padding:4px;
	margin-left:5px;
	list-style:none;
	list-style-image: none;
	color: #fff;
}

#headerlinks li a, #headerlinks li a:visited, #headerlinks li a:hover,#headerlinks li a:active {
	color: #fff;
	text-decoration: none;
}
#headerlinks li a, #headerlinks li a:visited {
	color: #fff;
}
#headerlinks li a:hover,#headerlinks li a:active {
	color: #FFFF02;
}

table.listing tr { border:1px silver solid; vertical-align:top;}
table.listing td { border:1px silver solid; vertical-align:top; padding:10px;}

.prevhead {
text-align:center;
font-weight:bold;
}
.previmg{
padding:5px;
}
.prevdesc{
text-align:left;
}

/* Forms */
fieldset { 
  border:0;
  margin:0;
  padding:0; 
}
label { 
  display:block; 
  margin:10px 4px 0 0 ;
}
input.text, textarea { 
  width:300px; 
  font-size:12px; 
  color:#000;
  padding: 2px;
  margin-bottom:10px;
  border: 2px solid #ccc; 
}
input.submit { 
  padding:5px;
  margin: 5px;
  font-weight:bold; 
  border: 2px solid #ccc; 
}	
input.radio { 
  border:0;
  margin:0;
  padding:0;
  font-weight:bold; 
}	
select { 
  border: 2px solid #ccc;
}	
span.errmsg, #errName, #errAddress, #errCityStateZip, #errPhone, #errEmail{
  color:#ff0000; 
  font-weight:bold;
}

#txtSearchMLS, #btnSubmit{
border:1px solid black;
margin:5px;
}

#btnSearchMLS{
margin:5px;
border:1px solid black;
}