body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #003366;
	margin: 10px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #003366;
	padding: 0px;
	margin: 0;
	text-align: left;
}

#wrapper {
	width: 795px;
	margin: 0 auto;
}
#wrapper_framed {
	width: 570px;
	margin: 0 auto;
}
#column_wrapper {
	float:left;
	width:795px;
	background-image: url(../img/content_background.jpg);
	background-repeat: repeat-y;

}
#column_wrapper_frame {
	float:left;
	width:570px;
	background-color:#FFFFFF;	
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 475px;
	float: left;
}
#center .index {
	width: 430px;
	}

#left {
	width: 170px;
	float: left;
}
#right {
	width: 150px;
	float: left;
}

#right .details {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333;
	width:275px;
	height:auto;
	margin: 0 0 10px 0;
}
#right .index {
	width: 200px;
	margin: 20px 0 0 -45px;
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
	}
#center .content {
	padding:10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#333;
}
#center .details {
	padding: 10px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	width:273px;
	height:auto;
	}
#columnheader table{
	width:560px;
}
#columnheader td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	height:1.5em;
	color: #FFFFFF;
	background-color: #003366;
}
#center .smallimages {
	text-align:center;
	float:left;
	width:65px;
	height:50px;
	margin:1px 1px 1px 1px;
	}
#left .content {
	padding: 16px 0 0 0;
	font-size: 0.75em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .details {
	position:relative;
	padding: 10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333;
	left:-180px;
	}
#right .headline {
	font-size:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	padding:0 0 10px 0;
	}
.subhead {
	font-weight:bold;
}
#right .subheadcont {
	padding:0 0 0 3em;
}
#masthead .content {
	padding: 0px;
	background-image:url(../img/cbtec_nav.jpg)
}
#masthead .header {
	position:relative;
}

#masthead .AgentInfo{
	position:absolute;
	top:0;
	right:0px;
	color:#400040;
	padding:10px 80px 0 10px;
	z-index:1;
	font-size:small;
	text-shadow: 1px 1px 5px #003;
	background-color:#FFF;
}
#masthead .AgentBug{
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	border:none;
}	
#footer .content {
	padding: 12px 0 0 0;
}
#footer {
	color:#CCC;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color:#FFF;
}
#left a:visited {
	color:#FFF;
}
#left a:hover {
	color:#CCC;
}
#center a:link {
	color:#333;
	text-decoration: none;
}
#center a:visited {
	color:#666;
	text-decoration: none;
}
#center a:hover {
	color:#333;
	text-decoration: none;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}

/* First level headers style */
h1 {
        font-family : "Times New Roman", Times, serif;
        font-size: 24px;
        font-weight: normal;
        color:#003366;
        margin-top: 0px;
}

/* Special Offers & Coupons style */
.h1a {
        font-family : "Times New Roman", Times, serif;
        font-size: 24px;
        font-weight: normal;
        color:#003366;
        margin-top: 0px;
}

/* Second level headers style */
h2 {
        font-family : "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: normal;
        color:#40668C;
        margin-bottom : 5px;
        margin-top : 3px;
}

/* Third level headers style */
h3 {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 16px;
        color:#333;
        margin-bottom: 0px;
}

/* Fourth level headers style */
h4 {
        font-family : Arial, serif, MS Sans Serif, Serif;
        font-size: 14px;
        color:#333;
        font-weight: bold;
        margin-bottom: 3px;
}

/* Fifth level headers style */
h5 {
        font-family : Arial, "Times New Roman", Times, serif, MS Sans Serif, Serif;
        font-size: 12px;
        color:#333;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 3px;
		padding: 5px 0 0 0;
}

/* H5A */
.h5a {
        font-family : Arial, "Times New Roman", Times, serif, MS Sans Serif, Serif;
        font-size: 12px;
        color:#40668C;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 3px;
}

/* Sixth level headers style */
h6 {
        font-family : Arial, "Times New Roman", Times, serif, MS Sans Serif, Serif;
        font-size: 11px;
        color:#40668C;
        font-weight: bold;
        margin-bottom: 3px;
}




/*
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 10px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 5px 0 0 0;
}
.nomargintop {margin-top: 0;}
*/
.content p {
	margin: 12px 0;
	font-size:1.2em;
}
li {
	font-size:12px;
	}

/*-class sets Main Image and thumbnails to the left of the details copy-*/
.floatleft {
	float:left;
	}
#main_copy {
	width:273px;
	height:auto;
	padding: 4px 0 0 4px;
	}
.floatright {
	float:right;
	margin: 10px;}
/*- class smallimage controls the small images on the page.-*/

.smallimage{
	text-align:center;
	float:left;
	width:65px;
	height:50px;
	margin:1px 1px 1px 1px;
	}
.dotline{
	background-image: url(../img/common/gray_dot_h.gif);
	height:1px;
	margin:0 0 5px 0;
	width:275px;
	}
.propdotline{
	background-image: url(../img/common/gray_dot_h.gif);
	height:1px;
	margin:0 0 5px 0;
	width:560px;
}
#propertydetails table {
	font-size:medium;
	font-family:Arial, Helvetica, sans-serif;
}
#propertydetails .title{
	font-weight:bold;
	width:60px;
	vertical-align:text-top;
	padding:0 25px 0 0;
	}
.button{
	margin:10px 0 5px 0;
	text-align:center;
}
#AgentBug{
	float:right;
}
#office_card { 
	padding: 10px 0 10px 10px;
	font-size:14px;
}
#office_card .office_image { 
	width:210px; 
	float:left; 
}
#office_card .office_info { 
	left: 10px; 
	width:210px; 
	margin-left: 210px; 
}
#agent_card .agent_info{
	font-size:medium;
	color:#f00;
}
.padbcont_agents {
	width:100%; 
	height:100% 
}
.padbox_agents { 
	width:auto; 
	height:auto; 
}
/* Style of smaller text */
.small_txt {
        font-family : arial;
        font-size: 11px;
        font-weight: normal;
        color: #404040;
        text-align: left;
}
.content td {
	font-size:12px;}
/*Style for Agent Profile page image*/

.content img.agent {
	float:left;
	margin: 22px 20px 10px 10px;
	}
#Bio {
	clear:left;
	width:550px;
}
#Bio li {
	font-size:1.1em;
	padding-bottom:2px;}
#Bio li li{
	font-size:1.1em;
	padding-bottom:2px;
	}
#navouter {
	position:relative;
	height:30px;
	top:5px;
}
#pagenav {
	position:absolute;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #333;
	}
#pagenav a:link {
	color:#333;
	}
#pagenav a:visited {
	color:#666;
}
#pagenav a:hover {
	color:#333;
	}
#jumpto {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	left:480px;
	top:4px;
}
#columnheader table tr a:visited, #columnheader table tr a:link {
	color: #FFF;
}

