/* ############################################################################
   ##
   ##  Global Website Stylesheet
   ##
   ######################################################################### */
/* ####################################
   HTML Element Styles
   ################################## */
a {
}
a:link {
	color: #0171B9;
	text-decoration: underline;
}
a:visited {
	color: #0171B9;
	text-decoration: underline;
}
a:hover {
	color: #AD755F;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #ffffff;
}
td {
	font-family: arial, helvetica, sans-serif;
}
p {
	margin-top: 0;
	margin-bottom: 1.35em;
	line-height: 1.5em;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0em 0em 0.25em 0em;
	padding: 0px;
	font-size: 210%;
	font-weight: normal;
}
h2 {
	margin: 0em 0em 0.25em 0em;
	padding: 0px;
	font-size: 125%;
	font-weight: bold;
	color: #DE6100;
}
h3 {
	margin: 0em 0em 0.25em 0em;
	padding: 0px;
	font-size: 117%;
	font-weight: bold;
}
h4 {
	margin: 0em 0em 0.25em 0em;
	padding: 0px;
	font-size: 100%;
}
h5 {
	margin: 0em 0em 0.5em 0em;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;	
	color: #8C8F94;
}
h6 {
	margin: 0em 0em 0.5em 0em;
	padding: 0px;
	color: #8C8F94;
	font-size: 91.7%;
	font-weight: normal;
	border-bottom: #b0b0b0 1px dotted;
}
ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	list-style: none;
}
ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	background: url('./../images/templates/arrow_grey.gif') 0px 3px no-repeat;
}
ol {
	margin: 0px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
}
ol li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
big {
	font-size: 110%;
}
small {
	padding: 4px 0px;
	font-size: 91.7%;
	line-height: 105%;
}
hr {
	width: 100%;
	height: 1px;
	color: #cccccc;
}
img {
	border-color: #333333;
}
caption {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.25em;
	text-align: left;
}
address {
	font-style: italic;
	margin-top: 0;
	margin-bottom: 1.35em;
}
/* ####################################
   Form Styles
   ################################## */
form {
	margin-top: 0;
	margin-bottom: 0;
}
input {
	margin: 0px;
	padding: 1px 3px;
	width: 250px;
	height: auto;
	font-family: arial, helvetica, sans-serif;
	color: #695D54;
	border: #cccccc 1px solid;
	background-color: #ffffff;
}
input.small {
	margin: 0px;
	padding: 1px 3px;
	width: 150px;
	height: auto;
	font-family: arial, helvetica, sans-serif;
	color: #695D54;
	border: #cccccc 1px solid;
	background-color: #ffffff;
}
input.blank {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border: none;
	background: none;
}
input.submit {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	width: 105px;
	height: 30px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #323232;
	text-align: right;
	border: #EEEDE5 1px outset;
	background: url('./../images/templates/arrow_circle_grey.gif') 75px center no-repeat;
}
input.submit-small {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width: 20px;
	height: 20px;
	background: #ffffff url('./../images/templates/circle_arrow_right_grey.gif') top left no-repeat;
	border: none;
}
select {
	margin: 0px;
	padding: 1px 3px;
	width: auto;
	height: auto;
	font-family: arial, helvetica, sans-serif;
	color: #695D54;
	border: #cccccc 1px solid;
	background-color: #ffffff;
}
textarea {
	margin: 3px 0px;
	padding: 1px 3px;
	width: 250px;
	height: 150px;
	font-family: arial, helvetica, sans-serif;
	color: #695D54;
	border: #cccccc 1px solid;
	background-color: #ffffff;
}
/* ####################################
   Custom Element Styles
   ################################## */
.SubTitle {
	font-size: 150%;
	font-weight: normal;
	color: #B2AAA4;
}
.LastUpdated {
	position: relative;
	clear: left;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	color: #B2AAA4;
	border-top: 1px dotted;
}
.SmallText {
	font-size: 91.7%
}
#PageBodyMain, #PageBodyMain-inner, #PageBodyMain-inner-leftcolumn, .LastUpdated {
}
/* ####################################
   Page Layout - Template Components
   ################################## */
