/*
STYLE DEFINITION

THIS FILE HOLDS STYLE INFORMATION THAT IS NOT CRUCIAL TO THE STRUCTURE OF THE SITE.
BE SURE ANYTHING YOU ADD HERE DOES NOT OVERRIDE ANYTHING CRUCIAL IN ru_defaults.css
*/




html{
	font:16px "Segoe UI", "Arial", sans-serif;
	color:black;
}

body{
	background-color:#005daa;
	margin:0;
	color:black;
}



div.container{

	background-color:#005daa;
	color:black;

}



/*white background needed here because IE5-7 miscalculates width of the header sides and this colour will seep thru*/
div.header{
	background-color:white;
	font-size:76%;
	letter-spacing:1px;
	
	position:relative;
	
}

div.header_left{
	position:absolute;
	right:50%;
	top:0;
	width:50%;
	background-color:#fff;
	color:#fff;
	height:100%;
	border-right-color:#fff;
}

div.header_right{
	position:absolute;
	left:50%;
	top:0;
	width:50%;
	background-color:#00467f;
	color:#fff;
	height:100%;

}

a.header_home_link{
	display:block; 
	width:100%; 
	height:100%; 
	border:0 none !important;
}

div.header_search_pane{
	text-align:right;
}

div.header, div.header a{
	
	text-decoration:none;
}

div.header a:hover{
	border-bottom:1px dashed #986827;
}


fieldset.nothing{
	display:inline;
	padding:0;
	margin:0;
	border:0 none;
}

fieldset.nothing legend{
	display:none;
}



div.content{
	
	font-size:87.5%;
}

div.content div.home_spacer{

	height:80px;
	width:200px;
	float:right;
	clear:right;

}

div.content img.home_image{

	border:0 none;
	float:left;
	margin-bottom:0px;

}


img.button_fines_home{
	display:block;
	margin-bottom:30px;
	margin-right:30px;
	height:50px;
	width:183px;
	float:right;
	text-decoration:none;

}


img.button_renew_home{
	margin-bottom:30px;
	margin-right:30px;
	height:50px;
	width:183px;
	display:block;
	background: transparent url('/img/button_renew_home1.gif') no-repeat;
	float:right;
	text-decoration:none;

}



div.footer{
	
	font-size:76%;
	letter-spacing:1px;
	text-align:center;
	color:black;
	background-color:#fff;
}

/*useful mostly content-oriented styles*/

div.hr{
	margin:20px auto;
	border-top:1px solid #ca8;
	width:75%;
	height:0;
}
.clear{
	font-size:0;
	height:0;
	clear:both;
	/*width:10%;*/
}

.clear_right{
	clear:right;
}

.clear_left{
	clear:right;
}

.centered{
	text-align:center;
	margin:0 auto;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}


img.float_right_altaLogo{
	float:right;
	border-style: none;
	border-color:#fff !important;
	padding-right: 35px;
	padding-left: 35px;
}

.fineprint{
	font-size:11px;
	font-style:italic;
}

.note{
	font-weight:bold;
}

/**/














/*base content styles*/




div.content a{
	color:#099848;
}

div.content a:hover{
	text-decoration:none;
}


a.underline{
	text-decoration:underline;
}

div.content p, div.footer p{
	padding:0.5em 2em;
	margin:0;
}

div.content img{
	border:1px solid #A81E04;
	text-decoration:none;
}

a img, a img {
	border:0 none !important;
	text-decoration:none;
}


.no_border{
	border:0 none !important;
}



/*headings*/




div.content h1, div.content h2, div.content h3, div.content h4, div.content h5{
	color:#126;
}

div.content h1{
	font-size:150%;
	 margin: .67em 26px;
}

div.content h2{
	font-size:130%;
	margin: .83em 26px;
}

div.content h3{
	font-size:117%;
	margin: 1em 26px;
}

div.content h4{
	margin: 1.33em 26px;
}

div.content h5{
	font-size:83%;
	margin: 1.67em 26px;
}

div.content h6{
	font-size:67%;
	margin: 2.33em 26px;
}


/*lists and stuff*/




dl{
	line-height: 1.5;
	padding:0;
	margin:10px 0;
}

dt{

}

dd{
	margin:10px 15px 15px 30px;
}

dl.testimonials{
	margin:20px 0;
}

dl.testimonials dd{
	margin:0 15px 0 30px;
	font-style:italic;
}

dl.testimonials dt{
	margin:0 15px 0 30px;
}


ul, ol{

	margin:1em 0;
	padding:0 50px;
}

li{
	margin:0;
	padding:0.5em 0;
}

/*
ul.rclp{
	list-style-image: url('/img/content/rclp.gif');
}
*/
ol{
	list-style-image:none;
}



/*page sections*/





div.index_left{
	float:left;
	width:50%;
}


div.index_right{
	float:left;
	position:relative;
	margin:10px;
}




div.section{
	padding:5px;
	margin:10px 0;
	color: #986827;
	background-color:#DED9BC;
	border:1px solid #ccc;
}

div.half_section{
	float:left;
	padding:5px;
	margin:10px;
	width:40%;
	color: #986827;
	background-color:#DED9BC;
	border:1px solid #ccc;
}


div.section_right_half{
	width:61%;
	padding:5px;
	float:right;
	color: #986827;
	background-color:#DED9BC;
	
}

div.section_right{
	width:14em;
	margin:0.5em;
	float:right;
	color: #986827;
	background-color:#eee;
	border:1px solid #ccc;
	
}

div.section_right p{
	margin:0;
	padding:0.5em;
}


div.section_full{
	font-family:Georgia, serif;
	padding:15px;
	margin:10px;
	color: #986827;
	background-color:#DED9BC;
	
}

div.section_full span{
	padding-left:10px;
}


input.searchbox{
	padding-bottom:0px;
	margin:0;
	height:20px; 
	width:120px; 
	border:1px solid #aaa;
}

input.searchbutton{
	padding-bottom:0px;
	margin:0;
	border:0 none;
}

form.searchform{
	height:20px;
}

h1.overBags{
	z-index: 2500 !important;
}