/* GD Layout Style SHERI BUTLER */

/* This stylesheet contains SHERI BUTLER specific styles */



/* colors:
mustard - DEC577
lite mustard - F2E9CA
red - A81C20
green - 5D632A
*/


body {
	margin: 0;
	padding: 0;
	background: url(template_images/bg.gif) repeat-x;
	font-size: 90%;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

#sbWrapper {
	position: relative;
	text-align: left;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	background: url(template_images/main_top_bg.gif) no-repeat center top;
}

#sbContainer {
	position: relative;
	text-align: left;
	width: 835px;
	padding: 140px 0 0 0;
	xxborder: 1px solid red;
}

#sbSidesFade {
	background: url(template_images/sides_bg.gif) repeat-y left top;
}

#flashArea {
	position: absolute;
	left: 52px;
	top: 136px;
	width: 698px;
	height: 331px;
	xxbackground-color: yellowgreen;
	xxborder: 1px solid magenta;
}

#sbNavigation {
	position: relative;
	width: 825px;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 0 0 0 5px;
	padding: 0;
	xxborder: 1px solid yellow;

}

#sbNavigation ul {
	background-color: #000;
	height: 24px;
	list-style: none;
	margin: 0;
	padding: 4px 5px 0 5px;
}

#sbNavigation li {
	display: inline;
}

#sbNavigation a:link, #sbNavigation a:visited { 
	padding: 3px 20px 2px 20px; 
	color: #FFFFFF;
	background-color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

#sbNavigation a:hover {
	color: #fff;
	background: #333 url(template_images/horznav_ov.gif) repeat-x top left;
	border-bottom: 2px solid #333;
}

/* INFO */

#agentTopInfo {
	background-color: transparent;
	width: 825px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	text-align: center;
	color: #000;
	padding: 4px 5px 3px 5px;
}

#sbContent {
	margin: 15px 5px 0 195px;
	padding: 0 10px 20px 20px;
	xxborder: 1px solid pink;
}

#sbContent p {
	font-size: 100%;
}

#sbContent h1 {
	font: bold 150% "Times New Roman", Times, serif;
	letter-spacing: .1em;
	color: #48413e;
	background-color: transparent;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
}

#sbContent h2 {
	font: bold 130% "Times New Roman", Times, serif;
	letter-spacing: .1em;
	color: #48413e;
	background-color: transparent;
	border-bottom: 1px solid #EBE5D5;
}

#sbContent h3 {
	font: normal 120% "Times New Roman", Times, serif;
	color: #48413e;
	background-color: #EBE5D5;
	padding: 3px 0 4px 10px;
}

.sbContentLink{
}

.sbContentLink a:link, .sbContentLink a:visited {
	color: #5D632A;
	text-decoration: underline;
}

.sbContentLink a:hover, .sbContentLink a:active {
	color: #A81C20; 
	text-decoration: none;
}

#leftFloat {
	float: left;
	width: 270px;
	padding: 10px 10px 5px 10px;
	margin: 15px 0 20px 0;
	background-color: #F2E9CA;
}

#rightFloat {
	float: right;
	width: 270px;
	padding: 10px 10px 5px 10px;
	margin: 15px 0 20px 0;
	background-color: #F2E9CA;
}

* html #leftFloat {
	float: left;
	width: 260px;
	padding: 10px;
	margin: 0 0 20px 0;
	background-color: #EBE5D5;
}

* html #rightFloat {
	float: right;
	width: 260px;
	padding: 10px;
	margin: 0 0 20px 0;
	background-color: #EBE5D5;
}


/* navigation */

Html>body  #sbLeftSide  { /* for FF */
	position: absolute;
	top: 197px;
	left: 5px;
	width: 200px;
	text-align: center;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	background: url(template_images/nav_bg_grad.gif) no-repeat top left; 
}
	
*:first-child+html #sbLeftSide  { /* for IE7 */
	position: absolute;
	top: 197px;
	left: 5px;
	width: 200px;
	text-align: center;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	background: url(template_images/nav_bg_grad.gif) no-repeat top left;
}

