body {
	background: #FFF;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #86AF15;
	text-decoration: none;
	word-wrap: break-word;
}

a:hover {
	color: #4e8abe;
	text-decoration: underline;	
}

a img {
	border: 0;	
}

table {
	font-size: 12px;
}

h1 {
	font-family: Times New Roman, Serif;
	font-style: italic;	
	font-size: 28px;
	font-weight: normal;
	margin: 0.5em 0 0.5em;
	padding: 0;
	color: #a6ce39;
}

h2 {
	color: #a6ce39;	
	font-size: 25px;
	font-weight: normal;
	margin: 1em 0 0.5em;
	padding: 0;
}

h2.nomargin {
	margin: 0 0 0.5em;	
} 

h3 {
	color: #4d80af;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	margin: 1em 0 0.5em;
}

h4 {
	color: #a6ce39;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 20px 0 2px;
	border-bottom: 1px dashed #a6ce39;
}

h5 {
	color: #4d80af;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	margin: 1em 0 0em;
	padding: 0;	
}

h6 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0em 0 0em;
}

hr {
	border: none;
	border-top: 1px solid #e4efc7;
	color: #FFF;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 15px;
}

/*		Content Styles		*/
.blue_text {
	color: #4d80af;
}

#content .small_blue_text {
	color: #4d80af;
	font-size: 11px;
}

.green_text,
#content .green_text,
#content a.green_text:link,
#content a.green_text:visited 
#content ul li a:link,
#content ul li a:visited,
.sidebar .textbox,
.sidebar .button1,
.sidebar .button
{
	color: #86AF15;
}

#content a.green_text:hover {
	text-decoration: underline;	
}

#content .back_to_top {
	font-size: 10px;
}

#content th {
	text-align: left;
	vertical-align: top;
}

ol.alpha {
	list-style-type: lower-alpha;	
}

ol.roman {
	list-style-type: lower-roman;	
}

ul.bullet1 {
	list-style-type: disc;	
}

ul.bullet2 {
	list-style-type: circle;
}

ul.bullet3 {
	list-style-type: square;	
}

#content p {
	padding: 0;
	margin: 0.5em 0 1.4em;
	line-height: 1.4em;
}

ul, 
ol {
	line-height: 1.5em;	
	padding: 0;
	margin: 7px 0 15px 35px;
}

ul li {
	list-style-type:none;
	background: url('../images/green_bullet.gif') no-repeat 0 7px;
	padding-left: 20px;	
}

ul {
	margin-left:20px;	
}


#content blockquote {
	border: 1px dashed #a3c3dd;
	background: #f4f8fb; 
	padding: 0 25px;
	margin: 10px 40px;
}

#feedback p {
	line-height: 2em;	
}

#feedback fieldset {
	border: 1px solid #A4CDEF;
	padding: 0 10px;
}

#feedback label {
	display: inline-block;
	vertical-align: top;
	width: 110px;	
}

#feedback textarea {
	border: 1px solid #CCC;
	border: none;
	background: url('../images/textarea_bg.jpg') repeat top left;
	line-height: 18px;
}

#feedback .textarea {
	display: none;	
}

#feedback input[type="text"] {
	border: 0;
	border-bottom: 1px solid #CCC;
	line-height: 18px;
	width: 200px;
}

#feedback input[type="submit"],
#feedback input[type="button"],
#feedback input[type="reset"] {
	background: #4E8ABE;
	color: #FFF;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

#content table.centre_table {
	border: 0; 
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	width: 100%;	
	border-spacing:0;
	text-align: left;
}

#content table.centre_table th {
	background: #1c3282;
	line-height: 1.2em;
	font-size: 12px;
	color: #FFF;
	padding: 4px;
}

#content table.centre_table td {
	padding: 6px;
	padding-left:3px;
}

#content table.centre_table tr.row,
#content table.centre_table td.row {
	background: #BFDDF0;
	background: #d4e7f3;
	background: #E7F2F9;
	vertical-align:text-top; 
}

#content table.centre_table tr.alt_row,
#content table.centre_table td.alt_row {
	background: #E7F2F9;
	background: #f2f9fe;
	vertical-align:text-top;
}


#content table.centre_table tr th,
#content table.centre_table tr td {
	border-bottom: 1px solid #FFF; 
}

#content table.centre_table p {
	margin: 0;
	padding: 0;
}


/*#content table.centre_table ul {
	margin: 0;
	padding: 0 0 0 20px;
}*/

/*		Structural		*/

#page {
	background-color: #FFF;
	text-align: left;
	margin: 5px auto;
	width: 950px;	
}

#header {
	margin-bottom: 3px;	
}

#clear {
	clear: both;
}

#content {
	float: left;
	padding: 0px 10px 15px 20px;	
}

.narrow {
	width: 450px;	
}

.wide {
	width: 690px;	
}

#footer div {
	color: #4e8abe;
	font-size: 11px;
	text-align: center;
	width: 950px;
	line-height: 1.5em;
}

