/* CSS Document */

html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-image:url(../images/bgtile.jpg);
	background-position:center top;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}

/* Layout */

#container {
	width:100%;
	min-height:100%;
	background-image:url(../images/bgheader.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	margin:0;
	padding:0;
}

#header {
	width:800px;
	height:112px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
}
#header img {
	padding:25px;
	border:none;
}

#wrapper {
	width: 812px;
	min-height:700px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image:url(../images/wrapper.png);
	background-repeat:repeat-y;
	position:relative;
}

#content {
	width:760px;
	background-color:#FFFFFF;
	padding-bottom:70px;
	margin-left:26px;
	margin-right:26px;
}

#footer {
	width:812px;
	height:70px;
	text-align:center;
	color:#851a1b;
	font-variant:small-caps;
	font-size:13px;
	letter-spacing:.1em;
	font-weight:bold;
	padding-top:10px;
	position:absolute;
	bottom:0;
}

#footer ul {
	list-style:none;
}

#footer ul li {
	display: inline;
	margin:0 7px 0 7px;
	padding:0;
}

#footer a, #footer a:visited {
	color:#851a1b;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

/* Homepage */

#slideshow {
	height:305px;
	width:480px;
	float:left;
	margin:20px 15px 0 5px;
	background-image:url(../images/bg_slideshow.jpg);
	text-align:center;
}

#slides {
	width:469px;
	height:294px;
	margin:8px 3px 3px 8px;
}

#rightnav {
	width:260px;
	float:left;
	margin-top:25px;
}

#rightnav ul {
	list-style:none;
	padding:0;
	margin:0;
}

#rightnav ul li {
	display: block;
	width:255px;
	height:80px;
	margin: 15px 0 0 0;
}

#rentals {
	width:255px;
	height:80px;
	background-image:url(../images/button_rentals.jpg);
}
#apply {
	width:255px;
	height:80px;
	background-image:url(../images/button_apply.jpg);
}
#map {
	width:255px;
	height:80px;
	background-image:url(../images/button_map.jpg);
}

#large_map {
	width: 594px;
	height: 450px;
	margin: 0 auto 0 auto;	
}

#rentals a, #rentals a:visited, #apply a, #apply a:visited, #map a, #map a:visited {
	width:106px;
	height:26px;
	line-height:26px;
	display:block;
	background-image:url(../images/button_curved.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0;
	margin:0 0 0 2px;
	padding:47px 0 0 0;
	text-decoration:none;
	color:#941f1f;
	font-weight:bold;
	letter-spacing:.1em;
}

#rentals a:hover, #apply a:hover, #map a:hover {
	background-image:url(../images/button_curved_over.png);
	color:#FFFFFF;
}

#clicktocall {
	width:750px;
	height:238px;
	margin:5px 5px 25px 5px;
	background-image:url(../images/clicktocallbox.jpg);
}

#clicktocall h2 {
	float:right;
	width:260px;
	text-align:center;
	display:block;
	font-variant:small-caps;
	margin-top:180px;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
}

#clicktocall h2 a, #clicktocall h2 a:visited {
	color:#851a1b;
	text-decoration:none;
}

#clicktocall h2 a:hover {
	color:#000000;
}

#clicktocall h1 {
	float:left;
	width:460px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	margin-top:45px;
	margin-bottom:5px;
	margin-left:15px;
	font-size:30px;
}

#clicktocall p {
	float:left;
	width:460px;
	display:block;
	text-align:justify;
	margin-left:15px;
	margin-top:0px;
	color:#FFFFFF;
	font-size:13px;
}

#clicktocall a, #clicktocall a:visited {
	text-decoration:underline;
	color:#FFFFFF;
}

#clicktocall a:hover {
	color:#000000;
}


h1  {
	text-align: center;
	font-size: 24px;
}

h3  {
	text-align: center;	
}
/* Navigation Top */

#navbar {
	width:800px;
	height:60px;
	display:block;
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding:0;
	margin: 0 auto 0 auto;
	background-color: #a72828;
}

#navbar ul {
	height: 60px;
	padding-left:0;
	margin: 0 auto 0 auto;
	background-image:url(../images/navbar.jpg);
	list-style: none;
}

#navbar ul li {
	width: auto;
	height:60px;
	line-height:60px;
	float: left;
	text-align: center;
	margin:0;
}

#navbar a, #navbar a:visited {
	display: block;
	width: 160px;
	height:50px;
	margin:10px 0 0 0;
	padding: 0;
	line-height: 40px;
	color: white;
	text-decoration: none;
	letter-spacing: .1em;
	background:none;

}

#navbar a:hover {
	width: 60;
	height:50px;
	margin:10px 0 0 0;
	padding: 0;
	line-height: 40px;
	background-image:url(../images/tab.png);
	color:#000000;
}
