@charset 'UTF-8';

html {
	zoom:1;
	padding:0;
	margin:0;
	}
	
body {
	background:#0387DC;
	font-family:Arial, Helvetica, Verdana, 'Trebuchet MS', sans-serif;
	font-size:100%;
	padding:0;
	margin:0;
	color:#333333;
	}
	
/*------- General Text Styles -------*/

/*ol {
	margin:0.5em 2.5em;
	}
	
ol li {
	list-style-type:decimal;
	list-style-position:outside;
	padding:0.5em;
	}
	
ul {
	margin:0.5em 2.5em;
	}
	
ul li {
	list-style-type:disc;
	list-style-position:outside;
	padding:0.5em;
	}*/
	
h1 {
	font-size:180%;
	line-height:180%;
	font-weight:normal;
	}
	
h2 {
	font-size:150%;
	line-height:100%;
	color:#0a5585;
	font-weight:bold;
	border-bottom:1px solid #DDDDDD;
	padding:0.5em 0 0.2em 0;}

a {
	color:#1b7ab7;
	text-decoration:underline;
	}
	
a:hover {
	color:#0387DC;
	text-decoration:none;
	}
	
/*------- Structural Layout -------*/

#container {
	background:white;
	border:1px solid #999999;
	margin:0 auto 2em auto;
	width:80%;
	max-width:1020px;
	-moz-box-shadow:0 0 1em #000000;
	-webkit-box-shadow:0 0 1em #000000;
	}
	
#header {
	background:#DDDDDD url(../images/header_bg.gif) repeat-x top left;
	padding:5em 1em 1em 2em;
	}
	
.logo {
	float:right;
	}
	
.pclogo_container {
	width:270px;
	border:2px solid #000000;
	padding:0;
	position:relative;
	}
	
.prog {
	text-transform:uppercase;
	float:left;
	background:#FFFFFF;
	margin:0;
	width:130px;
	border-right:2px solid #000000;
	padding:5px 5px;
	font-style:italic;
	text-align:center;
	font-size:100%;
	}
	
.cons {
	text-transform:lowercase;
	color:#FFFFFF;
	margin:0;
	width:300px;
	padding:2px 5px;
	font-weight:bold;
	background:#0387DC;
	text-align:center;
	font-size:130%;
	}
	
/**------- #main_nav -------**/

#main_nav {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:1em 0 0.95em 4px;
	background:#CCCCCC url(../images/menu_bg.gif) repeat-x center left;
	}
	
#main_nav ul {
	margin:0;
	padding:0;
	}
	
#main_nav ul li {
	display:inline;
	list-style-type:none;
	margin:0 0 0 -4px;
	padding:0;
	}
	
#main_nav ul li a {
	padding:1em 2em;
	background:#CCCCCC url(../images/menu_bg.gif) repeat-x center left;
	color:#333333;
	text-decoration:none;
	border-right:1px solid #BBBBBB;
	}
	
#main_nav ul li a:active {
	}
	
#main_nav ul li a:visited {
	}
	
#main_nav ul li a:hover {
	background:#0387DC url(../images/menu_bg_hover.gif) repeat-x center left;
	color:#FFFFFF;
	border-right:1px solid #BBBBBB;
	}
	
.menu_default {
	margin:0;
	padding:0;
	}
	
#main_nav ul li a.menu_current {
	padding:1em 2em;
	background:#CCCCCC url(../images/menu_bg_current.gif) repeat-x center left;
	color:#333333;
	text-decoration:none;
	border-right:1px solid #BBBBBB;
	}
	
/**------- Content Layout -------**/

#content_container {
	padding:0.5em 0 2em 0;
	}
	
#breadcrumbs {
	font-size:70%;
	border-bottom:1px solid #DDDDDD;
	color:#999999;
	margin-bottom:1em;
	}

.main_content {
	float:left;
	width:70%;
	padding:0 3%;
	font-size:90%;
	}
	
.sidebar {
	float:right;
	width:21%;
	padding:0 1%;
	font-size:80%;
	}
	
.sidebar_content {
	}
	
.main_content p {
	line-height:150%;
	}
	
.main_content img {
	margin:0 1.5em 1em 0;
	}
	
.main_content ol {
	margin:0.5em 2.5em;
	}
	
.main_content ol li {
	list-style-type:decimal;
	list-style-position:outside;
	padding:0.5em;
	}
	
.main_content ul {
	margin:0.5em 2.5em;
	}
	
.main_content ul li {
	list-style-type:disc;
	list-style-position:outside;
	padding:0.5em;
	}
	
