html, body {
	margin: 0;
	padding: 0;
	background: #404040
		url("../images/bg2.jpg") repeat 50% 0px;
	color: black;
}

body {
	font-family: Verdana, Arial, Sans-serif;
	color: black;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #404040
		url("../images/bg2.jpg") repeat 50% 0px;
} 

#style-changer	{
	padding: 20px;
	font-family: Verdana, arial, Sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: gray;
	background: transparent;
	}
	
p	{
	font-family: Verdana, arial, Sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	color: #000;
	}
	

/*TEXT LINKS*/

#page-container {
	width: 760px;
	margin: auto;
	text-align: left;
	background: #C3CEA6;
	color: black;
}

/* TOP BAR */

#topBar	{
	height: 100px;
	padding: 0;
	margin: 0;
	text-align: right;
	background: #CEC5A6
		url("../images/headers/logo.jpg") no-repeat top left;
	color: #808080;
}

/* HEADERS */

#Header {
	width: 760px;
	height: 250px;
	background: #CEC5A6;
	border-bottom: 8px solid #5C4033;
	border-top: 8px solid #5C4033;
	margin: 0;
	padding:0;
}

#HeaderAbout {
	width: 760px;
	height: 250px;
	background: #CEC5A6
		url("../images/headers/fork2.jpg") no-repeat top left;
	border-bottom: 8px solid #5C4033;
	border-top: 8px solid #5C4033;
	margin: 0;
	padding:0;
}

#HeaderLighthouse {
	width: 760px;
	height: 250px;
	background: #CEC5A6
		url("../images/headers/lighthouse.jpg") no-repeat top left;
	border-bottom: 8px solid #5C4033;
	border-top: 8px solid #5C4033;
	margin: 0;
	padding:0;
}

#HeaderClouds {
	width: 760px;
	height: 250px;
	background: #CEC5A6
		url("../images/headers/clouds.jpg") no-repeat top left;
	border-bottom: 8px solid #5C4033;
	border-top: 8px solid #5C4033;
	margin: 0;
	padding:0;
}
/* CONTENT  - FRAME*/

#frame {
		width:760px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		margin-bottom:20px;
		padding:0px;
		text-align:left;
		}

/* CONTENT  - 3 COLUMN LAYOUT*/		
	
#leftc {
		width:359px;
		background: transparent;
		padding: 0px;
		float:left;
		}
		

#centerc {
		width:197px;
		background: transparent;
		padding:0px;
		float:left;
		border-left: 1px solid #ADBC85;
		border-right: 1px solid #ADBC85;
		}
		
#rightc {
		width:175px;
		background: transparent;
		padding:0px;
		float:left;
		margin-bottom: 30px;
		}
		
#widec {
		width:557px;
		background: transparent;
		padding:0px;
		float:left;
		border-right: 1px solid #ADBC85;
		}
		
#leftc	p { font-size:11px; text-align: justify; line-height: 18px;}
#rightc	p { font-size:11px; text-align: left; line-height: 18px;}
#centerc p { font-size:11px; text-align: justify; line-height: 18px;}
#widec p { font-size:11px; text-align: justify; line-height: 18px;}

/* CONTENT  - 3 COLUMN LAYOUT*/

#bio	{
margin: 0 15px 30px 30px;}


/* CONTENT  - 2 COLUMN LAYOUT - SUB PAGES */
	
#subleftc {
		width:560px;
		background: transparent;
		padding: 0px;
		float:left;
		margin-bottom: 30px;
		border-right: 1px solid #E0E0E0;
		}
		
#subrightc {
		width:199px;
		background: transparent;
		padding:0px;
		float:left;
		}
		
#subleftc	p { font-size:11px; text-align: justify; line-height: 18px;}
#subrightc	p { font-size:11px; text-align: justify; line-height: 18px;}
#subrightc	p { font-size:11px; text-align: left; line-height: 18px;}

#addressChange	{
background: #e0e0e0;
color: #333;
border-top: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
padding: 0;
margin: 5px 15px;}

#addressChange h2	{
		font-family:  arial, sans-serif;
		font-size:12px;
		color: #202020;
		margin: 0;
		letter-spacing: .1em;
		border: 0px solid #800000;
		background: #C0C0C0;
		padding: 5px 20px;;
		text-transform: uppercase;}
		
