/* CSS Document */
/* ------------------------------------- */
/* ----- MAIN ----- */

body {
	margin:0;
	padding:0;
	line-height: 1.1em;
	background: url(../images/background.jpg) repeat;
}

strong {
	font-size: 110%;
	color:#002667;
}

em {
	color:#B99400;
	font-weight:700;
	margin-left: 15px;
	margin-right: 10px;
}

ul {
	margin-left: 1;
	margin-right: 100px;
}

p {
	line-height:1.2;
	margin-left:15px;
	margin-right:50px;
}

a.pager_current {
	color: #000;
	text-decoration: underline;
}

/* ------------------------------------- */
/* ----- CONTAINAGE ----- */

#container {
	width: 934px; /*Width of main container*/
	height: auto;
	margin: 0 auto; /*Center container on page*/
	background: url(../images/body-bg.jpg);
}

#header {
	height: 160px; /*Height of top section*/
	width: 934px;
	background: url(../images/header.jpg) no-repeat;
}

#left {
	float: left;
	width: 240px;
}

#right {
	float: right;
	width: 680px;
}

#footer {
	width: 934px;
	height: 60px;
	background: url(../images/footer.jpg) no-repeat;
	clear: both;
}

#copyright{
	position: relative;
	left: 50%;
	width: 943px;
	margin: 0 0 0 -537px;
	text-align: right;
	margin-top: 10px;
}

/* ------------------------------------- */
/* ----- PAGE CONTAINAGE ----- */

#mcsand-right{
float: right;
margin: 0 0px 0 245px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
width: 689px;
height: 490px;
}

#mcsand-left{
float: left;
width: 245px; /*Width of left column in pixel*/
height: 490px;
margin-left: -934px; /*Set margin to that of -(MainContainerWidth)*/
background:url(../images/body-left-bg.jpg);
background-repeat:repeat;
}

#mcsand-right-contact{
float: right;
margin: 0 0px 0 245px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
width: 689px;
height: 760px;
background:url(../images/body-right-bg.jpg);
background-repeat:repeat;
}

#mcsand-left-contact{
float: left;
width: 245px; /*Width of left column in pixel*/
height: 760px;
margin-left: -934px; /*Set margin to that of -(MainContainerWidth)*/
background:url(../images/body-left-bg.jpg);
background-repeat:repeat;
}

#mcsand-right-homes{
float: right;
margin: 0 0px 0 245px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
width: 689px;
height: 600px;
background:url(../images/body-right-bg.jpg);
background-repeat:repeat;
}

#mcsand-left-homes{
float: left;
width: 245px; /*Width of left column in pixel*/
height:600px;
margin-left: -934px; /*Set margin to that of -(MainContainerWidth)*/
background:url(../images/body-left-bg.jpg);
background-repeat:repeat;
}

#mcsand-right-agsearch{
float: right;
margin: 0 0px 0 245px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
width: 689px;
height: 400px;
background:url(../images/body-right-bg.jpg);
background-repeat:repeat;
}

#mcsand-left-agsearch{
float: left;
width: 245px; /*Width of left column in pixel*/
height: 400px;
margin-left: -934px; /*Set margin to that of -(MainContainerWidth)*/
background:url(../images/body-left-bg.jpg);
background-repeat:repeat;
}

#mcsand-right-agsearch-detail{
float: right;
margin: 0 0px 0 245px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
width: 689px;
height: 350px;
background:url(../images/body-right-bg.jpg);
background-repeat:repeat;
}

#mcsand-left-agsearch-detail{
float: left;
width: 245px; /*Width of left column in pixel*/
height: 350px;
margin-left: -934px; /*Set margin to that of -(MainContainerWidth)*/
background:url(../images/body-left-bg.jpg);
background-repeat:repeat;
}

/* ------------------------------------- */
/* ----- FONTS AND SUCH ----- */

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px; 
color: #000000;
}

.headline {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
color: #BA0629;
font-weight: bold;
font-style: italic;
margin-left: 15px;
margin-right: 10px;
line-height: 1.0;
}

.subheadline {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 17px;
font-style:italic;
color: #666666;
font-weight:bold;
margin-left: 15px;
margin-right: 10px;
}

.bodytext {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px; 
color: #000000;
}

.bodytext-2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px; 
color: #000000;
}

.navtext{
text-indent: 30px;
padding-top: 10px;
font: bold 14px Arial, Helvetica, sans-serif;
color: #ffffff;
cursor: pointer;
}

.footer-text {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000000;
}

.copyright-text {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CCCCCC;
}

