/* LAYOUT */
html, body {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #DFD3B4;
}
body {
	min-width:1040px;
	background-color: #DFD3B4;
}
div#page_container {
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
div#content_container {
	position: relative;
	width: 1020px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 0em;
	margin-bottom:40px;
	background-color:#EFE9D4;
}

div#content_area {
	position:relative;
	width:1020px;
	height:100%;
	min-height:552px;
	margin-bottom:6px;
}
div#pin {
	position: absolute;
	width:199px;
	height:270px;
	top:345px;
	left:70px;
	margin-left:0px;
	z-index:10;	
}
div#home_copyArea {
	position:relative;
	width:581px;
	height:545px;
	left:319px;
	top:0px;
	right:16px;
}
div#copyArea {
	position:relative;
	width:581px;
	height:580px;
	left:319px;
	top:0px;
	right:16px;
}
div#leftShadow {
	position:absolute;
	width:15px;
	height:552px;
	top:0px;
	left:0px;
}
div#rightShadow {
	position:absolute;
	width:15px;
	height:552px;
	top:0px;
	right:0px;
}
div#vertLine_home {
	position:absolute;
	width:10px;
	height:525px;
	background-image:url(../images/layout/vertLine.gif);
	background-repeat:repeat-y;
	top:0px;
	left:309px;
}
div#vertLine_subNav {
	position:absolute;
	width:10px;
	height:560px;
	background-image:url(../images/layout/vertLine.gif);
	background-repeat:repeat-y;
	top:0px;
	left:309px;
}
div#vertLine_noSubNav {
	position:absolute;
	width:10px;
	height:510px;
	background-image:url(../images/layout/vertLine.gif);
	background-repeat:repeat-y;
	top:0px;
	left:309px;
}
div#vertLine {
	position:absolute;
	width:10px;
	height:610px;
	background-image:url(../images/layout/vertLine.gif);
	background-repeat:repeat-y;
	top:0px;
	left:309px;
}
div#flashMap {
	position:relative;
	text-align:left;
	top:10px;
	left:15px;
	width:420px;
	height:300px;
}
div#leftContentArea {
	position:absolute;
	width:293px;
	height:510px;
	top:0px;
	left:16px;
}
div#facilities_key {
	position:absolute;
	width:200px;
	height:250px;
	top:440px;
	left:388px;
	text-align:left;
}
div#sitemap_list{
	position:relative;
	width:300px;
	top:0px;
	left:0px;	
}

/* No Sub Nav Tall */
div#vertLine_noSubNav_tall {
	position:absolute;
	width:10px;
	height:520px;
	background-image:url(../images/layout/vertLine.gif);
	background-repeat:repeat-y;
	top:0px;
	left:309px;
}
div#copyArea_noSubNav_tall {
	position:relative;
	width:581px;
	height:530px;
	left:319px;
	top:0px;
	right:16px;
}

/* Facilities Content - Med Tall*/
div#copyArea_medTall {
	position:relative;
	width:581px;
	height:732px;
	left:319px;
	top:0px;
	right:16px;
}
div#leftShadow_medTall {
	position:absolute;
	width:15px;
	height:800px;
	top:0px;
	left:0px;
}
div#rightShadow_medTall {
	position:absolute;
	width:15px;
	height:800px;
	top:0px;
	right:0px;
}
div#vertLine_medTall {
	position:absolute;
	width:10px;
	height:720px;
	background-image:url(../images/layout/vertLine.gif);
	background-repeat:repeat-y;
	top:0px;
	left:309px;
}

/* Tall Content */
div#copyArea_tall {
	position:relative;
	width:581px;
	height:1170px;
	left:319px;
	top:0px;
	right:16px;
}
div#leftShadow_tall {
	position:absolute;
	width:15px;
	height:100%;
	top:0px;
	left:0px;
}
div#rightShadow_tall {
	position:absolute;
	width:15px;
	height:100%;
	top:0px;
	right:0px;
}
div#vertLine_tall {
	position:absolute;
	width:10px;
	height:1150px;
	background-image:url(../images/layout/vertLine.gif);
	background-repeat:repeat-y;
	top:0px;
	left:309px;
}

/* Extra Tall Content */
div#copyArea_xTall {
	position:relative;
	width:581px;
	height:2140px;
	left:319px;
	top:0px;
	right:16px;
}
div#leftShadow_xTall {
	position:absolute;
	width:15px;
	height:2220px;
	top:0px;
	left:0px;
}
div#rightShadow_xTall {
	position:absolute;
	width:15px;
	height:2220px;
	top:0px;
	right:0px;
}
div#vertLine_xTall {
	position:absolute;
	width:10px;
	height:2120px;
	background-image:url(../images/layout/vertLine.gif);
	background-repeat:repeat-y;
	top:0px;
	left:309px;
}

/* Contact Form */
div#form {
	position:relative;
	width:560px;
	left:0px;
	top:0px;
}
div#buttons {
	position:relative;
	width:220px;
	height:25px;
	left:335px;
	top:5px;
}
input { 
background-color:#FFFFFF
} 

