/************ Nautical Environments&#8482; CSS ************/



/******************* text styles *******************/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CFDAEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

body,td,th {
	color: #000000;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	text-decoration: none;
	color: #003366;
}

a:visited {
	text-decoration: none;
	color: #003366;
}

a:hover {
	text-decoration: underline;
	color: #003366;
}

a:active {
	text-decoration: none;
}

/***************** Type Attributes *****************/

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer-content {
	font-size: 10px;
	color: #003366;
}
.breadcrumbs {
	font-size: 11px;
	color: #003366;
}
.headline {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.subheadline {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}


/******************* DIV styles *******************/

/******************* Header DIVs *******************/


#wrapper {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	background-image:  url("images/Templates/header.gif");
	background-repeat: no-repeat;
	z-index: -10;
}

#navigation-container{
	width:740px;
	height:15px;
	z-index:1;
	background-color: #CFDAEF;
	padding-left: 10px;
	float: left;
	background-color: #CFDAEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #437EC1;
	overflow: visible;
}

#subnavigation-container{
	width:737px;
	height:15px;
	z-index:2;
	float: left;
	background-color: #C1BCA3;
	padding-left: 13px;
}

#breadcrumbs-container{
	width:737px;
	height:15px;
	z-index:3;
	float: left;
	background-color: #C1BCA3;
	padding-left: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #897D5D;
}

/******************* Body DIVs *******************/

#sidebar-container{
	width:72px;
	height:435px;
	z-index:-7;
	float: left;
	background-color: #C1BCA3;
	overflow: visible;
}

#stage-container-1{
	width:302px;
	height:405px;
	background-color: #CFDAEF;
	float: left;
	padding: 15px;
	overflow: auto;
	border-left: 2px solid #897D5D;
}


#stage-container-2{
	width:338px;
	height:435px;
	z-index:-9;
	float: right;
	overflow: visible;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #897D5D;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #897D5D;
}

#form-container{
	width:637px;
	height:395px;
	z-index:-8;
	float: right;
	overflow: visible;
	padding: 20;
}

#footer-container{
	width:750px;
	height:40px;
	z-index:-10;
	padding-top: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0A4A7E;
	float: left;
	background-color: #C1BCA3;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #897D5D;
}
.directions-table {
	list-style-position: outside;
	list-style-type: square;
	font-size: 11px;
}
.subtext {
	font-size: 11px;
}
#indexPhoto {
	height: 335px;
	width: 750px;
	z-index:-10;
	float: left;
	overflow: hidden;
	background-image: url(images/front_page/70ss03salon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#indexBody {
	background-color: #C1BCA3;
	float: left;
	height: 30px;
	width: 530px;
	z-index:-10;
	background-image: url(images/front_page/front_page_logo.gif);
	background-repeat: no-repeat;
	padding-left: 220px;
	padding-top: 70px;
}
.frontPage-tagLine {
	font-size: 16px;
	color: #225181;
	font-style: oblique;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
