/* 

Key Colours			Dark			Light
----------------------------------------------------------------------

*/

/* 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;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Typography
---------------------------------------------------------- */

body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 75%; /* 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-style: normal;
	font-weight: bold;	
	color: #003855;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.8em;
	}

h3 {
	font-size: 1.5em;
	}

h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1em;
	}

h6 {
	font-size: 1em;
	}

p {
	margin: 0 0 1.5em 0;
	}

p:last-child {
	margin-bottom: 0;
	}

p img {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
	}

img {
	padding: 7px;
	}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
	}

ul {
	list-style-type: circle;
	}

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:focus, 
a:hover {
	color: #00c;
	}
#number a:link, 
a:visited,
a:active {
	color: #fff;
	text-decoration: none;
	}

#number a:hover {
	color: #BFBFBF;
	text-decoration: none;
	}
	
a:link, 
a:visited,
a:active {
	color: #3398cc;
	text-decoration: underline;
	}

a:hover {
	color: #11435d;
	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 {
	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;
	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: #036;
	color: #333;
	padding: 0 0 4em 0;
	}
#wrap {
	background: #fff url(images/background.jpg) repeat-x top left;
}

#container {
	padding: 0 3px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 815px; /* Theme: width = 950px */
	}

#content_container 
{
    background: transparent url(images/content_top.png) no-repeat top center;
    padding-top: 14px;
	clear: both;
	width: 815px; /* Theme: the width needs to be repeated here or IE bugs out */
	min-height: 300px;
	height: 100%;
	float: left;
	margin-top: 10px;
	}
#inner1 
{
    background: url(images/content_bottom.png) no-repeat bottom center;
    padding-bottom: 79px;
    float: left;
}
#inner2 
{
    background: url(images/content_middle.png) repeat-y center;
    float: left;
}
#content {
	background: transparent;
	min-height: 300px;
	padding: 0 10px 10px 10px;
	}

#content.two_column {
	float: left;
	width: 575px;
	background: transparent;
	}

#sidebar {
	background: transparent;
	float: left;
	width: 196px;
	padding: 0 12px;
	}
	
#sidebar h2 {
	Padding: 0 0 10px 0;
	}
#login_status 
{
    display: none;
}
#slider 
{
    display: none;
}
#ctl00_ctl00_cph_content_tbFilter 
{
    width: 150px;
}
#ctl00_ctl00_cph_content_btnSearch 
{
    cursor: pointer;
}
/* Header
---------------------------------------------------------- */
#header {
	background: transparent url(images/banner_bg.png) no-repeat center;
	color: #333;
	clear: both;
	}

#header #logo {
	width: 300px;
	}

#header #logo a {
	color: #fff;
	display: block;
	font-size: 3em;
	height: 286px;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	width: 818px;
	}
	
/* Search Site
---------------------------------------------------------- */
#search_site{
    margin:0 0 20px 0;
}
/* Footer
---------------------------------------------------------- */

#footer {
	background: transparent;
	clear: both;
	width: 818px;
	height: 44px;
	}

#footer p {
	float: right;
	margin: 10px 0;
	color: #000;
	}

#footer .copyright {
	float: left;
	color: #000;
	margin: 10px 0;
	}
#banner {
    display: none;
}
.sitemap 
{
    display: none;
}
/* Menu
---------------------------------------------------------- */

#nav {
	/* R.A.D. Theme */
	clear: both;
	width: 812px;
	height: 34px;
	background: transparent url(images/navigation_bar.png) no-repeat center;
	padding: 2px;
	margin-top: 10px;
	}
#secondary_nav 
{
    width: 818px;
    height: 150px;
    margin-left: 4px;
    margin-top: 10px;
    clear: both;
}
#secondary_nav img 
{
    padding: 0 12px 0 0;
}
#ctl00_ctl00_cph_content_content_FormsDisplay_phPage1 {
    clear: both;
}
#ctl00_ctl00_cph_sidebar_ctl00_tbEmail {
    height: 20px;
    width: 140px;
    float: left;
    margin: 8px 0; 
}
#ctl00_ctl00_cph_sidebar_Search_tbSearch {
    height: 20px;
    width: 140px;
    float: left;
    margin: 8px 0; 
}
/* Search Paging
---------------------------------------------------------- */

.search_paging {
	clear: both;
	padding: 0.5em 0;
	text-align: right;
	}

.search_paging span,
.search_paging a {
	padding: 0 0.2em;
	}
#ctl00_ctl00_cph_sidebar_Search_btnSearch 
{
    background: transparent url(images/magnifier.png) no-repeat top left;
    width: 35px;
    height: 36px;
    cursor: pointer;
    border: none;
    margin-left: 5px;
    float: left;
}
#ctl00_ctl00_cph_sidebar_ctl00_btnSubmit1 
{
    background: transparent url(images/news.png) no-repeat top left;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: none;
    margin-left: 5px;
    float: left;
}
/* 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: #000;
	clear: both;
	padding: 0.5em;
	text-align: right;
	}

.editlinks a {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 1em;
	}
	
#mast{
    width: 530px;
    height: 241px;
    padding: 4px 0px 41px 100px;
}