@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg_body2.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	color: #7F7462;
	height: 100%;
}
a {
	position: relative;
	font-size: 1.2em;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}
#mainContent #rightMain a:hover {
	color: #666;
	text-decoration: none;
}
img {
	border: none;
}
/* structure */
#mainContainer {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
}
/* headers */
#header {
	margin: 0;
	padding: 0;
	background: #8CAF5B;
	height: 175px;
}
#headerImg {
	width: 905px;
	position: relative;
	left: 50px;
	top: 50px;
}
/* homepage banner */
#homeBanner {
	height: 284px;
	margin: 3px 3px 3px 0;
}
#homeImage {
	height: 284px;
	width: 999px;
}
#homeRight {
	position: absolute;
	top: 178px;
	left: 1002px;
	right: 0px;
	height: 284px;
	background: #C93 url(../images/bg_right.gif) left no-repeat;
}
#homeRight .right-links {
    padding: 20px;
}
#homeRight .right-links h2 {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
#homeRight .right-links ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
#homeRight .right-links li {
	padding: 0;
}
#homeRight .right-links a {
	text-decoration: none;
	border-bottom: 1px solid;

}
#homeRight .right-links a:hover {
	border-bottom: 1px dotted;
	color: #FFFFFF;
}
#homeLogo {
	position: absolute;
	top: 370px;
	left: 32px;
}
/* subpage */
#mainContainer.subPage #homeLogo {
	position: relative;
	top: 20px;
	left: 50px;
}
/* navigation layout */
#mainNav {
	width: 700px;
	position: relative;
	left: 250px;
	color: #8CAF5B;
	font-size: 1.5em;
}
#mainNav ul {
	margin: 20px;
	padding: 0px;
	list-style: none;
}
#mainNav li {
	margin: 5px;
	padding: 5px;
	display: inline;
}
#mainNav a, #subNav a {
	position: relative;
	text-decoration: none;
	font-size: 1.0em;
}
#mainNav a:link, #subNav a:link {
	color: #8CAF5B;
}
#mainNav a:visited, #subNav a:visited {
	color: #8CAF5B;
}
#mainNav a:hover, #subNav a:hover {
	color: #C93;
}
#mainNav a:active, #subNav a:active {
	color: #8CAF5B;
}
#mainNav .selected a {
	top: 3px;
	color: #CFB069;
}
#mainNav .selected a:link, #subNav .selected a:link {
	color: #C93;
}
#mainNav .selected a:visited, #subNav .selected a:visited {
	color: #C93;
}
#mainNav .selected a:hover, #subNav .selected a:hover {
	color: #8CAF5B;
}
#mainNav .selected a:active, #subNav .selected a:active {
	color: #C93;
}
#subNav .selected a {
	color: #CFB069;
}
#mainContainer.subPage #mainNav {
	width: 790px;
	position: relative;
	left: 75px;
}
#mainContainer.subPage #mainNav ul, li {
	margin-top: 0;
	padding-top: 30px;
}
/* subnavigation layout */
#subNav {
	position: relative;
	top: 50px;
	left: 50px;
	width: 184px;
	color: #8CAF5B;
	font-size: 1.5em;
	text-align: center;
}
#subNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subNav li {
	margin: 0;
	padding: 3px;
}
#subNav .selected a {
	border-bottom: 1px #CFB069 dashed;
	color: #CFB069;
}
/* content layout */
#mainContent {
	position: relative;
	margin-bottom: 3px;
	min-height: 400px;
	min-width: 1000px;
	height: 100%;
	width: 100%;
}
#mainContainer.subPage #mainContent {
	margin-top: 3px;
}
#mainContent h1 {
	color: #8EB368;
	font-size: 1.5em;
	font-weight: normal;
}
#leftMain {
	float: left;
	margin: 73px 20px 0 45px;
	width: 165px;
}
#mainContainer.subPage #leftMain {
	float: left;
	margin: 0 20px 0 0;
	width: 165px;
}
/* rightMain layout on three colum pages */
#rightMain {
	float: left;
	margin: 20px auto auto 50px;
	width: 576px;
}
#rightMain p {
	font-size: 1.2em;
}
#rightMain ul, ol {
	font-size: 1.2em;
}

#rightMain .bioImg {
	float: right ;
	margin: 20px;
}

#mainContainer.subPage #rightMain {
	float: left;
	margin: 0 auto 0 90px;
	padding: 0;
	width: 500px;
}
/* rightSide layout on three colum pages */
#rightSideBar {
	position: absolute;
	top: 0px;
	left: 902px;
	right: 0;
	bottom: 0;
	background: #C93;
}
#rightSideBar .top {
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	background: #C93 url(../images/bg_right_top.gif) left top no-repeat;
}
#rightSideBar .bottom {
	position: absolute;
	bottom: 0;
	width: 10px;
	height: 10px;
	background: #C93 url(../images/bg_right_bottom.gif) left bottom no-repeat;
}
/* footer defined */
#footer {
	margin: 0;
	padding: 0;
}
#footer img {
	padding: 10px 20px 0 20px;
}
#footer p {
	margin: 0;
	padding: 10px 20px 0 20px;
	color: #FFF;
	font-weight: bold;
}
#footerLeft {
	margin: 0;
	padding: 0;
	float: left;
	height: 100px;
	width: 42px;
	background: #C93 url(../images/bg_left.gif) right top no-repeat;
}
#footerRight {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 45px;
	height: 100px;
	background: #8CAF5B url(../images/bg_bottom.gif) left top no-repeat;
}
/* classes defined */
.clearboth {
	margin: 0;
	padding: 0;
	clear: both;
}

