@charset "UTF-8";
/* CSS Document */
html,body{
	font-family: Lucida Grande, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#000;
	background-attachment: fixed;
	background-image: url(Images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */		
}


/*HEADER--------------------------------------------*/

#headerContainer{
	width: 800px;
	height: 142px;
	padding: 0px 0;
	margin-bottom: 15px;
}

#logo{
	width: 234px;
	height: 80px;
	padding-top: 62px;
	float: left;
}

#address{
	width: 566px;
	height: 15px;
	text-align: right;
	padding-top: 127px;
	float: right;
	color: #aacdeb;
}

/*NAV--------------------------------------------*/

#tertiary{	
	width: 800px;
	height: 95px;
	list-style: none;
	line-height: 0;
	border-left:1px solid #FFFFFF;
}

#tertiary ul{
	list-style: none;
	line-height: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#tertiary a {
	display: block;
	color: #FFFFFF;
	height: 95px;
	margin: 0;
	padding: 0;
	text-decoration:none; 
	font-size:14px; 
	width:159px;
	text-align:right;
	background: url(Images/button-bg.png) no-repeat;
	border-right:1px solid #FFFFFF;
}

#tertiary a:hover {
	background: url(Images/rollover-bg.png) no-repeat;
}

#tertiary li {
	position:relative;
	float: left;
	line-height:160px; 
	list-style:none;
}
	

/*CONTENT----------------------------------------*/

#bodyContainer{
	margin-top: 15px;
	width: 800px;
	min-height: 271px;
	float: left;
}

#body_cont a {
	text-decoration: none;
	color: #002e69;
	border-bottom: dashed #A9BAD9 1px;
}

#body_cont a:hover {
	text-decoration: none;
	background-color: #8fce49;
	background: #8fce49;
	color: #FFF;
	padding: 2px 2px 2px 0px;
}

#callout{
	width: 800px;
}


#leftContainer{
	width: 381px;
	height: 200px;
	background:url(Images/callout_bg.png) center left no-repeat;
	float: left;
}

#newyearsRes{
	width: 363px;
	height: 195px;
	background: url(Images/newyears_resolution.png) top left no-repeat;
	padding-top:30px;
	padding-left: 10px;
}

#rightContainer{
	width: 381px;
	height: 200px;
	background:url(Images/callout_bg-member.png) center right no-repeat;
	float: right;
	vertical-align: top;
}

#activeMembership{
	width: 333px;
	padding-left: 30px;
	vertical-align:top;
}

#imgColumn{
	width: 290px;
	padding-right: 15px;
	float: left;
}

#textColumn{
	width: 495px;
	float: right;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	line-height: 18px;
	margin-bottom: 50px;
}

#textColumn a{
	color: #84bcec;
	text-decoration: none;
}

#textColumn a:hover{
	color: #ffffff;
	text-decoration: none;
	border-bottom: dashed 1px #FFFFFF;
}

/*FOOTER----------------------------------------*/

#footer{
	width: 800px;
	height: 50px;
	padding: 15px 0px;
	float: right;
}

/*TEXT STYLES----------------------------------------*/

h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #c68532;
	margin: 0;
}

h3 {
	font-size: 14px;	
	font-weight: bold;
	color: #84bcec;
	margin: 0;
}

h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #c68532;
	margin: 0;
}

h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #84bcec;
	margin: 0;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	color: #c68532;
	margin: 0;
}