/* CSS Reset  (from http://meyerweb.com/eric/tools/css/reset/)
---------------------------------------------------------- */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* Typography
---------------------------------------------------------- */

body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 80%; /* This is where you set your desired font size. The line-heights and vertical margins are automatically calculated from this. The percentage is of 16px (0.75 * 16px = 12px). */
	line-height: 1.5;
	}

h1, h2, h3, h4, h5, h6 {	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color: #00467e; }

h1 { 
	font-size: 2em;
	letter-spacing: -0.2pt;
	}
	
h2 { 
	font-size: 1.6em;
	letter-spacing: -0.2pt;
	}	
	
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; margin-bottom: 0.8em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

p { margin: 0 0 1.5em 0; letter-spacing: -0.3pt; color: #414141; }
p:last-child { margin-bottom: 0; }
p img { margin: 0; padding: 0; }
img { margin: 0; padding: 0; }

ul, ol { margin:0 1.5em 1.5em 2em; }

ul { 
	list-style-type: disc; 
	color: #00467e; 
	}
	
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #666; }
address { font-style: italic; margin-top: 1.5em; }
del { color:#666; }

a:link, 
a:visited,
a:active {
	color: #b39700;
	text-decoration: none;
	}

a:hover {
	color: #d6b500;
	text-decoration: underline;
	}
	
blockquote { color: #666; font-style: italic; margin: 1.5em; }

strong { font-weight: bold; }
em, dfn { background: #ffc; font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt { display: block; line-height: 1.5; margin: 1.5em 0; }

table { margin-bottom: 1em; }
th { border-bottom: 2px solid #ccc; font-weight: bold; }
td { border-bottom: 1px solid #ccc; }
th, td { padding: 8px; }

input, textarea, select {
	background: #f5f5f5;
	border: 1px solid #aaa;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}

input:focus, textarea:focus, select:focus { background: #fff; border: 1px solid #666; }
textarea { font-size: inherit; }

input.inputButton {
	background: #3397cb url(images/button_background.jpg) repeat-x bottom left;
	border: 1px solid #1c658b;
	color: #fff;
	font-weight: bold;
	font-family: inherit;
	overflow: visible;			/* fix for IE6 double padding on buttons */
	padding: 0 10px;
	text-align: center;
	width: auto;				/* fix for IE6 double padding on buttons */
	}
input.inputButton:hover { background: #1c658b; }
/* Containers
---------------------------------------------------------- */

body#mongoose {
	background-color: #009ADA;
	color: #333;
	padding: 0;
	}
	
#wrap {
	background: #009ada url(images/background.jpg) repeat-x top left;
	min-height: 700px;
}

#container {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 850px;
	}

#content_container {
	background: #fff url(images/container_bg.jpg) repeat-y top left;
	clear: both;
	/*float: left;*/
	width: 850px; /* Theme: the width needs to be repeated here or IE bugs out */
	padding-bottom: 20px;
	height: 100%;
	}

#content {
	margin: 15px;
	}
	
#content.two_column {
	float: left;
	width: 599px;
	}
	
#sidebar {
	float: left;
	width: 202px;
	height: 100%;
	margin-left: 8px;
	}

#sidebar .banner {
	padding-bottom: 20px;
}
#latest_articles.sidebar_panel h2{
	background: url(images/latest_articles.jpg) no-repeat top left;
	overflow: hidden;
	text-indent: -9999px;
	}

#latest_articles ul {
	width: 186px;
	margin: 0;
	margin-left: 8px;
	color: #fff;
}
#latest_articles ul li{
	list-style-type: circle;
}
#latest_articles ul li.heading{
	list-style-type: none;
	height: 1em;
}
#latest_articles ul li h4{
	overflow: hidden;
	text-indent: -9999px;
}
#latest_articles ul ul li a{
	padding-left: 10px;
	display: block;
	color: #fff;
}

#search_site.sidebar_panel h2{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #00467e;
	font-size: 21px;
	letter-spacing: -0.2pt;
	margin: 1em 0 0 0;
	font-weight: normal;
	font-style: normal;
	}
#search_site input.inputButton {
	background: transparent url(images/search.jpg) no-repeat bottom left;
	height: 27px;
	width: 32px;				/* fix for IE6 double padding on buttons */
	border: 0;
	}
#search_site input.inputButton:hover { 
	background: transparent url(images/search.jpg) no-repeat bottom left;
	}
	
/* Header
---------------------------------------------------------- */
#login_status {
	float: left;
	padding-left: 20px;
	font-size: 10px;
}
#login_status a {
	color: #fff;
	text-decoration: none;
}
#login_status a:hover {
	text-decoration: underline;
}