address	{color: #202020; font-style: normal;}
		





/* GLOBAL LINKS */

a {
	color: #000;
	text-decoration: underline;
	font-size: 11px;
	background: transparent;
}

a:hover    {
	color: maroon;
	text-decoration: none;
	font-size: 11px;
	background: transparent;
}

a.email:link {
	color: maroon;
	text-decoration: none;
	font-size: 11px;
	background: transparent;
}

a.email:hover    {
	color: black;
	text-decoration: underline;
	font-size: 11px;
	background: transparent;
}

.invisible a {
	color: black;
	text-decoration: none;
	font-size: 11px;
	background: transparent;
}

/* MORE INFO LINKS */
		
.moreLink  a {
	background: gray;
	border: 1px dotted #404040;
	padding: 2px 5px;
	color: white;
	text-decoration: none;
	margin: 10px 0px 20px 35px;
	font-size: 11px;
}

.moreLink a:hover    {
	background: #CEC5A6;
	border: 1px dotted #404040;
	padding: 2px 5px;
	color: #333;
	text-decoration: none;
	margin: 10px 0px 20px 35px;
	font-size: 11px;
}

/* LIST STYLES */

ul	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: transparent;
	list-style-position: outside;
	list-style-image: url("../images/arrow3.gif");
	list-style-type: square;
	padding: 0 0px;
	margin: 5px 10px 10px 35px;
}
		
#leftc ul li {margin: 3px 0;}
#subleftc ul li {margin: 5px 25px 5px 25px; text-align: justify;}

/* TEXT FORMATTING */

p {margin:5px 20px 5px 20px;}
		
address	{
	margin:5px 15px 15px 20px;
	line-height: 18px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-style: normal;
	background: transparent;
	}
	
h1 {
		background: transparent
			url("../images/bg-header.gif") no-repeat center left;
		font-family:  arial, sans-serif;
		font-size:14px;
		padding:0px 0 0 0px;
		margin:5px 15px;
		color: #000040;
		letter-spacing: .1em;
		font-weight: normal;
		text-transform: uppercase;
		border-bottom: 0px solid #e0e0e0;
		}
		
h2 {
		font-family:  arial, sans-serif;
		font-size:12px;
		padding-top:6px;
		color: #202020;
		letter-spacing: .1em;
		border: 0px solid #800000;
		background: transparent;
		padding: 3px 6px;
		margin:15px 10px 0px 15px;
				text-transform: uppercase;
		}
		
#bio h2 {
		font-family:  arial, sans-serif;
		font-size:12px;
		padding-top:6px;
		color: #202020;
		letter-spacing: .1em;
		border: 0px solid #800000;
		background: transparent;
		padding: 3px 6px;
		margin:15px 10px 0px 0px;
		text-transform: uppercase;
		}

		
.map	{
width: 400px;
height: 249px;
margin: 20px;
border: 0;
}

/* IMAGE REPLACEMENT */

#welcome {
	width: 323px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/welcome.gif") no-repeat top left;
	}
	
#welcome span {
	display: none;
	}
	
#practice {
	width: 130px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/practice.gif") no-repeat top left;
	}
	
#practice span {
	display: none;
	}

#forms {
	width: 157px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/forms.gif") no-repeat top left;
	}
	
#forms span {
	display: none;
	}
	
#contact {
	width: 130px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/contact.gif") no-repeat top left;
	}
	
#contact span {
	display: none;
	}
	
#about {
	width: 200px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/greg.gif") no-repeat top left;
	}
	
#about span {
	display: none;
	}
	
#contactus {
	width: 106px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/contactus.gif") no-repeat top left;
	}
	
#contactus span {
	display: none;
	}
	
#consult {
	width: 205px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/consult.gif") no-repeat top left;
	}
	
#consult span {
	display: none;
	}
	
#rep {
	width: 134px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/rep.gif") no-repeat top left;
	}
	
#rep span {
	display: none;
	}

#map {
	width: 159px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/map.gif") no-repeat top left;
	}
	
#map span {
	display: none;
	}

#interview {
	width: 236px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/interview.gif") no-repeat top left;
	}
	
#interview span {
	display: none;
	}
	
#payment {
	width: 154px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/payment.gif") no-repeat top left;
	}
	
#payment span {
	display: none;
	}
	
#accept {
	width: 100px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/accept.gif") no-repeat top left;
	}
	
