/* 

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: Verdana, Verdana, Geneva, 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;
	color: #323232;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #323232;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	text-transform: uppercase
	}

h1 {
	font-size: 1.7em;
	line-height: 1;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
	}

h2 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
	}

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;
	color: #323232;
	}

p:last-child {
	margin-bottom: 0;
	}

p img {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
	}

img {
	margin: 0;
	}

ul, ol {
	margin:0 1.5em 1.5em 1em;
	}

ul {
	list-style-type: circle;
	}
	
#content ul {
	margin: 1.3em 1.3em 1.3em 1.3em;
	width: 450px;
}

#content ul li{
	margin-top: 0.5em;
	padding-left: 3em;
	list-style-type: circle;
	list-style-position: inside;
}
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: #dd0000;
	text-decoration: underline;
	}

a {
	color: #dd0000;
	text-decoration: none;
	}

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: #efefef url(images/input_bg.jpg) repeat-x left top;
	border: 1px solid #8a3a3a3;
	color: #333;
	font-weight: bold;
	font-family: inherit;
	margin: 0 0 0 0;
	overflow: visible;			/* fix for IE6 double padding on buttons */
	padding: 1px 7px;
	text-align: center;
	width: auto;				/* fix for IE6 double padding on buttons */
	}

/* Containers
---------------------------------------------------------- */

body#mongoose {
	background-color: #2f2f2f;
	color: #323232;
	padding: 0 0 4em 0;
	}

#container {
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px; /* Theme: width = 950px */
	}

#content_container {
	background: #fff url(images/bg.jpg) repeat-y top left;
	clear: both;
	float: left;
	padding: 10px  0 18px 0;
	width: 900px; /* Theme: the width needs to be repeated here or IE bugs out */
	}

#content {
	margin: 0 18px;
	min-height: 300px;
	padding: 10px;
	}
#content_header {
	height: 227px;
	background: url(images/banner_01.jpg) repeat-x top left;
}
#content.two_column {
	float: left;
	width: 560px;
	}

#sidebar {
	background: #fff;
	float: left;
	margin: 0 18px 0 0;
	padding: 17px 10px 10px 10px;
	width: 240px;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	}

#latest_articles.sidebar_panel h2 {
	padding-top: 20px;
}

#latest_articles.sidebar_panel ul li  {
	padding-top: 8px;
	list-style-type: circle;
}
#latest_articles.sidebar_panel ul li a{
	color: #323232;
}
#left {
	float: left;
	width: 85px;
}
#right {
	float: right;
	width: 135px;
}
#contact {
	float: right;
	width: 250px;
	padding-right: 300px;
	padding-bottom: 12px;
}
#img_left {
	float: left;
	width: 170px;
	height: 125px;
}
/* Header
---------------------------------------------------------- */

#header {
	background: url(images/header.jpg) no-repeat top left;
	color: #333;
	clear: both;
	height: 193px;
	}

#header #logo {
	padding-left: 220px;
	padding-top: 100px;
	width: 220px;
	}

#header #logo a {
	color: #333;
	display: block;
	font-size: 3em;
	height: 80px;
	width: 220px;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	}
.photo_container {
	width: 140px;
	float: left;
	padding: 10px 0;
}
#content.photo_container .photo_photo {
	width: 140px;
	padding: 10px 0;
}
#content_table {
	width: 560px;
	clear: both;
	padding-bottom: 10px;
}
#content_table h2 {
	background-color: #eee;
}
#content_left {
	float: left;
	width: 430px;
}
#content_right {
	float: right;
	width: 120px;
}
#content_table h2{
	border-bottom: 1px dotted #323232;
}
/* Footer
---------------------------------------------------------- */

#footer {
	background: url(images/footer_bg.jpg) no-repeat bottom left;
	clear: both;
	padding: 40px 30px 30px 30px;
	text-align: right;
	width: 840px;
	}

#footer p {
	margin: 0;
	color: #acacac;
	font-size: 10px;
	}

#footer .copyright {
	float: left;
	}
#footer a:focus, 
#footer a:hover {
	color: #323232;
	}

#footer a {
	color: #323232;
	}
/* Menu
---------------------------------------------------------- */

#nav {
	/* R.A.D. Theme */
	background: url(images/nav_bg.jpg) no-repeat top left;
	clear: both;
	float: left;
	width: 900px;
	height: 46px;
	}

/* 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 #ddd;
	}

.form h2 {
	padding-top: 10px;
	}
	
.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-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	text-transform: uppercase;
	}

.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: 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.5em;
	text-align: right;
	}

.editlinks a {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 1em;
	}
	
	
/* File Directory
---------------------------------------------------------- */
.file_table{
    border: solid 1px #aaa;
}
.file_directory{
    width: 100%;
    margin: 0;
}
.file_directory tr th{
    background: #D6E46D;
}
.file_directory tr:hover td{
    background: #E8F0AC;
}
.file_directory tr td{
    vertical-align: middle;
    line-height: 20px;
}
.file_directory tr td a{
    text-decoration: none;
    color: #333;
}
.file_directory tr td a:hover{
    text-decoration: underline;
}
.directory_file_breadcrumb{
    font-size: 16px;
    font-style: italic;
}
.directory_file_view{
    padding: 10px;
}
.download_file a{
    float: right;
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    background: url('images/download.png') no-repeat right;
    padding: 0 32px 0 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.directory_file_view .required label{
    font-weight: bold;
    width: 100px;
    display: block;
    float: left;
}
.directory_back a{
    float: right;
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    background: url('images/back.png') no-repeat right;
    padding: 0 32px 0 0;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}