html {
	background:#002849 url(../images/framework/bgOcean.gif) repeat-x;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	position:relative;
	width:780px;
}

a {
	color:#002849;
	font-weight:bold;
}

a:hover {
	color:#C30;
}

h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:.1em;
	line-height:1.5em;
}
h1 {
	color:#002849;
	font-size:24px;
}

h2 {
	color:#663;
	font-size:16px;
}

img.snapshot {
	background-color:#FFF;
	padding:10px;
	border:2px solid #cac4a6;
	border-left:none;
	border-top:none;
	clear:right;
	float:right;
	margin-left:10px;
}

#divBtm {
	background:url(../images/framework/bgBtm.gif) no-repeat;
	clear:both;
	float:none;
	height:142px;
}

#divContent {
	background:url(../images/framework/bgRepeat.gif) repeat-y;
	clear:both;
	float:none;
	font-size:12px;
	line-height:1.5em;
	padding:30px 50px 0px 245px;
	overflow:hidden;
}

#divHeader {
	background:url(../images/framework/bgHeader.gif) no-repeat 0px 146px;
	clear:both;
	height:296px;
}

#divFooter {
	color:#FFF;
	font-size:11px;
	text-align:center;
	padding-bottom:20px;
	padding-top:10px;
}

#divFooter a {
	color:#FFF;
}

#divGallery img {
	background-color:#FFF;
	padding:10px;
	border:2px solid #cac4a6;
	border-left:none;
	border-top:none;
	clear:both;
	float:none;
	margin-bottom:10px;
}

#divNavContainer {
	background: url(../images/framework/bgNav.png) no-repeat;
	clear:left;
	float:left;
	height:423px;
	left:10px;
	padding-top:30px;
	position:absolute;
	text-align:center;
	top:190px;
	width:196px;
	z-index:10;
}

#divNavContainer a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#divNavContainer a:hover {
	color:#FFF;
}

#divNavContainer img {
	padding-top:24px;
}

#divNavContainer ul {
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
}

#divNavContainer li {
	background:url(../images/framework/bgDivider.gif) no-repeat bottom;
	font-size:14px;
	font-weight:bold;
	padding:8px;
	text-transform:uppercase;
}

p.indent {
	padding-left:30px;
	padding-right:30px;
}

#spanLogo {
	clear:left;
	float:left;
	margin:28px 0px 0px 28px;
}

#spanPhotoMain {
	clear:none;
	float:left;
	height:296px;
	margin:0px;
	width:267px;
}

#spanPhone {
	clear:right;
	float:left;
	margin:45px 0px 0px 0px;
}


/************** Form Styles ****************/
fieldset { 
	padding:0px; 
	margin-bottom:1em;
}

label {
	float:left;
	width:10em;
	margin-right:1em;
	text-align:right;
} 

legend {  
	color:#663;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:.025em;
} 

fieldset ol {  
	list-style:none; 
	padding:.75em 0 0 0;
	margin:0px;
} 

fieldset li {  
	padding:0 0 .75em 1em;
}

fieldset.preferences,
fieldset.transLodging {
	border-style:none;
	margin:0px;
	padding:0px;
}

fieldset.preferences legend,
fieldset.transLodging legend {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
}

fieldset.preferences ol,
fieldset.transLodging ol {
	padding:0px;
	margin:.5em 0 0 .5em;
}

fieldset.preferences li,
fieldset.transLodging li {
	float:left;
	width:7em;
	padding:0px;
	margin:0px;
}

fieldset.preferences input,
fieldset.transLodging input {
	float:left;
}

fieldset.preferences label,
fieldset.transLodging label {
	text-align:left;
	float:left;
	width:4em;
}

fieldset.submit {  
	border-style:none; 
}


