/*--------------------
GLOBAL STYLE SHEET - MSHHRA
---------------------*/

/*-- GENERAL LAYOUT --*/
body {
	margin: 10px 0 0 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	background:#036;
	color: #333;
	text-align: center;
	}

h2 { 
	font-family:'Trebuchet MS';
	font-weight:normal;
	}

a, a:visited {
	color:#603;
	}
	
a:hover {
	color:#c03;
	}	


#login {
	margin: 0 auto;
	padding: 0;
	text-align: right;
	width: 740px;
	}

#login a {
	color:#fff;
	font-weight:bold;
	font-size:10px;
	}	

#login a:hover {
	color:#f66;
	font-weight:bold;
	font-size:10px;
	}	


#header {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 740px;
	background:#fff url(bg_header.jpg) no-repeat right top;
  	}

#header div {
	background: url(bg_header_top.gif) no-repeat left top;
  	padding: 0;
	}	

#header div div {
	/*background: url(bg_header_bottom.gif) no-repeat left bottom;*/
  	padding: 0;
	}	

#header h1 {
	background: transparent url(/images/logo_196_80.jpg) no-repeat; 
	margin: 0 0 0 20px;
	padding: 6px 0 0 0;
	width: 196px; 
	height: 110px; 
	}

#header h1 span {
	display:none;
	}

#tagline {
	padding-bottom: 20px;
	padding-left: 20px;
	color: #933;
	font-style:italic;
	}	

/* appears in left sidebar of back pages */
.tagline {
	padding-top:280px;
	padding-bottom:30px;
	margin-left:20px;
	font-weight:bold;
	font-size:20px;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-style:italic;
	color:#933;
	}
	
#container {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 740px;
	background: #fff url(bg_container.jpg) no-repeat;
	}		
	
#content {
	float: right;
	width: 500px;
	}	

#content2 {
	text-align: left;
	margin: 0;
	padding:20px 10px 20px 20px;
	}		

#content2 h2 {
	font-size:140%;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	}

	
#sidebar {
	float: left;
	width: 200px;
	text-align: center;
	}	

#quote {
	margin: 0;
	padding: 0 30px;
	color: #ccc;
	font-size: 80%;
	}

.promo {
	margin-bottom:20px;
	width:440px;
	}

#gradient {
	margin: 0 auto;
	padding:0;
	width:740px;
	height:20px;
	background: #fff url(btm_gradient.gif) bottom left no-repeat;
	}

#footer {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 740px;
	color: #ccc;
	font-size:80%;
	}
	
#footer a {
	color:#ccc;
	}	
	
#footer a:hover {
	color:#f66;
	}	
	
	
/*--- NAVIGATION ---*/
#nav {
	height: 21px;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	}

#nav li {
	font-size: 71%;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: underline;
	border: none;
	}
	
#nav a:link, #nav a:visited {
	float: right;
	padding: 3px 8px;
	margin: 0 -1px 0 0;
	text-decoration: none;
	color: #036;
	/* background: #096; */
	border-right: 1px solid #039;
	border-bottom: 1px solid #039;
	}	

#nav a.current:link, #nav a.current:visited {
	float: right;
	padding: 3px 8px;
	text-decoration: none;
	color: #fff;
	background: #039; 
	border-right: 1px solid #039;
	border-bottom: 1px solid #039;
	}
		
#nav a:hover {
	background: #ccf;
	} 
	
#nav a.current:hover {
	background: #039;
	} 


/*-- TOOLS --*/
.clear {
	clear: both;
	}	

.medium {
	font-size: 80%;
	}	

.small {
	font-size: 71%;
	}
	
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}	

/* eliminate padding issues */
h1, h2, h3, h4, h5, h6, form, input, textarea select, blockquote {
	margin: 0;
	padding: 0;
	}	

h2 {
	color:#933;
	}
h3 {
	color:#336;
	font-size:120%;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	}	
.error {
	color:#c03;
	font-weight: bold;
	}

.pull {
	float:right;
	padding:10px;
	margin:10px;
	width:160px;
	border:#ccc 1px solid;
	background:#ffccaa;
	}

.pull2{
	float:right;
	padding:10px;
	margin:10px;
	width:160px;
	border:#ccc 1px solid;
	background:#cfc;
	}
	
.pull3{
	float:right;
	padding:10px;
	margin:10px;
	width:160px;
	border-left:#ccc 1px solid;
	}	
/* on homepage */

#logos img {
	float:left;
	padding-left:10px;
	}


	
/* ------ MEMBERSHIP FORM --------- */
#form {
	font-size: 80%;
	}
#form h3 {
	background: #dfdfdf;
	color: #369;
	text-align:center;
	}	
#form p, input, select, textarea, label {
	margin: 4px;
	padding: 0;
	}
#form p label {
	float:left;
	width:40%;
	text-align:right;
	}
#form div label {
	float:none;
	}
#form div.block {
	float:left;
	width:220px;
	font-family:Tahoma, Arial, sans serif;
	font-size:12px;
	}			
#form p.error {
	background: #c03; 
	color: #fff;
	font-weight: bold;
	}	


/*-- CONTACT FORM --*/	

#contact {
	margin-top:20px;
	}

#contact label {
	font-weight: bold;
	padding-top:10px;
	}

/*-- CALENDAR TABLE --*/	
p.date {
	font-weight: bold !important;
	color: #903  !important;
	border-bottom: 1px dotted #ccc;
	}
.calhead {
	color: #669;
	font-weight: bold;
	}
.calgrey {
	color:#669;
	}

/*-- LEADERS TABLE --*/	
#leaders {
	font-size: 10px;
	}	
	
.honey {display:none;}    /* <------ for form submission "validation" */