/* @override 
	http://edrancourt.com/new/edrancourt.css
	http://www.edrancourt.com/edrancourt.css
	http://edrancourt.com/edrancourt.css
*/

body {
	background: #09364f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font: .9em Arial, Helvetica, sans-serif;
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#menu {
	width: 800px;
	background-color: #03151f;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	display:block;
	float: left;
	text-align: center;
	color: #ffb300;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-left: .9em;
	font: 12px/1.5em Arial, Geneva, sans-serif;
	padding-right: .8em;
	padding-bottom: 10px;
}

h1 {
	letter-spacing: 1px;
	border-color: #ffb300;
	color: #ffb300;
	font: normal normal 2em Arial, Helvetica, Geneva, sans-serif;
	padding-top: 45px;
	margin: 0;
	padding-bottom: 20px;
}

a {
	color: #fff;
}

table.featured_listings a {
	
}
a:hover {
	color: #1ebeff;
}

#main_content div.bullets {
	float: right;
	padding: 0 0 9px;
	margin-left: 20px;
	color: #00b7ff;
	border-top: 3px solid #1785b6;
	border-bottom: 3px solid #1785b6;
	margin-top: 3px;
	font-size: .9em;
	line-height: 1.5em;
}

#main_content div.awards {
	float: right;
	padding: 0 0 9px;
	margin-left: 20px;
	border-top: 3px solid #1785b6;
	border-bottom: 3px solid #1785b6;
	margin-top: 3px;
	width: 250px;
	font-size: 11px;
	line-height: 1.5em;
}



#main_content div.awards h3 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	color: #ffb300;
	padding-top: 8px;
	text-transform: uppercase;
}

#main_content div.awards ul {
	padding: 5px 0 0 15px;
	list-style-type: square;
	color: #91c4ff;
	margin: 0;
}

td.search1 {
	width: 80%;
	text-align: left;
}

.search3  strong {
	color: #1ebeff;
	font-weight: normal;
	font-style: normal;
}

td.search3 {
	width: 10%;
	font-size: .9em;
	color: #1fbbff;
}

td.search1 a {
	font-size: 1.5em;
	text-decoration: none;
	color: #ffb012;
}

td.search1 a:hover {
	color: #1ebef8;
}

td.search1 a img {
	margin-top: 10px;
	border: 1px solid #042131;
}

td.search1 a img:hover {
		border: 1px solid #0fb1ff;
}

.search_result_table td.search2 {
	text-align: left;
	border-left: 1px solid #042131;
	padding-left: 10px;
	font-size: .9em;
}

p {
	line-height: 1.6em;
	margin: 0;
	padding-bottom: 10px;
}

#main_content div.bullets h3 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	color: #ffb300;
	padding-top: 8px;
	text-transform: uppercase;
}

#main_content div.bullets ul {
	padding: 5px 0 0 15px;
	list-style-type: square;
	color: #fffafe;
	margin: 0;
	line-height: 1.7em;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #ffb300;
	text-decoration: none;
	display: block
}

#menu ul li a:hover {
	color: #fbc556;
}

li.one_line {
	padding-top: 10px;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 .8em;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	background: url(images/wrapper_bg.png) no-repeat;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 800px;
	height: 274px;
	padding: 0;
	margin: 0;
}


#header_profile {
	background: url(images/header_profile.jpg) no-repeat;
	width: 800px;
	height: 274px;
	padding: 0;
	margin: 0;
}


#header_principal {
	background: url(images/header_principal.jpg) no-repeat;
	width: 800px;
	height: 274px;
	padding: 0;
	margin: 0;
}


#header_featured {
	background: url(images/header_featured.jpg) no-repeat;
	width: 800px;
	height: 274px;
	padding: 0;
	margin: 0;
}


#header_links {
	background: url(images/header_links.jpg) no-repeat;
	width: 800px;
	height: 274px;
	padding: 0;
	margin: 0;
}

#header_contact {
	background: url(images/header_contact.jpg) no-repeat;
	width: 800px;
	height: 274px;
	padding: 0;
	margin: 0;
}

#header_listings2 {
	background: url(images/header_listings2.jpg) no-repeat;
	width: 800px;
	height: 274px;
	padding: 0;
	margin: 0;
}



#header_listings {
	background: url(images/header_listings.jpg) no-repeat;
	width: 800px;
	height: 274px;
	padding: 0;
	margin: 0;
}



#header_about {
	background: url(images/header_about.jpg) no-repeat;
	width: 800px;
	height: 274px;
	padding: 0;
	margin: 0;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#main_content {
	padding: 0 0 40px;
	color: #fff;
	font-size: .9em;
	line-height: 1.5em;
	min-height: 350px;
}

h2 {
	font-weight: normal;
	font-style: normal;
	color: #16bbff;
	letter-spacing: 1px;
}

#top {
	height: 28px;
	width: 800px;
	text-align: right;
	padding-top: 60px;
	color: #ffb300;
	text-transform: capitalize;
	font-size: 12px;
}
#footer {
	padding: 10px 0 70px;
	border-top: 5px solid #03151f;
	color: #03151f;
	font-size: .8em;
	background: url(images/footer_bg.jpg) no-repeat;
	margin: 0 auto;
	width: 800px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer div.left {
	color: #79d1ff;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;
	padding-left: 0;
	text-align: left;
}

div.coalesce {
	padding-top: 20px;
	color: #00b4ff;
	font-size: .9em;
}

div.coalesce a:link, div.coalesce a:visited {
	color: #01b3fd;
	text-decoration: none;
}