@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/intBdyBG.jpg);
}
h3 {
	color: #2B5CAB;
}
.price {
	font-size: 1em;
	color: #335093;
	font-weight: bold;
}
.detailHdr {
	font-size: 0.85em;
	color: #666;
	font-weight: bold;
	background-color: #EBEFF8;
}
#footer {
	font-size: 9px;
	text-align: center;
}
#wrap {
	width: 991px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px none #506F87;
}
#header {
	width: 991px;
	height: 78px;
	background-image: url(../img/headerINTBG.jpg);
	background-repeat: no-repeat;
}
#textArea {
	width: 752px;
	margin-top: 8px;
	margin-left: 20px;
	float: left;
	display: block;
	background-color: #FFF;
	border: 1px solid #3965A4;
}
#textArea_idx {
	width: 946px;
	margin-top: 8px;
	margin-left: 20px;
	float: left;
	display: block;
	background-color: #FFF;
	border: 1px solid #3965A4;
}
#textAreaAlt1 {
	margin-top: 8px;
	margin-left: 20px;
	float: left;
	display: block;
	background-color: #FFF;
	border: 1px solid #3965A4;
	width: 946px;
}
#rtColumn {
	width: 190px;
	float: left;
	margin-top: 7px;
	margin-left: 4px;
	background-color: #afbfe3;
	font-size: 10px;
	border: 1px solid #333;
	height: auto;
	background-image: url(../img/detailHdr.gif);
	background-repeat: repeat-x;
}

#text {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	display: block;
}
#address {
	color: #2D4F9D;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../img/detailHdr.gif);
}

#btm {
	background-image: url(../img/INTBtmBG.gif);
	height: 29px;
	width: 991px;
	float: left;
}


#nav {
	width: 991px;
	height: 37px;
	background-image: url(../img/INTnavBG.gif);
}
#wrap #nav #tabs {
	margin-left: 13px;
}

#content {
	width: 991px;
	background-image: url(../img/INTContentBG.gif);
	background-repeat: repeat-y;
	float: left;
	display: block;
	height: auto;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.detaildata {
	font-size: 0.85em;
	color: #6789A4;
	background-color: #FFF;
}
.detailTxt {
	font-size: 0.85em;
	color: #333;
	background-color: #FFF;
}
.detailTxt a{
	color: #345BB8;
}
.detailTxt a:hover{
	color: #333;
	text-decoration: none;
}
#price {
	color: #F90;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.agentTxt {
	font-size: 11px;
	color: #666;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F0F0F0;
}
.agentLink a{
	font-size: 11px;
	color: #345BB8;
}
.agentLink a:hover{
	color: #2D5287;
	text-decoration: none;
}
.agentHdr {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 2px;
}
.agentHdr a{
	color: #333;
}
.agentHdr a:hover{
	color: #466EA2;
	text-decoration: none;
}