#header {
	background: #fff url(images/header.jpg) no-repeat top left;
	color: #333;
	clear: both;
	height: 210px;
	}

#header #logo a {
	height: 100px;
	width: 800px;
	color: #fff;
	display: block;
	font-size: 3em;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	}
#splash {
    display: none;
}
/* Search Site
---------------------------------------------------------- */
#search_site{
    margin:0 0 20px 0;
}
/* Footer
---------------------------------------------------------- */
#footer_wrap {
	clear: both;
	width: 100%;
	background: #009ada url(images/footer.jpg) repeat-x top left;
	min-height: 371px;
}

#footer {
	padding: 55px 10px 0 10px;
	width: 830px;
	float: left;
	text-align: left;
	}
#footer .copyright {
	float: left;
	}
#footer p {
	font-size: 11px;
	color: #9a8102;
	margin: 0;
	float: right;
	}
	
#footer a {
	color: #9a8102;
	text-decoration: none;
	}
#footer a:hover {
	color: #9a8102;
	text-decoration: underline;
	}
	
#sitemap a {
	color: #88dcff;
	text-decoration: underline;
	}

#sitemap {
	width: 640px;
	float: left;
	height: 200px;
	padding-top: 20px
}
#sitemap ul, #sitemap ul li{
    list-style-type: none;
}

#sitemap ul li {
	list-style-type: none;
	display: block;
	padding: 5px 0;
	font-weight: bold;
}
#sitemap ul li a{
    text-decoration: none;
}
#sitemap ul li ul li{
    float: left;
    padding: 0 15px 0 0;
    font-weight: normal;
}
#sitemap ul li  ul li a{
    text-decoration: underline;
}

#contact_details {
	padding-top: 50px;
	width: 210px;
	height: 200px;
	float: right;
}
#contact_details p {
	color: #fff;
	padding-left: 10px;
	font-size: 12px;
}
#contact_details a {
	color: #fff;
	text-decoration: underline;
}
/* Menu
---------------------------------------------------------- */
#nav {
	/* R.A.D. Theme */
	clear: both;
	float: left;
	padding-left: 5px;
	width: 845px;
	height:32px;
	background:#f1cc01 url(images/nav_bg.jpg) repeat-x top left;
	}

/* Search Paging
---------------------------------------------------------- */

.search_paging {
	clear: both;
	padding: 0.5em 0;
	text-align: right;
	}

.search_paging span,
.search_paging a {
	padding: 0 0.2em;
	}

/* Forms
---------------------------------------------------------- */

.form fieldset {
	border: 1px solid #333;
	}

.form legend {
	color: #000;
	font-size: 1.5em;
	padding: 0 0.2em;
	}

fieldset {
	padding: 17px;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
	}

legend {
	font-style: oblique;
	font-weight: bold;
	}

.required,
.optional,
.buttons {
	clear: both;
	padding: 0.25em;
	}

.form label {
	clear: both;
	display: block;
	}

.form .required label {
	font-weight: bold;
	}

.form span label,
.form p label {
	display: inline;
	font-weight: normal;
	}

.dynamic_error {
	background: transparent;
	clear: both;
	color: #f00;
	float: left;
	}

.form .buttons input {
	float: right;
	margin-left: 0.5em;
	}

.form p input {
	vertical-align: middle;
	}

.form .list input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	}

input.inputText {
	width: 70%;
	}

textarea.inputTextArea {
	height: 10em;
	overflow: auto;
	width: 99%;
	}

/* Dashbar
---------------------------------------------------------- */

.media_gallery_items { float: left; padding: 10px 19px; width: 840px; }
.two_column .media_gallery_items { padding: 10px; width: 560px; }

.media_gallery_items .media_item_container {
	background: #eee;
	float: left;
	min-height: 120px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 120px;
	}

.media_gallery_items .media_item_container:hover { background: #ccc; }
.media_gallery_items .media_item_container img { margin: 0; }
.media_gallery_items .media_item_container .media_item { height: 80px; }

#flashcontent {
	margin: 0 auto;
	width: 320px;
	}

/* Dashbar
---------------------------------------------------------- */

#mongoose_dashbar {
	background-color: #000000;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0.75em;
	text-align: right;
	width: 1172px;
	}

#mongoose_dashbar a { color: #ffffff; }

/* Editlinks
---------------------------------------------------------- */

.editlinks { background-color: #d5d5d5; clear: both; padding: 0.5em; text-align: right; }
.editlinks a { color: #000; font-weight: bold; margin: 0 0 0 1em; }
.clear{
    clear: both;
}