/*--------------------- Last Modified --> 2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #fff url("../images/wrap-bg-square.jpg");
	text-align:center; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; }
a:hover,a:active	{ color:#fff; text-decoration:underline; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top, p.back-to-top a, p.back-to-top a:link, p.back-to-top a:active, p.back-to-top a:visited {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	text-decoration:none;
	color:#922B02;
	}
	
p.back-to-top a:hover {color: #D0AD7D;}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

.white { color:#fff; padding:20px 0 0 0;}
.practice-left .map { padding:0 30px 10px 0; margin:0 0px 0 -9px;}
.txt a:link, .txt a:visited { color:#fff; }
.txt a:hover, .txt a:active { color:#D0AD7D; }

/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:10px 0 15px 0;
	}

form label	{ font-size:.95em; color:#FFFFFF; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	color:#902800;
	border:none;
	width:142px; /* 5 pixles smaller than form width !important */
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	border:1px solid #902800;
	}

input.submit-contact-main { margin:90px 0 0 242px; }

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main1 { padding:20px 0 10px 0; }
	
#contact-main1 label { 
	width:180px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main1 label input, #contact-main1 label textarea, #contact-main1 label select { 
	width:150px;
	position:absolute; 
	border:1px solid #902800;
	left:110%; 
	top:-2px;
	}
	
#contact-main1 label select {
	width:155px;
	}
	
#contact-main1 label textarea { height:100px; }

#contact-main1 form label	{ font-size:1em; color:#000; }

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	width:820px;
	margin:0 auto;
	text-align:left;
	background:url("../images/bg-wrap.jpg") repeat-y;   /* This is the background that runs vertically down the entire page*/
	}
	
#wrap-head{
	background:url("../images/masthead-bg.jpg") repeat-x;    /* This is the background on top that goes horizontal*/
	height:360px;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:228px;
	width:820px;
	}
	
/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:199px;
		width:418px;
		top:2px;
		height:100px; 
		}
	#masthead a span {
		display:none;
		}
	
/* ----- welcome ----- */


#welcome {
	background:url("../images/3-column-bg.jpg") repeat-y;  /* This is the 3 column background that runs vertically.*/
	width:820px;
	}
	
	
	.welcome-top {
		background:url("../images/welcome-top.jpg") no-repeat;
		height:150px;
		width:820px;
		}
	
	.welcome-bottom {
		background:url("../images/welcome-bottom.jpg") no-repeat;
		height:220px;
		width:820px;
		clear:both;
		}

	.welcome-left {
		width:170px;
		float:left;
		padding:0 0 0 87px;
		margin:-10px 0 0 0;
		}
	
	.welcome-middle {
		width:279px;
		float:left;
		padding:0 0 0 15px;
		margin-top:-55px;
		line-height:16px;
		}
	

	.welcome-right {
		width:199px;
		float:left;
		padding:0 0 0 38px;
		margin:-55px 0 0 0;
		}
		
	.welcome-right p {
		width:140px;
		padding:0px;
		line-height:16px;
		color:#fff;
		}
		
		.welcome-right ul {
			}
		
		
		.welcome-right ul li {
			background:url("../images/list-img.gif") center left no-repeat;
			line-height:20px;
			height:5px;
			width:5px;
			display:inline;
			}
		
		.welcome-right ul li a:link, .welcome-right ul li a:active, .welcome-right ul li a:visited {
			color:#FFEDD4;
			text-decoration:underline;
			padding:0 0 0 11px;
			}
			
			
		.welcome-right ul li a:hover {
			color: #D0AD7D;
			}
	/* ----- #practice (sub pages)----- */
	
#practice {
	background:url("../images/sub-bg.jpg") repeat-y;
	width:820px;
	}
	
	.practice-top {
			background:url("../images/practice-top.jpg") no-repeat;
			height:150px;
			}
			
	.verdicts-top {
			background:url("../images/verdicts-top.jpg") no-repeat;
			height:150px;
			}
			
	.about-top {
			background:url("../images/about-top.jpg") no-repeat;
			height:150px;
			}
			
	.contact-top {
			background:url("../images/contact-top.jpg") no-repeat;
			height:150px;
			}
			
			
	.thanks-top {
			background:url("../images/thanks-top.jpg") no-repeat;
			height:150px;
			}
			
	.practice-left {
			width:170px;
			float:left;
			padding:0 0 0 87px;
			margin:-10px 0 0 0;
			}
		
	.practice-right {
			width:450px;
			float:left;
			padding:0 0 0 15px;
			margin-top:-30px;
			line-height:16px;
			}
			
	.practice-bottom {
		background:url("../images/sub-bottom.jpg") no-repeat;
		height:111px;
		width:820px;
		clear:both;
		}

	.header {
		color:#922B02;
		font-size:14px;
		font-weight:bold;
		}
		
#thanks {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:820px;
	}
	
	
	.thanks-bottom {
		background:url("../images/bottom-wrap.jpg") no-repeat;
		height:88px;
		width:820px;
		clear:both;
		}
		
		#thanks p {
		 margin:10px 0 0 100px;
		 }
		 
		 #thanks p.header {
		 	margin:-60px 0 0 100px;
			}

/* ----- #meet----- */
 #meet {
 	width:820px;
	margin:-34px 0 0 0;
	}
	
	.meet-left {
		width:279px;
		float:left;
		padding:0 0 0 87px;
		margin:0px;
		line-height:16px;
		}
		
	.meet-right {
		width:279px;
		float:left;
		padding:0 0 0 110px;
		margin:0;
		line-height:16px;
		font-size:1em;
		}
	
	.see-more {
		margin:10px 0 0 -10px;
		}
	.learn-more {
		margin:10px 0 0 -5px;
		}
	
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	height:88px;
	clear:both;
	width:820px;
	}
	


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:820px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#922B02;
	}

#footer a:link, #footer a:visited {
	color:#922B02;
	font-weight:bold;
	}

#footer a:hover, #footer a:active {
	color: #651100;
	font-weight:bold;
	}

#footer ul {margin-top:0px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #922B02;
	}

	#footer li.first { border: none; }
	#footer p.no-bold a, #footer p.no-bold a:link, #footer p.no-bold a:visited {color:#922B02;font-weight:normal}
	#footer p.no-bold a:hover {color: #651100;}
	
    


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:820px; 
	height:44px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:44px; display:block; }

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 138px; margin-left: 0px;}
#nav-02 { width: 177px;}
#nav-03 { width: 220px;}
#nav-04 { width: 126px;}
#nav-05 { width: 159px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg")  0px -44px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -138px -44px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -315px -44px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -535px -44px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -661px -44px no-repeat;}

