body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #f1ebd9 url(../_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Georgia;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #00228c;
    text-decoration: underline;
}
a:hover, a:active {
    color: #3e5fc5;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
img.right {
	float: right;
	margin-left: 10px;
	border: 1px solid #a07800;
	padding: 2px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 111px;
	overflow: hidden;
}
	#logo {
		float: left;
	}
	#member-login, #menu {
		float: right;
		clear: right;
	}

	/* MENU ----------------------------------- */
	#menu {
		background: url(../_images/menu.gif) 0 0 no-repeat;
		width: 396px;		/* Width of entire image */ 
		height: 35px;		/* Height of buttons */
		margin: 36px 0 0 0;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 35px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-home 		{ width: 81px; }
	#menu-about 	{ width: 105px; }
	#menu-services 	{ width: 97px; }
	#menu-contact 	{ width: 113px; }

	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-home a:hover		{ background: transparent url(../_images/menu.gif) 0px -35px no-repeat; }
	#menu-about a:hover		{ background: transparent url(../_images/menu.gif) -81px -35px no-repeat; }
	#menu-services a:hover	{ background: transparent url(../_images/menu.gif) -186px -35px no-repeat; }
	#menu-contact a:hover	{ background: transparent url(../_images/menu.gif) -283px -35px no-repeat; }

	#banner {
		height: 160px;
		background: transparent url(../_images/banner.jpg) 0 0 no-repeat;
	}

/* ----------------------------------- */
/* MAIN/CONTENT
/* ----------------------------------- */
#home #main-wrapper {
	background: #FFF url(../_images/bg-main-home.gif) 0 0 repeat-y;
	padding-bottom: 15px;
}
#home #main {
	background: transparent url(../_images/bg-welcome.gif) 0 0 no-repeat;
}

.sub #main-wrapper {
	background: #FFF url(../_images/bg-main-sub.gif) 0 0 repeat-y;
	padding-bottom: 15px;
}
.sub #main {
	background: transparent url(../_images/bg-sub.gif) 0 0 no-repeat;
}

	/* HOME PAGE */
	.intro {
		width: 283px;
		float: left;
		padding-top: 15px;
	}
	#intro-3 { width: 284px; }
	.intro h1, .intro p, .intro table, .intro ul {
		margin-left: 22px;
		margin-right: 22px;
	}
	h1 {
		background: transparent url(../_images/bg-header.gif) 0 0 no-repeat;
		padding-top: 15px;
		font-size: 20px;
		color: #a07800;
		font-weight: normal;
	}
	h2 {
		font-size: 14px;
		color: #a07800;
	}
	
	#main ul {
		margin-bottom: 15px;
	}
	#main ul li {
		border-bottom: 1px solid #e9e1c9;
		padding-bottom: 2px;
		margin-bottom: 2px;
		list-style: none;
		padding-left: 15px;
		background: transparent url(../_images/bullet.gif) 0 2px no-repeat;
	}
		#main ul li a {
			text-decoration: none;
		}
	#main ol li {
		margin-left: 20px;
	}
	
	.intro input {
		vertical-align: middle;
	}
	
	/* Sub page */
	.sub #content {
		float: left;
		width: 522px;
		margin-left: 22px;
		margin-right: 22px;
		display: inline;
		padding-top: 15px;
	}
	
	.sub #side {
		width: 240px;
		float: right;
		padding-top: 15px;
		margin-right: 22px;
		display: inline;
	}
	
	.top {
		text-align: right;
		font-size: 11px;
	}


/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	margin-top: 20px;
}
	#footer a:link, #footer a:visited {
	    color: #a07800;
	    text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
	    color: #3e5fc5;
	    text-decoration: underline;
	}
	#footer p {
		color: #a07800;
	}
	#menu-footer {
		display: block;
		font-weight: bold;
	}


/* ----------------------------------- */
/* MEMBERS
/* ----------------------------------- */	
dt {
	font-weight: bold;
	font-size: 13px;
}
dd.date {
	color: #666;
}
dd.download {
	margin-bottom: 20px;
}

.back {
	float: right;
	font-size: 11px;
	margin-top: 15px;
}