/*** HEADER ***/
#header {	
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	border-bottom: #5E6168 2px solid;
}
	#header #Logo {
		position: relative;
		margin: 0px;
		padding: 10px 0px;
	}
		#header #Logo a img {
			border: none;
		}
	#header #AnchorMenu {
		display: none;
	}
/*** TRAIL NAVIGATION ***/
#TrailNav {
	position: relative;
	clear: both;
	margin: 10px 0px 25px 0px;
	padding: 0px;
	font-size: 91.7%;
}
	#TrailNav a {
		margin: 0px 6px 0px 6px;
		padding: 0px;
	}
/*** FOOTER ***/
#footer {
	clear: both;
	margin: 0px;
	padding: 20px 0px;
	width: 100%;
	font-size: 91.7%;
}
	#footer #footer-inner {
		margin: 0px;
		padding: 0px;
	}
#footer-home {
	clear: both;
	margin: 0px;
	padding: 20px 0px;
	width: 100%;
	font-size: 91.7%;
}
	#footer-home #footer-inner {
		margin: 0px;
	}
/* ####################################
   Page Layout - Menu Styles
   ################################## */
/*** MENU STYLES ***/
#MainMenu { 
	display: none;
}
/*** UTILITY MENU ***/
#utility-menu {
	display: none;
}
/* ####################################
   Page Layout - Home Page
   ################################## */
#home {
	position: relative;
	clear: both;
}
	#home #main {
		clear: both;
		position: relative;
		margin: 0px;
		padding: 0px;
		width: 100%;
		background: #EFE8DD url('./../images/templates/bg_strip_orange.gif') 0px 190px repeat-x;
	}
		#home #main img {
			border: none;
		}
		#home #main #intro {
			position: relative;
			margin: 20px 0px 0px 0px;
			padding: 0px;
		}
			#home #main #intro #FeatureImageCallToAction {
				display: none;
			}
			#home #main #intro #IntroductionCallToAction {
				display: none;
			}
		#home #main #reserve {
			display: none;
		}
	#home #secondary {
		clear: both;
		position: relative;
		margin: 20px 0px 0px 0px;
		padding: 0px;
		width: 100%;
	}
		#home #secondary #feature {
			position: relative;
			margin: 0px;
			padding: 0px;
			width: 100%;
		}
			#home #secondary #feature {
				margin: 0px;
				padding: 0px;
			}
		#home #secondary #content {
			margin: 20px 0px 0px 0px;
			padding: 0px;
		}
			#home #secondary #content1 {
				position: relative;
				float: left;
				margin: 0px;
				padding: 0px;
				width: 49%;
			}
				#home #secondary #content1 #content1-inner {
					margin: 0px ;
					padding: 0px;
				}
			#home #secondary #content2 {
				position: relative;
				float: left;
				margin: 0px;
				padding: 0px;
				width: 49%;
			}
				#home #secondary #content2 #content2-inner {
					margin: 0px;
					padding: 0px;
				}
/* ####################################
   Page Layout - Inner Page
   ################################## */
