/* 

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: text-top;
	}

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: "Trebuchet MS", 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-weight: bold;
	}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
	}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
	}

h6 {
	font-size: 1em;
	}

p {
	margin: 0 0 1.5em 0;
	}

p:last-child {
	margin-bottom: 0;
	}

p img {
	margin: 0;
	padding: 0;
	}

img {
	margin: 0;
	}

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: #FF9A32;
	}

a {
	color: #FF9A32;
	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: #ccc url(images/button-bg.png) repeat-x left top;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-family: inherit;
	margin: 0 0 0 0;
	overflow: visible;			/* fix for IE6 double padding on buttons */
	padding: 0 0.2em;
	text-align: center;
	width: auto;				/* fix for IE6 double padding on buttons */
	}

/* Containers
---------------------------------------------------------- */

body#mongoose {
	background-color: #e6e3de;
	color: #333;
	padding: 0 0 4em 0;
	}

#container {
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 955px; /* Theme: width = 950px */
	}

#content_container {
	background: #f8f8f8;
	clear: both;
	float: left;
	padding: 0;
	width: 955px; /* Theme: the width needs to be repeated here or IE bugs out */
	}
#contains{
    background: #ffffff;
	clear: both;
	float: left;
	padding: 0;
	width: 955px;
}
#content {
	background: #fff url('images/content-bg.png') repeat-x bottom;
	margin: 0;
	min-height: 300px;
	padding: 0;
	}

#content.two_column {
	float: left;
	width: 651px;
	background-color: #fff;
	min-height: 480px;
	}
#content.two_column_left{
    width: 650px;
    padding: 30px;
    float: left;
}
#content.middle_column{
    float: left;
    width: 513px;
    background: #fff;
    min-height: 480px;
    padding-right: 15px;
    padding-bottom: 15px;
}
#home_content{
    width: 630px;
    margin: auto;
    padding: 0 10px;
}
#left_column{
    width: 197px;
    float: left;
    background: #fff;
    min-height: 480px;
}

#right_column{
    float: left;
    width: 230px;
    background: #fff;
    margin: 70px 0 0;
}

#content.middle_column h1{
    margin-top: 35px;
    font-size: 27px;
}

/* Content Table
---------------------------------------------------------- */
#content th, #content td{
    vertical-align: top;
}
#content td{
    border-bottom: 0;
    vertical-align: top;
}
.cat_container{
    float: left;
}
.flag_container{
    display: block;
    padding: 0 15px 0 5px;
    float: left;
    height: 15px;
    line-height: 15px;
}
.article_flag_container{
    padding: 0 15px 0 5px;
}
.article_search{
    padding: 10px;
    background: #eee;
    margin-bottom: 20px;
}
.article_search input[type="checkbox"]{
    margin: 0 5px 0 0;
    border: none;
    background: none;
}
.article_search .flag{
    padding: 3px 3px 2px 5px;
}
.article_search .flag_label{
    padding: 0 15px 0 5px;
}
.article_search .required label{
    font-weight: bold;
}
.article_search a{
    color: #333;
}
.article_results h3, .article_results h3 a{
    text-decoration: none;
    color: #333;
    margin-bottom: 2px;
}
.article_date, .article_date a{
    color: #666;
}
.article_read_more a{
    color: #EEA733;
}


/* Sidebar
---------------------------------------------------------- */
#sidebar {
	background: #f8f8f8;
	float: left;
	margin: 0;
	/*padding: 10px;*/
	width: 304px;
	}
#sidebar #search_site h2, #right_column #search_site h2{
    padding: 0 10px;
    height: 55px;
    line-height: 55px;
    background: url('images/sidebar-header-bg.png');
    font-family: "Arial";
    font-size: 16px;
    color: #EEA733;
    margin-bottom: 0;
}
.search_box{
    padding: 10px;
    text-align: center;
}
#right_column #search_site h2{
    background: none;
}
#search_site .inputText{
    background: #fff;
    width: 220px;
}
#right_column #search_site .inputText{
    background: #fff;
    width: 147px;
}
#search_site .inputButton{
    width: 30px;
    background: url('images/button-bg.png');
    border: 0;
    padding: 0 2px;
    color: #fff;
    height: 23px;
}
#latest_articles{
    padding: 10px;
}
#latest_articles h3{
    font-size: 13px;
    margin: 0 0 5px;
}
#latest_articles h3 a{
    color: #333;
    text-decoration: none;
}
#latest_articles .date, #latest_articles .date a{
    color: #666;
    font-size: 11px;
    text-decoration: none;
    padding: 0 0 5px;
}
#latest_articles .summary{
    font-size: 11px;
    padding: 0px;
}
#latest_articles .read_more, #latest_articles .read_more a, .article_read_more{
    padding: 0 0 10px;
    color: #ff9a32;
    margin-bottom: 10px;
}
.document_type a{
    color: #ff9a32;
}
#right_sidebar{
    float: left;
    width: 200px;
    padding: 20px;
}
/* Header
---------------------------------------------------------- */
#header {
	background: #fff url('images/header-bg.png') repeat-x;
	color: #333;
	clear: both;
	height: 118px;
	padding: 10px;
	padding-left: 0;
	}

#header #logo {
	width: 164px;
	height: 97px;
	padding-left: 10px;
	}

#header #logo a {
	background: transparent url(images/logo.png) no-repeat top left;  /*Theme: hook up their logo here */
	color: #333;
	display: block;
	font-size: 3em;
	height: 82px;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	width: 164px;
	}
#login_status{
    width: 400px;
    float: right;
    text-align: right;
}
#login_status a{
    color: #333;
    text-decoration: none;
}

#treeview{
    margin-top: 30px;
}

/* Footer
---------------------------------------------------------- */

#footer {
	background: url('images/footer-bg.png') repeat-x;
	clear: both;
	height: 33px;
	padding: 10px 20px;
	text-align: right;
	vertical-align: middle;
	}

#footer p {
	margin: 0;
	vertical-align: middle;
	}

#footer .copyright {
	float: left;
	}
#footer a{
    color: #333;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}
/* Menu
---------------------------------------------------------- */

#nav {
	/* R.A.D. Theme */
	clear: both;
	/*float: left;
	width: 950px;*/
	}

/* Search Paging
---------------------------------------------------------- */

.search_paging {
	clear: both;
	padding: 15px 0;
	text-align: left;
	}

.search_paging span,
.search_paging a {
	padding: 0 0.2em;
	font-weight: bold;
	color: #333;
	}

/* 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;
	margin: 0;
	}
.required{
    vertical-align: middle;
    display: block;
}
.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: 60%;
	}

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 0.5em;
	text-align: right;
	}

.editlinks a {
	/*color: #fff;*/
	color: #bbb;
	font-weight: bold;
	margin: 0 0 0 1em;
	}

.account_links a{
    color: #333;
    text-decoration: none;
}

/* Links Styles
---------------------------------------------------------- */
.link_no_style{
    text-decoration: none;
}
.link_underline{
    text-decoration: underline;
}
.link_bold{
    font-weight: bold;
}
.link_black_bold{
    font-weight: bold;
    color: #000;
}
.link_black_bold_nounderline{
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
#content table .align_left{
    float: left;
    padding: auto 10px 10px auto;
}
#content table .align_right{
    float: right;
    padding: auto auto 10px 10px;
}
#content table img{
    padding: 0 10px 0 0;
}


.document_type select{
    padding: 1px 0 0;
}
#content ul{
    padding-left: 15px;
}
#content ul, #content ul li{
    vertical-align: middle;
    line-height: 1.5;
}