/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #151515;
	font-size: 85%;
	background-image: url(../image-files/body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: #6A6E2D;
	clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	margin-top: 10px;
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	border-bottom: 0 solid #C9CB92;
	text-align: center;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	border-bottom: 1px solid #C9CB92;
}

h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	border-bottom: 0 solid #C9CB92;
	color: #39C;
}

blockquote {
	margin: 12px 56px;
	color: #8B9041;
	font-size: 100%;
	line-height: 15px;
	font-family: 'Courier New', Courier, monospace;
	text-align: justify;
}

code {
	color: #666600;
}

img {
	border: 0px solid #C9CB92;
	padding: 5px;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
	color: #6A6E2D;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #875131;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #875131;
	text-decoration: none;
	font-weight: bold;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 960px;
}

#Header {
	position: relative;
	height: 200px;
}

#ContentWrapper {
	float: left;
	width: 100%;
}

#ContentColumn {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 155px;
	margin-right: 180px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #C9CB92;
	border-right-color: #C9CB92;
	border-bottom-color: #C9CB92;
	border-left-color: #C9CB92;
	border-left-style: solid;
	line-height: 1.5em;
}

#NavColumn {
	float: left;
	width: 160px;
	margin-left: -965px;     /*Places column on the far left*/
	margin-right: 15px;
	margin-top: 20px;
	padding-right: 15px;
}

#ExtraColumn {
	float: right;
	width: 180px;
	margin-left: -760px;        /* Places column between NavColumn and ContentColumn */
	margin-top: 20px;
	padding-left: 20px;
	color: #333;
}

#Footer {
	clear: both;
	width: 100%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	bottom: 0px;
	background-color: #E9EBBC;
	background-image: url(../image-files/footer-background.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
	left: 0px;
	right: 0px;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
	margin: 0px;
	padding: 0px;
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 50px auto 0 auto;
	padding: 20px 10px 0 10px;
	background-image: url(../image-files/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}

html>body #PageWrapper {
	padding-right: 20px;
	padding-left: 20px;
}

#Header {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center bottom;
	background-image: url(../image-files/header-image.jpg);
}

#ContentWrapper {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#NavColumn {
	background-repeat: repeat-y;
	background-color: transparent;
	
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
	text-align: center;
	font-size: 85%;

}

#NavColumn {
	font-size: 90%;
	color: #666666;
	
}

#ExtraColumn {
font-size: 90%;
color: #666666;
}

#NavColumn h4 {
	font-size: 90%;
	color: #808844;
	margin-top: 10px;
}

#ExtraColumn h4 {
	font-size: 90%;
	color: #808844;
	margin-top: 10px;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 100%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: transparent;
	font-weight: bold;
		
	
}

/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 110%;
	color: #808844;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
}

/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	margin-top: -6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #808844;
	
}

.Navigation li {
	margin-bottom: 0px;
	margin-left: 0px;
}

/* -- Navigation Link styles -- */

.Navigation a {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #808844;
}

.Navigation a:link {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 3px;
}

.Navigation a:visited {
	color: #666;
	display: block;
	text-decoration: none;
	padding: 3px 0 3px 3px;
}

.Navigation a:hover {
	color: #808844;
	display: block;
	text-decoration: none;
	background-color: #E9EBBC;
	padding: 3px 0 3px 3px;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
	padding: 5px;
	border: 1px solid #C9CB92;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	height: 45px;
}

.ExtraNav ul {
	list-style-type: none;
}

.ExtraNav ul li {
	display: inline;
	text-align: center;
}

.ExtraNav ul li a{
	padding-right: 10px;
	padding-left: 10px;
}

.ExtraNav a:link {
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 0 4px;
}

.ExtraNav a:visited {
	color: #000;
	text-decoration: none;
}

.ExtraNav a:hover {
	color: #875131;
	text-decoration: underline;
}

#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	top: -57px;
	right: 1px;
	height: 45px;
}

/* the following two statements resolve a problem with rendering the <strong> tag in IE6 and Safari*/

#Header .ExtraNav strong{	
	padding-top: 0px;
	padding-bottom: 0px;
}

html>body #Header .ExtraNav strong{
	padding-top: 20px;
	padding-bottom: 20px;
}

#Header .ExtraNav ul {
	margin: 0px;
}

#Header .ExtraNav a:link {
	color: #FFFFFF;
	font-weight: normal;
}

#Header .ExtraNav a:visited {
	color: #FFFFFF;
}

#Header .ExtraNav a:hover {
	text-decoration: none;
	color: #C9CB92;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../image-files/extra-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#Footer .ExtraNav {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 20px;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #fff;
	width: 85%;
	border: 1px dashed #C9CB92;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {
	background-color: #E9EBBD;
	width: 20%;
	border: 1px solid #C9CB92;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
	margin: 0 18px 12px 18px;
	float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 0px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
	padding: 0;
	margin: 0 auto 12px auto;
	clear: both;
}

.ReturnToNavBox {
	width: 90%;
	border: 0px solid #C9CB92;
	padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
	width: 130px;
	font-size: 100%;
	font-weight: bold;
	color: #6A6E2D;
	line-height: 120%;
	text-align: center;
	border: 1px solid #C9CB92;
	background-color: #E9EBBD;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#RSSbox p {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
	font-size: 85%;
	font-weight: bold;
	color: #666666;
	display: block;
	line-height: 150%;
	margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
	float: right;
	margin: 2px 0 12px 18px;
	text-align: center;
	border: 1px solid #C9CB92;
}

.ItemCenter {
	margin: 20px auto 12px auto;
	text-align: center;
	clear: both;
	border: 1px solid #C9CB92;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
border: 1px solid #C9CB92;
}
small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 0.9em;
	color: #000;
}
