/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss - http://www.jbmoss.com
	developer: D Petrie
	date: xx/xx/2007
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. forms
	
	
-------------------------------------------------------*/


										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
 h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, table {
	margin			: 1em 5%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration:none;
	
}

										/* ---------- 2. typography ---------- */ 

p {text-align:justify;}

p a {
	color:#0066CC;
}
p a:hover {
	color:#000066;
}

/* LOGO */
h1 {
	display:block;
	height:83px;
	width:250px;
	background:url(../images/rexton_law_logo.jpg) no-repeat;
	text-indent:-9000px;
}


h2 {
	font-size:2em;
	text-transform:uppercase;
	color:#445878;
	margin-left:3%;
}
h3 {}
h4 {}
h5 {}
										/* ---------- 3. listography ---------- */
										
ul {
	padding:0px;
} 
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
}

#index {
	background:url(../images/index_body_bg.jpg) top center repeat-x;
}
#serv {
	background:url(../images/ser_page_bg.jpg) top center repeat-x;
}

#wrap {
	position:relative;
	width:900px;
	margin:0 auto 0 auto;
}

#hdr {
	position:relative;
	width:900px;
	height:120px;
}

#serv #logo {
	position:relative;
	float:left;
	margin-top:10px;
}

#serv #main {
	position:relative;
	width:900px;
	clear:left;
	padding-top:10px;
	background:url(../images/cnt_bg.jpg) top left no-repeat;
	height:500px;
}
#main_p {
	position:relative;
	width:900px;
	clear:left;
	padding-top:10px;
	background:url(../images/cnt_bg.jpg) top left no-repeat;
	padding-bottom:15px;
}
#content {
}


#footer {
	position:relative;
	border-top:1px solid #ccc;
	text-align:right;
	font-size:0.8em;
	margin-top:50px;
}

#serv #footer {
margin-top:0px;
}

#footer a {
	color:#000066;
}
#footer a:hover {
	color:#0066CC;
}




#m_txt {
	position:relative;
	float:left;
	width:500px;
}

#m_txt_priv {
	position:relative;
	float:left;
	width:700px;
}
#m_img {
	position:relative;
	float:right;
	width:320px;
}






										/* ---------- 5. navigation ---------- */ 
										
#nav {
	position:relative;
	width:320px;
	float:right;
	margin-top:10px;
}

										/* ---------- 6. page specific structure ---------- */ 
										
#index #hdr {
	position:relative;
	width:900px;
	margin-top:20px;
	height:300px;
}
	#index #map {
		position:relative;
		width:380px;
		height:282px;
		float:left;
		background:url(../images/hdr_ind.jpg) top center no-repeat;
		margin-left:100px;
	}
	#index #ind_nav {
		position:relative;
		width:320px;
		float:right;
		padding-top:30px;
	}
	#index #splg {
		position:relative;
		width:350px;
		float:right;
		font-size:0.9em;
		font-weight:bold;
	}
		#index #splg img {
			padding-right:5px;
		}
	#index #lower_body {
		position:absolute;
		left:324px;
		top:282px;
		background:url(../images/lower_body.jpg) no-repeat;
		height:112px;
		width:61px;
	}
		
#index #main {
	position:relative;
	width:800px;
	clear:left;
	padding-top:10px;
}

										/* ---------- 7. images ---------- */ 
										
										
.lilman {
	padding-top:4px;
}

										/* ---------- 8. forms ---------- */ 
										
#formtab {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#000;
}
.formbox {
	background:#fff;
	width:200px;
	padding:2px;
	border:1px solid #445878;
}
.submit {
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding:2px 9px;
	border:1px solid #445878;
}