body {
	background: url(images/gray_back.gif) #E0E0E0 repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align: center;
}

html, body, td, th, input, select {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; font-size: small; } /*redundant rules for bad browsers*/

h1 {font-family: Verdana, Arial, Helvetica, Sans-Serif;font-size: 1.5em; color:#674aa8}	/*displayed at 21px*/
h2 {font-family: Verdana, Arial, Helvetica, Sans-Serif;font-size: 1.3em; color:#674aa8}	/*displayed at 18px*/
h3 {font-family: Verdana, Arial, Helvetica, Sans-Serif;font-size: 1.0em; color:#674aa8}	/*displayed at 15px*/
h4 {font-family: Verdana, Arial, Helvetica, Sans-Serif;font-size: .8em; color:#674aa8}	/*displayed at 12px*/
h5 {font-family: Verdana, Arial, Helvetica, Sans-Serif;font-size: .6em; color:#674aa8}	/*displayed at 10px*/
h6 {font-family: Palatino Linotype,Arial;font-size: 1.3em; color:#674aa8; text-decoration:underline}	/*displayed at 18px*/

/* Firefox Center Clearing - ensures that we are clear on all sides */
/* usage: <div class="clear">&nbsp;</div> */

div.clear {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 1px;
}

br {
	clear: left;
}

p {
    text-align: justify;
}

p.indent {
    text-align: justify;
    text-indent: 25px;
}

a { 
    color: #006189;
    text-decoration:none;
    border-bottom:#999 1px dashed;
}

a:visited {
    color: #006189;
}

a:hover {
    color: #3d107B;
    backgound-color: #c2b4ea;
    text-decoration: none;
}

a img { 
    border: none; 
}

a.image {
    border: none; 
}


img {
    border-width: 0;
}


img.left {
    float: left;
    clear: left;
}

img.right {
    float: right;
    clear: right;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

blockquote {
	background: url(images/boxbg.gif) #F8F8F8 top left repeat-y;
	border: 1px solid #D0D4D4;
	color: #505050;
	margin: 15px auto;
	padding: 10px 10px 10px 20px;
	width: 75%;
}

code {
	color: #B07300;
	font-size: 1.1em;
}

hr {
	height: 1px;
	margin: 10px 0;
	width: 98%;
}
/* hr{color: #c0d9f4;}*/

#container{
	/* background: #d4cae2; */
    /* border: 1px solid #505050; */
	width: 762px;
	text-align: left;
	margin: 0 auto;
}

#headermain{
	background: url(images/basic_frame2.gif) #FFFFFF top center no-repeat;
	/* background: url(images/greypx.gif) bottom left repeat-x; */
    /* border-bottom:#999 1px solid; */
	text-align: center;
    border-bottom:#7d61ba 3px solid;
}

#header{
    /* padding TOPpx RIGHTpx BOTTOMpx LEFTpx */
	padding: 20px 20px 10px 20px;
    /* border: 1px solid #505050; */
    height: 219px
}

/* Tab Navigation */
#nav {
	padding: 0 0 0 0;
	width: 51%;
	margin: auto auto;
	clear: both;
}

#nav ul{
    list-style:none;
    margin:0;
	padding: 0 0 0 0;
}

#nav a{
    background:url(images/tab.gif) no-repeat 100% 0;
    color:#000000;
    display:block;
    font-size:1.1em;
    letter-spacing:-1px;
    padding:7px 20px 4px 11px;
    border: none;
    text-decoration: none;
}

#nav a:hover{
    color:#674aa8; 
}

#nav li{
    background:url(images/tab.gif) no-repeat 0 0;
    float:left;
    margin:0 4px 0 0;
    padding:0 0 0 9px;
}

#nav #current{
    background:url(images/tab_active.gif) no-repeat 0 0;
}

#nav #current a{
    background:url(images/tab_active.gif) no-repeat 100% 0;
    color:#000000;
    padding:7px 20px 5px 11px;
}


/* Main Content Section */
#content{
	/* background: url(images/greypx.gif) #d4cae2 top left repeat-x; */
	/* background: #d4cae2; */
	background-color: #FFFFFF;
    border:#3d107B 1px solid;
    padding:10px 10px 10px 10px;
}

#content img {
    margin: 10px;
    border-bottom:none;
}

.realtor_even {
    width: 100%; 
    background-color: #FFFFFF;
    margin-bottom: 10px; 
    float: left;
}

.realtor_odd {
    width: 100%; 
    background-color: #E0E0E0;
    margin-bottom: 10px; 
    float: left;
}

.realtor_main {
    font-size: 1.0em; 
    font-weight: bold; 
}

.realtor_info {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px; 
}

.realtor_name {
    padding-top: 10px;
    font-weight: bold; 
}
