
/* UNIVERSAL STYLES
================================================================================*/

html, body{
	padding:0;
	margin:0;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#ccc;
	}
	
/*fixing firefox outline*/

a:active{
	outline:none;
	}
	
:focus{
	outline:none;
	}
	
img, form{
	padding:0;
	margin:0;
	border:none;
	}
	
img a{
	border:none;
	}
	
	
	
	
	
a, a:visited, a:hover, a:active {
	color: #367cad;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

.spaw_body {
	margin: 0;
	padding: 8px;
	background: #fff;
}
	
	
	
/*TEXT STYLES
================================================================================*/

h1{
	padding:0 0 10px 0;
	margin:0;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:100%;
	}
	
#top_content_inner_right h1{
	padding:0 0 10px 0;
	margin:0;
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:100%;
	}

#content_inner_full h1{
	padding: 6px 0 0 0;
	margin:0;
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:100%;
	}
	
h2{
	padding:0 0 16px 0;
	margin:0;
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	color:#a63045;
	line-height:100%;
	}
	
#bottom_content_left h2{
	padding:0 0 16px 0;
	margin:0;
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	line-height:100%;
	}
	
h3{
	padding:0 0 20px 0;
	margin:0;
	font:bold 36px Georgia, "Times New Roman", Times, serif;
	color:#333;
	line-height:100%;
	}
	
h4{
	padding:0 0 15px 0;
	margin:0;
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	color:#666;
	line-height:100%;
	}
	
	









/* NAVIGATION STYLES
================================================================================*/

#nav{
	width:930px;
	background:url(../images/nav_bg.jpg) repeat-x 0 0;
	height:29px;
	position: relative;
	}
	
#nav ul{
	padding:0 0 0 26px;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#nav ul li{
	margin:0 26px 0 0;
	float:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#004e8a;
	position: relative;
	}
	
#nav ul li a:link, #nav ul li a:visited{
	text-decoration:none;
	color:#004e8a;
	padding:8px 0 0 0;
	display:inline-block;
	height:21px;
	}
	
#nav ul li a:hover{
	color:#ea1b22;
	}
	
#nav ul li a.on {
	color: #ea1b22;
}
		

#nav ul ul {
	float: left;
	display: none;
	width: 220px;
	position: absolute;
	top: 100%;
	right: 100%;
	left: 220px;
	left: 0;
	z-index: 200;
	
	padding: 0;
	margin: 0;
	
	border: 1px solid white;
	
	background-color: #004e8a;
}

#nav ul ul li {
	height: auto;
}

#nav ul ul li.first {
	border-top: none;
}
	
#nav ul ul li a:link, #nav ul ul li a:visited, #nav ul ul li a:active, #nav ul ul li a:hover {
	text-transform: none;
	padding: 0;
	/*font-size: 16px;*/
	background-color: transparent;
	border: none;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	color: white;
	
	display: block;
	width: 212px;
	padding: 8px 4px;
}
	
#nav ul ul li a:hover {
	background-color: #367cad;
}
#nav ul ul li a.more:link, #nav ul ul li a.more:visited, #nav ul ul li a.more:active, #nav ul ul li a.more:hover {
	width: 220px;
}

#nav ul ul li a.more:hover {
	background-color: #333;
}


#nav ul ul ul {
	position: absolute;
	left: 100%;
	top: -1px;
	width: 220px;
	z-index: 200;
	padding: 0;
	margin: 0;
}

#nav ul ul ul li {
}






/* LAYOUT STYLES
================================================================================*/
	
#container{
	margin:0 auto 0 auto;
	width:1000px;
	background:url(../images/content_bg.jpg) repeat-y 0 0;
	}
	
#wrapper{
	background:url(../images/top_bg.jpg) no-repeat 0 0;
	width:930px;
	padding:16px 35px 0 35px;
	}
	
#login{
	width:520px;
	padding:0 0 9px 490px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
#login_cell1{
	float:left;
	width:84px;
	padding:1px 0 0 0;
	}
	
.login_box{
	float:left;
	width:93px;
	}

.login_box_button{
	float:left;
	width:50px;
	}
	
#login_cell2{
	float:left;
	width:150px;
	padding:2px 0 0 0;
	}
	
#login_cell2 a:link, #login_cell2 a:visited{
	text-decoration:none;
	color:#fff;
	}
	
