@charset "utf-8";
/* CSS Document */

body {
	background: #597581 url(../images/bg-extend.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
}

#container-bg {
	background: url(../images/bg-footer.jpg) no-repeat bottom center;	
}

#container {
	width: 960px;
	margin:auto;
}

#header {
	background: #be7400 url(../images/header-bg.jpg) no-repeat 0 0;
	height: 206px;
}

#menu {
	float:left;
	font-size:15pt;
	line-height:normal;
	border-bottom:1px solid #be7400;
	}
#menu ul {
	width: 550px;
	margin: 155px 0 0 380px;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url(../images/tableftF.png) no-repeat left top;
	margin:0;
	padding:0 0 0 11px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url(../images/tabrightF.png) no-repeat right top;
	padding:5px 15px 4px 0;
	color:#fff;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#be7400;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}

#home #menu #nav-home a,
#usa #menu #nav-usa a,
#canada #menu #nav-canada a,
#rental #menu #nav-rental a,
#sitemap #menu #nav-sitemap a {
/* declarations to style the current state */
	color:#be7400;
	background-position:0% -42px;
}

#home #menu #nav-home span,
#usa #menu #nav-usa span,
#canada #menu #nav-canada span,
#rental #menu #nav-rental span,
#sitemap #menu #nav-sitemap span {
/* declarations to style the current state */
	color:#be7400;
	background-position:100% -42px;
}


#content {
	width: 940px;	
	background: #ffffff url(../images/content-bg.png) repeat-x bottom left;
	padding: 10px;
}

#content p {
	text-align: justify;
	margin: 10px 5px 10px 5px;
}
.featured_content {
	background: #ffffff url(../images/gradient.png) repeat-x bottom left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20pt;
	font-size: 10pt;
	width: 440px;
	height: 230px;
}

.featured_content p {
	text-align: justify;
	padding: 0;
	margin: 0;
}

.featured_content img {
	float: right;
	border: 2px solid #999999;
	padding: 0;
	margin: 0 0 0 10px;
}


#footer {
	min-height:200px;
	text-align: center;
	color:#FFFFFF;
}

#footer a, a:visited {
	color:#FFFFFF;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.content-box {
	width: 420px;
	height: 110px;
	margin: auto;
	background: url(../images/bg-box.png) no-repeat;
}

#opt-in {
	width: 420px;
	height: 565px;
	margin: 0;
}

#opt-in form {
	background: url(../images/opt-in.png) no-repeat;
	width: 340px;
	height: 407px;
	margin: auto;
	padding: 83px 0 0 5px;
	text-align: center;	
}

#opt-in .fname {
	width: 189px;
	height: 26px;
	border: none;
}

#opt-in .contact_num {
	margin: 32px 0 0 0;
	width: 189px;
	height: 26px;
	border: none;
}

#opt-in .from {
	margin: 31px 0 0 0;
	width: 189px;
	height: 26px;
	border: none;
}

#opt-in .to {
	margin: 31px 0 0 0;
	width: 189px;
	height: 26px;
	border: none;
}

#opt-in .email {
	margin: 33px 0 38px 0;
	width: 189px;
	height: 26px;	
	border: none;		
}
h1 {
	color: #be7400;
	font-family: "Times New Roman", Times, serif;
	font-weight:lighter;
}

h2 { 
	color: #62757c;
	text-align: left;
	margin: 5px;
}

h3 {
	color: #be7400;
	font-family: "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size: 12pt;
}

a, a:visited {
	color: #be7400;
	text-decoration: none;
}

a:hover {
	color: #597581;
}

.clear{
	clear:both;
}

ul {
	color: #be7400;
}

.title {
	font-size: 20pt;
	color: #be7400;
	font-family: "Times New Roman", Times, serif;
	font-weight:lighter;
	display: block;
	margin: 0 0 20px 0;
}

.bold_txt {
	font-weight: bold;
}



