html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {	
	background: url(../images/bg_floral.jpg) no-repeat fixed center top;
	width: 100%;
	display: table;	
	background-color: #dfddce;
	
	color: #6C603E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
p {
	line-height: 1.5em;
}
/* Headers with logo image replacement. */
h1 {
	display:block;
	width:758px;
	height:100px;
	text-indent:-9009px;
	background:url(../images/header_pattern.jpg) no-repeat 0px 0px;
}
h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
/* Page titles. */
h2 {
	color: #799917;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.3em;
	background-image: url(../images/leaf1_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	font-variant: small-caps;
}
/* Section titles. */
h3 {
	color: #799917;
	font-size: 1.2em;
	line-height: 1.1em;
	font-variant: small-caps;
	font-weight: normal;
}
/* Sets the style for the h4 header. */
h4 {
	color: #6C603E;
	font-size: 120%;
	font-weight: normal;
}
/* Sets the style for the h5 header. */
h5 {
	color: #799917;
	font-size: 175%;
	font-weight: normal;
	line-height: 1.2;
}
/* Sets the style for the dropcap. */
.dropcap {
	float: left;
	font-size: 320%;
	line-height: 1em;
	margin-right: 0.05em;
	margin-bottom:-0.2em;
	padding-right: 0.05em;
	color: #799917;
	padding-left: 0.05em;
}
/* Sets the style for the callout. */
.callout {
	font-size: 175%;
	color: #6D8B14;
	letter-spacing: 0.5px;
	line-height: 1.3;
	font-style: italic;
	text-align: right;
}
.date {
	font-size: 120%;
}
.detail {
	font-size: 90%;
	line-height: 1.5em;	
}
.special {
	font-size: 90%;
	line-height: 1.5em;	
}
.emphasis {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.footer {
	font-size: 70%;
	letter-spacing: 1px;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #7D5115;
	font-weight: normal;
}
/* Sets the style for visited links. */
a:visited {
	color: #7D5115;
	font-weight: normal;
}
/* A redundant rule to the visited pseudo class above because it appears Opera needs some specificity. */
:link {
	color: #7D5115;
	font-weight: normal;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #799917;
	font-weight: normal;
}
/* Removes underlines and borders from linked images. */
a img{
	text-decoration: none;
	border:none;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	min-width: 760px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #contentWrapper {
	background-color: #EBEAE0;
}
#outerWrapper #header {
	background-color: #ACB07E;
	height: 100px;
	border: 1px solid #ACAC82;
}
#outerWrapper #nav {
	height: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #DDDBCC;
	border: 1px solid #ACAC82;
}
#outerWrapper #presentation {
	height: 323px;
	border: 1px solid #ACAC82;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
#outerWrapper #presentation #overlayImage {
	height: 323px;
	width: 217px;
	float: left;
	background-image: url(../images/homepage_overlay_solid.jpg);
	background-repeat: no-repeat;
}
#outerWrapper #presentation #yurtImage {
	background: url(../images/homepage_redyurt.jpg) no-repeat;
	height: 323px;
	width: 541px;
	float: right;
}
#outerWrapper #contentWrapper #leftColumn {
	background-color: #EBEAE0;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 197px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	background-color: #EBEAE0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 217px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ACAC82;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	background-color: #DFDDCE;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
#outerWrapper #special {
	background-color: #E9E8DC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #C8C8AC;
}
#outerWrapper #header #headerNav {
	height: 30px;
	width: 200px;
	float: right;
	text-align: right;
	padding: 10px;
	color: #DFDDCE;
}


/* Begin Lower Navigation */
#lowerNav {
	font-variant: small-caps;
	border: 1px solid #D5D8BE;
	background: #D0D3B6;
	margin: 10px auto 5px;
}
#lowerNav ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 6px 0px;
	/*position: relative;*/
}
#lowerNav li {
	display: inline;
	text-align: center;
	margin: 0 -2px;
}
#lowerNav li a {
	padding: 1px 7px;
	text-decoration: none;
	border-right: 1px solid #ACAC82;
	border-left: 1px solid #ACAC82;
	color: #51482F;
}
#lowerNav li a:hover {
	color: #799917;
}

#lowerNav li a#current {
	color: #799917;
	border-right: 1px solid #ACAC82;
	border-left: 1px solid #ACAC82;
}
/* End Lower Navigation */

/* Image tooltip class for 'a' tags */
#tooltip {
	position:absolute;
	display:none;
}

.notice {
	color: #AB2718;
}
