* {
	border: 0;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	background: #274566 url(images/bg.gif) fixed; 
	color: white;
	font-size: .8em;
	text-align: center;
}
p#breadcrumbs {
	color: #bbbbbb;
	font-size: .85em;
	margin: 1.2em 0 0 0;
	padding: 0;
}
#breadcrumbs a {
	color: #444444;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
.nobr {
	padding: 0 1em;
}
h1, h2 {
	color: #485a73;
	font-size: 1.3em;
	margin: 0;
	padding: .4em 0;
}
#main {
	background: #f6f5f2;
	margin: 0 auto 2px auto;
	text-align: left;
	width: 790px;
}		

/*
 * MAIN WRAPPER
 */

#main .h .c,
#main .f .c {
	height: 2px;
	font-size: 1px;
}
#main .h {
	background: transparent url(images/skin/main/nw.gif) no-repeat 0px 0px;
}
#main .h .c {
	background: transparent url(images/skin/main/ne.gif) no-repeat right 0px;
}
#main .b {
	background: transparent url(images/skin/main/w.gif) repeat-y 0px 0px;
}
#main .b .c {
	background: transparent url(images/skin/main/e.gif) repeat-y right 0px;
}
#main .f {
	background: transparent url(images/skin/main/sw.gif) no-repeat 0px 0px;
}
#main .f .c {
	background: transparent url(images/skin/main/se.gif) no-repeat right 0px;
}

/*
 * HEADER
 */

#header {
	/* background: #a89c8d url(images/skin/white.gif) no-repeat right 0px; */
	background: #b7b4ae;
	height: 100px; /* need in FF */
	margin: 0 2px;
	overflow: hidden;
}		

/*
 * NAVIGATION
 */

/*
 * My solution to getting the ul to be the same height as LI causes
 * other problems. Is there a better way to fix this that what I'm doing?
 * see css.maxdesign.com.au/listamatic/horizontal03.htm
 * There he just sizes the a links, and doesn't do any padding at all on
 * ul or li.
 */

#navcontainer {
	background: transparent url(images/skin/nav/nav.gif) repeat-y 0px 0px; 
	display: block;
	float: left;
	padding-top: 1px;
	text-align: right;
	width: 100%;
}
#navlist {
	display: block;
	float: right;
	list-style: none;
	padding-right: 2px;
}
#navlist li {
	background: #082240 url(images/skin/nav/gray.gif) repeat-y 0px 0px;
	display: block;
	float: left;
	list-style: none;
	padding: 0 0 0 1px;
	position: relative;
	z-index: 500;
	zoom: 1;
}
#navlist li:hover {
	background: #182e4d url(images/skin/nav/gray.gif) repeat-y 0px 0px;
}
#navlist li a
{
	color: white;
	padding: 0 1em;
	text-decoration: none;
}
#navlist li a:link {
}
#navlist li a:visited {
}
#navlist li a:hover {
}
#navlist li span {
	background: #283c59;
	display: block;
	float: left;
	margin: 0;
	padding: 0 1em;
}
#navlist li ul li a.heading {
	font-weight: bold;
	padding: 0;
}
#navlist li ul li {
	float: none;
	padding: 0 1em;
}
#navlist li ul {
	border: 1px solid #4b4b4b;
	border-left: 0;
	border-top: 0;
	display: none;
	position: absolute;
	text-align: left;
	width: 17em;
}
#navlist li:hover ul {
	display: block;
	left: 0;
	position: absolute;
	top: 100%;
}
#navlist li:hover ul li {
	border-top: 1px solid #4b4b4b;
	clear: both;
	display: block;
	float: left;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
#navlist li:hover ul li a {
	display: block; 
	padding: 0 1em 0 2em;
}
#navlist li:hover ul li a.heading {
	padding: 0 1em 0 1em;
}
#navlist li:hover ul li span {
	float: none;
	padding: 0 1em 0 2em;
}

#navbot {
	background: transparent url(images/skin/nav/nav-bot.gif) repeat-y 0px 0px;
	clear: both;
	height: 6px;
	overflow: hidden;
}

/* 
 * WRAPPER
 */
#wrapper {
	background: #f6f5f2 url(images/wrapperbg.gif) repeat-y 0px 0px;
	position: relative;
	width: 790px;
}

