* {
	margin:0px;
	padding:0px;
}

* .accessibility {
	display: none;
}

body {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

	background: #a9cbe8 url(../images/background.jpg) no-repeat top center;
}
body p {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea, select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input, textarea {
	padding: 1px 2px;
}

fieldset {
	border: none;
}
legend {
	display: none;
}
ul {
	list-style: none;
}
li {
}
img {
	border: none;
}
.PNG {
	behavior: url(../css/iepngfix.htc)
}

/*	==============
	MAIN CONTAINER
	==============	*/
#sellinghouses_container {
	width: 973px;
	margin: 0px auto;
	background-color: #ffffff;
}

/*	=============
	LOGO & BANNER
	=============	*/
#sellinghouses_header {
	padding: 10px 10px 10px 10px;
	background: #5d8db1 url(../images/header_bg.jpg) no-repeat top left;
}
#sellinghouses_logo {
	float: left;
}
#sellinghouses_banner {
	float: right;
	border: 1px solid #000000;
}

/*	================
	FLASH NAVIGATION
	================	*/
#sellinghouses_flashnavigation {
	height: 165px;

}

/*	==========
	NAVIGATION
	==========	*/
#sellinghouses_navigation {
	background: #356196 url(../images/navigation/background.jpg) repeat-x top;
}

/*	====================
	SKY BANNER CONTAINER
	====================*/
#sellinghouses_skybanner {
	float: right;
	width: 140px;
}
#sellinghouses_skybannerflash {
	padding: 10px;
}
/*	====================
	Call For Entries Banner
	====================*/
#CallForEntries {
	border-bottom: solid 2px black;
	border-top: solid 2px black;
	margin-top: -1px;
}

/*	================
	SIA FOOTER CONTAINER
	================  */
#SHA_Footer {
	/*position:relative;
	top: 270px;*/
	height: 1%;
	margin: 50px 0px 0px 0px;
}
#RemindersArea { 
	float: left;
	width: 337px;
	min-height: 81px; 
	height: auto !important; 
	height: 81px; 
	margin: 159px 0px 0px 0px;
	
	background-color: #263e71; 
	
	/*This is The Background Opacity Settings for all Boswers*/
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#MedRecArea {
	float: left;
	/*margin-top:-182px;*/	
	padding: 8px;
	width: 301px;
	
	
	background-color: #363636;
	
	/*This is The Background Opacity Settings for all Boswers*/
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/*	================
	FOOTER CONTAINER
	================  */
#sellinghouses_footer {
	background-color: #FFF;
}
#logos {
	float: left;
}
#footer_nav {
	float: left;
	color: #b9babd;
	padding: 20px 0px 0px 0px;
}
#footer_nav a {
	float: left;
	display: block;

	color: #b9babd;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #b9babd;
}
#footer_nav a:hover {
	text-decoration: underline;
}
#footer_nav .last {
	margin-right: 5px;
}
#ids_logo {
	float: right;
	color: #b9babd;
}

.clear {
	clear: both;
	overflow:hidden;
	line-height:0;
	font-size:0;
}