@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
}
body {
	background-color:#efefef; /*#efefef*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#474747;
}
a:focus, a:hover {
	color:#474747;
	text-decoration: none;
}
a {
	color:#333;
	text-decoration:underline;
}
.container {
	background-color: #FFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding:0 0 30px 0;
}
h1, h1 a {
	display:block;
	height:87px;
	margin:0;
	text-indent:-9999px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 221px 32px;
	padding-bottom:20px;
}
h2 {
	color:#474747;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	color:#474747;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom:0.5em;
	line-height: 1.5em;
}

/* MAIN HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/

ul#nav {	
	width:724px;
	list-style:none;
	height:42px;
	padding-left:46px;
}

ul#nav li {
	display:inline
}

ul#nav li a {
	height:42px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#nav  li a span {
	float:left;
	display:block
}

ul#nav li#nav-1 a {
	width:62px;
	background:url(../img/nav.jpg) no-repeat 0px 0


}

ul#nav li#nav-1 a:active,
ul#nav li#nav-1 a:hover {
	background-position:0px -42px
}
ul#nav li#nav-1 a.current {
	background-position:0px -84px
}

ul#nav li#nav-2 a {
	width:101px;
	background:url(../img/nav.jpg) no-repeat -62px 0


}

ul#nav li#nav-2 a:active,
ul#nav li#nav-2 a:hover {
	background-position:-62px -42px
}
ul#nav li#nav-2 a.current {
	background-position:-62px -84px
}

ul#nav li#nav-3 a {
	width:144px;
	background:url(../img/nav.jpg) no-repeat -163px 0


}

ul#nav li#nav-3 a:active,
ul#nav li#nav-3 a:hover {
	background-position:-163px -42px
}
ul#nav li#nav-3 a.current {
	background-position:-163px -84px
}

ul#nav li#nav-4 a {
	width:229px;
	background:url(../img/nav.jpg) no-repeat -307px 0


}

ul#nav li#nav-4 a:active,
ul#nav li#nav-4 a:hover {
	background-position:-307px -42px
}
ul#nav li#nav-4 a.current {
	background-position:-307px -84px
}

ul#nav li#nav-5 a {
	width:188px;
	background:url(../img/nav.jpg) no-repeat -536px 0


}

ul#nav li#nav-5 a:active,
ul#nav li#nav-5 a:hover {
	background-position:-536px -42px
}
ul#nav li#nav-5 a.current {
	background-position:-536px -84px
}
/*- Side Menu --------------------------- */
#navcontainer {
	display: inline-block;
	height: 1%;
	display: block;
	width: 196px;
	float: left;
	padding: 0 0 0 56px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
	margin: 18px 0 0 0;

}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navcontainer a, #navcontainer .not {
	display: block;
	padding: 5px 5px 5px 10px;
	width: 181px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited {
	color: #474747;
	text-decoration: underline;
}

#navcontainer a:hover, #navcontainer a.current {
	background-color: #474747;
	color: #fff;
	background-image: url(../img/menu-bg.gif);
	background-repeat: repeat-x;
	text-decoration:none;
}

.content{
	width: 840px;
	margin-right: 0;
	float: left;
	padding: 0;
}
.main {
	width: 522px;
	margin-right: 0;
	float: left;
	color:#535453;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
.main img {
	/*border:3px solid #EEEEEE*/;
	float:right;
	margin:-20px 0 15px 25px;
	padding:1px;
}
.main p {
	padding: 0 32px 0 0;
}
.main-lease {
	width: 522px;
	margin-right: 0;
	float: left;
	color:#535453;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 59px;
}
.side-home{
	display: inline-block;
	height: 1%;
	display: block;
	width: 285px;
	padding: 10px 0 0 67px;
	float: left;
}
.side {
	display: inline-block;
	height: 1%;
	display: block;
	width: 200px;
	float: left;
	padding: 18px 0 0 56px;
}
.side a {
	color:#6F3;
}
.flash {
	float:right;
	padding: 0 51px 0 0;
}
.footer{
	display: block;
	width: 840px;
	font-size: 10px;
	color:#999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 38px;
}
.footer img {
	float:right;
    padding:0 20px 0 0;
}
/* Forms */
input, select, textarea
{
	background: url(../img/input-back.gif) repeat-x;
	border: 1px solid #c6c6c6;
	color: #333;
	padding: 8px;
	background-color:#FFF;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.input-go {
	background: #474747;
	border: none;
	color: white;
	font-size: 0.85em;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
	font-weight:bold;
}
p#form-info {
	padding: 5px 5px 5px 40px;
	margin: 8px;
	background: url(../img/warning.gif) left no-repeat;
	display:none;
}
p#form-success {
	padding: 5px 5px 5px 40px;
	margin: 8px;
	background: url(../img/yes.gif) left no-repeat;
	display:none;
}
#contact-form p {
	margin:0;
}

