html{
	background:#fff;
}
body{
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#000;
	background:url(../images/body-bg.gif) no-repeat 50% 0px;
}
ul{
	margin:0;
	padding:0;
	/*list-style:none;*/
}
a{
	color:#27c5e0;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:focus{
	outline:none;
}
img{
	border:none;
}
form{
	margin:0;
	padding:0;
	overflow:hidden;
}
h1{
	float:left;
	margin:0 0 0 22px;
	padding:0;
}
h1 a{
	display:block;
	width:460px;
	height:188px;
	background:url(../images/logo.gif) no-repeat 0 100%;
	text-indent:-9999px;
	font-size:0;
	overflow:hidden;
	z-index:100;
}
h2{
	margin:0;
	padding:0;
}
#page{
	margin:0 auto;
	width:990px;
	overflow:hidden;
	position:relative;
	
	z-index:0;
}
#header{
	width:100%;
	height:238px;
	overflow:hidden;
	background:url(../images/header-bg.gif) no-repeat 0 100%;
}
#content{
	width:100%;
	overflow:hidden;
}
.container{
	width:100%;
	overflow:hidden;
}
.column1{
	float:left;
	width:240px;
	overflow:hidden;
	border-right:1px #fff solid;
	margin-bottom:40px;
}
.column2{
	float:left;
	width:239px;
	height:720px;
	overflow:hidden;
	background:url(../images/column2-bg.jpg) no-repeat;
}
.column3{
	float:left;
	width:720px;
	overflow:hidden;
}
.form1{
	float:right;
	display:inline;
	overflow:hidden;
	padding:51px 63px 0 0;
}
.form1 label{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0 0 5px;
}
.form1 input.text{
	float:left;
	width:125px;
	height:16px;
	border:1px #e7e7e7 solid;
	background:#e7e7e7;
	font-size:12px;
	color:#000;
	margin:0 2px 0 0;
	padding:2px 5px 0;
}
.form1 input.btn{
	float:left;
}
.box1{
	width:100%;
	padding:10px 10px 10px 20px;
	min-height:220px;
	/*background:url(../images/box1-bg.jpg) no-repeat;*/
	background-color:#27c5e0;
	border-bottom:1px #fff solid;
}
.navigation{
	width:200px;
	overflow:hidden;
	margin:0;
}
.navigation li
{
    margin-top:5px;
}
.navigation li a{
	display:block;
	width:154px;
	height:18px;
	text-indent:-1000px;
	background:url(../images/nav_main.gif);
	margin:0 0 5px 0;
}

#navHome a{
background-position:0 0;
	}
	
#navHome a:hover, #navHome .current, #navHome .section{
background-position:-154px 0;

	}
	
	
#navAbout a{
	background-position:0 -27px;
	
	}
	
#navAbout a:hover, #navAbout .current, #navAbout .section{
	background-position:-153px -27px;
	}
	
	
#navMembership a{
	background-position:0 -53px;
	}
	
#navMembership a:hover, #navMembership .current, #navMembership .section{
	background-position:-154px -53px;
	}
	
#navNews a{
	background-position:0 -79px;
	}
	
#navNews a:hover, #navNews .current, #navNews .section{
	background-position:-154px -79px;
	}
	
#navEvents a{
	background-position:0 -105px;
	}
	
#navEvents a:hover, #navEvents .current, #navEvents .section{
	background-position:-154px -105px;
	}

#navReference a{
	background-position:0 -131px;
	}
	
#navReference a:hover, #navReference .current, #navReference .section{
	background-position:-154px -131px;
	}
	
#navContact a{
	background-position:0 -157px;
	}
	
#navContact a:hover, #navContact .current, #navContact .section{
	background-position:-154px -157px;
	}

#navMembers a{
	background-position:0 -183px;
	}
	
#navMembers a:hover, #navMembers .current, #navMembers .section{
	background-position:-154px -183px;
	}

