body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	/* start */
	background-image: url(images/background1.jpg);
	/* end */
margin: 0px;
}

#container{
width:900px;
margin:auto;
}

/* ********************top navigation************************* */
#topmenu{
width:860px;
	background-color:#CCCCCC;
	text-align: right;
	padding: 5px;
}
#topmenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #993399;
	text-transform:uppercase;
	text-decoration: none;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:20px;
}

#topmenu a:hover{
	background-color: #999999;
}

.page_selected {
	background-color: #999999;
}



/* top menu dropdowns */
.dropdown{
	position:absolute;
	visibility: hidden;
	width: 50px;
	z-index: 100;
	overflow: visible;
	padding:0px;
}

.dropdown a{

	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: bold;
	color: #993399;
	text-transform:uppercase;
	text-decoration: none;

width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-indent: 5px;
}

.dropdown a:hover{
	color: #993399;
	background-color: #999999;
}
.dropbox {
	background-color:#CCCCCC;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;

}
/* end top menu dropdowns */

/* ********************end top navigation************************* */



/* ********************side navigation************************* */

#sidemenu{
	font-family: Arial, Helvetica, sans-serif;
background-image:url(images/newsbackground.jpg);
float:left;
width:175px;
margin-bottom:10px;
}

#sidemenu a{
font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	color: #993399;
	background-image:url(images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
text-transform:uppercase;
text-decoration:none;
padding-left:15px;
}

#sidemenu a:hover{
color:#333333;
}

.vert_menu_sub{
display:none;
}

#sidemenu .vert_menu_sub a{
line-height: 17px;
background-image:none;
text-transform:none;
font-size:10px;
}

#sidemenu .vert_menu_sub a:hover{
color:#333333;
}

#page_selected_vert{
background-image:url(images/bgnd_dropdown.gif);
}

#page_selected_vert .side_top_page_selected{
background-image:url(images/arrow_black.gif);
color:#333333;
}
#page_selected_vert .side_sub_page_selected{
color:#333333;
}
/*  ***end side nav ***********/







/************* search box and stuff********/

#right_side_box{
color:#FFFFFF;
background-color:#000000;
position:absolute;
right:0px;
bottom:0px;
padding-right:15px;
padding-bottom:5px;
}
#right_side_box a{
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}
#right_side_box a:hover{
color:#cccccc;
}
#right_side_box input{
margin-bottom:10px;
}



#search_results_left{
float:left;
margin-right:20px;
padding-right:20px;
border-right:1px solid #cccccc;
}

#search_results_left img{
width:90px;
height:90px;
float:left;
border: 1px solid #cccccc;
margin-right:5px;
margin-bottom:20px;
}
.search_item{
clear:both;
width:300px;
margin-bottom:20px;
}



#search_results_right{
float:left;
}

/************* search stuff ********/


/* ************ login Stuff *********************** */
#login{
}


#login_onpage{
background-color:#FF9900;
border:1px solid #666666;
font-size:10px;
}
#login_onpage input{
font-size:10px;
}

#login_onpage #submit{
font-size:11px;
}

#login_onpage td{
padding:2px;
}
#login_onpage #username{
width:75px;
}
#login_onpage #password{
width:75px;
}

/*  user text  */
#usertext{
padding:2px;
background-color:#FFFFFF;
border:1px solid #cccccc;
margin:0px;
color:#999999;
font-size:10px;
}
#usertext a{
text-decoration:none;
color:#3366FF;
}
#usertext a:hover{
text-decoration:none;
background-color:#CCCCCC;
color:#FFFFFF;
}


#usertext_user{
margin-top:15px;
clear:right;
float:right;
}
#usertext_user a{font-weight:bold;}

/*  end user text  */



/* ************ end login Stuff *********************** */






/* *********** list styles *********
set number of columns by width of item div */
.item_list{
margin-left:0px;
margin-right:0px;
margin-bottom:10px;
margin-top:2px;
padding:0px;
/*border:1px solid #cccccc;
background-color:#9999CC;
overflow:scroll;
height:10px;*/
width:650px;
float:left;
}
.spacer{
clear:both;
}

#pagination a{
text-decoration:none;
}

#pagination .list_page_selected{
font-size:14px;
font-weight:bold;
}

/* *********end list styles ************ */




/* *********** site map *******************/
#site_map{
font-size:12px;
padding:20px;
background-color:#ffffff;
}

#site_map .site_map_indent{
font-size:10px;
margin-left:30px;
}

/* *********** end site map *******************/






/**** rape crisis centres and news styles ********/
.search_box {
	border: 2px solid #999999;
}

#newsbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	background-image: url(images/newsbackground.jpg);
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.headline{
width:95%;
margin-bottom:20px;
}

/*********** end news and centres *********/







/* ************************ general styles ***************************/
.box{
border:1px solid #cccccc;
}

.spacer{
margin:0px;
padding:0px;
clear:both;
}

#breadcrumb{
color:#999999;
font-size:10px;
}

#google_search{
float:right;
}

#top_left{
background-image:url(images/top_bgnd_shadow.gif);
background-position:bottom;
background-repeat:no-repeat;
padding-left:10px;
padding-bottom:20px;
padding-top:20px;
}

#google_search{
padding-top:10px;
}

#google_translate{
float:left;
margin-bottom:15px;
}

#white_bgnd{
background-color:#FFFFFF;
border:1px solid #cccccc;
padding:15px;
}


#topimage{
position:relative; width:870px; height:160px; z-index:1;
margin-bottom:5px;
}

#bannertext {
	filter: alpha(opacity=0);
-moz-opacity:0; 	
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 30px;
	line-height: 30px;
	
	position:absolute; width:870px; height:110px; z-index:2; border: 1px none #000000;
}

#line{
margin-top:3px;
width:870px;
border-top:1px solid #cccccc;
}

#left{
margin-top:10px;
width:175px;
float:left;
}
#left p{
margin:0px;
padding:0px;
}
#left img{
border:0px;
margin-bottom:10px;
}

#centre{
margin-top:10px;
margin-left:15px;
margin-right:5px;
float:left;
width:440px;
}
#centre_wide{
width:668px;
margin-top:10px;
margin-left:15px;
margin-right:5px;
float:left;
}

#right{
margin-top:10px;
float:right;
width:228px;
}
#right p{
margin:0px;
padding:0px;
}
#right img{
border:0px;
}


#footer{
margin-top:5px;
margin-bottom:10px;
background-image:url(images/footer_bgnd.gif);
background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
padding:10px;
}

/* form stuff */

form{
margin:0px;
padding:0px;
}
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* form buttons */
.button {
color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	text-decoration: none;
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-image:url(images/button_bgnd.gif);
}
.button:hover {
background-image:url(images/button_bgnd_over.gif);
background-position:bottom;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
/* end form stuff */




h1 {
text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 18px;
	font-weight: normal;
	color: #993399;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
text-decoration: none;
	font-size:16px;
	color: #000000;
	margin-top:0px;
	margin-bottom:10px;
}

a{
	color: #993399;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

a.admin_links{
font-size:10px;
font-weight:normal;
color:#3366FF;
text-decoration:none;
}

a.admin_links:hover{
background-color:#CCCCCC;
color:#FFFFFF;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.red {
	color: #FF0000;
}

#error{
color:#FF0000;
margin-bottom:2px;
}
/* ************************ end general styles *********************/

