@charset "UTF-8";
html, body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #C9D6DB;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(../images/containerBG.jpg);
	padding: 0px;
} 
#header {
	background-color: #AFCEEA;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/paths.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 510px 2px;
} 
#header    h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #758DA1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	letter-spacing: 3px;
	font-size: 2.5em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: normal;
}
#header a {
	text-decoration: none;
	color: #758DA1;
}
#right
 {
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
	text-align: left;
	width:250px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	*margin-right: 0px;
}
#right    h3     {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #a17c4c;
}
#right p {
	padding-right: 0px;
	padding-left: 0px;
	text-align: justify;
	font-size: .85em;
}
#right a {
	color: #8E5B23;
	text-decoration: none;
	font-size: 1em;
}
#right a:visited {
	color: #D96A20;
}
#right a:hover {
	color: #FF6600;
}
#indexMainContent {
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0px;
	margin-left: 0em;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
	background-color: #AFCEEA;
}
#indexMainContent p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-se;
	font-size: 12px;
	padding: 3px;
}

#mainContent {
	margin-top: 0px;
	margin-right: 20em;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
} 
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C07642;
	letter-spacing: .15em;
	margin-top: 8px;
	margin-bottom: 8px;
}
#mainContent h2 {
	color: #747456;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: .2em;
	margin-top: 8px;
	margin-bottom: 8px;
}
#mainContent h3 {
	color: #FF6600;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-se;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	width: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainContent h4 {
	color: #FF6600;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-se;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	width: 75%;
	margin-bottom: 8px;
	margin-top: 8px;
}
#mainContent img {
	margin: 10px;
	border: 1px solid #908F6B;
}
#mainContent p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}
#mainContent a {
	color: #FF6600;
	text-decoration: none;
}
#mainContent a:visited {
	color: #CC6600;
}
#mainContent a:hover {
	color: #FF823E;
}
#footer {
	padding: 0 10px;
	background-color: #94B9DC;
	background-attachment: scroll;
	background-image: url(../images/footerBG.jpg);
	background-repeat: repeat-x;
	background-position: 0px;
	font-size: .7em;
} 
#footer p {
	margin: 0;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	position: relative;
	width: 70%;
}
#footer a, #footer a:visited {
	color: #666666;
	text-decoration: none;
	text-align: right;
	position: relative;
	width: 25%;
	margin: 0px;
	float: right;
	clear: none;
	padding-top: 4px;
}
#footer a:hover {
	color: #FF6600;
}
#banner {
	background-color: #996699;
	clear: both;
	height: 12em;
	background-image: url(../images/banner1.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#menu {
	background-color: #0066CC;
	clear: both;
	height: 2.4em;
	background-attachment: scroll;
	background-image: url(../images/menuBG.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #333333;
}
#menu ul{
	list-style-type: none;
	padding-bottom: 0;
	margin: 0;
	padding-top: 0;
}

#menu li{
	float: left;
	margin: 0;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
#menu li:hover{
	background: url(../images/menuBGHover.jpg) repeat-x;
}
#menu a {
	font-size: 1.1em;
	color: white;
	text-decoration: none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.borderOrange {
	border: 1px solid #FF6600;
}
.fltrtOrangeBorder {
	float: right;
	border: 1px solid #FF6600;
	margin: 8px;
}