#navCommittee a{
    background-position:0 -209px;
    }

#navCommittee a:hover, #navCommittee .current, #navCommittee .section{
    background-position:-154px -209px;
    } 

.form2,.form3{
	width:220px;
	height:219px;
	padding:20px 0 0 20px;
	background:#000;
	border-bottom:1px #fff solid;
	font-size:14px;
}
.form2 h2,.form3 h2{
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	margin-bottom:11px;
}
.form3 h2{
	margin-bottom:14px;
}
#title1{
	width:194px;
	height:27px;
	background:url(../images/title1.gif) no-repeat;
}
#title2{
	width:104px;
	height:21px;
	background:url(../images/title2.gif) no-repeat;
}
.form2 label,.form3 label{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin-bottom:5px;
}
.form2 input.text,.form3 input.text{
	width:188px;
	height:16px;
	border:1px #3b3b3b solid;
	background:#3b3b3b;
	padding:3px 5px 0;
	margin:0 0 5px;
	font-size:12px;
	color:#fff;
}
.form3 input.text{
	float:left;
	display:inline;
	width:135px;
	margin-right:3px;
}
.form2 input.btn{
	display:block;
	margin:6px 0 14px;
}
.form2 p{
	margin:0;
	padding:0;
	color:#fff;
}
.form2 p#SubscriberLoginForm_LoginForm_error
{
    font-size:12px;
}
.form2 a{
	color:#27c5e0;
	text-decoration:none;
}
.form2 a:hover{
	text-decoration:underline;
}
.box3{
	width:700px;
	height:240px;
	overflow:hidden;
	background:url(../images/box3-bg.jpg) no-repeat;
}
#title3{
	width:416px;
	height:93px;
	background:url(../images/title3.gif) no-repeat;
	text-indent:-9999px;
	font-size:0;
	margin:54px 0 44px 18px;
}
.list1{
	width:100%;
	overflow:hidden;
	margin:0 0 0 10px;
}
.list1 li{
	background:url(../images/bullet2.gif) no-repeat 0 5px;
	padding:0 0 0 16px;
}
.list1 li a{
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.list1 li a:hover{
	text-decoration:underline;
}
.block1{
	width:100%;
	overflow:hidden;
	background:url(../images/bullet4.gif) repeat-y 100% 0;
}
.block1-top{
	width:100%;
	overflow:hidden;
	background:url(../images/bullet5.gif) no-repeat 100% 0;
}
.block1-btm{
	width:100%;
	overflow:hidden;
	background:url(../images/bullet6.gif) no-repeat 100% 100%;
}
.box2{
	width:639px;
	overflow:hidden;
	background:url(../images/bullet7.gif) repeat-x 0 100%;
	padding:10px 0 45px;
	margin:0 0 0 20px;
}
.box2.last{
	background:none;
}
.box2 h3{
	margin:0 0 3px;
	padding:0;
	font-size:14px;
	color:#27c5e0;
}
.box2 em{
	display:block;
	font-size:10px;
	font-style:normal;
	color:#6d6d6d;
	margin-bottom:5px;
}
.box2 p{
	margin:0 0 9px;
	padding:0;
	line-height:16px;
}
.box2 .link1{
	float:right;
	padding-left:12px;
	background:url(../images/bullet3.gif) no-repeat 0 5px;
	text-decoration:none;
	margin-top:25px;
}
.box2 .link1:hover{
	text-decoration:underline;
}
.box2 h2{
	float:left;
	font-size:34px;
	margin:9px 0 16px;
	width:70%;
	padding:0 0 0 15px;
	background:url(../images/headerbg_content.gif) no-repeat 0 7px;
}
.box2 span{
	display:block;
}
.box2 span a{
	padding-left:12px;
	background:url(../images/bullet3.gif) no-repeat 0 5px;
}

.box4{
	width:239px;
	height:240px;
	overflow:hidden;
	background:url(../images/box4-bg.jpg) no-repeat;
}
.subNav{
	margin:0 0 0 33px;
}

.subNav li{
	list-style:none;
	padding:0;
	margin:0;
	}
.subNav li a{
	display:block;
	width:95%;
	height:inherit;
	padding:3px 5px 3px 5px;
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
	background:none;
	text-indent:0;
}
.subNav li a:hover{
	color:#000;
	text-decoration:none;
}

.subNav li.current a, .subnav li.section a{
	background:#fff;
	color:#000;
	text-decoration:none;
}
.box5{
	width:640px;
	overflow:hidden;
	margin:0 0 0 20px;
	padding-bottom:70px;
	padding-top:10px;	
}

.box4 h2{
	font-size:34px;
	margin:18px 0 13px 20px;
	padding:0 0 0 15px;
	background:url(../images/headerbg_subnav.gif) no-repeat 0 7px;
}

.box5 h2{
	font-size:34px;
	margin:9px 0 16px;
	padding:0 0 0 15px;
	background:url(../images/headerbg_content.gif) no-repeat 0 7px;
}
.box5 p{
	line-height:16px;
	margin-bottom:15px;
}
.box5 ul{
	list-style:circle;
	padding:0 0 0 20px;
	}
.box5 li{
	margin:0 0 8px 0;
	}
.box5 fieldset{
	padding-bottom:22px;
}
.box5 .left{
display:block;
float:left;
	width:150px;
	height:22px;
	}
.box5 .password{
	height:38px;
}
.box5 .field{
	margin:0 0 10px 0;
	
	}
.box5 input{
	
	}
	
.box5 table{
	padding:0;
	margin:0;
	background:#eee;
	}
.box5 td{
	border-bottom:solid 1px #999999;
	padding:4px;
	}
	
#PageNumbers{
	margin:20px 0 0 0;
	}
	
