
/*-------------------------------------------------------

	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:300px;
	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 {
	width:900px;
	margin:0 auto 0 auto;
}

#hdr {
	width:900px;
	height:120px;
}

#serv #logo {
	float:left;
	margin-top:10px;
}

#serv #main {
	width:900px;
	clear:left;
	padding-top:10px;
	background:url(/images/contact_background.png) repeat;
	height:500px;
}
#main_p {
	width:900px;
	clear:left;
	padding-top:10px;
	background:url(/images/cnt_bg.jpg) top left no-repeat;
	padding-bottom:15px;
}
#content {
}


#footer {
	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 {
	float:left;
	width:500px;
}

#m_txt_priv {
	float:left;
	width:700px;
}
#m_img {
	float:right;
	width:320px;
}






										/* ---------- 5. navigation ---------- */ 
										
#nav {
	width:320px;
	float:right;
	margin-top:10px;
}

										/* ---------- 6. page specific structure ---------- */ 
										
#index #hdr {
	width:900px;
	margin-top:20px;
	height:300px;
}
	#index #map {
		width:380px;
		height:282px;
		float:left;
		background:url(/images/hdr_ind.jpg) top center no-repeat;
		margin-left:100px;
	}
	#index #ind_nav {
		width:320px;
		float:right;
		padding-top:30px;
	}
	#index #splg {
		width:350px;
		float:right;
		font-size:0.9em;
		font-weight:bold;
	}
		#index #splg img {
			padding-right:5px;
		}
	#index #lower_body {
		left:324px;
		top:282px;
		background:url(/images/lower_body.jpg) no-repeat;
		height:112px;
		width:61px;
	}
		
#index #main {
	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;
}
li{
    margin-left: 0px;
}
.shade{
    top: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.7;
    display: none;
}
.zoomContainer{
    background: white;
    border: 2px black solid;
    border-radius: 10px;
    top: 40px;
    left: 40px;
    width: 0px;
    height: 0px;
    display: none;
    position: fixed;
}
.bigMap{
    top: 52px;
    left: 52px;
    display: none;
    position: fixed;
}
.closeBigMap{
    width: 20px;
    height: 20px;
    background: url('/images/closeButton.jpg') white;
    position: fixed;
    top: 30px;
    right: 30px;
    border: 2px black solid;
    border-radius: 3px;
    display: none;
}
