html, body { border: 0; margin: 0; padding: 0;}

body {
	margin: 0;
	text-align: center;
	background: #007d84;
	font-size: 13px;
	font-family: Arial, sans-serif;	
}

/* Link tags */
a {
	color: #007d84;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Standard heading tags */
h1 {
	margin-top: 5px;
	font-size: 1.3em;
	color: #007d84;
}
h2 {
	margin: 0;
	font-size: 1.2em;
	color: #007d84;
}
h3 {
	margin: 0;
	font-size: 1em;
	color: #007d84;
}
h4, h4 a {
	margin: 0;
	font-size: 1.1em;
	color: #000000;
}
h5, h5 a {
	margin: 0;
	font-size: 1em;
	color: #000000;
}




/* Jello Mould code starts here (limited liquid dessign) * * * * * * * * * */

body {
	padding: 0 390px 0 390px;
}	
	
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	max-width: 244px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -390px 0 -390px;
	min-width: 780px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */





/* Code for vertical grids * * * * * * * * * * * * * * * * * * * * * * * * */


.verticalalign {
	position: absolute;
	bottom: 0;
}
#block_1 .verticalalign {
	width: 100%;
}
#block_2 .verticalalign {
	width: 176px;
}
#block_3 .verticalalign {
	width: 210px;
}
* html .verticalalign {
	width: 100% !important;
}

.verticalalign #memberlogin, .verticalalign #sponsorsbottom {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
}


/* End vertical grid code * * * * * * * * * * * * * * * * * * * * * * * * **/





/* helps IE get the child percentages right. */
#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
/*	border: solid 2px blue; */
}

* html #wrapper {
	float: left;
/*	margin-top: -3px; */
}

/* End of Jello Mould code * * * * * * * * * * * * * * * * * * * * * * * * */



	/* http://positioniseverything.net/easyclearing * * * * * * * * * * * * * **/

#wrapper:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
#wrapper {
	display: inline-block;
	background-image: url(../images/shadow_right_bg.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
/*\*/
#wrapper {
	display: block;
}
/* */

/* End easy clearing code * * * * * * * * * * * * * * * * * * * * * * * * **/








/* Code for liquid center and fixed width ancilary columns * * * * * * * * */

#block_1_wrapper {
	float: left;
	width: 100%;
	background-image: url(../images/fade_green_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
#block_1 {
	margin: 0 14px 0 176px;
	background-image: url(../images/other_content_background.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
/*	border: solid 2px red; */
}
* html #block_1 {height: 290px;}
#block_2 {
	float: left;
	margin-left: -100%; 
	width: 176px;
	background-image: url(../images/fade_green_left.jpg);
	background-color: #007d84; 
	text-align: left;
}
#block_3 {
	float: right;
	margin-left: -100%; 
	width: 14px;
	background-image: url(../images/shadow_right_bg.jpg);
	text-align: left;
	background-color:#007E84;
}
* html #block_3 {
	margin-left: -14px;
}

/* End of code for liquid center / fixed width * * * * * * * * * * * * */







/* Bottom Graphics */
#bottom_right {float: right;}
#content_bottom {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 9px;
	text-align: left;
}




/* Header */
#header {text-align: left;}
#headerlinks {
	float: right;
	background-image: url(../images/header_2_4.jpg);
	background-position: top right;
	text-align: left;
	width: 346px;
	height: 22px;
}
#headerlinktext {
	position: relative;
	bottom: 8px;
	left: 18px;
	font-size: 0.9em;
	font-weight: bold;
	color: #ff8e00;
}
* html #headerlinktext {
	position: absolute;
	display: block;
	top: 115px;
	margin-left: 20px;
	bottom: auto;
	left: auto;
}
#headerlinktext a {color: #ffffff;}
#headerbottom {
	background-image: url(../images/top_bg.jpg);
	height: 22px;
	width: 100%;
}

/* Navbar */
#nav {
	text-align: left;
	padding: 0 8px 0 14px;
	font-weight: bold;
	line-height: 1.5em;
	text-indent: 5px;
	background-image: url(../images/navigation_bg.jpg);
	font-size: 0.9em;
}
#nav a {
	display: block;
	color: #007d84;
	text-decoration: none;

}
#nav a:hover {
	color: #ffffff;
	background-color: #007d84;
	text-decoration: none;
}

/* Side Boxes */
#subscribe {
	height: 117px;
	overflow: hidden;
}
#subscribeform {
	height: 77px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	text-align: right;
  background-image: url(../images/subscribe_background.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
* html #subscribeform {font-size: 12px;}
#subscribeform form {margin: 0;}
#subscribeform label {
	display: block;
	float: left;
}
#subscribeform input {
  border: solid 1px #000000;
  background-color: #ffffff;
  width: 90px;
	margin-bottom: 2px;
/*	margin-right: 20px; */
}
#subscribe .submit {
  text-align: center;
  width: 100%;
}
#subscribe .submit input {
  background-color: #01504D;
  color: #ffffff;
  font-size: 9px;
}


#sponsors {
	background-image: url(../images/sponsors_bg.jpg);
	padding: 5px 10px 5px 7px;
}
#sponsors img {
	padding: 5px;
	border: none;
}
#findassoc {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	background-color: #007d84;
	height: 19px;
}
* html #findassoc {
	height: 1%;
	margin-bottom: -3px;
}
#findassoc form {
	position: absolute;
	right: 53px;	
	top: 22px;
}
#findassoc select {
	width: 143px;
	font-size: 9px;
}
#whatson {
  background-image: url(../images/whats_on_background.jpg);
  background-repeat: no-repeat;
  background-position: top;
	height: 271px;
	padding-left: 20px;
}
#majorlinks {
	background-image: url(../images/major_links_title.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 43px 10px 80px 20px;
/*	min-height: 58px;
	height: 100%; */
}

/* Footer */
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	height: 84px;
	text-align: right;
}
#footertext {
	position: relative;
	float: left;
	top: 45px;
}
#footertext a {
	color: #ffffff;
	padding-left: 15px;
}

/* Content Area */
#content {
	text-align: left;
	padding: 10px;
}
#content img {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Spacer */
.spacer {
	height: 10px;
	width: 100%;
	clear: right;
}

/* Clearer */
.clearer {clear: both;}


#whats_on_image {clear:both;border-top:15px solid #007E84}

#siteselect {
	text-align: center;
}

