﻿/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ /* ^^^^^^^^^^^^^^^^^^^^ */
/* ******************** basic elements and ID ********************* */

html{
	padding:0;
	margin:0;
	overflow:scroll;
}
body{
	padding:0;
	margin:0;
	background:#303030 url('images/body_bg.jpg') left top repeat-x;
	font:11px/14px Tahoma, Arial, sans-serif;
}
h1{
	color:#4C4C4C;	
	margin:10px 0;
	padding:0;
	font:bold 16px/18px Arial, Helvetica, sans-serif;
}
h2{
	color:#2885a1;	
	margin:0 0 10px 0;
	padding:0;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
}
p{
	margin:5px 0;
	padding:0;
}
a{
	color:#2885A1;
}
a:hover{
	text-decoration:none;
}
hr{
	/*border-bottom:3px #DDDDDD dotted;*/
	border:1px #DDDDDD dashed;
}
ol{
	list-style:lower-latin;
}
.right{
	margin:0;
	text-align:right;
}
.center{
	margin:0;
	text-align:center;
}
#wrapper{
	width:750px;
	margin:46px auto 0 auto;
	background-color:white;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ /* ^^^^^^^^^^^^^^^^^^^^ */
/* *********** header sub-header and round navigation ************* */

#header{
	width:100%;
}
#header h1, #header h3{
	margin:0;
}
#header a.logo b{
	display:none;
}
#header a.logo{
	display:block;
	width:390px;
	height:76px;
	background:white url('images/logo.gif') top no-repeat;
	text-decoration:none;
	float:left;
}
#header a.logo:hover{
	background-position:bottom;
}
#header div{
	float:right;
	width:310px;
	height:76px;
	background:white url('images/top_right.gif') right top no-repeat;
}
#header div ul{
	margin:0 0 0 150px;
	padding:0;
	list-style:none;
}
#header div ul li{
	margin:0;
	padding:0;
	display:inline;
}
#header div a{
	text-decoration:none;
	display:block;
	width:41px;
	height:36px;
	float:left;
	background-position:left top;
	margin:20px 5px 0 0;
}
#header div a.home{
	background-image:url('images/home_rounded.gif');
}
#header div a.members{
	background-image:url('images/members_rounded.gif');
}
#header div a.contact{
	background-image:url('images/contact_rounded.gif');
}
#header div a:hover{
	background-position:left bottom;
}
#header div a b{
	display:none;
}
#header span b{
	display:block;
	width:195px;
	height:80px;
	margin-left:460px;
	padding-top:60px;
	text-align:right;
	color:#F3F8FB;
	font:italic 24px/28px "Goudy Old Style", Times, serif;
}
#header span{
	clear:both;
	display:block;
	width:100%;
	height:143px;
	background:#2A8BA8 url('images/head_pic.jpg') top no-repeat;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ /* ^^^^^^^^^^^^^^^^^^^^ */
/* ***************** #navigation buttons styles ******************* */

#navigation{
	line-height:13px;
	padding-left:5px;
	height:23px;
	background:transparent url('images/navi_rpt.gif') left top repeat-x;
}
#navigation ul{
	padding:0;
	margin:0;
	list-style:none;
}
#navigation ul li{
	padding:0;
	margin:0;
	display:inline;
}
#navigation a{
	float:left;
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
	color:#FFF;
	background:url('images/nav_l.gif') no-repeat left top;
}
#navigation a span{
	float:left;
	display:block;
/* >>> change left and right padding for button width <<< */
	padding:5px 23px 5px 13px;
	background:url("images/nav_r.gif") no-repeat right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */
#navigation a:hover span{
	color:#FFF;
}
#navigation a:hover{
	background-position:left center;
}
#navigation a:hover span{
	background-position:right center;
}
#navigation a:active{
	background-position:left bottom;
}
#navigation a:active span{
	background-position:right bottom;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ /* ^^^^^^^^^^^^^^^^^^^^ */
/* ********************* #content's styles ************************ */

#content{
	position:relative;
	overflow:visible;
	width:695px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	z-index:1000000000;
}
#currentEvent{
	padding:20px 0 20px 0;
	margin-bottom:10px;
	border-bottom:3px #DDDDDD dotted;
}
#currentEvent img{
	margin-left:20px;
	float:right;
}
#currentEvent b a{
	line-height:16px;
	text-decoration:none;
	text-align:justify;
	color:#4C4C4C;
}
#currentEvent b a:hover{
	color:#2885A1;
}
#currentEvent span{
	margin-right:30px;
	line-height:30px;
	font-size:10px;
	color:#999999;
}
#content #colLeft{
	width:338px;
	margin-right:25px;
	float:left;
}
#content #colRight{
	width:330px;
	float:left;
}
#content span.strongAnchor a{
	text-decoration:none;
	text-indent:15px;
	display:block;
	color:#2885A1;
	background-color:white;
	font-weight:bold;
	line-height:35px;
	border-bottom:1px #DDDDDD solid;
}
#content span.strongAnchor a:hover{
	color:#2885A1;
	background-color:#E3F3F8;
}
.memberOfDay img{
	float:right;
	margin:0 0 5px 0;
}
.memberOfDay p{
	clear:both;
	margin:10px 0 0 0;
	padding:0;
}
.memberOfDay strong{
	color:#1E6576;
}
.memberDetail, .dottedBox, .dottedBox2{
	padding:10px 10px 10px 15px;
	margin:10px 0 0 0;
	border-top:3px #DDDDDD dotted;
}
.dottedBox2 img{
	margin-left:30px;
}
.dottedBox2 a img{
	border-style:none;
}
.memberDetail img{
	float:right;
	margin:0 0 5px 0;
	padding:0 0 0 10px;
}
.memberDetail p{
	margin:10px 0 0 0;
	padding:0;
}
.memberDetail span{
	margin-right:30px;
	font-size:11px;
	font-weight:bold;
	color:#999999;
}
#paging{
	font-size:10px;
	font-weight:bold;
	color:#999999;
	text-align:right;
	padding-right:15px;
	padding-bottom:2px;
}
#paging a{
	padding:3px;
	text-decoration:none;
}
#paging a:hover{
	color:white;
	background-color:#2885A1;
}
.calend{
	color:#999999;
	padding-right:10px;
	float:left;
	width:52px;
}
.calend b{
	font:bold 22px/22px Georgia, "Times New Roman", serif;
	float:left;
	padding-right:2px;
}
.calend i{
	font:bold 9px/10px Trebutchet Ms, Arial, Tahoma;
	float:left;
}
.calend em{
	float:left;
	display:inline;
	font:bold 9px/10px Trebutchet Ms, Arial, Tahoma;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ /* ^^^^^^^^^^^^^^^^^^^^ */
/* *********************** footer styles ************************** */

#footer{
	clear:both;
	font-size:10px;
	text-align:center;
	color:#999999;
	background:transparent url('images/foot_hr.gif') top center no-repeat;
	padding-top:25px;
	margin-top:25px;
	position:relative;
	z-index:10000000001;
}
#footerBg{
	width:900px;
	height:162px;
	margin:-118px auto 0 auto;
	background:transparent url('images/foot_center.gif') left bottom repeat-x;
	position:relative;
	z-index:0;

}
#footerBg div{
	height:162px;
	background:transparent url('images/foot_right.gif') right top no-repeat;	
}

#footerBg div div{
	height:162px;
	background:transparent url('images/foot_left.gif') left top no-repeat;	
}