body{
	text-align: center; 
	background-color: #fff; 
	margin: 40px 0 5px 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
div#main_container{
	width: 654px;
	margin: 0 auto;
	}
	
/* access */

#access_skip{
	display: none;
	}	
	
/* header styles */
	
div#header{
	position: relative;
	float: left;
	width: 654px;
	height: 66px;
	text-align: left;
	}
	
div#header a{
	width: 251px;
	height: 54px;
	float: left;
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display: block; 
	overflow: hidden;
	}
		
/* main body styles */

div#main_body{
	position: relative;
	float: left;
	width: 654px;
	background-color: #7C0040;
	overflow: auto;
	padding-top: 12px;
	background-image: url(../images/top_chip.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
	
/* quick links styles */

div#quick_links_container{
	height: 219px;
	overflow: hidden;
	}

ul#quick_links{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
div#quick_links ul, div#quick_links li{ 
	display: inline; 
	}
	
li#ql_family{ 
	float: left; 
	width: 194px;
	height: 182px;
	padding: 0 0 0 18px;
	text-align: left;
	}

li#ql_conveyancing{ 
	float: left; 
	width: 194px;
	height: 182px;
	padding: 0 0 0 18px;
	text-align: left;
	}
	
li#ql_will_probate{ 
	float: left; 
	width: 194px;
	height: 182px;
	padding: 0 0 0 18px;
	text-align: left;
	}


li#ql_family a, li#ql_conveyancing a, li#ql_will_probate a{ 
	display: block; 
	width: 194px;
	height: 182px;
	}
	

/* document body styles */

#main_content{
	position: relative;
	width: 618px;
	height: 167px;
	overflow: hidden;
	margin: 0 auto;
	}
	
/* styles need to be listed in-line for the javascript to work.
#container{
	position: relative; 
	width: 340px; 
	height: 147px; 
	float: right; 
	text-align: justify; 
	overflow: hidden; 
	margin: 10px 12px 0px 0px;
	}
*/
	
#scrollbar{
	float: right; 
	width: 11px; 
	margin: 10px 0px 0px 0px;
	padding-right: 10px;
	}
	
/* styles need to be listed in-line for the javascript to work.
#content{
	position: relative;
	left: 0px;
	top: 0px;
	}
*/

#content li{
	margin-left: 0px;
	padding-left: 0px;
	}

/* home page styles */

#home_left{
	float: left;
	width: 213px; 
	height: 147px;
	padding: 10px;
	}
	
/* services page styles */

#services_left{
	text-align: left;
	float: left;
	width: 213px; 
	height: 147px;
	}
	
/* history page styles */

#home_left{
	float: left;
	width: 213px; 
	height: 147px;
	padding: 10px;
	}
	
/* footer styles */
	
#footer_container{
	width: 618px;
	margin: 0 auto;
	padding: 8px 0 8px 0;
	overflow: auto;
	}
	
#footer_left{
	float: left;
	padding: 4px 0 0 0;
	}
	
#footer_right{
	float: right;
	padding: 2px 0 0 0;
	}
	
#footer_left p{
	margin: 0;
	padding: 0;
	}

/* credit styles */	

div#credit{
	width: 654px; 
	position: relative; 
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
	}
	
div#credit a{
	float: right;
	width: 233px;
	height: 15px;
	text-indent: -9999px;
	background-image: url(../images/think.gif);
	background-repeat: no-repeat;
	display: block; 
	overflow: hidden;
	padding: 10px 0 0 0;
	margin: 0;
	}
	
/* general classes */

.w_border{
	border: 1px solid #fff;
	margin-top: 5px;
	}

/* fieldset styles */

fieldset{
	border: 0px;
	margin-top: 5px;
	padding-right: 5px;
	} 
fieldset input, textarea{ 
	float: right; 
	width: 160px; 
	border: 1px solid #999;
	}
	
fieldset input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus{
	border-color: #444;
	}

fieldset textarea{ 
	height: 56px;
	}

label, label span{
	display: block; 
	padding-bottom: .40em;
	}
	
label{ 
	float: left;
	width: 100%;
	}
	
label span{
	float: left;
	width: 100px;
	text-align: right;
	}

form div{
	width: 272px;
	text-align: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}
