/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. 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/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* undohtml.css
 * (CC) 2004 Tantek Celik. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/2.0
 * This style sheet is licensed under a Creative Commons License.
 **********************************************************************/
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }


 #stila-p {
	text-align: left;
	padding: 80px 10px 0px 31px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #353D79;
}
 .ornge { color:#FF9900; display:inline;}
/* basic elements
 * ------------------------------------------------------------------------------------- */
body, div, ul, li, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #000;
	text-align: center;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #353D79;
	line-height: 18px;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #353D79;
	text-decoration: underline;
}
a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}

span {
	display: none;
}

li {
	list-style-image: url(../images/index/li.jpg);
}
ul {
	margin: 20px 0 0px 10px;
	padding: 0px 0 10px 31px;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */
#wrapper {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#main-container {
	background: url(../images/index/table_bkgrnd.jpg) left top repeat-y;
	width: 740px;
	margin: 0 auto;
	float: left;
	text-align: left;
	clear: both;
}


#sub-main-container {
	background: url(../images/sub/sub_bkgrnd.jpg) left top repeat-y;
	width: 740px;
	margin: 0 auto;
	float: left;
	text-align: left;
	clear: both;
}

#left-container {
    background: url(../images/index/left_column_bkgrnd.jpg) left top repeat-y;
	width: 244px;
	margin: 0 auto;
	text-align: left;
	float: left;
}

#right-container {
	width: 496px;
	margin: 0 auto;
	text-align: left;
	float: right;
}

/* MEMBERS PAGE elements */

#members-main-container {
	background: url(../images/sub/members_bkgrnd.jpg) left top repeat-y;
	width: 740px;
	margin: 0 auto;
	float: left;
	text-align: left;
	clear: both;
}

#members-hd {
	background: url(../images/sub/members_hd.jpg) left top no-repeat;
	width: 740px;
	height: 114px;
	float: left;
}

	#search-left {
		width: 227px;
		float: left;
		padding-left: 40px;
		font-size: 12px;
		font-weight: bold;
		margin-top: 82px;
	}

	#search-right {
		width: 453px;
		float: left;
		padding-left: 20px;
		font-size: 12px;
		margin-top: 78px;
		vertical-align: middle;
	}
	#search-box { 
		padding-left: 10px;
		float: left;
	}
#members-page-footer {
	background: url(../images/sub/members_page_footer.jpg) left top no-repeat;
	width: 740px;
	height: 96px;
	clear: both;
}

#members-table {
	width: 680px;
	margin: 0 30px;
	table-layout: fixed;
}
	#members-table td {
		font-size: 12px;
		color:#000000;
		vertical-align: top;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 9px;
	}
	#members-table td.right {
		border-right: 0px;
	}
	#members-table td.last {
		border-right: 0px;
		border-bottom: 0px;
		}
	#members-table tr.title {
		font-weight: bold;
	}
	#members-table td.bottom {
		border-bottom: 0px;
	}
	span.selected {
		color: #C28B1E;
		display: inline;
	}
	.state {
		padding-left: 38px;
		padding-top: 10px;
	}
	.spacer-height {
		height: 400px;
	}
	#members-table td.name {
		width: 150px;
	}
	#members-table td.address {
		width: 150px;
	}
	#members-table td.phone {
		width: 100px;
	}
	#members-table td.email {
		width: 180px;
		overflow: auto;
				
		border-right: 0px;
	}
		
/* HOR sprite nav
 * ------------------------------------------------------------------------------------- */

#nav {
	width: 740px;
	height: 36px;
	background: url(../images/index/nav.jpg);
	margin: 0;
	padding: 0;
	position: relative;
	left: 0px;
	top: 0;
	clear: both;
	float: left;
}
  #nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0px;}
  #nav li, #nav a {
    height: 36px; display: block;
	line-height: 36px; text-align: center;}
  
  #nav01 {left:  24px; width:   52px;}
  #nav02 {left: 76px; width:   69px;}
  #nav03 {left: 145px; width:  131px;}
  #nav04 {left: 276px; width:   110px;}
  #nav05 {left: 386px; width:  137px;}
  #nav06 {left: 523px; width:  116px;}
  #nav07 {left: 639px; width:   76px;}

   
  #nav01 a:hover {background: transparent url(../images/index/nav.jpg)  -24px -36px no-repeat;}
  #nav02 a:hover {background: transparent url(../images/index/nav.jpg) -76px -36px no-repeat;}
  #nav03 a:hover {background: transparent url(../images/index/nav.jpg) -145px -36px no-repeat;}
  #nav04 a:hover {background: transparent url(../images/index/nav.jpg) -276px -36px no-repeat;}
  #nav05 a:hover {background: transparent url(../images/index/nav.jpg) -386px -36px no-repeat;}
  #nav06 a:hover {background: transparent url(../images/index/nav.jpg) -523px -36px no-repeat;}
  #nav07 a:hover {background: transparent url(../images/index/nav.jpg) -639px -36px no-repeat;}


