/* CSS Document for LRP Alliance Insprance http:www.lrpinsurance.co.uk*/
/* Version 1.0*/
/*Created by Richard Edwards- RAWE Web Design  - Richard.Edwards@RAWEwebdesign.co.uk*/



body{
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	color:#333;
	background:#999 url(images/background2.jpg) repeat-y center;
}

#wrapper{
	text-align:center;
	width:700px;
	margin:0px auto;
	padding:0px;
	background: #FFF url(images/wrapper_fade.jpg) repeat-x;
}

#header{
	margin:0;
	padding:0;
	width:700px;
	height:200px;
	text-align:center;
	background:#000000 url(images/lrp_header2.jpg) no-repeat left top;
}
#header h1{text-indent:-900em;font-size:small;margin:0;}
#header #logo{display:none;}

#navigationbar{
	height:28px;
	background: #000000 url(images/nav_bar2.jpg) no-repeat left top;
	margin:0;
	padding:0;
}

#nav{
	padding-top:5px;
	margin:0;
}

#nav li{
	display:inline;
	padding-right: 0.5em;
	font-weight:bold;
	color:#FFFFFF;
}

#nav a{
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

#nav a:hover{
	text-decoration:underline;
}

#content{
	text-align:left;
	margin-top:30px;
	width:486px;
	min-height:400px;
	float:left;
	/*background:#FFF url(images/content_fade.jpg) repeat-x left top;*/
	padding-bottom:1em;
}

#content p, #content h2, #content h3{
	padding-left:15px;
	padding-right:15px;
}

#sidebar{
	width:214px;
	min-height:301px;
	overflow:visible;
	float:right;
	text-align:left;
	background: #FFF url(images/sidebar_background.jpg) no-repeat top left;
	margin-top:50px;

}

#sidebar p{
	padding-left:30px;
	padding-right:22px;
	padding-bottom:25px;
}

#sidebar p.dotted{
	background:url(images/dottedline.gif) no-repeat bottom;
}

#sidebar h3{
	font-weight:normal;
	color:#FFF;
	text-align:center;
	margin:0;
	padding-top:5px;
}

#footer{
	clear:left;
	text-align:left;
	height:76px;
	font-size:small;
	background:#FFF url(images/footer_fade.jpg) repeat-x bottom left;
	color:#666;
}
#footer p{
	padding:0.4em 15px 0.2em 15px;
	margin:0px;
}
#footer a{
	color:#666;
	text-decoration:none;
	border:none;
}
#footer a:hover{
	text-decoration:underline;
}

a{
	color:#992520;
	text-decoration:none;
	border-bottom:1px dotted #992520;

}

a:hover, a:active{
	border-bottom-style:solid;
}

.small{
	font-size:small;
}
a.external{
	background:url(images/external_link.gif) no-repeat top right;
	padding-right:10px;
}
.grey{
	background:#F4F4F4 url(images/gully.gif) repeat-y left top;
}
#spacer{
height:100px;
background:#FFF url(images/spacer.gif);
}