/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,html,label,table,tr,td {margin:0;padding:0;}

fieldset,img,a img,:link img,:visited img {border:0;}

address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}

ul {list-style:none;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */

body { 
	background:#0f084d url("../images/bg-gradient.jpg") repeat-x;
	text-align:center; 
	font:11px/18px Verdana, Arial, Helvetica, sans-serif; 
	}


h1	{ font-size:1.2em; color:#58563B; }

h2	{ font-size:1.1em; color:#747252; }

h3	{ font-size:1.0em; color:#757353; }



h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#9F8641; text-decoration:underline; outline:none; }

a:hover,a:active	{ color:#757353; text-decoration:underline; outline:none; }



/* ------------------------ classes ------------------------ */

.clear	{ 
	clear:both;
}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
}

div.clear-h2	{ 
	height:10px; 
	overflow:hidden; 
	clear:both;
}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:20px;
	background:url("../images/bullet.jpg") right no-repeat;
}

.logo {margin:15px 0 0 50px;}

/* ------------------------ form elements ------------------------ */

form {
	width:185px;
	margin:10px 0 15px 0; /* set margin left and right below */
}

form label	{ font-size:.8em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#F8F8F0 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #58563B;
	color:#605F49;
	width:185px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ main contact form ------------------------ */

#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }


/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

.submitbutton {width:100px;}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */

#wrap {
	background: url("../images/bg-wrap.jpg") repeat-y;
	width:707px;
	margin:30px auto;
	text-align:left;
	}
	
#top-wrap {
	
	width:707px;
	height:41px;
	margin:0 auto;
}

#bottom-wrap {
	width:707px;
	height:68px;
	margin:0 auto;
}

	
#content {
	width: 690px;
	margin: 0 auto;
}

/* ------------------------ masthead framework ------------------------ */

#masthead {
	background:url("../images/mag-masthead2.jpg") no-repeat;
	width:687px;
	height:243px;
	margin: auto;
}

/* index page link within #masthead */		

#masthead a {
	position:absolute;
	left:323px;
	width:531px;
	top:104px;
	height:145px;
}

#masthead a span {
	display:none;
}


/* ------------------------ column-left framework ------------------------ */

#column-left {
	width:439px;
	float:left;
	margin: 5px 10px 5px 5px;
	}

#column-left h1 {
	margin: 0px 10px 10px 16px;
}

#column-left p, #column-left h2, #column-left h3, #column-left ul, #column-left dl, #column-left ol {
	margin:0px 10px 10px 16px;
	}

/* ------------------------ column-right framework ------------------------ */

#column-right {
	background: url("../images/right-column-top.jpg") no-repeat;
	width:225px;
	float:right;
	margin-top: 5px;
}

#column-right h2 {margin: 90px 10px 10px 15px;}

#column-right p {margin:5px 10px 10px 15px;}

#column-right form { margin-left:15px; }


/* ------------------------ header framework ------------------------ */


#header-graphic { height:262px; } /* sets height for all non-flash headers */

	body#practice #header-graphic { background:url("../images/header-01.jpg"); }

	body#testimonials #header-graphic { background:url("../images/header-02.jpg"); }

	body#contact #header-graphic { background:url("../images/header-03.jpg"); }



/* ------------------------ subhead framework ------------------------ */

#subhead { height:94px; margin:0px;} /* sets height for all subheads */

	body#home #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#services #subhead { background:url("../images/subhead-services.jpg"); }
	body#forms #subhead { background:url("../images/subhead-forms.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* ------------------------footer framework ------------------------ */

#footer {
	width:690px;
	margin:20px auto 0 auto;
	text-align:center;
}

#footer p {
	color:#716F52;
	margin:0 20px 10px 20px;
}

#footer a:link, #footer a:visited { color:#716F52; }

#footer a:hover, #footer a:active { color:#716F52; text-decoration: none;}

#footer ul {margin:10px auto 10px auto;}

	#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #716F52;
	}

	#footer li.first { border: none; }



/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */

#nav { 
	background:url("../images/nav2.jpg") no-repeat;
	width:536px; 
	height:41px; 
	margin:0 80px 0 80px;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:41px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 107px; margin-left: 0px;}
#nav-02 { width: 106px;}
#nav-03 { width: 106px;}
#nav-04 { width: 106px;}
#nav-05 { width: 107px;}


/*-------------- (-79px) X position of button / (-38px) height of image from above ------------- */

#nav-01 a:hover { background:url("../images/nav2.jpg")  -0px -41px no-repeat; }
#nav-02 a:hover { background:url("../images/nav2.jpg") -107px -41px no-repeat; }
#nav-03 a:hover { background:url("../images/nav2.jpg") -213px -41px no-repeat; }
#nav-04 a:hover { background:url("../images/nav2.jpg") -319px -41px no-repeat; }
#nav-05 a:hover { background:url("../images/nav2.jpg") -426px -41px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */

body#home #nav-01 { background: url("../images/nav2.jpg") -0px -41px no-repeat; }
body#about #nav-02 { background: url("../images/nav2.jpg") -107px -41px no-repeat; }
body#services #nav-03 { background: url("../images/nav2.jpg") -213px -41px no-repeat; }
body#forms #nav-04 { background: url("../images/nav2.jpg") -319px -41px no-repeat; }
body#contact #nav-05 { background: url("../images/nav2.jpg") -426px -41px no-repeat; }


/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */

#nav li ul {

	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#EEEDDA;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #716F50;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}



/* Drop down link styles */

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {

	font-size:1.0em;

	color:#716F50;

	text-decoration:none;

	}



#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }



/* Hover styles for drop down items */

#nav-04 ul a:hover { 

	background-image:none;

	background-color:#F9F9F7;

	color:#9E8641;

	text-decoration:none;

	}



/* width of drop down nav - choose width that allows items to display on one line */

#nav-04 ul, #nav-04 li { width:160px; }		



/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