/* image replacement
 * ------------------------------------------------------------------------------------- */
#masthead {
	background: url(../images/index/masthead.jpg) left top no-repeat;
	width: 740px;
	height: 126px;
}

#container-img {
	background: url(../images/index/container_img.jpg) left top no-repeat;
	width: 740px;
	height: 179px;
	clear: both;
	float: left;
}


#news-hd {
	background: url(../images/index/news_hd.jpg) left top no-repeat;
	width: 244px;
	height: 85px;
}

#stila-region-hd {
	background: url(../images/index/stila_region_hd.jpg) left top no-repeat;
	width: 244px;
}

#stila-region-hd-index {
	background: url(../images/index/stila_region_hd_index.jpg) 0 -2px no-repeat;
	width: 244px;
}

#stila-container {
	background: url(../images/index/stila_region_bkgrnd.jpg) left top repeat-y;
	width: 244px;
}

#qcontact-hd {
	background: url(../images/index/qcontact_hd.jpg) left top no-repeat;
	width: 244px;
}
#we-promote-hd {
	background: url(../images/index/we_promote_hd.jpg) left top no-repeat;
	width: 496px;
	height: 85px;
}

#we-promote-container p { padding-bottom: 10px;}
#we-promote-container {
	background: url(../images/index/we_promote_footer.jpg) left bottom no-repeat;
	width: 496px;
}

#stila-membership-hd {
	background: url(../images/index/stila_membership_hd.jpg) left top no-repeat;
	width: 496px;
	height: 77px;
}

#stila-history-hd {
	background: url(../images/index/stila_history_hd.jpg) left top no-repeat;
	width: 496px;
	height: 77px;
}


.qcontact-p { padding-top: 80px;}



/* sub pages
 * ------------------------------------------------------------------------------------- */
 #main-contact-hd {
	background: url(../images/sub/main_contact_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

 #main-thankyou-hd {
	background: url(../images/sub/main_thankyou_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

 #current-officers-hd {
	background: url(../images/sub/current_officers_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
}
 
  #philanthropic-hd {
	background: url(../images/sub/philanthropic_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
}

  #upcoming-events-hd {
	background: url(../images/sub/upcoming_events_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
}

  #governors-hd {
	background: url(../images/sub/governors_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
}

/* memebers by state headers
 * ------------------------------------------------------------------------------------- */
 
  #alabama-hd {
	background: url(../images/sub/alabama_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #arkansas-hd {
	background: url(../images/sub/arkansas_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #florida-hd {
	background: url(../images/sub/florida_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #georgia-hd {
	background: url(../images/sub/georgia_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #illinois-hd {
	background: url(../images/sub/illinois_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #kentucky-hd {
	background: url(../images/sub/kentucky_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #louisiana-hd {
	background: url(../images/sub/louisiana_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #mississippi-hd {
	background: url(../images/sub/mississippi_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #newjersey-hd {
	background: url(../images/sub/new_jersey_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #newyork-hd {
	background: url(../images/sub/new_york_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #northcarolina-hd {
	background: url(../images/sub/north_carolina_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #southcarolina-hd {
	background: url(../images/sub/south_carolina_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #tennessee-hd {
	background: url(../images/sub/tennessee_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #texas-hd {
	background: url(../images/sub/texas_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #virgina-hd {
	background: url(../images/sub/virgina_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #washington-hd {
	background: url(../images/sub/washington_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #westvirginia-hd {
	background: url(../images/sub/w_virginia_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}

  #wisconsin-hd {
	background: url(../images/sub/wisconsin_hd.jpg) left top no-repeat;
	width: 496px;
	height: 69px;
	float: left;
	clear: both;
}
/* content
 * ------------------------------------------------------------------------------------- */
 
#sub-content {
width: 496px;
	margin: 0 auto;
	text-align: left;
	float: right;
}

	#left-container p {
		margin: 0px 10px 10px 31px;
		color: #FFFFFF;
	}
	#left-container p a:link, #left-container p a:visited {
	color: #FFF;
	text-decoration: underline;
}
    #left-container p a:hover, #left-container p a:active {
	color: #9C9D3C;
	text-decoration: underline;
}
	
	#left-container h1 {
		margin: 15px 25px 0px 30px;
		font-size: 13px;
	}
	
	#left-container h2 {
		margin: 15px 25px 0px 30px;
		font-size: 12px;
		color: #9C9D3C;
	}
	
	#left-container h3 {
		margin: 15px 25px 0px 30px;
		color: #D4A452;
	}
	
	#left-container form {
		margin: 0px 0px 0px 30px;
		color: #D4A452;
	}
				
	#right-container p, img {
		margin: 10px 50px 0px 32px;
	}

    #right-container h1 {
		margin: 15px 25px 0px 30px;
		font-size: 13px;
	}
	
	#right-container h2 {
		margin: 15px 25px 0px 30px;
		font-size: 12px;
		color: #9C9D3C;
	}
	
#left-members-container {
	width: 240px;
	float: left; 
}
#left-members-container p { margin: 20px 0px 10px 30px;}

#right-members-container {
	width: 250px;
	float: left; 
}
#right-members-container p { margin: 10px 20px 10px 10px;}



/* footer
 * ------------------------------------------------------------------------------------- */
 
#page-footer {
	background: url(../images/index/page_footer.jpg) left top no-repeat;
	width: 740px;
	height: 103px;
	clear: both;
}
	#page-footer-content {
		width: 549px;
		float: left;
		text-align: right;
		color: #FFFFFF;
	}
	
#footer {
	width: 740px;
	text-align: center;
	clear: both;
	margin: 0 auto;
	
}
#footer p { 
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #CCCCCC;
}
#footer ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 80px;
}
#footer li {
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #FFFFFF;
	font-size: 11px;
	}
	