/*
 * SIDEBAR
 */
#sidebar {
	background: #eae8e5;
	border: 1px solid #b5b5b5;
	color: black;
	float: left;
	padding: 0 1em 1em 1em;
	position: absolute;
	text-align: left;
	top: 0;
	left: 0;
	margin: 20px 10px;
	width: 150px;
}
#sidebar h1 {
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-style: italic;
	margin: 0;
	margin-top: .6em;
	padding: 0;
}
#sidebar ul {
	list-style: none;
	padding-top: .5em;
}
#sidebar ul li {
	font-size: .8em;
	line-height: 1.7em;
}
#sidebar a {
	color: black;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar p {
	font-size: .9em;
	font-weight: bold;
	margin-top: .8em;
}
#sidebar span {
	font-weight: bold;
}

/*
 * CONTENT
 */
#content { 
	background: #f6f5f2;
	color: black;
	font-size: .9em;
	margin-left: 200px;
	margin-right: 2px;
	padding: 8px 0;
	width: 588px;
	z-index: 500;
}
#wrapper #content .h {
	background: transparent url(images/skin/content/nw.gif) no-repeat 0px 0px;
}
#wrapper #content .h .c {
	background: transparent url(images/skin/content/ne.gif) no-repeat right 0px;
	height: 2px;
	font-size: 1px;
}
#wrapper #content .b {
	background: white url(images/skin/content/w.gif) repeat-y 0px 0px;
}
#wrapper #content .b .c {
	background: transparent url(images/skin/content/e.gif) repeat-y right 0px;
	line-height: 1.4em;
	padding: .5em 16px;
}
#wrapper #content .f {
	background: transparent url(images/skin/content/sw.gif) no-repeat 0px 0px;
}
#wrapper #content .f .c {
	background: transparent url(images/skin/content/se.gif) no-repeat right 0px;
	height: 6px;	
	font-size: 1px;
}
#content h1, #content h2 {
	font-size: 1.2em;
	margin: 1.2em 1em 1.6em 1em;
	padding: 0;
}
#content h1#homepage {
	color: #464339;
	font-size: 1.6em;
	margin-bottom: -.6em;
	margin-left: .7em;
}
#content p {
	line-height: 1.6em;
	margin: .8em 1em .8em 1em;
	padding: 0;
}
#content ul, #content ol {
	line-height: 1.6em;
	margin: 1.2em 2.6em;
}
#content ul {
	list-style: url("images/dot.gif");
}
#content ol {
	margin-left: 3.9em;
}
div#sitemap ul, div#sitemap ul li ul {
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 0;
}
div#sitemap ul li {
	margin: 0;
}
#content li {
	margin-top: .6em;
}
#content a:link {
	color: #00387b;
	text-decoration: none;
}
#content a:visited {
	color: #00387b;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a:active {
	text-decoration: underline;
}

/*
 * footer 
 */
body div#footer {
	background: #464339;
	clear: both;
	color: white;
	margin: 0 2px;
	padding: 0;
	text-align: center;
}
body div#footer p {
	font-size: .8em;
	line-height: 1.5em;
	padding: 3px 0;
}
body div#footer a {
	color: white;
	text-decoration: none;
}
body div#footer div.f {
	background: transparent url(images/skin/footer/sw.gif) no-repeat 0px 0px;
}
body div#footer div.f div.c {
	background: transparent url(images/skin/footer/se.gif) no-repeat right 0px;
	height: 1px;
	font-size: 1px;
}

#toplinks {
	color: #eeeeee;
	font-size: .8em;
	margin: 10px auto 3px auto;
	padding-right: 9px;
	text-align: right;
	width: 790px;
}
#toplinks a {
	color: #dddddd;
	text-decoration: none;
}
#toplinks a:hover {
	text-decoration: underline;
}
#botlinks {
	color: #eeeeee;
	font-size: .8em;
	margin: 3px auto 10px auto;
	padding-right: 9px;
	padding-bottom: 5px;
	text-align: right;
	width: 790px;
}
#botlinks a {
	color: #eeeeee;
	text-decoration: none;
}
#botlinks a:hover {
	text-decoration: underline;
}
