﻿body {
	background:#2c4da0;
	margin: 0;
}

td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	vertical-align:top;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#c42026;
}

a:hover {
	color:#000;
}

img {
	border:0;
}

p {
	display:block;
	margin:0 0 17px 0;
	line-height:17px;
}

h1, h2 {
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#c42026;
	display:block;
	margin:0 0 10px 0;
}

h3 {
	font-size:18px;
	font-weight:normal;
	text-transform:capitalize;
	color:#000;
	margin:0 0 5px;
	display:block;
}

h4 {
	font-size:16px;
	font-weight:normal;
	text-transform:capitalize;
	color:#000;
	margin:0;
	display:block;
}

.small-links {
	font-size:14px;
	text-transform:capitalize;
	display:block;
}


/*--------------Content Section---------------*/

#content {
	background:url(../siteart/sitebg.gif) repeat-x top #d8d9d9;
	padding:10px 0 30px;
}

#header {
	padding:0 0 10px 0;
}

.address {
	float:right;
	width:300px;
	font-size:18px;
	text-align:right;
	margin-top:20px;
}

.numbers {
	color:#c50000;
}


/*---Navigation Section---*/

#nav {
	background:url(../siteart/navbg.gif) no-repeat;
}

#nav table {
	width:100%;
	height:48px;
}

#nav td a:link, #nav td a:visited, #nav td a:active {
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	padding:15px 20px;
	border-right:1px solid #b71418;
	border-left:1px solid #f9262a;
	display:block;
}

#nav td a:hover {
	color:#000;
}

.sub-menu {
	position:absolute;
	visibility: hidden;
	z-index: 100;
	background:url(../siteart/subnavbg.png) no-repeat bottom left;
	width:180px;
	padding:10px;
}

.sub-menu a:link, .sub-menu a:visited, .sub-menu a:active {
	display: block;
	border-bottom:1px dotted #9c0d13;
	padding:5px 0;
	color:#fff;
	width:180px;
	text-decoration:none;
	text-transform:capitalize;
}

.sub-menu a:hover {
	color:#000;
}


/*---Mid Section---*/

#mid {
	padding:10px 0 20px;
}

#gallery {
	width:639px;
	height:339px;
}

#mid-right {
	background:url(../siteart/mid-right-bg.jpg) no-repeat top left;
	text-align:center;
	padding:15px 0;
	width:355px;
}


/*---Highlight Section---*/

#highlight-bar {
	background:url(../siteart/highlight-link-bar.gif) no-repeat top left;
}

#highlight-bar a:link, #highlight-bar a:visited, #highlight-bar a:active {
	text-align:center;
	text-decoration:none;
	text-transform:capitalize;
	padding:11px 100px;
	border-right:1px solid #e3e1e1;
	font-size:16px;
	font-weight:bold;
	display:block;
	width:128px;
	color:#c42026;
	float:left;
}

#highlight-bar a:hover {
	color:#000;
}



/*---Main Section---*/

#main-content {
	padding: 20px 0;
}

#main-content table {
	width:100%;
}

#main {
	width:634px;
	padding-right:30px;
	border-right:1px solid #e3e1e1;
}

#sidebar {
	padding-left:30px;
	width:300px;
}

.search-form {
	background:#fff;
	border:1px solid #e3e1e1;
	padding:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	display:block;
}

.search-form table {
	width:280px;
}

.label {
	width:80px;
}

.link-section {
	float:right;
	width:200px;
	margin-left:20px;
	background:#fff;
	border:1px solid #e3e1e1;
	padding:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	display:block;
}

/*---Slide Section---*/

#slide {
	background:url(../siteart/slidebg.gif) no-repeat;
	padding:10px;
	color:#fff;
}

.lease-slides {
	width:300px;
	height:210px;
	margin-bottom:16px;
	display:block;
}

#slides {
	height:339px;
	width:639px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
#slides img {
	position: absolute;	
	height:339px;
	width:639px;
}


/*---------------Forms Section----------------*/

label {
	display:block;
	margin:5px 0 3px;
}

input:hover, textarea:hover, select:hover	{
	background: #f3f3f3; 
}

input:focus, textarea:focus, select:focus	{ 
	background: #f7f7f7; 
}


.form-input {
	width: 300px;
	background: #fff;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding: 8px;
	border: 1px solid #e3e1e1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

textarea.form-input {
	width: 634px;
	height: 200px;
	background: #fff;
	border: 1px solid #e3e1e1;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

textarea.form-input:hover {
	background: #f3f3f3;
}

textarea.form-input:focus {
	background: #f7f7f7;
}


/*--------------Footer Section---------------*/

#footer {
	background:url(../siteart/footerbg.gif) repeat-x top #2c4da0;
	padding:0 0 30px;
	text-align:center;
}

.icons {
	display:block;
	padding:3px 0;
	text-align:left;
	width:994px;
	margin:0 auto 30px auto;
	color:#fff;
}
