/* CSS Document */
/*‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡-CONSTANTS-‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡*/
* {
	margin:0;
	padding:0;
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#666666;
}
body {
	background:#bfc4c7 url(../images/bg.jpg) repeat-x;
}

img {
	border:0;
}
b {
	font-weight:bolder;
}
area {
	cursor:pointer;
}
p {
	text-align:left;
}
h1,h2,h3,h4,h5 {
	font-weight:bolder;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
#container{
	width:100%;
	background:url(../images/bg1.png) no-repeat top center;
}

.header {
	position:relative;
	margin:auto;
	width:766px;
	height:350px;
}
.header .col1 {
	float:left;
	padding-left:10px;
	width:270px;
	height:100px;
}
.header .col2{
	float:left;
	width:468px;
	height:100px;
}
.header li {
	list-style:none;
	float:left;
	margin:5px;
}
.header li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}
.header li a:hover {
	text-decoration:underline;
}
.header img {
	clear:left;
	float:left;
}
.content {
	position:relative;
	margin:auto;
	width:746px;
	padding: 0 10px 0 10px;
	background:#FFFFFF;
}
.posts {
	position:relative;
	width:550px;
	overflow:hidden;
}
.posts .title {
	margin-bottom:10px;
}
.posts .title a {
	font-size:16px;
	font-weight:bolder;
	text-decoration:none;
	color:#987651;
}
.posts .title a:hover {
	text-decoration:underline;
	
}
.quick_quote {
	width:174px;
	padding:5px;
	border:#bda28a 1px solid;
}
.quick_quote input {
	border:#bda28a 1px solid;
}
.footer {
	position:relative;
	margin:auto;
	width:746px;
	padding:0 10px;
	background:#FFFFFF;
	font-size:10px;
	text-align:center;
}
.footer a {
	font-size:10px;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.quick_quote li {
	list-style:none;
	text-align:left;
	margin-bottom:3px;
}
.page {
	padding:10px;
	background-color:#eee7e0;
	text-align:center;
}
#popup {
	position:absolute;
	width:270px;
	height:300px;
	background:#FFFFFF;
	z-index:200;
	padding:20px;
}
#popup ul {
	width: 100%;
	list-style: none;
	color: #666666;
}
#popup ul li {
	clear:left;
	text-align:left;
	padding:5px 5px 5px 0;
}
#popup ul li label {
	float:left;
	width:50px;
	margin:5px 10px 0 0;
	font-weight:bolder;
}
#popupbg {
	position:absolute;
	top:0;
	left:0;
	background:#666666;
	z-index:100;
}
#trigger {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:10px;
}