/* 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: #000; }

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: 0.2em; }

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: #E3E3E3 url(images/bg.jpg) repeat-x top;
	color: #333;
	padding: 0;
	}
	
#wrap {
	width: 920px;
	background: #transparent;
	margin: auto;
	padding: 0 6px;
}

#container {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	}

#content_container {
	background: url(images/topbg.png) no-repeat top center;
	width: 920px; /* Theme: the width needs to be repeated here or IE bugs out */
    padding-top: 36px;
	min-height: 650px;
	height: 100%;
	margin-top: 20px;
	}
#content_container #inner1 {
    background: transparent url(images/bottom.png) no-repeat bottom center;
	padding-bottom: 192px;
} 
#content_container #inner2 {
    background: transparent url(images/middlebg.png) repeat-y center;
}
#content.two_column {
	float: left;
	width: 580px;
	padding: 0 19px;
	}
#content h1.title{
    width: 580px;
    height: 58px;
    background: url(images/content_title_bg.png) no-repeat center;
    line-height: 58px;
    padding-left: 20px;
    color: #fff;
    font-family: "Arial";
    margin-bottom: 15px;
}
	
#sidebar {
	float: left;
	width: 241px;
	height: 100%;
	padding: 0 5px 0 6px;
	margin-left: 38px;
	background: #transparent;
	color: #2B2B2B;
	}
#sidebar #member{
    width: 241px;
    height: 59px;
    text-indent: -9999px;
    margin-bottom: 20px;
}
#sidebar .banner {
	padding-bottom: 20px;
}
#latest_articles.sidebar_panel h2{
	width: 241px;
	height: 44px;
	overflow: hidden;
	text-indent: -9999px;
	}

#latest_articles ul {
	width: 220px;
	color: #2B2B2B;
	margin: 10px;
	padding: 0 0 0 5px;
}
#latest_articles ul li{
	/*list-style-type: none;*/
}
#latest_articles ul li.heading{
	list-style-type: none;
	display: none;
}
#latest_articles ul li h4{
	
}
#latest_articles ul ul{
    margin: 0 0 5px;
}
#latest_articles ul ul li a{
	display: block;
	color: #2B2B2B;
	font-size: 11px;
}

#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;
	padding: 0;
	margin: 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: #000;
	text-decoration: none;
}
#login_status a:hover {
	text-decoration: underline;
}

#header {
	background: #fff url(images/header.jpg) no-repeat top left;
	color: #transparent;
	clear: both;
	height: 158px;
	}
#header #logo{
    padding: 40px 0 0;
}
#header #logo a {
	height: 160px;
	width: 250px;
	color: #fff;
	display: block;
	font-size: 3em;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	}
	
#ctl00_ctl00_MainMenu_m0 {
    border-left: none !important;
}
	
/* Mast
---------------------------------------------------------- */
#splash{
    padding: 5px 0;
}


/* Search Site
---------------------------------------------------------- */
#search_site_container{
    width: 245px;
    float: right;
    padding-bottom: 20px;
    padding-right: 6px;
	
}
#search_site{
    width: 242px;
    height: 27px;
    border: #B2B2B2 solid 1px;
    padding: 0;
    margin: 0;
    line-height: 1;
    vertical-align: top;
    padding-left: 5px;
	
}
#search_site .inputText{
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    width: 205px;
    height: 27px;
    line-height: 27px;
    vertical-align: top;
}
/* Footer
---------------------------------------------------------- */

#footer {
    background: url(images/footer.png);
	width: 920px;
	margin: auto;
	text-align: left;
	line-height: 22px;
	height: 218px;
	}
#footer .copyright {
	float: left;
	padding-top: 2px;
	}
	
#footer .designed_by {
	padding-top: 2px;
	}
#footer p {
	font-size: 11px;
	color: #9f9f9f;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	}
	
#footer a {
	color: #9f9f9f;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
#sitemap_wrap{
    width: 890px;
    margin: auto;
    min-height: 270px;
    border-top: #333 solid 5px;
    background: #505052;
    color: #fff;
	
}
#sitemap a {
	color: #000;
	text-decoration: underline;
	}

#sitemap {
	width: 620px;
	float: left;
	font-size: 11px;
	padding-left: 20px;
}
#sitemap ul, #sitemap ul li{
    list-style-type: none;
	display: inline;
}

#sitemap ul{
	color: #fff;
	margin: 0 5px 0;
}
#sitemap ul li{
    padding: 0px;
    padding-left: 10px;
}
#sitemap ul li a{
    text-decoration: none;
}
#sitemap ul li a:hover{
    text-decoration: underline;
}

#contact_details {
	width: 240px;
	height: 200px;
	float: right;
	color:#000;
	padding-right: 30px;
}
#contact_details p {
	color: #000;
	font-size: 12px;
	margin-right:60px;
}
#contact_details a {
	color: #000;
	text-decoration: underline;
}
/* Menu
---------------------------------------------------------- */
#nav {
	/* R.A.D. Theme */
	clear: both;
	height:37px;
	background: url(images/navbar.png) no-repeat center;
	}
#splash {
    display: none;
}
#headmast {
    background: url(images/toppic.jpg) no-repeat center;
	height: 191px;
	width: 920px;
}
/* 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;
}
