body {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	background-color: #f6f6f6;
}
a, a:hover {
	text-decoration: none;
	color: #000;
}
a:link {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color:#333;
}
a img {
	border-style: none;
}
/* ~~~~~~~~~ layout ~~~~~~~~~~ */

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	background-color: #f6f6f6;
}

/* ~~~~~~~~~ header ~~~~~~~~~~ */

header#front {
	margin: 0;
	padding: 0;
	width: 980px;
	background-image: url(../images/banner-front.jpg);
	background-repeat: no-repeat;
	height: 469px;
}

header {
	margin: 0;
	padding: 0;
	width: 980px;
	}
/* ~~~~~~~~~ article ~~~~~~~~~~ */

article {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0.5em 1em;
	text-align: left;
	overflow: hidden;
}

section {
	margin: 20px 10px;
	padding: 0;
}

section.half {
	width: 45%;
	float: right;
	padding-right: 10px;
	
}

section.bio {
	width: 460px;
	float: left;
	margin: 20px 10px;
}

div.forms {
	width: 60%;
	margin: 0 auto;
}

section.contact {
	width: 80%;
	margin: 0 auto;
	margin-top: 18px;
}
/* ~~~~~~~~~ footer ~~~~~~~~~~ */
			
footer {
	width: 980px;
	font-size: 0.7em;
	text-align: center;
	background-image: url(../images/nav-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 8px;
}

p {
	font-size: 1em;
	line-height: 1.3em;
	padding: 10px 4px 2px 4px;
}


.left {
	float: left;
	padding: 0 20px 8px 8px;
	
}

.right {
	float: right;
	padding: 0 0 8px 20px;
	
}

.gallery {
	width: 100%;
	margin-top: 2em;
}

ul.topic li {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	list-style-type: disc;	
}

ul.services li {
	margin: 1em 4em 1em 2em;
	padding: 0;
	line-height: 1.5em;
	list-style-type: disc;
}

ol {
	margin: 0 4em 1em 4em;
	padding: 0;
}
/* ========== menu for home page ==== */
ul#navlist {
	color: #fff;
	padding-top: 140px;
	margin: 0;
}
ul#navlist li {
	line-height: 2em;
	list-style-type: none;
	color: #FFF;
	font-family: "Trebuchet MS";
	font-size: 18px;
}

#navlist li a:hover, #navlist li#front a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#navlist li a:link, #navlist li a:visited {
	text-decoration: none;
	color: #fff;
}

/* ===========  end navlist styles ===== */

/* ========== menu for other pages ==== */
#navwrap {
	width: 980px;
	background-image: url(../images/nav-bg.png);
	text-align: center;
	position: relative;
}
.nav_top {
	background-image: url(../images/nav-top.png);
	width: 980px;
	height: 1px;
	display: block;
}
.nav_bottom {
	background-image: url(../images/nav-bottom.png);
	width: 980px;
	height: 1px;
	display: block;
}
ul.nav {
	color: #333;
	margin: 0;
	padding: 10px 0;
}
ul.nav li {
	line-height: 2em;
	list-style-type: none;
	color: #333;
	font-family: "Trebuchet MS";
	font-size: 18px;
	display: inline;
	padding: 0 16px;
}

.nav li a:hover, .nav li#current a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.nav li a:link, .nav li a:visited {
	text-decoration: none;
	color: #333;
}

/* ===========  end navlist styles ===== */