#login_cell2 a:hover{
	text-decoration:underline;
	}
	
.txtbox1{
	background:#fff;
	border:none;
	width:83px;
	height:16px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:2px 2px 0 2px;
	}

.button1 {
	padding: 1px;
	margin: 0;
	font-size: 0.8em;
	color: white;
	background-color: #a63045;
	border: 1px solid white;
	}
	
.cleardiv{
	clear:both;
	font-size:0;
	}

/*for ie6*/	
.cleardiv2{
	clear:both;
	font-size:0;
	height:0;
	}
	
#header{
	width:930px;
	height:125px;
	}
	
#logo{
	padding:6px 0 4px 12px;
	}
	
#bodyarea{
	width:900px;
	padding:24px 15px 0 15px;
	}
	
#top_content{
	width:900px;
	}
	
#top_content_left{
	float:left;
	width:300px;
	height:150px;
	background:#367cad url(../images/header_banner_left.jpg) no-repeat top left;
	padding:20px 22px 0 21px;
	}
	
#top_content_left p{
	padding:0;
	margin:0;
	font:normal 13px Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#fff;
	}
	
#top_content_right{
	float:left;
	width:557px;
	height:170px;
	}
	
#middle_content{
	width:900px;
	}
	
#miidle_content_left{
	float:left;
	background:url(../images/calender_bg.jpg) repeat-x 0 0;
	width:311px;
	height:268px;
	padding:23px 18px 0 14px;
	}
	
#cal_left{
	float:left;
	width:211px;
	}
	
#cal_right{
	float:left;
	width:100px;
	}
	
#cal_right p{
	padding:0 0 20px 0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#367cad;
	line-height:120%;
	}
	
#cal_right p a:link, #cal_right p a:visited{
	text-decoration:none;
	color:#367cad;
	}
	
#cal_right p a:hover{
	text-decoration:underline;
	}
	
.view_events{
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	color:#a63045;
	text-align:right;
	}
	
.view_events a:link, .view_events a:visited{
	text-decoration:none;
	color:#a63045;
	}
	
.view_events a:hover{
	text-decoration:underline;
	}
	
#middle_content_right{
	float:left;
	background:url(../images/member_bg.jpg) no-repeat 0 0;
	width:396px;
	height:282px;
	padding:9px 30px 0 131px;
}
	
#why_member{
	width:396px;
	padding:0 0 4px 0;
	}
	
#bottom_content{
	width:900px;
	background:url(../images/bodyarea_bg.jpg) repeat-y 0 0;
	padding:22px 0 0 0;
	}
	
#bottom_content_left{
	float:left;
	width:300px;
	padding:0 23px 0 20px;
	}
	
#bottom_content_left p{
	padding:0 0 5px 0;
	margin:0;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:125%;
	}
	
#bottom_content_right{
	float:left;
	width:500px;
	padding:0 22px 0 35px;
	}
	
#bottom_content_right p{
	padding:0 0 15px 0;
	margin:0;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#29347d;
	line-height:125%;
	}
	
.content_row{
	width:500px;
	padding:0 0 20px 0;
	}
	
.content_row_left{
	float:left;
	width:278px;
	}
	
.content_row_right{
	float:right;
	width:195px;
	padding:0px 0 0 0;
	text-align:left;
	}
	
#footer{
	background:#346d99 url(../images/footer_bg_home.jpg) no-repeat 0 0;
	width:1000px;
	padding:70px 0 30px 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:100%;
	text-align:center;
	}
	


/*for inner pages*/

#top_content_inner{
	width:900px;
	}
	
#top_content_inner_left{
	float:left;
	width:555px;
	}
	
#top_content_inner_right{
	float:left;
	width:285px;
	background:#367cad url(../images/banner_inner_right.jpg) no-repeat top right;
	height:136px;
	padding:34px 30px 0 30px;
	}
	
#top_content_inner_right p{
	padding:0;
	margin:0;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:125%;
	}
	
#content_inner{
	width:810px;
	padding:35px 20px 0 70px;
	}

#content_inner2{
	width:900px;
	padding:35px 0 0 0;
	}
	
#content_inner_left{
	float:left;
	width:450px;
	}
	
#content_inner_left p, #content_inner_full p {
	padding:0 0 20px 0;
	margin:0;
	line-height:130%;
	}
	