#accept span {
	display: none;
	}

#disclaimer {
	width: 148px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/disclaimer.gif") no-repeat top left;
	}
	
#disclaimer span {
	display: none;
	}

#privacy {
	width: 126px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/privacy.gif") no-repeat top left;
	}
	
#privacy span {
	display: none;
	}
	
#thanks {
	width: 126px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/thanks.gif") no-repeat top left;
	}
	
#thanks span {
	display: none;
	}

#divorce {
	width: 199px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/divorce.gif") no-repeat top left;
	}
	
#divorce span {
	display: none;
	}

#property {
	width: 161px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/property.gif") no-repeat top left;
	}
	
#property span {
	display: none;
	}
	
#alimony{
	width: 259px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/alimony.gif") no-repeat top left;
	}
	
#alimony span {
	display: none;
	}
	
#custody{
	width: 134px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/custody.gif") no-repeat top left;
	}
	
#custody span {
	display: none;
	}

#support{
	width: 133px;
	height: 25px;
	background: #C3CEA6
		url("../images/h1/support.gif") no-repeat top left;
	}
	
#support span {
	display: none;
	}

#mod{
	width: 489px;
	height: 49px;
	background: #C3CEA6
		url("../images/h1/mod.gif") no-repeat top left;
	}
	
#mod span {
	display: none;
	}
/* FOOTER */

#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	background: #CEC5A6
		url("../images/star-bw-bwn.gif") no-repeat left 3px;
	color: #333;
	padding: 3px 13px 3px 35px;
	margin: 0;
	line-height: 16px;
	text-align: left;
	border-top: 1px solid #E0E0E0;
}

#footer	p { 
	font-size:11px; 
	text-align: left; 
	line-height: 16px;
	color: #333;
	margin: 0;
	padding: 0;}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer #altnavFoot {
	width: 300px;
	float: right;
	text-align: right;
}


/*HOMEPAGE QUICK CONTACT FORM ELEMENTS*/

#form form	{margin: auto;}

#form  label, #form  input, #form textarea 	{
	width: 160px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #000;
	margin: 2px 15px;
}

#form  fieldset { border:0px solid #E0E0E0;
	margin: 0px 0px;}

#form legend {
	font-size: 11px;
	padding: 0.2em 0.5em;
	border:0px solid #E0E0E0;
	color:black;
  }

#form .submit	{
	width: 75px;
	margin: 8px 0 0 10px;
		padding: 2px;
	text-align: center;
}

/*CONTACT US FORM ELEMENTS*/



#contactForm	{
margin-bottom: 30px;}

label, input, textarea 	{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
}

input, textarea	{
width: 200px;}

input.short	{
width:10px;
margin: 0 10px;}

label.short  {
width:30px;
margin: 0px;}

label	{
	margin: 2px 0px 2px 15px;
	vertical-align: top;}

fieldset { 
	border:1px solid #ADBC85;
	margin: 15px 15px;}

legend {
	font-size: 12px;
	padding: 0.2em 0.5em;
	border:1px solid #ADBC85;
	background: #808080;
	color:white;
  }

.submit	{
	width: 150px;
	margin: 15px 0 0 10px;
	padding: 8px;
	text-align: center;
}

.clear	{
	margin: 15px;
	padding: 8px;
	text-align: center;
}

#prevPg	{
margin: 15px;
}

#prevPg	input {
width: 120px;
text-align: center;
}

/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#menuwrapper {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background-color: #808080;
	background-image: url('../images/menu/bg2.jpg');
	background-repeat: repeat-x;

}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 10px 11px 10px 11px;
	border-right: 1px solid #555;
	font-size: 12px;
	color: #F2F2F2; /*changed to white from #CCCCCC*/
}

#p7menubar a.current {
	display: block;
	text-decoration: none;
	padding: 10px 11px 10px 11px;
	border-right: 1px solid #555;
	font-size: 12px;
	color: #F2F2F2; 
	background: #808080;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#p7menubar a.trigger {
	background-image: url('../images/p7PM_dark_south.gif');
	background-repeat: no-repeat;
	background-position: right center; 
	padding-left:10px; 
	padding-right:16px; 
	padding-top:5px; 
	padding-bottom:5px
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
	float: left;
	width: 9em;
}

/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fff;
	background-color: #808080;
}


/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}






