@charset "utf-8";

/*STRUCTURAL */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #c42032;
	background-image: url(../images/mainBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width: 900px;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentLeft {
	width:143px;
	padding:0px;
	float:left;
	height: auto;
		}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 143px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 754px;
} 

/* DROPDOWN NAVIGATION */
#navigation {
	height: 50px;
	width: 754px;
	background-image: url(../images/heading1_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 143px;
	padding: 0;
}


#port_body_txt {
	float: left;
	width: 502px;
	background-color: #FFFFFF;
	height: 200px;
}
#services_body_txt {
	float: left;
	width: 502px;
	height: auto;
	background-color: transparent;
}

/* HOME PAGE SPECIFIC */
#homePanel {
	float: left;
	width: 250px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eadfd2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eadfd2;
	height: 440px;
	background-color: #FFFFFF;
}
#homePanel h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #eadfd2;
	font-weight: bold;
	padding-left: 25px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #372a2c;
	margin-bottom: 0px;
	background-image: url(../images/heading1_bg.gif);
	background-repeat: repeat-x;
	line-height: 14px;
	padding-top: 12px;
	padding-bottom: 5px;
}
#homePanel p {
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 10px;
}
#homePanel li {
	line-height: 18px;
	list-style-type: disc;
	color: #3E2C2F;
}
#homePanel ul {
	margin-left: 0px;
	padding-left: 40px;
	padding-top: 10px;
}
#homePanel strong {
	font-weight: normal;
}
#homePanelLast {
	float: left;
	width: 250px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7b299;
	height: 440px;
}
#homePanelLast  h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #eadfd2;
	font-weight: bold;
	padding-left: 25px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #372a2c;
	margin-bottom: 0px;
	background-image: url(../images/heading1_bg.gif);
	background-repeat: repeat-x;
	line-height: 14px;
	padding-top: 12px;
	padding-bottom: 5px;
}
#homePanelLast p {
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 10px;
}
#homePanelLast ul {
	margin-left: 0px;
	padding-left: 40px;
	padding-top: 10px;
}
#homePanelLast li {
	line-height: 18px;
	list-style-type: disc;
	color: #3E2B2E;
}
#homePanelLast strong {
	font-weight: normal;
}
/* END HOME PAGE SPECIFC */

/* HEADINGS */
h1 {
	font-size: 22px;
	text-transform: none;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #372a2c;
	background-image: url(../images/heading1_bg.gif);
	background-repeat: repeat-x;
	height: 45px;
	padding-top: 15px;
}
h2 {
	padding-left: 25px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #372a2c;
	margin-bottom: 5px;
	padding-right: 15px;
}

/* GENERAL TEXT */
p {
	font-size: 11px;
	line-height: 18px;
	padding-right: 15px;
	padding-left: 25px;
}
ul {
	margin-left: 0px;
	padding-left: 40px;
	padding-top: 10px;
}
li {
	color: #372a2c;
	line-height: 18px;
	padding-right: 0px;
	margin-right: 10px;
}



#port_body_txt h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #eadfd2;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	background-color: #372a2c;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/heading1_bg.gif);
	background-repeat: repeat-x;
	line-height: 14px;
}
#port_body_txt h2 {
	padding-left: 25px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #C52031;
	margin-bottom: 5px;
}

#port_body_txt  p {
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 10px;
}
#port_body_txt ul {
	margin-left: 0px;
	padding-left: 40px;
	padding-top: 10px;
}
/* LISTS */
#port_body_txt li {
	line-height: 18px;
	list-style-type: disc;
	color: #c7b299;
}
#port_body_table h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #c7b299;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #372a2c;
	margin-bottom: 0px;
	background-image: url(../images/heading1_bg.gif);
	background-repeat: repeat-x;
	line-height: 14px;
}
#port_body_table h3 {
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #C52031;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 5px;
	padding-top: 0px;
}
#services_body_txt h2 {
	padding-left: 25px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C52031;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