.sidebar_content ul {
	padding:0;
	border-bottom:1px solid #DDDDDD;
	margin-left:0.5em;
	}
	
.sidebar_content ul li {
	border-top:1px solid #DDDDDD;
	}
	
.sidebar_content ul li a {
	padding:1em 1.5em;
	background:#EEEEEE url(../images/menu_bg.gif) repeat-x center left;
	color:#333333;
	display:block;
	text-decoration:none;
	border-left:4px solid #0387DC;
	}
	
.sidebar_content ul li a:hover {
	padding:1em 1.5em;
	background:#0387DC url(../images/menu_bg_hover.gif) repeat-x center left;
	color:#FFFFFF;
	}
	
.sidebar_content ul li ul li a {
	padding:0.5em 1.5em;
	background:none;
	color:#333333;
	text-decoration:underline;
	border-left:none;
	}
	
.sidebar_content ul li ul li a:hover {
	padding:0.5em 1.5em;
	background:none;
	color:#0387DC;
	text-decoration:none;
	}
	
/**------- News Module Styles -------**/

.post_title, .post_date {
	border-bottom: 1px solid #DDDDDD;
	}

.post_title h2 {
	border-bottom:none;
	}

.post_date {
	text-align: right;
	color:#999999;
	font-weight:80%;
	}

.post_short {
	text-align: left;
	padding-bottom: 5px;
	}
	
.update-details {
	font-size:70%;
	color:#999999;
	font-style:italic;
	text-align:left;
	padding:0.5em 0;
	margin:0;
	}
	
.group-page {
	font-size:80%;
	}

.comment_title {
	font-weight: bold;
	}

.comment_text {
	font-weight: bold;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
	}

.comment_title, .comment-text {
	border-left: 1px solid #DDDDDD;
	}

.comment_info {
	text-align: right;
	border-right: 1px solid #DDDDDD;
	}

.comment_title, .comment_info {
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	}

.selected_group_title { 
	font-size: 14px;
	text-align: center;
	}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

.loop-header {
	width: 100%;
}

.page-header {
	width: 100%;	
}
.post-header {
	width: 100%;	
}

.page-left {
	text-align: left;	
}
.page-center {
	text-align: center;
}

.page-right {
	text-align: right;	
}

.comment-header {
	width: 100%;
}

.public-info {
	text-align: right;
}

.group-page {
	text-align: center;
}		

/**------- Forms Module Styles ------**/

.required {
	color: #0387DC;
}
.field_title {
	width: 10em;
	vertical-align: top;
	text-align:right;
	font-size:90%;
	padding:1em 0;
}
.textfield {
	width: 89%;
}
.textarea {
	width: 90%;
	height: 15em;
}
.field_heading {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
}
.checkbox_label {
	cursor: pointer;
}
.radio_label {
	cursor: pointer;
}
.email {
	width: 200px;
}

.captcha_table {
	font-size:90%;
	color:#666666;
	}

/**------- Event Module Styles -------**/

.evheader {
	text-align: center;
	margin-bottom: 10px
	}
	
.eventborder {
	border :  solid 1px;
	border-color : #C0C0C0;
	margin:0.5em 0 1em 0;
	}
	
.tdeventheading {
	background: #0387DC url(../images/menu_bg_hover.gif) repeat-x top center;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:0.5em 1em;
	}
	
.tdevent  {
    padding:0.5em 1em;
	}
	
.eventheading {
	text-align : center;
	}
	
.mteventheading {
	background: #0387DC url(../images/menu_bg_current.gif) repeat-x bottom center;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:0.5em 1em;
	color:#333333;
	}
	
.mtevent  {
	vertical-align: top;
	padding:0.5em 1em;
	}
	
.alleventheading {
	background: #0387DC url(../images/menu_bg_current.gif) repeat-x bottom center;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:0.5em 1em;
	color:#333333;
	}
	
.allevent ul {
    padding:0;
    margin:0.5em;
    }

.allevent ul li {
    padding:0.5 1em;
    margin:0;
	list-style-type:none;
	}
	
.allevent ul li:nth-child(odd) {
    background:#e3f0f8;
	}
	
.evfooter {
	text-align: center;
	font-size:70%;
	}

/**------- Footer ---------**/

#footer {
	background:#DDDDDD url(../images/menu_bg.gif) repeat-x bottom left;
	font-size:70%;
	color:#333333;
	text-align:center;
	padding:0.5em 1em;
	border-top:1px solid #999999;
	}
	