#sbLeftSide {
	position: absolute;
	top: 197px;
	left: 5px;
	width: 200px;
	text-align: center;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	background: url(template_images/nav_bg_grad.gif) no-repeat top left;
}

#sbLeftSide a:link, #sbLeftSide a:visited {
	color: #A81C20;
	text-decoration: underline;
}

#sbLeftSide a:hover, #sbLeftSide a:active {
	color: #5D632A; 
	text-decoration: none;
}

.sbLeftSideTestimonials {
	position: relative;
	padding: 5px 12px 10px 10px;
	text-align: center;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
}

/* Login */		

Html>body  #loginNav  { /* for FF */
	margin: 30px 0 0 28px;
	width: 140px;
	text-align: center;
	background-color: #F2E9CA;
	border: 1px solid #DEC577; 
}
	
*:first-child+html #loginNav  { /* for IE7 */
	margin: 30px 0 0 28px;
	width: 140px;
	text-align: center;
	background-color: #F2E9CA;
	border: 1px solid #DEC577; 
}

#loginNav {
	margin: 30px 0 0 0;
	width: 140px;
	text-align: center;
	background-color: #F2E9CA;
	border: 1px solid #DEC577; 
}

#loginNavHeaderText {
	padding: 5px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #5D632A; 
}

#loginNavText {
	margin: 5px;
	padding: 0;
	font-size: 10px;
	color: #333; 
}

#loginNavLogin {
	padding: 0 0 5px 0; 
}

#loginNavLoginText { 
	font-size: 11px;
	font-weight: bold;
	color: #DEC577;
	text-decoration: none; }		

	

/* logoNav */

#logoNavContainer {
	position: relative;
	width: 178px;
	margin: 10px 0px 0px 0px;
	text-align: center; 
}
	
#logoNav {
	border: 0px;
}	

/* OTHER TEXT STYLES */

.pageTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.pageLink {
	color: #A81C20;
}

.bold {
	font-weight: bold;
}

.darkTxt {
	color: #48413E;
}

.leftCol {
	background-color: #EBE5D5;
}

.italicTxt {
	font-style: italic;
}

.logo_area {
	text-align: center;
}

.tableLayout {
	border: 1px solid #ededed;
	border-collapse: collapse;
}

.tableLayout td, .tableLayout th {
	border: 1px solid #ededed;
	padding: 4px;
}


.sbLinkColor a:link, .sbLinkColor a:visited {
	color: #A81C20;
	text-decoration: underline;
}

.sbLinkColor a:hover, .sbLinkColor a:active {
	color: #5D632A; 
	text-decoration: none;
}

#ci46054h {
	font: bold 175% "Times New Roman", Times, serif;
	letter-spacing: .1em;
	color: #48413e;
	background-color: transparent;
	border-bottom: 1px solid #333;
}

#logInBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	background-color: #F2E9CA;
	border: 1px solid #666;
	padding: 5px 25px 5px 25px;
	margin: 10px 0 10px 0;
	height: 50px;
}

/* end other text styles */

/* TOP DESCRICPTION */

.rightTopBox {
	background-color: #F2E9CA;
	padding: 10px 20px 10px 20px;
}

.rightTopTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
}

/* FOOTER STYLE */

#sbFooter {
	height: 10px;
	padding: 0;
	background: #fff url(template_images/bottom_base.gif) no-repeat center top;
}

#sbFooterTxt {
	margin: 0;
	padding: 15px 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 11px;
	color: #48413E;
}

#sbFooterTxt a:link, #sbFooterTxt a:visited {
	color: #A81C20;
	text-decoration: underline;
}

#sbFooterTxt a:hover, #sbFooterTxt a:active {
	color: #5D632A; 
	text-decoration: none;
}

#spRandomTestimonialText, #spRandomTestimonialName {
	font-family: "Times New Roman", Times, serif;
}



.clear {
	clear: both;
}
	
/* GD FOOTER */

#gd {
	width: 825px;
	display: none;
	text-align: right;
	background-color: #fff; 
}	

#gdContainer {
	margin: 25px 5px 5px 5px; 
}

.gdText {
	font-size: 10px;
	font-family: arial;
	color: #333;
	text-decoration: none; 
}	






