/* CSS Document */
.mceContentBody
{
	background-color: #FFF !important;
	color: #000000;
}
body 
{
	margin: 0px;
	padding: 0px;
	font:medium Verdana,sans-serif;
	line-height:1.3em;
	background:#123;
	color: #fff;
}

h1 {
  margin:.5em 0 .5em;
  font:bold 200% Helvetica,Sans-serif;
  line-height: 1.2em;
  }
h2 {
	font:bold 150% Helvetica,Sans-serif;
  	color:#cfc;
	background:transparent;
}
h3 {
	font:bold 120% Helvetica,Sans-serif;
}
a{
	color:#FFFF00;
	background:transparent;
}
a:link {
	color:#fc3;
	background:transparent;
}
a:visited {
	color:#fcf;
	background:transparent;
}
a:active {
	color:#FF0000;
	background:transparent;
}

a img
{
	border: none;
}

/* ### HEADER ### */

.header_container 
{
	height: 104px;
	background-color: #7498CD;
}
.extranet_header_container 
{
	height: 115px;
	background-image:url(/images/parent-extranet_background.gif);
	background-repeat:repeat-x;
}
.govextranet_header_container 
{
	height: 115px;
	background-image:url(/images/govornor-extranet_backgroun.gif);
	background-repeat:repeat-x;
}
.accessibility_panel 
{
	background-color: #123;
	float: right;
	padding: 5px;
	border: 2px solid #5C78A2;
	margin-top: 5px;
	margin-right: 5px;
}
.accessibility_panel img
{
	vertical-align: middle;
}
.logo 
{
	float:left;
}
.tagline 
{
	clear: right;
	float: right;
	margin: 5px;
}

/* ### CONTENT ### */

.body-content 
{
	text-align: left;	
}

/* HOME - MAIN CONTENT */

.main_image 
{
}

/* STAFF PROFILE STYLES */

.staff_profile_title
{
	font-weight: bold;
}	
.staff_profile_container 
{
	border: 1px solid #bbb;
	margin: 5px;
}	
.staff_profile_image 
{
}	
.staff_profile_textcontainer 
{
	padding: 5px;
}
.staff_profile_name 
{
	font-size: 1.1em;
	font-weight: bold;
}
.staff_profile_position 
{
	font-weight: bold;
}
.staff_profile_moreinfo
{
	display: block;
}
/* KEEPSAFE STYLES */

.keepsafe_container 
{
	background-color: #fff;
	width: 200px;
	margin: 3px 5px 5px 0;
	padding: 5px;
	color: #000;
}	
.keepsafe_text 
{
	height: 65px;
	background-image: url(/images/home_keepsafe_background.gif);
	background-repeat: repeat-y;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* HISTORY STYLES */

.history_main_container 
{
	margin: 3px 5px 0 3px;
	border: #BBBBBB 1px solid;
}
.history_title 
{
}	
.history_container 
{
}	
.history_textcontainer  
{
	margin: 5px;
}
.history_moreinfo 
{
	display: block;
}

/* ### REPORTS STYLES ### */

.reports_main_container 
{
	margin: 5px;
	border: #BBBBBB 1px solid;
}
.reports_title 
{
}	
.reports_container 
{
}	
.reports_textcontainer  
{
	margin: 5px;
}
reports_pdf 
{
	padding: 5px 5px 0 5px;
}

/* ### WELCOME STYLES ### */

.welcome_main_container 
{
	margin: 5px;	
}
.welcome_title 
{
}	
.welcome_container 
{
	border: #BBBBBB 1px solid;
}	
.welcome_main_container h1 
{
}
.welcome_textcontainer  
{
	margin: 2px 5px 0 5px;
}
.welcome_name 
{
	font-size: 0.9em;
}	


/* ### STAFF PROFILE ### */
.staff-images_thumbs 
{
	padding: 2px;
	border:#B8B8B8 1px solid;
	margin-bottom: 10px;
}
.staff_images_container_head img
{
    padding: 2px;
	border: 1px solid #999; 
	
}	
.staff_images_container img
{
	padding: 2px;
	border: 1px solid #999; 
}
.staff_images_container
{
}
.staff_name
{
    font-size:1em;
    font-weight:bold;
    margin:7px 0pt;
}
.staff_position
{
    font-size:1em;
    font-weight:normal;
}
.rows_staffprofiles 
{
	vertical-align:top;
	text-align:center;
	padding: 5px;
}
/* FOOTER */

.footer 
{
}
.footer_text 
{
	font-size: 0.9em;
	font-weight:bold;
	padding-top: 5px;
	text-align:center;
}

/* ### NAVIGATION  ### */

.solidblockmenu 
{
	font-weight:bold;
}

/* ### NEWS EVENTS ### */

.newsevents_divider 
{
	border-bottom: #BBB 1px solid;
}
.news_image img
{
	padding-right: 5px;
}

.newsevents h2 
{
}

.newsevents img 
{
}
.newsevents .date 
{
	font-weight:bold;
}

.newsevents a img
{
	border: none;
	padding: 0;
}

/* ### REPORTS ### */

.report_background img
{
	vertical-align: middle;
}
.report_title
{
	font-weight:bold;
	padding:10px;
}
.report_download
{
	font-weight: bold;
}
.faq_background
{
}
.faq_question
{
	font-weight: bold;
	margin: 10px 0 10px 0 !important;
}
.skip
{
	display: block;
	text-align: right;
	background-color: #000;
	padding: 4px;
}