#page {
}
	#page #main {
		position: relative;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 100%;
	}
	#page #main #main-inner {
			position: relative;
			margin: 0px;
			padding: 0px;
			background: url('./../images/templates/tear_header.gif') 0px 0px repeat-x;
		}
	#page #main.featureimages {
		background: url('./../images/templates/bg_strip_blue_header_340.gif') repeat-x;
	}
		#page #main.featureimages #main-inner {
			position: relative;
			margin: 0px;
			padding: 0px;
			background: none;
		}
	#page #main #PageBody {
		position: relative;
		margin: 0px;
	}
		#page #main #PageBody #PageTitle {
			margin: 0em 0em 2em 0em;
		}
		#page #main #PageBody #PageBodyMain {
			margin: 0px;
			padding: 0px;
			float: left;
			width: 100%;
		}
		#page #main #PageBody #PageBodyMain-inner {
			margin-bottom: 20px;
		}
		#page #main #PageBody #PageBodyMain-inner-leftcolumn {
			/* Must use inner div to get width right */
			/* Used ID instead of class due to problems with class handling in IE6 */
			margin-right: 175px;
			margin-bottom: 0px;
			padding: 0px 20px 0px 0px;
			background: url('./../images/templates/bg_dividing_dots.gif') top right repeat-y;
		}
			#page #main #PageBody #PageBodyMain ul li {
				margin-left: auto;
			}
			#page #main #PageBody #PageBodyMain ol li {
				margin-left: auto;
			}
		#page #main #PageBody #PageBodySecondary {
		}
		#page #main #PageBody #PageBodySecondary-rightcolumn  {
			/* Used ID instead of class due to problems with class handling in IE6 */
			margin: 0px 0px 0px -155px;
			padding: 0px;
			float: left;
			width: 155px;
		}
		#page #main #FeatureImages {
			position: relative;
			height: 340px;
			margin: 0px 0px 20px 195px;
			overflow: hidden;
			background-color: #000000;
		}
			#page #main #FeatureImages #Image {
				position: relative;
				margin:0px;
				padding: 0px;
				height: 340px;
			}
			#page #main #FeatureImages #Title {
				position: absolute;
				top: 250px;
				float: left;
				width: 100%;
				padding: 20px;
				color: #ffffff;
				font-weight: bold;
				background: url('./../images/templates/black_50percent.png');
			}
			#page #main #FeatureImages #Caption {
				position: absolute;
				top: 250px;
				right: 0px;
				float: left;
				padding: 20px;
				color: #ffffff;
			}
			#page #main #FeatureImages-Links {
				position: absolute;
				top: 344px;
				right: 20px;
			}
	#page #tertiary {
		display: none;
	}
#SubContainers {
}
.container {
	clear: both;
	margin-bottom: 1em;
}
#SubArticles {
}
.article {
	clear: both;
	margin: 1em 0em 1em 0em;
}
/* ####################################
   Site Map
   ################################## */
#SiteMap {
	position: relative;
	margin: 0px 0px 0px 215px;
}
/* ####################################
   Search Form & Search Results
   ################################## */
#SearchResults{
	position: relative;
	margin: 0px 0px 0px 215px;
}
#ResultsSummaryTop {
}
#ResultsSummaryBottom {
	margin: 15px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #eeeeee;
}
.SearchType {
	margin: 6px 0px 8px 0px;
}
.SearchResult {
	margin: 15px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #eeeeee;
}
.RefineSearch {
	margin: 0px;
	padding: 0px;
}
.RefineSearch input {
	width: 125px;
	height: auto;
}
.RefineSearch input.blank {
	width: auto;
	height: auto;
}
.RefineSearch input.submit {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	width: 90px;
	height: 30px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #323232;
	text-align: right;
	border: #EEEDE5 1px outset;
	background: #ffffff url('./../images/templates/arrow_circle_grey.gif') 60px center no-repeat;
}
div.ImageLeftCaption {
	float: left;
	margin: 2px 10px 5px 0px;
	padding: 1px 1px 5px 1px;
	font-size: 83.5%;
	font-weight: bold;
	background-color: #efe8dd;
}
div.ImageLeftCaption p {
	margin: 0px 5px;
	padding: 0px;
}
div.ImageLeft {
	float: left;
	margin: 2px 10px 5px 0px;
	padding: 0px;
	background-color: #ffffff;
}
div.ImageRightCaption {
	float: right;
	margin: 2px 0px 5px 10px;
	padding: 1px 1px 5px 1px;
	font-size: 83.5%;
	font-weight: bold;
	background-color: #efe8dd;
}
div.ImageRightCaption p {
	margin: 0px 5px;
	padding: 0px;
}
div.ImageRight {
	float: right;
	margin: 2px 0px 5px 10px;
	padding: 0px;
	background-color: #ffffff;
}
