/* style.css */

a {
	text-decoration: none;
	font-weight: bold;
	border: hidden;
}

a:link { color: #B40101; }
a:visited { color: #990000; }
a:hover { color: #333333; }
a:active { color: #990000; }

body {
	margin: 0;
	font-size: small;
	line-height: 150%;
	font-weight: normal;
	background-color: #F5F5F5;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

img.center {
	display: block;
	margin: auto;
}

img.trans { 
	opacity: .5;
	border: 0px;
}

img.trans:hover { opacity: 1; }

.left { float: left; }

.right { float: right; }

p { text-align: justify; }

ul { list-style-type: disc; }
ul.check { list-style-image: url(checkbox.jpg); }
ol { list-style-type: decimal; }

a.navbtn:link { color: #000000; }
a.navbtn:visited { color: #000000; }
a.navbtn:active { color: #000000; }

a.navbtn {
	float: left;
	width: 14%;
	height: 25px;
	color: #000000;
	Padding-top: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #666666;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
}

a.navbtn:hover {
	color: #FFFFFF;
	background: #333333;
	border-left: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;
}

.submit {
	color: #000000;
	background-color: #990000;
	border: outset 2px #990000;
	font-weight: bold;
}

.submit:hover {
	color: #FFFFFF;
	background-color: #B40101;
	border: outset 2px #990000;
	font-weight: bold;
}

#container {
	width: 800px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#nav {
	width: 792px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}


#header {
	width: 800px;
	height: 200px;
	background-image: url(header.jpg);
}

#subheader {
	float: right;
	width: 420px;
	height: 65px;
	padding-right: 35px;
}

#subheader_main {
	float: right;
	width: 420px;
	height: 65px;
	padding-right: 35px;
	background: url(agentrenee.jpg) no-repeat;
}

#content {
	float: left;
	width: 60%;
	height: 360px;
}

.content_inner {
	float: left;
	width: 100%;
	height: 180px;
	padding: 0px 10px;
}

.content_text {
	float: right;
	width: 328px;
	height: 180px;
	font-size: 90%;
}

.content_text p {
	margin-top: 0px;
}

.fl {
	width: 230px;
}

.heading1 {
	font-weight: bold;
	font-size: large;
	font-variant: small-caps;
}

.heading2 {
	font-weight: bold;
	font-variant: small-caps;
}

#subscribe {
	float: right;
	width: 35%;
	height: 80px;
	margin-top: 20px;
}

#links {
	float: right;
	width: 35%;
	height: 260px;
}

a.link {
	width: 80%;
	height: 20px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 1px 5px;
	border-left: solid 3px #333333;
}

a.link:hover {
	padding: 0px 5px;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333333;
}

#list_cont {
	clear: both;
	width: 100%;
	height: 200px;
}

.listing {
	float: left;
	width: 264px;
	height: 200px;
	border: solid 1px #333333;
	margin-top: 5px;
	background-color: #FFFFFF;
}

.form {
	float: left;
	width: 150px;
	display: inline;
	padding-right: 10px;
	text-align: right;
}

#footer {
	clear: both;
	width: 800px;
	color: #FFFFFF;
	text-align: center;
	line-height: normal;
	padding-bottom: 5px;
	background-color: #000000;
	border-top: 5px solid #333333;
}

#full {
	clear: both;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#bs_inner {
	width: 50%;
	float: left;
	padding-left: 60px;
	padding-bottom: 10px;
}

.dealimg {
	width: 50%;
}
