﻿@import url('layout.css');
body {
	color: #5E6764;
	font-size: small;
	font-family: verdana;
	font-style: normal;
}
#container {
	width: 790px;
	margin: 0px auto 0 auto;
	background: url('../images/bkgd_tile.gif') top;
}
#home-container {
	width: 790px;
	margin: 0px auto 0 auto;
	background: #5E6764;
}
#masthead {
	text-align: right;
	margin-right: 0;
	margin-left: 0;
	width: auto;
	padding: 0px;
	background-color: #5E6764;
}
#navigation {
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
	background-color: #808080;
	color: #F2F2F2;
}
#column_l {
	border: 0px;
	width: 210px;
	margin: 0px 0 0px 0px;
	padding: 0px 0 3px 0;
	text-align: left;
}
#column_r {
	width: 500px;
	margin: 0;
	float: right;
	position: relative;
	right: 10px;
	padding-right: 20px;
	padding-left: 5px;
	padding-top: 30px;
	color: #5E6764;
}
#column_r_home {
	width: 475px;
	margin: 0;
	float: right;
	position: relative;
	right: 10px;
	padding-right: 20px;
	padding-left: 5px;
	padding-top: 30px;
	color: #5E6764;
}
#footer {
	text-align: center;
	background-color: #5E6764;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #7F7F7F;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	color: #F2F2F2;
}

#navigation a {
	text-decoration: none;
	margin: 0px 0 0px 0;
	padding: 5px 15px 5px 15px;
	display: block; /*makes whole link clickable*/;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	font-variant: small-caps;
	color: #F2f2f2;
}

#navigation a.navSelected {
	background: #F2f2f2;
	color: #808080;
}

#navigation li {
	float: right; /*makes menu bar across top align right*/
}
#navigation li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#navigation li:hover {
	left: auto;
	display : block;
}
#navigation li.sfhover ul {
	left: auto;
}
#navigation a:hover {
	color: #808080;
	background: #F2f2f2;

}
/* Styles for Content */
h1 {
	color: #663300;
	font-size: 2.5em;
	font-family: "Century Schoolbook";
}
h2 {
	color: #663300;
	font-size: 1.7em;
	font-family: "Century Schoolbook";
	font-weight: lighter;
}
h3 {
	color: #626965;
	font-size: 1.3em;
	font-family: verdana;
	font-weight: normal;
}
h4 {
	color: #626965;
	font-size: 1.1em;
	padding-top: 3px;
	padding-bottom: 10px;
	font-family: verdana;
	font-weight: normal;
}
h5 {
	color: #626965;
	font-size: 1.0em;
}
h6 {
	color: #626965;
	font-size: 0.75em;
}
big {
	color: #626965;
	font-size: medium;
}
big {
	color: #626965;
	font-size: medium;
}

/* Styles for right hand content */

#column_r p {
	color: #5E6764;
	font-size: small;
	text-align: left;
	margin: 4px;
	padding: 5px 10px 5px 10px;
	font-family: verdana;
}

#column_r h4 {
	margin-bottom: 0;
}

#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	padding: 0px 5px 5px 5px;
	font-size: small;
	display: list-item;
	list-style-position: outside;
	font-family: verdana;
	margin-left: 25px;
	color: #5E6764;
	margin-top: 0px;
}

/* Styles for Menu Column */
#column_l p {
	color: #5E6764;
	font-size: x-small;
	text-align: left;
	margin: 0 2px 0 8px;
	padding: 0 2px 0 4px;
}
#column_l p.quote {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A4C72;
	margin: 40px 0 7px 10px;
	font-size: x-small;
}
#column_l p.attrib {
	text-align: right;
}


#column_l ul li a:hover {
	color: #114466;
}

#column_l ul li a:active {
	color: #114466;
}


#column_l ul li a {
	color: #FFFFFF;
}


.menu {
	border-color: #808080;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	font-family: Verdana;
	font-size: 8pt;
	border-top-style: solid;
	margin-left: 0;
	color: #FFFFFF;
	border-collapse: collapse;
	background-color: #99BBCC;
	font-weight: bold;
	list-style-type: none;
	cursor: default;
	margin-bottom: 0px;
}
.menuItem {
	border-style: none none solid none;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	text-align: left;
	padding: 4px 0px 4px 10px;
	font-variant: small-caps;
	letter-spacing: 1pt;
}

.menuItem_Rollover {
	color: #FFFFFF;
	background: #114466;
	border-style: none none solid none;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #808080;
	text-align: left;
	padding: 4px 0px 4px 10px;
	font-variant: small-caps;
	letter-spacing: 1pt;
}

.menuItem_Selected {
	color: #FF0000;
	background: #00FF00;
	text-align: left;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 10px;
}

.menuHolder{
	border-bottom-width: 0px;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
}

.submenuItem {
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	padding-bottom: 4px;
	font-family: Verdana;
	font-size: x-small;
	border-style: solid;
	border-color: #FFFFFF;
	margin-left: inherit;
	background-color: #99BBCC;
	list-style-type: none;
	text-align: left;
	padding-top: 0;
	list-style-type: none;
	padding-left: 25px;
}


/* Styles for Links */
a {
	text-decoration: none;
}
a:hover {
	color: brown;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}




/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}

