/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

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

/* ------------------------ type selectors ------------------------ */
body { 
	background:#1b222a url("../images/bg-top-repeat.jpg") top center repeat-x; width:100%;
	text-align:center; 
	font:12px/16px  Arial, "Trebuchet MS", Helvetica, sans-serif; 
	color:#000;
	}

#top-wrap { background: url("../images/bg-top-wrap.jpg") top no-repeat;}

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

h1	{
color:#867222;
font-family:"Times New Roman",Times,serif;
font-size:18px;
font-weight:normal;
padding-bottom:5px;
} 
h2	{ 
color:#6B1919;
font-family:"Times New Roman",Times,serif;
font-size:20px;
font-weight:normal;
padding-bottom:18px; }

h3 {
color:#867222;
font-family:"Times New Roman",Times,serif;
font-size:18px;
font-weight:normal;
padding-bottom:5px;
} 

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

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

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	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;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 21px; /* set margin left and right below */
	}

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

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

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #AEB4B6;
	color:#000;
	width:257px; /* 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:"Trebuchet MS", 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 */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

#association { background:url("../images/logosA.jpg") no-repeat; width:272px; height:787px; margin:10px 21px 10px 21px; }

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 50px; }

#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 */

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

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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/index-body-wrap.jpg") repeat-y;
	width:1006px;
	margin:0 auto;
	text-align:left;
	}
#wrap-inside {
	background:url("../images/subpages-content-wrap.jpg") repeat-y;
	width:1006px;
	margin:0 auto;
	text-align:left;
	}
#index-center-wrap { background:url("../images/index-content-top-wrap.jpg") no-repeat;  }
#inside-center-wrap { background:url("../images/subpages-content-top-wrap.jpg") no-repeat;  }
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:112px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:295px;
		width:390px;
		top:0px;
		height:105px; 
		}
	#masthead a span {
		display:none;
		}
/*------------------------ column-left-inside framework -------------------*/
#column-left-inside{
	width:659px;
	float:left;
	overflow:hidden;
	}
	
	#column-left-inside p, #column-left-inside ul, #column-left-inside dl, #column-left-inside h3, #column-left-inside .meta, #column-left-inside .feedback  {
		margin:0px 21px 10px 60px;
		}
	 #column-left-inside h2,  #column-left-inside h1 { margin:23px 21px 10px 60px;}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:345px;
	float:left;
	}

	#column-left h2  {
	padding:28px 0 16px 57px;
	}
			
/* ------------------------ column-right framework ------------------------ */
#column-middle {
	width:314px;
	float:left;
	overflow:hidden;
	}

	#column-middle p, #column-middle h1, #column-middle ul, #column-middle dl, #column-middle img, #column-middle h3, #wrap-news-menu  {
		margin:0px 21px 10px 21px;
		}
	 #column-middle h2 { margin:28px 21px 10px 21px;}

	/* multi column list */
	
		#column-middle ul li, #column-left-inside ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:25px;  /* pushes text to the right to display bg img */
			line-height:20px; 
			}
		

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:345px;
	float:left;

	}

	#column-right p, #column-right h1, #column-right h3, #column-right ul, #column-right dl{
		margin:0px 53px 10px 21px;
		}
	#column-right h2{margin:28px 65px 10px 21px;}
	#column-right img {margin:10px 53px 10px 21px;}


/* ------------------------ header framework ------------------------ */
#header-flash { height:272px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:272px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }



/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/footer-wrap.jpg") no-repeat;
	height:21px;
	clear:both; /* important - do not remove */
	}
	#newsticker {height:54px;}

/* ------------------------footer framework ------------------------ */
#footer {
	width:960px;
	margin:0 auto;
	text-align:center;

	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#990000; }

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

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

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:1006px; 
	height:38px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 79px; margin-left: 33px;}
#nav-02 { width: 73px;}
#nav-03 { width: 120px;}
#nav-04 { width: 203px;}
#nav-05 { width: 196px;}
#nav-06 { width: 101px;}
#nav-07 { width: 65px;}
#nav-08 { width: 104px;}



/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -33px -38px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -112px -38px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -185px -38px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -305px -38px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -508px -38px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -704px -38px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -805px -38px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -870px -38px no-repeat; }


/* ------------------------ vertical sprite nav ------------------------ */

#nav-left { 
	background:url("../images/left-nav.jpg") no-repeat; 
	width:275px; 
	height:655px; 
	margin:0 0 0 52px;
	padding:0;
	}
#nav-left  span { display: none; }

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

#nav-left li, #nav-left a {
	height:53px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-left-01 { margin-top:5px; width:275px; }

/* margin-top if there is a spacing between each nav button */
#nav-left-02, #nav-left-03, #nav-left-04, #nav-left-05, #nav-left-06, #nav-left-07, #nav-left-08, #nav-left-09, #nav-left-10, #nav-left-11, #nav-left-12 { margin-top:0; width: 275px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-left-01 a:hover { background:url("../images/left-nav.jpg")  -275px -5px no-repeat; }
#nav-left-02 a:hover { background:url("../images/left-nav.jpg") -275px -58px no-repeat; }
#nav-left-03 a:hover { background:url("../images/left-nav.jpg") -275px -111px no-repeat; }
#nav-left-04 a:hover { background:url("../images/left-nav.jpg") -275px -164px no-repeat; }
#nav-left-05 a:hover { background:url("../images/left-nav.jpg") -275px -217px no-repeat; }
#nav-left-06 a:hover { background:url("../images/left-nav.jpg") -275px -270px no-repeat; }
#nav-left-07 a:hover { background:url("../images/left-nav.jpg") -275px -323px no-repeat; }
#nav-left-08 a:hover { background:url("../images/left-nav.jpg") -275px -376px no-repeat; }
#nav-left-09 a:hover { background:url("../images/left-nav.jpg") -275px -429px no-repeat; }
#nav-left-10 a:hover { background:url("../images/left-nav.jpg") -275px -482px no-repeat; }
#nav-left-11 a:hover { background:url("../images/left-nav.jpg") -275px -535px no-repeat; }
#nav-left-12 a:hover { background:url("../images/left-nav.jpg") -275px -588px no-repeat; }


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


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

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#8a242a;	/* 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 #8a242a;
	border-top:none;
	position:relative;
	}	
	

#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:inline;
	padding-left:5px;
	}

	
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	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, #nav-04 ul a:hover,#nav-06 ul a:hover { 
	background-image:none;
	background-color:#6C6C86;
	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:240px; }		
#nav-03 ul, #nav-03 li { width:150px;  }		
#nav-04 ul, #nav-04 li { width:200px; }


#nav li ul ul {
	margin: -20px 0 0 150px;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
	
#nav li:hover ul ul, #nav li.sfHover ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul {
	left: auto;
	}
	
	#nav li ul li a span.arrow { position:relative; display:inline; float:right; padding-right:10px; clear:both; }

#nav ul.dd {width:220px;}
#nav ul.dd li {width:220px;}

#social {margin:10px 0 10px 15px; width:276px; }

#column-left-inside form#commentform {margin:11px 0 15px 60px; }