.spacer-text {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
}

.attribute {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: 300; 
color: #B0953A;
}

/* ------------------------------------- */
/* ----- NAVIGATION ----- */

.mainDiv {
	width: 235px;
	height: auto;
	margin: 0;
	padding: 0;
}

.topItem
{
text-indent: 30px;
padding-top: 10px;
font: bold 14px Arial, Helvetica, sans-serif;
letter-spacing: 0;
background: url("../images/navbar-up-title.jpg") no-repeat 0 0;
background-position:center center;
background-repeat:no-repeat;
border: none;
height: 28px;
width: 245px;
color: #ffffff;
cursor: pointer;
}

.topItemOver
{
text-indent: 30px;
padding-top: 10px;
font: bold 14px Arial, Helvetica, sans-serif;
letter-spacing: 0;
background: url("../images/navbar-up-title-on.jpg") no-repeat 0 0;
background-position:center center;
background-repeat:no-repeat;
height: 28px;
width: 245px;
color: #ffffff;
cursor: pointer;
}

.topItemClose
{
text-indent: 30px;
padding-top: 10px;
font: bold 14px Arial, Helvetica, sans-serif;
letter-spacing: 0;
background: url("../images/navbar-down-title.jpg") no-repeat 0 0;
background-position:center center;
background-repeat:no-repeat;
height: 28px;
width: 245px;
color: #ffffff;
cursor: pointer;
}

.topItemCloseOver
{
text-indent: 30px;
padding-top: 10px;
font: bold 14px Arial, Helvetica, sans-serif;
letter-spacing: 0;
background: url("../images/navbar-down-title-on.jpg") no-repeat 0 0;
background-position:center center;
background-repeat:no-repeat;
height: 28px;
width: 245px;
color: #ffffff;
cursor:pointer;
}

.dropMenu
{
font: bold 11px Arial, Helvetica, sans-serif;
background:url(../images/navbar-drop-bg.jpg);
background-repeat:repeat;
filter:alpha(opacity=100);
}

.subMenu
{
display:block;
}

.subItem
{
margin-left:10px;
margin-top:2px;
height:18px;
font: 12px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
font-weight: bold;
}

.subItem a
{
margin-left:20px;
font: 12px Arial, Helvetica, sans-serif;
color:#FFFFFF; 	
text-decoration:none;
font-weight: bold;
}

.subItemOver
{
margin-left:10px;
margin-top:2px;
font: 12px Arial, Helvetica, sans-serif;	  
height:18px;
font-weight: bold;
}

.subItemOver a
{
margin-left:20px;
font: 12px Arial, Helvetica, sans-serif;
cursor:pointer;
font-weight: bold;
}

.drop
{
border-left:0px solid black;
border-right:0px solid black;	
}

.clear {
	clear: both;
}

/* ----- LINKS ----- */
/* ------------------------------------- */

a {
color: #6D93B8;
text-decoration: none;
font-weight:700;
}

a:hover {
color: #C44D40;
text-decoration: underline;
font-weight:700;
}

/* ----- MISC for PHP ----- */
/* ------------------------------------- */

.light {
	width: 85%;
	margin: 0 0 10px 20px;
	padding: 5px;
	background: #fff;
}

.dark {
	width: 85%;
	margin: 0 0 10px 20px;
	padding: 5px;
	background: #eee;
}

.headers {
	padding: 3px 0 3px 10px;
	background: #eee;
	width: 76%;
	font-weight: bold;
}

.agent_details {
	margin: 0 0 0 105px;
	clear: both;
}

.img01 {
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid maroon;
}

.agent_button {
	margin: 0 10px 0 0;
	padding: 2px;
	text-transform: uppercase;
	border: 1px solid #000;
	float: right;
}

.php_format {
	font: 11px/15px Arial, Helvetica, sans-serif;
}

.column01 {
	width: auto;
	margin: 0 20px 0 0;
	display: block;
	float: left;
}

.column02 {
	width: 80px;
	margin: 0 20px 0 0;
	display: block;
	float: left;
}

.column03 {
	width: 180px;
	margin: 0 20px 0 0;
	display: block;
	float: left;
}

.column04 {
	width: 90px;
	margin: 0 20px 0 0;
	display: block;
	float: left;
}

.column05 {
	width: 80px;
	margin: 0 20px 0 0;
	display: block;
	float: left;
}

.column06 {
	width: 190px;
	display: block;
	float: left;
	font-weight: bold;
}

.search_form {
	margin: 0 0 0 10px;
}


