/* 

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: oblique;*/
	font-weight: normal;	
	color: #000;
	/*font-family: 'Trajan Pro', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*/
	font-family: "Arial";
	}

h1 {
	font-size: 1.8em;
	}

h2 {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.2em;
	}

h4 {
	font-size: 1em;
	}

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 {
	margin: 0 0 1.5em;
	}

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;
	}

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 {
	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;
	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#aba {
	/*background: #348ECA url(images/bg.jpg) repeat-x top center;*/
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0;
	}
#aspnetForm {
	xbackground: transparent url(images/bottom_bg.jpg) repeat-x bottom;
}
#wrap {
	background: transparent url(images/bottom_bg.jpg) repeat-x bottom;
}

#container {
	background: #fff url(images/content_bg.jpg) repeat-y top left;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 940px; /* Theme: width = 950px */
	}
#splash
{
    
}
#content_container {
	background: #fff url(images/content_bg.jpg) repeat-y top left;
	clear: both;
	/*float: left;*/
	width: 940px; /* Theme: the width needs to be repeated here or IE bugs out */
	margin:auto;
	}

#content {
	background: #fff;
	min-height: 300px;
	padding: 37px;
	color: #5b5b5b;
	}
#content p {
	color: #5b5b5b;
}
#content ul li, #content ol li{
	/*color: #ac6429;*/
	color: #5b5b5b;
}
#content a {
	color: #ac6429;
	text-decoration: underline;
}
#content a:hover {
	color: #de6400;
	text-decoration: underline;
}
#content.two_column {
	clear: both;
	float: left;
	width: 626px;
	
	}
#sidebar {
	background: #ffdf34;
	float: left;
	margin:auto;
	padding: 17px 0 17px 18px;
	width: 210px;
	}
	
#sidebar h2 {
	Padding: 0 0 10px 0;
	}

/* Header
---------------------------------------------------------- */
#header {
    width:940px;
    height:143px;
    margin:auto;
	background: #fff url(images/header.jpg) no-repeat top left;
	color: #025a8a;
	clear: both;
	}
#login_status {
    text-align:right;
	padding-right: 10px;
}
#login_status a{
    font-size: 11px;
}
#header #mail_link{
    width: 220px;
    height: 70px;
    float: right;
    padding: 10px 10px;
}
#mail_link ul, #mail_link ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#mail_link ul li{
    width: 110px;
    float: right;
    text-align: right;
}
#mail_link ul li a{
    height: 24px;
    line-height: 24px;
    padding-left: 25px;
    display: block;
    font-size: 10px;
    color: #000;
    text-decoration: none;
    font-family: Verdana;
}
#mail_link ul li a:hover{
    text-decoration: underline;
}
#mail_link .student{
    background: url('images/icon_mail_student.png') no-repeat 15px;
}
#mail_link .staff{
    background: url('images/icon_mail_staff.png') no-repeat 22px;
    padding-right: 10px;
}
#header #contact_link{
    clear: both;
    width: 240px;
    height: 50px;
    float: right;
}
#header #contact_link a{
    display: block;
    text-indent: -9999px;
    width: 240px;
    height: 20px;
}
#header #logo {
	width: 220px;
	margin-left:20px;
	}

#header #logo a {
	color: #fff;
	display: block;
	font-size: 3em;
	height: 100px;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	width: 220px;
	}
	
/* Search Site
---------------------------------------------------------- */
#search_site{
    margin:0 0 20px 0;
}
#latest_articles.sidebar_panel {
	background-color: #fff;
	width: 200px;
	border: 1px solid #c1ab34;
}
#latest_articles.sidebar_panel h2{
	background: #fff url(images/latest_bg.jpg) no-repeat top left;
	height: 62px;
	overflow: hidden;
	text-indent: -9999px;
}
#latest_articles.sidebar_panel h2 a{
	display: block;
	font-size: 3em;
	height: 62px;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	width: 200px;
	}

#latest_articles.sidebar_panel ul li{
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
	}
