body{
	margin:0;
	text-align: center;
	font: 0.8em Arial;

}

#container{
	background:url(../images/sce/template/extender.jpg) repeat-y;
	margin: 0 auto 0 auto;
	width: 955px;
	
}

/* Header Layout Style  *************************************/

#headerContainer{
	height: 129px;
	width: 100%;
	text-align: center;
	
}

.innerHeader{
	width: 100%;
	margin: 0 auto;
}

/* Content Layout Style *************************************/

#contentContainer{
	background:url(../images/sce/template/3a.jpg) no-repeat;
	margin: 0px auto 0 auto;
	height: auto;
	width: 955px;
	min-height: 350px
	
}

#contentContainerSub{
	background:url(../images/sce/template/3b.jpg) no-repeat;
	margin: 0px auto 0 auto;
	height: auto;
	width: 955px;
	min-height: 350px
	
}

#contentTop{
	width: 100%;
	height: 10px;
	text-align: right;
}

#contentCenter{
	width: 955px;
	float: left;
	text-align: left;
	min-height: 350px
}


.contentInner{
	padding: 0px 0px 0px 0px;
	height: auto;
	
	/* modify later */
}


/* Main style *************************************/


#menuContainer{
	background: url(../images/sce/template/extenderMenu.jpg) repeat-y;
	width: 100%;
	

}

#menuContainer div.menuInner{
	width: 886px;
	height: 28px;
	margin: 0 auto;
	text-align: left;

}


/*
#menu {
	background: url(../images/sce/template/extenderMenu.jpg) repeat;
}

#menu a.main_menu{
	background: url(../images/sce/template/extenderMenu.jpg) repeat;
}
*/



/* Footer Layout Style *************************************/

#footerContainer {
	background: url(../images/sce/template/4a.jpg) no-repeat;
	clear: both;
	width: 955px;
	height: 72px;
	text-align: center;
	margin: 0px auto;
	
}

.footerInner{

}

#footerContainerBottom {
	width: 955px;
	margin: 0px auto;
	
}

.footerTop{
	height: 32px;
	/* border: 1px solid green; */
}

.footerCenter{
	background: url(../images/sce/template/extenderFooter.jpg) repeat;
	height: 28px
}

.footerBottom{
	height: 32px;
}

.footerTextLinks{
	color: #606060;
}

/* Other default stuff for the tags ******************************/

img{
	border: 0px;
}

p{
	/*color: #686868; */
	margin: 15px 0px 15px 0px; 
}

/* Donation Form Layout styles */

html[xmlns] .clearfix {
        display: block;
}

.form_row {
	padding:0 0 8px;
	text-align:left;
}

.form_row label {
	display:block;
	float:left;
	padding:3px 0;
	width:250px;
}
label {
	color:#666666;
	cursor:pointer;
	font-weight:bold;
}

.blue_box_heading{
	background-color:#12637e;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding: 10px 0px 10px 10px;
	text-align:left;
	width:100%;
}

.blue_box_heading_custom{
	background-color:#12637e;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	width:100%;
}


/* realestate quick form */
.quick_form{
	background: url(../images/sce/template/quickSearchBody.jpg) no-repeat;
	width: 256px;
}

.quick_form label.quick_form_element{
	float: left;
	margin: 0px;
	width: 90px;
}

.quick_form span.quick_form_data{
}

.quick_form .quick_top{
	width: 100%;
	height: 42px;
}

.quick_form .quick_middle{
	width: 100%;
	padding: 15px 0px 0px 15px;
}

.quick_form .quick_bottom{
	background: url(../images/sce/template/quickSearchBottom.jpg) no-repeat;
	height: 11px;
	width: 100%;
}

