body {
	background-image: url("img/bg.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	width: 1024;
}
	
#wrapper {
	width: 1024px;
	position: relative;
	background-color: #efefef;
	border-right: solid 1px silver;
	border-left: solid 2px silver;
	margin-right: auto;
	margin-left: auto;
}
		
#header {
	background-image: url(img/header.png);
	width: 1024px;
	height: 112px;
}

#menutop {
	width:1024px;
	height: 28px;
	background-image: url(img/bgmenu.png);
}

.menutopcontent {
	position: relative;
	left: 160px;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #166600;
	text-align: left;
}

.menutopcontent a{
	color: #333;
	text-decoration: none;
}
	
.menutopcontent a:hover{
	text-decoration: underline;
}
		
#content {
	width: 1024px;
	min-height: 600px;
	background-image: url(img/bgcontent.png)
}
	
.center {
	position: relative;
	left: 180px;
	top: 0px;
	width: 640px;
	text-align: justify;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 20px;
	z-index: 1;
	line-height: 200%;
}

.center	ul {
	list-style-type: circle;
}
	
#people {
	position: relative;
	left: 190px;
	top: 0px;
	width: 600px;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 20px;
	z-index: 1;
	line-height: 120%;
	text-align: left;
}
	
#people img {
	border: groove white 5px;
}

.left {
	position: absolute;
	top: 162px;
	left: -30px;
	font-size: 1.2em;
	width: 150px;
	color: #6b6c6b;
	line-height: 90%
}

.left a{
	color: #6b6c6b;
	text-decoration: none;
}
	
.left a:hover{
	text-decoration: underline;
}

.left ul {
	list-style-type: circle;
}

.title {
	color: #333;
	font-weight: 600;
}
	
.button {
	color: #6b6c6b;
	font-weight: 600;
}

#rightimg {
	width: 195px;
	height: 396px;
	position: absolute;
	right: 0px;
	top:140px;
}
	
li { 
	margin-top: 5px;
	list-style-image: none;
	list-style-position: outside;
}
	
h3 {
	font-size: 1.1em;
	color: #333;
}
	
a {
	text-decoration: underline;
	color: gray;
}
	
a:hover {
	color: black;
}
	
td {
	text-align: left;
	vertical-align: top;
	
}
h2 {
	text-align: center;
	
}
ul {
	list-style-type: circle;
}
.smallfonts{
	font-size: 0.9em;
}

/* ------------------------------------------------------------
	Reset Styles (from meyerweb.com) used for sitemap
------------------------------------------------------------ */
.sitemap {
	background: white;
	margin: 0 0 0 0;
	float: left;
	width: 92%;
	color: black;
	padding: 40px;
	font-size: 12px;
	line-height: 1;
}	
.sitemap h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 5px 0;
}
.sitemap h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	color: #777777;
	margin: 0 0 20px 0;
	text-align: left;
}
.sitemap a {
	text-decoration: none;
}
.sitemap ol, ul {
	list-style: none;
}

/* ------------------------------------------------------------
	NUMBER OF COLUMNS: Adjust #primaryNav li to set the number
	of columns required in your site map. The default is 
	4 columns (25%). 5 columns would be 20%, 6 columns would 
	be 16.6%, etc. 
------------------------------------------------------------ */

#primaryNav li {
	width:16.6%;
}

#primaryNav li ul li {
	width:100% !important;
}

#primaryNav.col1 li { width:99.9%; }
#primaryNav.col2 li { width:50.0%; }
#primaryNav.col3 li { width:33.3%; }
#primaryNav.col4 li { width:25.0%; }
#primaryNav.col5 li { width:20.0%; }
#primaryNav.col6 li { width:16.6%; }
#primaryNav.col7 li { width:14.2%; }
#primaryNav.col8 li { width:12.5%; }
#primaryNav.col9 li { width:11.1%; }
#primaryNav.col10 li { width:10.0%; }

/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */

#primaryNav {
	margin: 0;
	float: left;
	width: 90%;
}


#primaryNav #home {
	display: block;
	float: none;
	background: #ffffff url('img/L1-left.png') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 30px 0;
}
#primaryNav li {
	float: left;
	background: url('img/L1-center.png') center top no-repeat;
	padding: 30px 0;
	margin-top: -30px;
}
#primaryNav li a {
	margin: 0 20px 0 0;
	padding: 10px 0;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black;	
	background: #c3eafb url('img/white-highlight.png') top left repeat-x;
	border: 2px solid #b5d9ea;
}
#primaryNav li a:hover {
	background-color: #e2f4fd;
	border-color: #97bdcf;
}
#primaryNav li:last-child {
	background: url('img/L1-right.png') center top no-repeat;
}

/* --------	Second Level --------- */

#primaryNav li li {
	width: 100%;
	clear: left;
	margin: 0 0 0 -20px;
	padding: 10px 0 0 0;
	background: url('img/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a {
	background-color: #cee3ac;
	border-color: #b8da83;
	font-size: 10px;
	width: 100%;
	margin: 0 0 0 -10px;
}
#primaryNav li li a:hover {
	border-color: #94b75f;
	background-color: #e7f1d7;
}
#primaryNav li li:first-child {
	padding-top: 30px;
}
#primaryNav li li:last-child {
	background: url('img/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a:link:before,
#primaryNav li li a:visited:before {
	color: #8faf5c;
}

/* --------	Third Level --------- */

#primaryNav li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 9px 0 10px 0;
	background: #ffffff url('img/L3-ul-top.png') center top no-repeat;
}
#primaryNav li li li {
	background: url('img/L3-center.png') left center no-repeat;
	padding: 5px 0;
	margin: 0 10px 0 0;
}
#primaryNav li li li a {
	background-color: #fff7aa;
	border-color: #e3ca4b;
	font-size: 9px;
	padding: 5px 0;
	width: 90%;
	float: right;
}
#primaryNav li li li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#primaryNav li li li:first-child {
	padding: 15px 0 5px 0;
	background: url('img/L3-li-top.png') left center no-repeat;
}
#primaryNav li li li:last-child {
	background: url('img/L3-bottom.png') left center no-repeat;
}
#primaryNav li li li a:link:before,
#primaryNav li li li a:visited:before {
	color: #ccae14;
	font-size: 9px;
}

/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#utilityNav {
	float: right;
	max-width: 50%;
	margin-right: 10px;
}
#utilityNav li {
	float: left;
	margin-bottom: 10px;
}
#utilityNav li a {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	display: block;	
	border: 2px solid #e3ca4b;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black;
	background: #fff7aa url('img/white-highlight.png') top left repeat-x;
}
#utilityNav li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#utilityNav li a:link:before,
#utilityNav li a:visited:before {
	color: #ccae14;
	font-size: 9px;
	margin-bottom: 3px;
}