/* CONTENT STYLES */
h1.heading {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:200;
	font-size:24px;
	line-height:26px;
	color:#672812;
	margin-top:6px;
	margin-bottom:0px;
	margin-left:14px;
	margin-right:105px;
}
h2.sub_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	line-height:19px;
	color:#632100;
	margin-top:6px;
	margin-bottom:0px;
	margin-left:14px;
	margin-right:105px;
}
p.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color:#8B7333;
	text-align:left;
	margin-top:16px;
	margin-bottom:6px;
	margin-left:14px;
	margin-right:105px;
}
p.copy a{
	color:#8B7333;
	text-decoration:underline;
}
p.copy a:visited{
	color:#8B7333;
	text-decoration:underline;
}
p.copy a:hover{
	color:#632100;
	text-decoration:underline;
}
p.copy_paragraph_callOut {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#632100;
	text-align:left;
	margin-top:16px;
	margin-left:45px;
	margin-right:105px;
	margin-bottom:5px;
}
p.copy_paragraph_callOut a{
	color:#632100;
	text-decoration:underline;
}
p.copy_paragraph_callOut a:visited{
	color:#632100;
	text-decoration:underline;
}
p.copy_paragraph_callOut a:hover{
	color:#632100;
	text-decoration:underline;
}
p.copy_paragraph_callOut_italic {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	line-height:16px;
	color:#632100;
	text-align:left;
	margin-top:5px;
	margin-left:45px;
	margin-right:105px;
	margin-bottom:5px;
}
p.copy_paragraph_callOut_italic a{
	color:#632100;
	font-style:italic;
	text-decoration:underline;
}
p.copy_paragraph_callOut_italic a:visited{
	color:#632100;
	font-style:italic;
	text-decoration:underline;
}
p.copy_paragraph_callOut_italic a:hover{
	color:#632100;
	font-style:italic;
	text-decoration:underline;
}
p.copy_mainParagraph_callOut {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#632100;
	text-align:left;
	margin-top:16px;
	margin-left:14px;
	margin-right:105px;
	margin-bottom:5px;
}
p.copy_callOut {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#632100;
	text-align:left;
	margin-top:16px;
	margin-left:14px;
	margin-right:105px;
}
p.copy_callOut a{
	color:#632100;
	text-decoration:none;
}
p.copy_callOut a:visited{
	color:#632100;
	text-decoration:none;
}
p.copy_callOut a:hover{
	color:#632100;
	text-decoration:underline;
}
ol.numbered_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#632100;
	text-align:left;
	margin-left:45px;
	margin-right:105px;
	margin-top:5px;
	margin-bottom:0px;
}
ol.numbered_list li {
	margin-bottom:8px;	
}
ul.bullet_list_gold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#8B7333;
	text-align:left;
	text-indent:-25px;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:0px;
	list-style:none;
}
ul.calendar_bullet_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#8B7333;
	text-align:left;
	margin-left:15px;
	margin-right:105px;
	margin-top:5px;
	margin-bottom:0px;
	list-style:none;
}
ul.calendar_bullet_list li {
	margin-bottom:10px;
}
ul.bullet_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#632100;
	text-align:left;
	margin-left:45px;
	margin-right:105px;
	margin-top:5px;
	margin-bottom:0px;
	list-style:disc;
}
ul.bullet_list li {
	margin-bottom:3px;
}
ul.bullet_list a:link{
	color:#632100;
	text-decoration:underline;
}
ul.bullet_list a:visited{
	color:#632100;
	text-decoration:underline;
}
ul.bullet_list a:hoover{
	color:#632100;
	font-weight:bold;
	text-decoration:underline;
}

/* CONTACT FORM */
span.form_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#632100;
	text-align:right;
	margin-top:16px;
	margin-left:14px;
}
p.form_copy_2_line {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#632100;
	text-align:right;
	margin-top:4px;
	margin-bottom:0px;
	margin-left:14px;
}
p.form_copy_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
	color:#632100;
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:14px;
}
.formMain {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	z-index: 99;
	width: 200px;
	border: 1px solid;
	border-color: #666 #EEE #EEE #666;
}
.formSelect {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	z-index: 99;
	border: 1px solid;
	border-color: #666 #EEE #EEE #666;
}
.formText {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	line-height:16px;	
}
.submit { 
	background-color:#ab5802;
	border: 1px solid;
	border-color: #c89d51 #6d3700 #6d3700 #c89d51;
	color: #FFF;
	font-size: 10px;
	font-weight:bold;
	margin-right: 10px ;
	padding: 2px 8px;
	cursor:pointer;
}

/* SITEMAP */
ul.sitemap_bullets_list {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	color:#8B7333;
	margin-left:-26px;
	list-style:none;
}
ul.sitemap_bullets_list a {
	color:#8B7333;
	text-decoration:underline;
}
ul.sitemap_bullets_list a:visited {
	color:#8B7333;
	text-decoration:underline;
}
ul.sitemap_bullets_list a:hover {
	color:#632100;
	text-decoration:underline;
}
ul.sitemap_sub_bullets_list {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:24px;
	color:#8B7333;
	text-align:left;
	margin-left:-10px;
	margin-top:0px;
	list-style:none;
}
ul.sitemap_sub_bullets_list a:link{
	color:#8B7333;
	text-decoration:underline;
}
ul.sitemap_sub_bullets_list a:visited{
	color:#8B7333;
	text-decoration:underline;
}
ul.sitemap_sub_bullets_list a:hoover{
	color:#632100;
	text-decoration:underline;
}

/* FOOTER */
div#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#876A00;
	text-align:center;
	width: 988px;
	height:45px;
	margin-top:8px;
	margin-left:16px;
	margin-right:16px;
}
div#footer a:link {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#876A00;
}
div#footer a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#876A00;
}
div#footer a:hover {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#876A00;
}