#footer a:link, #footer a:visited {
		color: #FFFFFF;
		text-decoration: underline;
	}
#footer a:hover, #footer a:active {
		color: #CCCCCC;
		text-decoration: underline;
	}
/* Quick Contact elements 
 * ------------------------------------------------------------------------------------- */
 
input, textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353D79;
	border: 1px solid #9FA2BC;
	background-color: #BFD4F3;
	margin: 0 0 4px 0;
}


.SubmitButtonHover {
	background-color: #EDEFF4;
	color: #666666;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #9FA2BC;
	}

.SubmitButton {
	background-color: #BFD4F3;
	color: #353D79;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #9FA2BC;
	}

.quickcontact {
	width: 150px;
}

/* Main Contact elements 
 * ------------------------------------------------------------------------------------- */
#contact-main input, #contact-main textarea, #contact-main select {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D4867;
	border: 1px solid #1D4867;
	background-color: #FFFFFF;
	margin: 0 0 5px 0;
	clear: both;
	vertical-align: middle;
}

#contact-main-wrapper {
	width: 496px;
	margin-left: 0px;
}

#contact #quickcontact-wrapper	{ display: none; }

input.SubmitButton, #contact-main label input.SubmitButton	{ width: 70px;}
input.SubmitButtonHover, #contact-main label input.SubmitButtonHover { 
    width: 70px;
    background-color: #EDEFF4;
	color: #666666;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #1D4867; 
}



#contact-main	{ margin-top: 25px;	}
	
#contact-main br	{ clear: both; } 
	
#contact-main p, #contact-main h1 { text-align: left; margin: 10px 0 10px 0;}
		
#contact-main p.clear-textarea	{ margin-top:80px; }
	
#contact-main p.clear-textarea2 { margin-top: 2px; }

#contact-main .radio { 
		width: 14px; 
		background: transparent; 
		border: none; 
	}
	
	#contact-main label input, #contact-main label select {
		position: absolute; 
		left: 110%; 
		width: 150px;
		}
	
	#contact-main label {
		position: relative; 
		width: 230px; 
		display: block; 
		margin: 0 10px; 
		text-align: right; 
		height: 20px;
		}
	
	#contact-main label textarea {
		position: absolute; 
		left: 110%; 
		top: 0px; 
		width: 160px; 
		height: 100px;
		}
	
	
	#contact-main .submit {
		clear: none;
		float: left;
		width: 30px;
		margin-right: 10px;
	}
	
	#contact-main .checkbox {
		width: 14px; 
		background: transparent; 
		border: none;
		float: inherit;
	}

/* misc layout elements 
 * ------------------------------------------------------------------------------------- */



img.readmore {
	float: right;
	display: block;
	margin-top: 10px;
	padding-bottom: 14px;
}

div.clear {
	clear: both;
}

.top {
	display: block;
	text-align: right;
	font-size: 10px;
}


#photosubmit	{ position:relative; }

#photosubmit #button {
	width: 241px;
	height: 60px;
	background: url(../images/sub/photosubmit.jpg) left top no-repeat;
}
	
	#button a {
		position: absolute;
		width: 196px;
		height: 30px;
		top: 0px;
		left: 0px;
	}
	#button a:hover {
		width: 241px;
		height: 60px;
		background: url(../images/sub/photosubmit_over.jpg) left top no-repeat;
	}

