/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. 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:#918E88 url("../images/bg-body.jpg") top center repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	}
	

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#B6C8FF; font-weight:bold; }
h2	{ font-size:1.1em; color:#151B35; font-weight:bold; }
h3	{ font-size:1.0em; color:#FFFFFF; font-weight:bold; }
h4	{ font-size:0.9em; color:#FFFFFF; font-weight:bold; }

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

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

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

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
p.more-right {
	text-align:right;
	display:block;
	background:url("../images/bullet-more.jpg") 78px 5px no-repeat;
	}
	body#index #column-right p.more-right a:link, body#index #column-right p.more-right a:visited { color:#A90D2F; text-decoration:underline; outline:none; }
	body#index #column-right p.more-right a:hover, body#index #column-right p.more-right a:active { color:#000000; text-decoration:underline; outline:none; }

img.img-left { 
	float:left; 
	margin:2px 10px 10px 20px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 20px 10px 10px; 
	}
	
.top { padding-top:20px; }

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

form {
	width:150px;
	margin:10px 0 15px 0;
	}

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

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

input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #1F4489;
	color:#003366;
	width:145px; /* 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: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:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- 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; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}


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

#global-wrap {
	background:url("../images/bg-global-wrap.jpg") top left repeat-x;
	width:100%;
	text-align:left;
	}

body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:752px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:752px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-content {
	background:url("../images/bg-wrap-content.jpg") top left no-repeat;
	width:752px;
	float:left;
	padding:0;
	margin:0;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:146px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:53px;
		width:348px;
		top:17px;
		height:95px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:189px;
	float:left;
	color:#000000;
	padding-left: 3px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 19px 10px 20px;
		}
	#column-left form { margin-left:20px; }
	#column-left a:link, #column-left a:visited { color:#A90D2F; text-decoration:underline; outline:none; }
	#column-left a:hover, #column-left a:active { color:#000000; text-decoration:underline; outline:none; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-center ----- */

#column-center {
	width:372px;
	float:left;
	color:#FFFFFF;
	}
	
	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0 20px 10px 20px;
		}
	#column-center form { margin-left:20px; }
	
	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-center ul.multi { padding-left:5px; } 
		#column-center ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center dl dd {
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-right ----- */

body#index #column-right {
	width:185px;
	float:left;
	color:#000000;
	}
	body#index #column-right a:link, body#index #column-right a:visited { color:#000000; text-decoration:underline; outline:none; }
	body#index #column-right a:hover, body#index #column-right a:active { color:#000000; text-decoration:none; outline:none; }

#column-right {
	width:557px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl {
		margin:0 20px 10px 20px;
		}
	#column-right form { margin-left:20px; }
	#column-right ul li ul { margin:0 20px 0 0; }
	#column-right img.news { margin-left:20px; }
	#column-right img.about { margin-left:20px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
	/* single column list */
	#column-right ul.recent { padding-left:5px; }
		#column-right ul.recent li { 
			background:transparent url("../images/bullet-right-arrow.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			padding-bottom:10px;
			}
			
	/* single column list */
	#column-right ul.top { padding-left:5px; padding-top:30px; }
		#column-right ul.top li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			padding-bottom:10px;
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- habitat ----- */

/*#habitat {
	background:url("../images/boys-girls-club.jpg") top left no-repeat;
	width:372px;
	height:157px;
	float:left;
	color:#000000;
	}

	#habitat p, #habitat h1, #habitat h2, #habitat h3 {
		margin:0px 140px 5px 10px;
		text-align:left;
		}
	#habitat .top {padding-top:80px;}
	
	
		#habitat a:link, a:visited{
		color:#FFFFFF;
		}
		#habitat a:hover,a:active{
		color:#000000;
		}
	#habitat a span {
		display:none;
		}*/
		
/* ----- memberships ----- */

#memberships {
	width:746px;
	float:left;
	padding-left: 3px;
	margin:0;
	clear:both;
	}

	#memberships p, #memberships h1, #memberships h2, #memberships h3 {
		margin:0 15px 10px 227px;
		}

#members { 
	background:url("../images/membership-logos.jpg") no-repeat; 
	width:746px; 
	height:202px; 
	margin:0;
	padding:0; 
	}

#members span { display: none; }

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

#members li { float:left; list-style:none; _display:inline; }

#members-01 { width: 102px; margin-left: 2px;}
#members-02 { width: 131px;}
#members-03 { width: 138px;}
#members-04 { width: 110px;}
#members-05 { width: 122px;}
#members-06 { width: 139px;}
#members-07 { width: 102px; margin-left: 2px;}
#members-08 { width: 131px;}
#members-09 { width: 138px;}
#members-10 { width: 110px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#members-01 a:hover { background:url("../images/membership-logos.jpg")     -2px -0px no-repeat; }
#members-02 a:hover { background:url("../images/membership-logos.jpg") -104px -0px no-repeat; }
#members-03 a:hover { background:url("../images/membership-logos.jpg") -235px -0px no-repeat; }
#members-04 a:hover { background:url("../images/membership-logos.jpg") -373px -0px no-repeat; }
#members-05 a:hover { background:url("../images/membership-logos.jpg") -483px -0px no-repeat; }
#members-06 a:hover { background:url("../images/membership-logos.jpg") -605px -0px no-repeat; }
#members-07 a:hover { background:url("../images/membership-logos.jpg")    -2px -101px no-repeat; }
#members-08 a:hover { background:url("../images/membership-logos.jpg") -104px -101px no-repeat; }
#members-09 a:hover { background:url("../images/membership-logos.jpg") -235px -101px no-repeat; }
#members-10 a:hover { background:url("../images/membership-logos.jpg") -373px -101px no-repeat; }
	