.footer{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:12px;
	padding:0 50px 30px 0;
}
.footer p{
	margin:25px 0 1px;
	padding:0;
	color:#191919;
}
.footer a{
	font-weight:bold;
	color:#27c5e0;
}
.footer a:hover{
	text-decoration:underline;
}
/* These are standard sIFR styles... do not modify */
	
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	
	.sIFR-replaced {
		visibility: visible !important;
	}
	
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
	.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
	}
	.sIFR-hasFlash .box2 h2
	{
		font-family: Arial, Helvetica, sans-serif;
		visibility: hidden;
		font-size: 32px;
		line-height: 32px;
		letter-spacing: -15px;
	}
	.sIFR-hasFlash .box5 h2
	{
		font-family: Arial, Helvetica, sans-serif;
		visibility: hidden;
		font-size: 32px;
		line-height: 32px;
		letter-spacing: -15px;
	}
	.sIFR-hasFlash .box4 h2
	{
		font-family: Arial, Helvetica, sans-serif;
		visibility: hidden;
		font-size: 32px;
		line-height: 32px;
		letter-spacing: -15px;
	}
.form2 p.message
{
	width:190px;
	background-color:black;
	font-weight:normal;
	color:white;
	border:none;
	margin-top:0px;
	margin-bottom:2px;
	margin-left:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.form2 label.left
{
	float:none;
	margin-left:0px;
}
.form2 input.text
{
	margin-left:0px;
	padding-left:0px;
}
.form2 span.middleColumn
{
}
.form2 form
{
	width:210px;
}
.form2 div.field
{
	clear:none;
	margin-left:0px;
	vertical-align:left;
}
.form2 fieldset{
	border:none;
	padding:0;
	margin:0 0 10px 0;
	}span.small
{
	font-size:10px;
}
p.forgotPassword{
	margin-top:2px;
}

.middleColumn .message{
color:#FF0000;
}

img.autoLogo
{
	float:left;
	position:relative;
	top:162px;
	left:239px;
}
img.bannerImage
{
	float:left;
	position:relative;
	top:14px;
	left:0px;
}