#latest_articles.sidebar_panel ul {
	list-style-type: none;
	width: 185px;
	padding-left: 12px;
	margin: 0;
	}
#latest_articles.sidebar_panel ul ul{
	padding: 0;
	margin: 0;
	}
#latest_articles.sidebar_panel ul ul li a{
	color: #717171;
	font-size: 14px;
	}
#latest_articles.sidebar_panel ul ul li a:hover{
	color: #000;
	}
/* Footer
---------------------------------------------------------- */

#footer {
	font-family: Tahoma, Geneva, sans-serif;
	background: #014a81 url(images/footer_bg.jpg) no-repeat top left;
	color: #a1a1a1;
	clear: both;
	text-align: left;
	width: 940px;
	height: 481px;
	margin: 0;
	padding: 0;
	}
#footer_rights{
	padding: 0 0 0 45px;
	clear: both;
	height: 60px;
}
#footer_rights p {
	font-size: 11px;
	color: #007ad6;
	}
#footer_rights .copyright {
	margin: 0;
	}
#footer_rights .designed_by a {
	color: #007ad6;
	}
#footer_rights .designed_by a:hover{
	color: #3398cc;
	}
#sitemap {
	width: 660px;
	height: 340px;
	padding-left: 45px;
	padding-top: 70px;
	float: left;
}
#sitemap p{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 2em;
	margin: 0;
}
#sitemap a{
	color: #fff;
	font-size: 13px;
	line-height: 1.8em;
}
#sitemap a:hover{
	color: #3398cc;
}
#sitemap .col1 {
	width: 220px;
	float: left;
	margin: 0;
}
#sitemap .col2 {
	width: 220px;
	float: left;
	margin: 0;
}
#sitemap .col3 {
	width: auto;
	margin: 0 0 0 440px;
}
#touch_base {
	width: 202px;
	float: right;
	color: #fff;
	padding-top: 70px;
}
#touch_base a{
	color: #fff;
}
#touch_base a:hover{
	color: #3398cc;
}
/* Menu
---------------------------------------------------------- */

#nav {
	/* R.A.D. Theme */
	clear: both;
	/*float: left;*/
	width: 940px;
	height:52px;
	background: #fff url(images/nav_bg.jpg) no-repeat top left;
	margin:auto;
	}

/* Search Paging
---------------------------------------------------------- */

.search_paging {
	clear: both;
	padding: 0.5em 0;
	text-align: right;
	}

.search_paging span,
.search_paging a {
	padding: 0 0.2em;
	}

/* Forms
---------------------------------------------------------- */
.table_container{
    width:90%;
    padding:10px;
    /*background:#eee;*/
    border: solid 1px #eee;
    margin:auto;
    margin-bottom:10px;
}
.table_container label{
   font-weight:bold;
}
.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: 150px;
	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;
	}
	
#slider{
    width: 626px;
    height: 343px;
}

.columns{
    clear: both;
}
.columns .left_column{
    width: 193px;
    float: left;
    padding: 20px 15px 10px 0;
}
.columns .middle_column{
    width: 193px;
    float: left;
    padding: 20px 15px 10px 0;
}
.columns .right_column{
    width: 193px;
    float: left;
    padding: 20px 0px 10px 15px;
}

.gridview{
    width: 100%;
}
.fee .th_main{
    padding: 5px;
    font-size: 16px;
    background: #008;
    color: #fff;
}
#content .fee .th_main p{
    color: #fff;
}

.designed_by{
    margin: 0;
}

.side_flank{
    width: 200px;
    float: right;
    min-height: 200px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: right;
}
.side_info{
    width: 200px;
}
.side_info_top{
    background: url('images/side_flank_top.png') no-repeat top;
    height: 10px;
    line-height: 0px;
    font-size: 0px;
}
.side_info_content{
    padding: 0px 15px 10px;
    background: #224879;
    color: #fff;
    text-align: left;
}
#content .side_info_content h3{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#content .side_info_content a{
    color: #fff;
    text-decoration: none;
}
.side_info_bottom{
    background: url('images/side_flank_bottom.png') no-repeat top;
    height: 10px;
}