/* ----- bottom-wrap ----- */
 
body#index #bottom-wrap {
	background:url("../images/bottom-wrap-index.jpg");
	height:10px;
	clear:both;
	width:100%; /* fix for Safari */
	}

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:10px;
	clear:both;
	width:100%; /* fix for Safari */
	}

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

#header-flash { height:217px; background:url("../images/bg-flash.jpg") top left no-repeat; } /* sets height for the flash header - REMOVE IF NOT USED */
#flash-header { margin:1px 0 0 5px; }

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

	body#index #header-graphic { background:url("../images/header1.jpg"); }
	body#about #header-graphic { background:url("../images/header4.jpg");}
	body#auto #header-graphic { background:url("../images/header3.jpg"); }
	body#boating #header-graphic { background:url("../images/header1.jpg"); }
	body#community #header-graphic { background:url("../images/header2.jpg"); }
	body#construction #header-graphic { background:url("../images/header3.jpg"); }
	body#drugs #header-graphic { background:url("../images/header1.jpg"); }
	body#faq #header-graphic { background:url("../images/header2.jpg"); }
	body#family #header-graphic { background:url("../images/header3.jpg"); }
	body#malpractice #header-graphic { background:url("../images/header1.jpg"); }
	body#motorcycle #header-graphic { background:url("../images/header2.jpg"); }
	body#nursing #header-graphic { background:url("../images/header3.jpg"); }
	body#lawyers #header-graphic { background:url("../images/header1.jpg"); }
	body#personal #header-graphic { background:url("../images/header2.jpg"); }
	body#premises #header-graphic { background:url("../images/header3.jpg"); }
	body#products #header-graphic { background:url("../images/header1.jpg"); }
	body#serious #header-graphic { background:url("../images/header2.jpg"); }
	body#social #header-graphic { background:url("../images/header3.jpg"); }
	body#criminal #header-graphic { background:url("../images/header1.jpg"); }
	body#death #header-graphic { background:url("../images/header2.jpg"); }
	body#contact #header-graphic { background:url("../images/header3.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header3.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header1.jpg"); }

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

#subhead { height:99px; } /* sets height for all subheads */

	body#index #subhead { background: url("../images/subheaders/subhead-index.jpg"); }
	body#about #subhead { background: url("../images/subheaders/subhead-about.jpg"); }
	body#auto #subhead { background: url("../images/subheaders/subhead-auto.jpg"); }
	body#boating #subhead { background: url("../images/subheaders/subhead-boating.jpg"); }
	body#community #subhead { background: url("../images/subheaders/subhead-community.jpg"); }
	body#construction #subhead { background: url("../images/subheaders/subhead-construction.jpg"); }
	body#criminal #subhead { background: url("../images/subheaders/subhead-criminal.jpg"); }
	body#drugs #subhead { background:url("../images/subheaders/subhead-drugs.jpg"); }
	body#family #subhead { background: url("../images/subheaders/subhead-family.jpg"); }
	body#faq #subhead { background: url("../images/subheaders/subhead-faq.jpg"); }
	body#malpractice #subhead { background: url("../images/subheaders/subhead-malpractice.jpg"); }
	body#motorcycle #subhead { background: url("../images/subheaders/subhead-motorcycle.jpg"); }
	body#nursing #subhead { background: url("../images/subheaders/subhead-nursing.jpg"); }
	body#lawyers #subhead { background: url("../images/subheaders/subhead-lawyers.jpg"); }
	body#personal #subhead { background: url("../images/subheaders/subhead-personal.jpg"); }
	body#premises #subhead { background: url("../images/subheaders/subhead-premises.jpg"); }
	body#products #subhead { background: url("../images/subheaders/subhead-products.jpg"); }
	body#serious #subhead { background: url("../images/subheaders/subhead-serious.jpg"); }
	body#social #subhead { background: url("../images/subheaders/subhead-social.jpg"); }
	body#death #subhead { background: url("../images/subheaders/subhead-death.jpg"); }
	body#contact #subhead { background: url("../images/subheaders/subhead-contact.jpg"); }
	body#thankyou #subhead { background: url("../images/subheaders/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background: url("../images/subheaders/subhead-sitemap.jpg"); }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background-color:#495373;
	width:746px;
	margin:0 auto;
	text-align:center;
	padding:10px 0 10px 0;
	}

#footer p, #footer ul {
	color:#F8F8F8;
	margin:0 20px 10px 20px;
	}

#footer a:link, #footer a:visited { color:#F8F8F8; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#F8F8F8; text-decoration:none; }

#footer ul {margin-top:10px;}
	#footer ul 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 #F8F8F8;
	}
	#footer ul li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

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

#nav span { display: none; }

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

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

#nav-01 { width: 103px; margin-left: 28px;}
#nav-02 { width: 147px;}
#nav-03 { width: 188px;}
#nav-04 { width: 110px;}
#nav-05 { width: 149px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")   -28px -46px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -131px -46px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -278px -46px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -466px -46px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -576px -46px 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:#EDEEF2;	/* 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 #A90D2F;
	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:#000000;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover { 
	background-image:none;
	background-color:#A90D2F;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:145px; }	
#nav-03 ul, #nav-03 li { width:185px; }		

#boys-girls-club {
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #029ADB;
	width: 305px;
	color: #000;
	text-align: center;
	margin-bottom:25px;
	}
	
	#boys-girls-club h2 {
		color: #029ADB;
		font-size: 18px;
		}