#services_body_txt p {
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 0px;
	margin-top: 5px;
}
#port_body_table p {
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 10px;
}
#introPara {
	font-size: 14px;
	line-height: 32px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #372a2c;
}
#port_body_table ul {
	margin-left: 0px;
	padding-left: 40px;
	padding-top: 10px;
}
#services_body_table h3 {
	padding-left: 15px;
	text-transform: capitalize;
	color: #413335;
}

#port_body_table li {
	line-height: 18px;
	list-style-type: disc;
	color: #c7b299;
}

/*LINKS */
#mainContent a:link, a:visited {
	color: #C52031;
	text-decoration: underline;
}

#poolNumbers a:link  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer  {
	float: left;
	width: 754px;
	background-color: #eadfd2;
	font-size: 10px;
}
#homeFooter   {
	float: left;
	width: 249px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 230px;
}

#footer h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-left: 25px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
}
#footer   h2 {
	padding-left: 25px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	margin-top: 0px;
}
#footer  a:link {
	color: #C52031;
}
#footer a:hover {
	color: #C52031;
	text-decoration: underline;
}
#footer a:visited  {
	color: #C52031;
	text-decoration: none;
}

/* TABLES */
#port_body_table {
	float: left;
	width: 252px;
	background-color: #eadfd2;
	height: 200px;
}
#galleryFeatureTxt .readmore {
	text-align: right;
}
#services_body_table {
	float: left;
	width: 250px;
	height: auto;
}
#services_body_table  h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #C52031;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 14px;
}

th {
	text-align: left;
}
#poolNumbers td {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #EADFD2;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #C52031;
}
#services_body_txt h3 {
	font-size: 12px;
	color: #C52031;
	padding-left: 25px;
	padding-bottom: 0px;
	margin-bottom: -10px;
}
#services_body_table p {
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 2px;
}
#services_body_table li {
	line-height: 18px;
	list-style-type: disc;
	color: #413335;
}
#services_body_table ul {
	margin-left: 0px;
	padding-left: 40px;
	padding-top: 10px;
	list-style-type: circle;
	color: #413335;
}
#panelsFirst {
	float: left;
	width: 250px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eadfd2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eadfd2;
	background-color: #FFFFFF;
	height: 720px;
}
#panelsLast {
	float: left;
	width: 250px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7b299;
	height: 720px;
}
.quote {
	font-size: 14px;
	font-style: oblique;
	line-height: 20px;
	padding-top: 15px;
	display: block;
	clear: left;
	padding-right: 15px;
	background-image: url(../images/sixtySix.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 25px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: -25px;
}
.quotePerson {
	clear: left;
	font-weight: bold;
	text-align: right;
	color: #C52031;
	padding-right: 15px;
	background-image: url(../images/ninetyNine.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	padding-top: 35px;
	margin-right: 5px;
	margin-bottom: 50px;
}
ol {
	margin-left: 0px;
	padding-left: 40px;
	padding-top: 10px;
}
em {
	font-style: oblique;
}
#port_body_table #poolNumbers a:link {
	text-decoration: none;
}
#homeFooter h4 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 9px;
}
#galleryFeaturePhoto {
	float: left;
	width: 502px;
	background-color: #FFFFFF;
	height: 261px;
}

#galleryFeatureTxt {
	float: left;
	width: 250px;
	background-color: #eadfd2;
	height: 200px;
}

#galleryFeatureTxt h2 {
	padding-left: 25px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C52031;
	margin-bottom: 5px;
	
}#gallery {
	float: left;
	width: 754px;
	background-color: #FFFFFF;
}

#GalleryColumn {
	float: left;
	width: 249px;
	background-image: url(../images/galleryBg.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#GalleryColumn img {
	padding-left: 29px;
	padding-top: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#GalleryColumn p {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#GalleryColumn a:link {
	text-decoration: none;
	color: #B60925;
}
#white {
	background-color: #FFFFFF;
}
.twoColFixLt #container #mainContent #services_body_table .caption {
	background-color: #332628;
	width: 250px;
	color: #FFFFFF;
	vertical-align: middle;
	height: 25px;
}
#GalleryHead {
	float: left;
	width: 249px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 25px;
}
#gallery #GalleryHead h2 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