#footer #footer_left {
	float: left;
	width: 49%;
	text-align: left;
	vertical-align:text-bottom;
}

#footer #footer_right {
	float: right;
	width: 49%;
	text-align: right;
	vertical-align:text-bottom;
}
/*
#tabs ul {
	font-size: 12px;
	margin:0;
	padding:0;	
}

#tabs ul li {
	background:none;
	padding: 0;
	margin: 0;
	line-height: auto;
}
*/

#content .ui-widget,
#content .ui-widget select,
#content .ui-widget input 
{
	font-family: arial;
}


#sidebar-left {
	float: left;
}

#sidebar-right {
	float: right;
}

#sidebar-right ul li {
	line-height : 1.2em;
	list-style-type : disc;
	padding-left: 0px;
	background: none;
}

.sidebar {
	padding-top: 8px;	
	width: 227px;	
}
.sidebar p {
	font-size: 11px;
	margin: 0;
	padding: 3px 0;
}

.sidebar h5 {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #00498d;
}

.sidebar form {
	padding: 0;
	margin: 0;	
}

.sidebar .textbox,
.sidebar .button1,
.sidebar table.button1


{
	border: 2px solid #e4efc7;
	font-size: 12px;
	margin-right: 3px;
	vertical-align: 3px;
}

.sidebar .button1 {
	background: #f6faeb;
	font-weight: bold;
	cursor: pointer;	
}

.sidebar .button1 span {
	color: #000;
}

#find_centre .top {
	display: block;
	padding: 0;
	margin: 0;
	height: 14px;
	width: 100%;
}

#find_centre .middle {
	border-left: 1px solid #cae288;	
	border-right: 1px solid #cae288;
	margin: 0;
}

#find_centre .bottom {
	padding: 0;
	margin: 0;
	height: 14px;
	width: 100%;
}

#find_centre .textbox {
	width: 130px;
}

#find_centre h6 {
	color: #a6ce39;
	font-family: Times New Roman, serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.sidebar .feature {
	background: #e9f4fb;	
}

.sidebar .feature2 {
	background: #f0f4e5;
}

.sidebar .feature .top,
.sidebar .feature2 .top {
	display: block;
	margin: 0;
	padding: 0;
	height: 11px;
	width: 100%;
}

.sidebar .middle {
	padding: 0 8px 5px 12px;
	width: 205px;
}

.sidebar .feature .bottom,
.sidebar .feature2 .bottom {
	width: 100%;
	height: 11px;
	margin: 0 0 10px 0;
	display: block;
}

.sidebar .feature ul {
	margin: 0 0 0 13px;
	padding: 0;
}

.sidebar .feature ul a:link,
.sidebar .feature ul a:visited {
	color: #000;
	font-size: 11px;
}

#staff_login .textbox {
	width: 190px;
}

#staff_login h5 {
	font-weight: bold;
	font-style: italic;
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}


#content .success_div,
#content .message_div,
#content .error_div {
	margin: 3px auto 10px;
	text-align: center;				
}
#content .success_div {
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: 2em;
	background-color: #d4ebc7;
	color: #FFF;
	padding: 4px;
	border: 1px solid #999999;
	width: 400px;
}

#content .success_div h5 {
	margin: 0px;
	padding: 0px;
	font-size: 14px; 
	color: #72be44;
}

#content .message_div {
	border: 1px solid #999999;
	background-color: #eeeeee;
	padding:2px;
	line-height:15px;
	overflow: hidden;
	font-size: 12px;
}

#content .message_div ul {
	margin: 10px 30px;
	text-align: left;	
}

#content .error_div {
	border: 1px solid #c0442b;
	width: 390px;	
	margin-bottom: 10px;
}

#content .error_div h4 {
	background-image: url(../images/exclamation.png);
	background-repeat: no-repeat;
	background-position: 1em;
	background-color: #f48467;
	color: #FFF;	
	font-size: 12px;
	padding: 4px;
	margin:0;
}

#content .error_div ul {
	padding: 4px;
	text-align: left;
	list-style-type: none; 
	background-image: url(../images/bullet_error.png); 
	background-repeat: no-repeat; 
	padding-left: 3.4em; 
	margin-bottom: 5px; 
	background-position: 2em; 
}
	
#content .error_div ul li {
	padding-left: 15px;	
}


ul.category_rows li{
	display:block;
	width:33%;
	float:left;
}

.map_mouseover:link,
.map_mouseover:visited
{
	background: url(../images/saccls-static-map-op.jpg) no-repeat;
	height: 227px;
	width: 197px;
	display:block;
}

.map_mouseover:hover
{
	background: url(../images/saccls-static-map.jpg) no-repeat;
}

fieldset {
	font-size: 11px;
}

label {
	font-size: 13px;
}

#search-results {
	font-size: 11px;
}

#search-results h4 {
	padding-top: 0;
}

#search-results h6 {
	font-size: 12px;
}