body {
	margin: 0;
	padding: 0;
	background-color: #0072C6;
	color: White;
	font: small Verdana, sans-serif;
	color: #002244;
}

a:link, a:visited {
	color: #002244;
	font-weight: bold;
}

a:hover, a:active {
	color: #002244;
}

#wrapper {
	margin: 20px 20px 0 120px;
	background: White url(../images/corner_lg_top_right.gif) no-repeat top right;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#feature-img {
	position: absolute;
	top: 143px;
	left: 0;
}

#header {
	position: relative;
}

#main-nav {
	position: absolute;
	top: 105px;
	left: -120px;
	width: 110px;
}

#main-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

#main-nav li {
	margin-bottom: .5em;
	line-height: 1.4em;
}

#main-nav a:link, #main-nav a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#main-nav a:hover, #main-nav a:active {
	text-decoration: underline;
}

#content-wrapper {
	border-left: 266px solid #0072C6;
}

#content {
	background: transparent url(../images/corner_lg_top_left.gif) no-repeat top left;
	padding: 30px 60px;
	min-height: 1281px;
	position: relative;
	line-height: 1.5em;
}

#footer {
	margin-left: 386px;
	margin-right: 20px;
	height: 1em;
}

#footer p {
	margin-top: .5em;
}

#footer, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
}

#author {
	float: right;
}

h1 {
	color: #EF2E24;
	font-family: Arial, Sans-serif;
	font-size: 190%;
}

h2 {
	font-size: 120%;
	margin: 1.5em 0;
}

h3 {
	font-size: 100%;
	margin: 1.3em 0;
}

p, li {
	line-height: 1.5em;
}


ul, ol {
	margin-left: 5px;
	padding-left: 0;
}

ol {
	margin-left: 10px;
}

li {
	padding-left: 0;
	margin-left: 10px;
}

#vacant a:link, #vacant a:visited {
	color: #00ff00;
}

#vacant a:hover, #vacant a:active {
	color: #00ff00;
}

/* 

Testimonial Listing

*/

ul.testimonials {
	list-style-type: none;
	margin-left: 0;
}

ul.testimonials li {
	margin-left: 0;
	border-bottom: 1px solid #0072C6;
}

ul.testimonials li.last {
	border-bottom: none;
}

/* 

FAQ Listing

*/

h2.faq_heading, h2.rates_heading {
	padding-top: 1.5em;
	border-top: 1px solid #0072C6;
}


#sidebar-wrapper {
	position: absolute;
	top: 407px;
	width: 215px;
	left: 42px;
	background: white url(../images/corner_sml_top_left.gif) no-repeat top left;
}

#sidebar {
	padding: 10px;
	background: transparent url(../images/corner_sml_bottom_left.gif) no-repeat bottom left;
}

#sidebar ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#sidebar li {
	margin-bottom: 20px;
}

/* 

Lists

*/

ul.sizes {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul.sizes li {
	margin-left: 0;
	padding-left: 0;
}

dl {
 margin: 0 0 1em 0;
}

dt {
 font-weight: bold;
}

dd {
 margin-bottom: 1em;
 margin-left: 0;
}

dl.left {
	float: left;
	width: 50%;
}

dl.right {
	float: right;
	width: 50%;
}

/* 

Rates Table

*/

table.rates {
	width: 460px;
	border-collapse: collapse;
	margin-bottom: 1em;
}

table.rates caption {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 1em;
}
table.rates caption strong {
	font-size: 150%;
}

table.rates th {
	text-align: left;
}

table.rates td, table.rates th {
	padding: .3em .6em .3em 0;
}

table.rates th.price {
	text-align: right;
}

td.price {
	font-weight: bold;
	text-align: right;
}

td.price span {
	font-size: 80%;
	color: #999;
}

p.rate_condition {
	margin-top: -.5em;
	font-size: 80%;
	padding-bottom: 1em;
}

/* 

Galleries

*/

table.gallery {
	margin-bottom: 1em;
}

.gallery, .gallery td, .gallery th {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.gallery .item {
	width: 234px;
	text-align: center;
	margin-bottom: 1em;
}

.gallery img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
}

.gallery strong {
	display: block;
}

.gallery caption {
	font-size:120%;
	text-align: left;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 0 1em 0;
	margin-top: .4em;
	white-space: nowrap;
}

/* ..... old.. */

/*
.gallery, .gallery li, .gallery li ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery li {
	clear: left;
	padding-top: 20px;
}

.gallery li.first {
	padding-top: 0;
}

.gallery strong {
	display: block;
	margin: 0;
	padding: 0;
}

.gallery img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.gallery li ul li {
	background: #F7F7F7;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	clear: none;
	margin: 3px;
	padding: 5px;
	position: relative;
	text-align: center;
}

/* 

Forms

*/

form ol, form ol li {
	margin: 0;
	padding: 0;
}

fieldset {
position: relative;
float: left;
clear: both;
width: 100%;
margin: 0 0 -1em 0;
padding: 3.5em 0 1em 0;
border-style: none;
border-top: 1px solid #ccc;
background: #F7F7F7 none repeat-x;

}
legend {
padding: 0;
color: #002244;
font-weight: bold;
}

legend span {
position: absolute;
margin-top: 0.5em;
font-size: 135%;
left: 0.74em;
top: -2.5em;
}

fieldset ol {
padding: 0 1em 0 1em;
margin-left: 0;
list-style: none;
}

fieldset p {
	margin-left: 1em;
}

fieldset ol li {
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}

fieldset.submit {
float: none;
width: auto;
padding-top: 1.5em;
padding-left: 12em;
background-color: #FFFFFF;
}

label {
	text-align: right;
position: relative;
float: left;
width: 10em;
margin-right: 1em;
	font-weight: bold;
}

label em {
position: absolute;
left: 10.2em;
top: 0;
}

label strong {
position: absolute;
left: 27.5em;
top: 0.2em;
width: 130px;
color: #C00;
font-size: 85%;
font-weight: normal;
text-transform: uppercase;
}

label strong img {
position: absolute;
left: -16.5em;
}

p.required-msg {

	clear: both;
}

/* misc */
#catcity-logo {
	float: left;
	padding-bottom: 1.5em;
	margin-right: 60px;
}

#catcity-links {
	list-style: none;
	float: left;
	width: 150px;
	margin-top: 30px;
	margin-left: 0;
	margin-bottom: 1.5em;
}

#catcity-links li {
	line-height: 2em;
	margin-left: 0;
	
}

#map {
	margin-top: 10px;
}

.clear {
	clear: both;
}

/*

self clearing rules

*/
.gallery:after
{
	content: "."; display: block; height: 0; clear: both; visibility: hidden; 
}
.gallery:after 
{
	display: inline-block; _height: 1%;
}
/* Hides from IE-mac \*/
.gallery
{ 
	display: block; 
}
/* End hide from IE-mac */


