/*check out the -90x values!!*/
body							
									{
									background-color: #333333;
									color: #183152;
									margin: 10px;
									font-size: 0.9em;
									font-family: arial, "Times New Roman";
									}
	
.clear
									{
									clear: both;
									}
									
/* MAIN ELEMENTs */	
	
.main_logo
									{
									float: right;
									margin: 10px;
									height: 100px;
									}
	/* changes made - wrapper back-ground colour to white */	
#wrapper
									{
									width: 970px;
									margin-left: auto;
									margin-right: auto;
									border: 10px solid #ffffff;
									background-color: #FFFFFF;
									min-height: 100px;
									}
									
#header h1	
									{
									font-size: 4em;	
									padding-top: 25px;	
									margin: 10px;
									font-weight: normal;
									}
									
#searchbar
									{
									margin: 10px;
									}
									
.quicklinks
									{
									float: right;
									}
									
									
.quicklinks a:active, .quicklinks a:link, .quicklinks a:visited
									{
									color: #183152;
									text-decoration: none;
									padding-left: 5px;
									padding-right: 5px;
									border-right: 1px solid #183152;
									}									
								
#main_navigation	
									{
									background-color: #183152;
									height: 45px;
									width: 970px;
									border-top: 2px solid #ffffff;
									border-bottom: 2px solid #ffffff;
									z-index: 3;
									position: relative;
									}
									
#leftcol_homepage
									{
									width: 488px;
									min-height: 200px;
									float: left;
									margin: 10px;
									}
									
#rightcol_homepage
									{
									width: 410px;
									min-height: 200px;
									float: right;
									margin: 10px;
									}
									
#content_container
									{
									background-image: url(../images/contentbg.jpg);
									background-repeat: repeat-y;
									
									}
#leftcol
									{
									width: 265px;
									min-height: 200px;
									float: left;
									padding: 10px;
									color: #ffffff;
									}
									
#rightcol
									{
									width: 645px;
									min-height: 200px;
									float: right;
									margin-right: 20px;
									padding: 10px;
									}									

.info_box_homepage
									{
									float: left;
									margin: 10px;
									width: 444px;
									min-height: 100px;
									}
									
.info_box_left
									{
									float: left;
									width: 260px;
									height: 200px;
									padding: 5px;
									margin-top: 5px;
									}	

.info_box_mid
									{
									float: left;
									width: 260px;
									margin-left: 55px;
									height: 200px;
									padding: 5px;
									margin-top: 5px;
									}	

.info_box_right
									{
									float: right;
									width: 260px;
									height: 200px;
									padding: 5px;
									margin-top: 5px;
									}										

#slider
		{
		z-index: 1;
		}
 
#admincontent, #pagecontent, .emergency_notice
									{
									width: 900px;
									padding: 20px;
									margin-left: auto;
									margin-right: auto;
									}
									
									
#rightcol_homepage h2, #leftcol_homepage h2, h2
									{
									font-size: 1.5em;
									color: #183152;
									margin-top: 0px;
									}
									
.homepage_article
									{
									border-bottom: 3px solid #ffffff;
									color: #183152;
									margin-top: 0px;
									}
									
.homepage_article a:active, .homepage_article a:link, .homepage_article a:visited, #example3 a:visited, #example3 a:active, #example3 a:link, #weather a:visited, #weather a:active, #weather a:link, a.general:link, a.general:active, a.general:visited, .info_box_homepage a:link,  .info_box_homepage a:active, .info_box_homepage a:visited
									{
									color: #183152;
									font-weight: bold;
									text-decoration: none;
									font-size: 0.8em;
									}
									
#leftcol a:link, #leftcol a:active, #leftcol a:visited
									
									{
									color: #ffffff;
									font-weight: normal;
									text-decoration: none;
									font-size: 0.8em;
									display: block;
									width: 265px;
									float: left;
									margin-bottom: 10px;
									}
									
#leftcol h2
									{
									color: #ffffff;
									}
									
.calendaritem p
									{
									margin: 0px;
									}
									
/* FOOTER ELEMENTS */
	
#footer
									{
									width: 980px;
									color: #ffffff;
									font-size: 0.8em;
									margin-left: auto;
									margin-right: auto;
									line-height: 1.5em;
									padding-bottom: 25px;
									}
									
#google_translate_element	
									{
									float: right;
									}
									
#footer a:active, #footer a:link, #footer a:visited
									{
									color: #ffffff;
									font-weight: bold;
									text-decoration: none;
									}
									
/* FOOTER ELEMENTS */			





/* FORMS */

.inputform
									{
									padding: 10px;
									background-color: #ffffff;
									color: #183152;
									
									}
									
label 
{
float: left;
margin-right: 25px;
width: 135px;
}

input.text
									{
									width: 500px;
									}
									


/* TABLE STYLES */

table
									{
									border-collapse: collapse;
									width: 100%;
									}
									
thead td			
									{
									background-color: #183152;
									color: #ffffff;
									padding: 5px;
									text-align: left;
									font-weight: normal;
									}

td
									{
									padding: 5px;
									text-align: left;
									font-weight: normal;		
									background-color: #ffffff;
									}
									
									
table.calendar
									{
									border-collapse: collapse;
									width: 100%;
									margin-top: 10px;
									}
									
table.calendar thead td			
									{
									background-color: #183152;
									color: #ffffff;
									padding: 5px;
									text-align: center;
									font-weight: normal;
									}

table.calendar td
									{
									padding: 5px;
									text-align: center;
									font-weight: normal;
									background-color: #ABC8E2;
									}									
									
									
									
							
									
									
									
#admincontent table
									{
									width: 100%;
									border-collapse: collapse;
									}
									
#admincontent table th			
									{
									background-color: #183152;
									color: #ffffff;
									padding: 5px;
									text-align: left;
									font-weight: normal;
									}

#admincontent table td
									{
									padding: 5px;
									text-align: left;
									font-weight: normal;		
									background-color: #ffffff;
									}
									
#admincontent table td.odd		
									{
									background-color: #ffffff;
									color: #183152;
									}									
									
#admincontent table td.even	
									{
									color: #183152;
									background-color: #cccccc;
									}


/* Emergency Notices */
.severe
									{
									background-color: #660000;
									margin-top: 5px;
									padding-top: 5px;
									color: #ffffff;
									width: 920px;
									margin-bottom: 10px;
									}
									
.minor
									{
									background-color: #ffcc33;
									margin-top: 5px;
									padding-top: 5px;
									width: 920px;
									margin-bottom: 10px;
									}

.info
									{
									background-color: #ffffff;
									margin-top: 5px;
									padding-top: 5px;
									width: 920px;
									margin-bottom: 10px;
									}									
									
.centered
									{
									margin-right: auto;
									margin-left: auto;


									}
									
									
.box
									{
									float: left;
									width: 194px;
									text-align: center;
									}
									
h3 {
margin: 0px;
margin-bottom: 5px;
}
									