.testBox {
	border:1px solid #FF0000;
}

#main_site_container{
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:1013px;
	height:194px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header_3.jpg);
}

#content_container{
	width:953px;
	height:100%;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
	padding-bottom:0px;
}

#content{
	line-height:1.8;
	text-align:left;
	color:#444444;
}

.section_title{
	background-image:url(../images/background_search_title.gif);
	background-repeat:no-repeat;
	width:286px;
	height:27px;
	color:#FFFFFF;
	
	padding-left:25px;
	font-size:13px;
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
}

.section_content{
	background-color:#663300;
	border:#ffcc99 3px solid;
	padding:15px;
	font-weight:bold;
	color:#ffcc99;
}

#title{
	padding-top:25px;
	padding-bottom:30px;
	font-size:20px;
	color:#000000;
}

#footer{
	background-image:url(../images/footer_tall.png);
	background-repeat:no-repeat;
	width:1013px;
	height:167px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:-30px;
	top:10px;
}

#footer_logo{text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	position:relative; top:-12px;
}

#floating_character {
	bottom:0px;
	padding:0;
	position:fixed;
	left:0;
	z-index:99;
}

#floating_character img {
	width:310px;
	height:56px;
}


/* =========== Overlay Window Styles start here =========== */
.modal-overlay
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#333333;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index:101;
}
.modal-window
{
	position:fixed;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
}
.close-window
{
	position:absolute;
	width:32px;
	height:32px;
	right:0px;
	top:0px;
	background:transparent url('/examples/modal-simple/close-button.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.close-window:hover
{
	opacity:.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}
/* ============================== */
.comparables_list {
	margin: 0 0 20px 0;
}
.comparables_list h6 {
	font-size:16px;
	text-align:center;
}


.fancyUl {
	list-style-image: url(/images/checkmark.png);
	margin:10px;
}

#leftContent{
	padding:10px;
	float:left;
	width:680px;
	
	border:2px solid #e6e6e6;
	
	background-image:url(../images/i_bgBox.png);
	background-repeat:repeat-x;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	margin-bottom:10px;
	
}

.rounded{
	border:2px solid #e6e6e6;
	-moz-border-radius: 10px;
        -webkit-border-radius: 10px;
	padding:10px;
}

.greyGradient{
	background-image:url(../images/i_bgBox.png);
        background-repeat:repeat-x;
}

.greyBox{
	border:1px solid #CCCCCC;
}

#mainMenu{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#260A00;
	margin-left:auto;
	margin-right:auto;
	width:1013px;
	z-index:99;
	position:relative;
}