#content_inner_right{
	float:right;
	width:309px;
	}

#content_inner_full {
}


	
#testi_box{
	width:309px;
	padding:0 0 36px 0;
	}
	
#testi_box_top{
	background:url(../images/testibox_top.jpg) no-repeat 0 0;
	width:309px;
	height:11px;
	font-size:0;
	}
	
#testi_box_middle{
	background:url(../images/testibox_bg.jpg) repeat-y 0 0;
	width:274px;
	padding:5px 15px 5px 20px;
	}
	
#testi_box_bottom{
	background:url(../images/testibox_bottom.jpg) no-repeat 0 0;
	width:309px;
	height:11px;
	font-size:0;
	}
	
#testi_left{
	float:left;
	width:66px;
	padding:21px 0 0 0;
	}
	
#testi_right{
	float:left;
	width:208px;
	}

#testi_full {
	float: left;
	width: 274px;
}
	
#comma{
	text-align:right;
	}
	
#testi_text{
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	color:#000;
	padding:5px 0 0 17px;
	}
	
#extra_content{
	width:280px;
	padding:0 9px 0 20px;
	}
	
#extra_content p{
	padding:0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666;
	line-height:130%;
	}

#footer_inner{
	background:#346d99 url(../images/footer_bg_inner.jpg) no-repeat 0 0;
	width:1000px;
	padding:90px 0 30px 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:100%;
	text-align:center;
	}


/** CALENDAR STYLES **/

.calendar_table {
	border: 1px solid #a63045;
	width: 178px;
}

.calendar_table td {
	border: 1px solid #999;
	width: 22px;
	height: 22px;
	text-align: center;
	font-size: 0.9em;
}

.calendar_table td.event {
	background-color: #367cad;
	color: white;
}

.calendar_table td.noday {
	background-color: #eee;
}

.calendar_table td.event a {
	color: white;
	text-decoration: none;
}

.calendar_table th {
	background-color: #a63045;
	color: white;
	width: 22px;
	height: 22px;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
}

div#cal_place {
	
}

div.cal_events_list {
	width: 114px;
	padding-left: 10px;
	float: left;
}

div.cal_events_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.cal_events_list ul li {
	padding-bottom: 14px;
}

div.cal_events_list ul li a {
	font-size: 0.9em;
}

div.cal_container {
	background: white url('../images/cal-header.jpg') top left no-repeat;
	padding-top: 36px;
	position: relative;
}
div.cal_shadow1 {
	width: 185px;
	float: left;
	padding-bottom: 8px;
	background: white url('../images/cal-shadow-bottom.gif') bottom right no-repeat;
	position: relative;
}

div.cal_shadow2 {
	padding-right: 7px;
	background: white url('../images/cal-shadow-right.gif') top right no-repeat;
	position: relative;
}

div.event_hidden {
	display: none;
}

div.event_detail_container {
	position: relative;
}

div#hide_event_detail_close {
	z-index: 400;
	position: absolute;
	float: left;
	width: 300px;
	margin-top: -10px;
	text-align: right;
	left: 200px;
}

div#hide_event_detail_close a {
	display: block;
	width: 50px;
	float: right;
	border: 1px solid #367cad;
	font-size: 0.7em;
	text-align: center;
}


div#hide_event_detail_window {
	z-index: 300;
	position: absolute;
	float: left;
	background: #fff;
	color: #000;
	width: 300px;
	border: 1px solid #367cad;
	left: 180px;
	padding: 12px;
}

div#hide_event_detail_window h3{
	font-size: 16px;
	margin: 2px 0 10px 0;
	padding: 0;
}

div#hide_event_detail_window h2{
	margin: 2px 0 10px 0;
	padding: 0;
}

div#hide_event_detail_window p {
	margin: 2px 0 10px 0;
	padding: 0;
}

div#hide_event_detail_window a {
	color: #0082C8;
	text-decoration: none;
}

div#hide_event_detail_close a {
	
	color: #0082C8;
	background: #fff;
	
	text-decoration: none;
}


/* FORM STYLES */
.csgna-membership table tr td {
	padding-bottom: 5px;
}
.csgna-membership label {
	font-weight: bold;
	cursor: pointer;
}
div.error {
	border: 1px solid red;
	background: #fee;
	padding: 4px;
}
div.error ul {
	margin: 8px 0;
}


