/*--------------------------- Last Modified --> 2009.02.12 ----------------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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:#20354a url("../images/bg-repeat-top.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Georgia, Times, Times New Roman, serif;
	color:#3b393a;
	line-height:1.4em;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.5em; color:#217cc5; margin:.5em 0; font-weight:lighter; }
h2	{ font-size:1.4em; color:#217cc5; margin:1em 0 .5em; font-weight:lighter; }
h3	{ font-size:1.2em; color:#217cc5; margin:1em 0 .5em; }

p 		{ margin:0 0 1em; }
h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#2f86af; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#20354A; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

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 0; /* 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:#305172 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #305172;
	color:#000;
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ 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 */

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 {
	width:800px;
	margin:51px auto 0;
	text-align:left;
	background: #fff url("../images/wrap-repeat.jpg") repeat-y;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:#20354a url("../images/masthead.jpg") no-repeat top left;
	height:64px;
	/* margin-top:51px; */
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:535px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:474px;
	float:left;
	padding: 20px 33px 20px 40px;
	}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:15px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			line-height:20px; 
			}
	#column-left ol { padding-left:15px; }
		#column-left ol li { 
			padding-left:6px; /* pushes text to the right to display bg img */
			list-style: decimal;
			}

body#member-directory #column-right {
	display:none;
	}	
body#member-directory #column-left {
	width:712px;
	}
body#member-directory #directory {
		width:100%;
		height:700px;
		}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:238px;
	float:left;
	padding: 20px 0;
	}

	#column-right form { margin:3px 0 15px 20px; }
		#column-right form input, #column-right form textarea {
			width:193px;
		}
		#column-right form input#Submit {
			border:1px solid #DCCA9A;
			color:#DCCA9A;
			font-weight:bold;
			height:23px;
			width:80px;
			}
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
	#contact-us {
		padding:48px 0 20px 0;
		background: url("../images/contact-us.jpg") no-repeat top center;
		}
	#title-history {
		padding:48px 0 20px 0;
		background: url("../images/history.jpg") no-repeat top center;
		}
	#title-history ul {
		margin-left: 10px;
		}
	#title-history ul li {
			background:transparent url("../images/bullet.jpg") 0px 7px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			width:183px;
			line-height:20px; 
			}
/* ------------------------ header framework ------------------------ */
#header-graphic { height:236px; background:url("../images/banner.jpg"); }
	
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	background: url("../images/content-bottom.jpg") no-repeat top;
	padding: 20px 0 0 0;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; }
#footer-nav a:link, #footer-nav a:visited { color:#1f7dc3; font-family: Arial, san-serif; font-size:.9em; text-decoration:none;  }
#footer-nav a:hover, #footer-nav a:active { color:#1f7dc3; text-decoration:underline; }

#footer-nav {
	text-align:center;
	 padding:20px 10px 30px;
	}
	#footer-nav 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 #1f7dc3;
		}
	#footer-nav li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

div#nav {
	width:770px;
	height:34px;
	background: url("../images/nav-repeat.jpg") repeat-x;
	margin:0 15px;
	clear:both;
	}
ul#main-navigation {
	height:34px;
	float:left;
	left:50%;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
#main-navigation li.primary {
	float:left;
	position:relative;
	right:50%;
	display:block;
	height:34px;
	padding:0 5px;
	display: inline;
/*	border-left: 1px solid #decc9a;  */
	}
#main-navigation li.first {
	border-left:none;
	}
#main-navigation a:link, #main-navigation a:visited {
	text-decoration:none;
	color:#decc9a;
	line-height:34px;
	font-family:Arial, san-serif;
	}
#main-navigation a:hover, #main-navigation a:active {
	text-decoration:underline;
	color:#fff;
	}

#main-navigation .primary  ul a:link, #main-navigation .primary ul a:visited {
	line-height:25px;
	}
#main-navigation .primary  ul a:hover, #main-navigation .primary ul a:active {
	background: #20354A;
	color:#fff;
	width:94%;
	text-decoration:none;
	}
	
.line {
	background: url("../images/horizontal-line.jpg");
	width:800px;
	height:3px;
	line-height:0;
	clear:both;
	overflow:hidden; 
	}
	
 /************** SUPERFISH ESSENTIAL STYLES ****************/
.sf-menu, .sf-menu * { margin:0; padding:0; list-style:none; }
.sf-menu { line-height:	1.0; }
.sf-menu ul {	position:absolute;	top:-999em; width:16em; /* left offset of submenus need to match (see below) */}
.sf-menu ul li { width:100%; }
.sf-menu li:hover { visibility:inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li { display:inline; position:relative; }
.sf-menu ul li { float:left; display:block; position:relative; line-height:1.7em; padding:0 2px; }
.sf-menu ul a {	display:block; position:relative; padding:0 5px; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left:14px;	top:27px; /* match top ul list item height */ z-index:99; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top:-999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left:16em; /* match ul width */ top:0; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top:-999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {	left:16em; /* match ul width */	top:0; }

/*** SUPERFISH OPTIONAL ***/
.sf-menu ul { 
	background: #143C60;
	border: 1px solid #ddd;
	margin:7px 0 0 -10px;
	}
.sf-menu ul a {
	display:block;
	position:relative;
	}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline: 0; }

/*** arrows **/
.sf-menu a.sf-with-ul {
	/* padding-right:0.5em; removing b/c of space issues */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	display:none;
/*	position:		absolute;
	display:		block;
	right:			1.2em;
	top:			.2em; 
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; 
	 removing b/c of space issues */
	}

/* --------------  End Superfish CSS ------------- */

#address {
	margin-left:20px;
	}
