/* Colour lookup table
	#201848 - approximation for navy blue [not colour matched]
	#919191 - breadcrumb and footer background
	#cccccc - border around header and banner
	#eeeeee - off-white default body text
	#f4ce4a - gold link text
	#fae624 - bright gold link hover text
/* ========================================================================== */

/* STYLE: Defaults for body typography
/* ========================================================================== */

/* Some of these should eventually be moved into typography.css */

body {
	background: #333333 url(../images/bw_bkg.png) repeat-x fixed;
	color: black;
	font: 15px/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	border-bottom: 1px dotted;
	color: #f4ce4a;
	text-decoration: none;
}

	a:hover {
		border-bottom: 1px solid;
		color: #fae624;
		cursor: pointer;
	}
	
	a:focus {
		outline: 1px dotted invert;
	}
	
h1 {
	font-size: 120%;
	color: #f9c621;
	font: bold 2.5em Garamond, Georgia, "Times New Roman", Times, serif;
	margin: 0.3em 1em 0.3em;
	text-shadow: 1px 1px 4px white;
}

h2 {
	font-size: 110%;
	color: #f9c621;
	font: bold 1.5em Garamond, Georgia, "Times New Roman", Times, serif;
	margin: 0.3em 1em 0.3em;
}

h3 {
	margin: 0.3em 0.5em 0.3em 0.8em;
	font-weight: bold;
}

/* STYLE: Page layout, wrappers and spacers
/* ========================================================================== */

#page {
	position: relative;
}

.spacer {
	height: 10px;
}

/* STYLE: Header
/* ========================================================================== */
#header {
	background: #201848 url(../images/navy.png) repeat;
	border: 3px groove silver;
	color: #201848;
	overflow: none;
	height: 70px;
	width: 934px; /* allow for the 3px border either side */
}

#header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* STYLE: Image Banner 
/* ========================================================================== */
#banner {
	background: silver;
	border: 3px groove silver;
	height: 180px;
	overflow: hidden;
	width: 934px; /* allow for the 3px border either side */
}

/* STYLE: Navigation Bar 
/* ========================================================================== */
#navbar {
	clear: both;
	height: 50px;
	overflow: hidden;
	padding-right: 20px;
	width: 940px;
}

#navbar_menu {
	position: relative;
	display: block;
}

#navbar_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 50px;
	font-size: 15px;
	background: transparent url("../images/nav_off.png") repeat-x top left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 4px solid #555555;
	border-top: 1px solid #919191;
}

#navbar_menu ul li {
	display: block;
	float: left;
	margin: 0;
	pading: 0;
}

#navbar_menu ul li a {
	background: transparent url("../images/nav_divider.png") no-repeat top right;
	color: black;
	display: block;
	float: left;
	font-weight: bold;
	height: 50px;
	padding: 12px 15px 25px;
	text-decoration: none;
	text-shadow: 2px 2px 5px white;
}

#navbar_menu ul li a:hover {
	background: transparent url("../images/nav_hover.png") no-repeat top right;
}              

#navbar_menu ul li span {
	color: transparent;
	background: transparent url("../images/nav_divider.png") no-repeat top right;
	float: left;
	font-size: 0.01px;
	height: 50px;
	width: 2px;
}
                    

/* STYLE: Breadcrumb Bar
/* ========================================================================== */
#breadcrumb {
	background: #919191;
	border-bottom: 3px groove silver;
	color: inherit;
	height: 25px;
	vertical-align: middle;
}

#breadcrumb p, #breadcrumb a, #breadcrumb span {
	margin-top: 2px;
	margin-bottom: 2px;
	border: none;
	display: inline;
	text-shadow: black 1px 1px 2px;
}

#breadcrumb ul {
	margin-left: 10px;
}

#breadcrumb li, #breadcrumb li a {
	display: inline;
	list-style-type: none;
}

#breadcrumb li a.nav-selected {
	color: black;
	text-shadow: white 1px 1px 2px;
}

/* STYLE: Main Content [Single Textarea]
/* ========================================================================== */
#main {
	background: #201848 url(../images/navy.png) repeat;
	color: white;
	line-height: 1.3;
	overflow: visible;
	padding-bottom: 1ex;
	min-height: 300px;
}

#main div.ccm-page-list {
	margin-top: 1ex;
}

#main p {
	margin: 1px 10px 2px 12px;
	padding-bottom: 1ex;
}

#main div {
	margin: 1px 10px 2px 12px;
	padding-bottom: 1ex;
}

#main ul {
	padding-bottom: 0.2ex;
}

#main li {
	display: list-item;
	list-style-type: square;
	padding-left: -1em;
	margin-left: 2.5em;
	padding-bottom: 0.2ex;
}

#main blockquote {
	background: #333366;
	margin: 1ex 3em;
	padding-top: 1ex;
}

#main form.miniSurveyView {
	background: #333366;
	margin: 1ex 3em;
	padding: 1ex;
}

#main div#msg {
	padding: 4px;
}

/* STYLE: Footer 
/* ========================================================================== */

#footer {
	background-color: #919191;
	font-size: 11px;
	height: 25px;
	border-bottom: 3px groove silver;
	border-top: 3px groove silver;
	overflow: auto;
}

#footer p {
	margin-top: 3px;
	margin-bottom: 2px;
}

#footer p.footer_left {
	position: absolute;
	left: 15px;
}

#footer p.footer_right {
	position: absolute;
	right: 15px;
}

/* STYLE: Miscellaneous
/* ========================================================================== */
/*
