@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	margin:12px;
	font-family: Arial, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#333;
}

*{
	margin:0;
	padding:0;
}

a, a:active, a:visited {
	color:#286cbd;
}

a:hover {
	color:#1b5293;
}

p {
	margin-bottom:18px;
}

hr {
	color:#666;
	height:1px;
	margin:8px 0px 16px 0px;
}

.button {
	background-color:#286cbd;
	padding:4px;
	font-size:13px;
	border-color:#1b5293;
	border-style:solid;
	border-width:1px;
}


input, textarea {
	background-color:#F3F3F3;
	border-color:#999;
	border-style:solid;
	border-width:1px;
	padding:4px;
	font-size:13px;
	margin-left:6px;
}

input:focus, textarea:focus{
background-color: #FFFFFF;
border-color:#286cbd;
border-style:solid;
border-width:1px;
color:#000;
}



#buttonset {
	margin:auto;
}

.button {
	background-color:#286cbd;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	border-bottom-color:#2588d5;
	border-style:outset;
	border-width:2px;
	padding:4px;
}

#clear {
	clear:both;
}


#wrapper {
	min-width:960px;
	max-width:1500px;
	margin:auto;
	background-image:url(images/blue_flame_flat.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
}

#header {
	height:150px;
	margin:auto;
	padding-left:14px;

}

#social {
	float:right;
	width:150px;
	padding-right:10px;
	color:#FFF;
	text-align:center;
}


#nav-content {
	position:relative;
	width:100%;
	height:48px;
	background-image:url(images/navback.png);
	background-repeat:repeat-x;

}	

#access {
	background-color:transparent;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	width: 954x;
	display:block;
	float:left;
	height:48px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	text-align:center;
	padding-top:4px;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#FFF;
	padding:0 6px 0 6px;
	line-height:38px;
	background:url(images/navsep1.png) 100% 0 no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	width: 170px;
	z-index: 99999;
	text-align:left;
}
#access ul ul li {
	min-width: 150px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:16px;
	padding:6px;
	width: 160px;
	text-align:left;
	color:#FFF;
	border-bottom-color:#b2d0e3;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:12px;
}
#access li:hover > a,
#access ul ul :hover > a {
	background-color:#286cbd;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

.transparent{
opacity: 0.6;
filter:alpha(opacity=60);
-moz-opacity:0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
-khtml-opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#content {
	padding:12px;
	background-color:#FFF;
	min-height:500px;

}

#content h1 {
	font-size:24px;
	line-height:28px;
	color:#4c8ecb;
	border-bottom-color:#8fa2c0;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom:4px;
	margin-bottom:12px;
}

.silver {
	color:#CCC;
}

.lightblue {
	color:#00aee9;
}

.red {
	color:#900;
}

#content ul {
	list-style:disc;
	margin-bottom:18px;
}

#content li {
	margin-bottom:4px;
	margin-left:50px;
	padding-bottom:4px;
}

#content table {
	margin: 0 auto 18px auto;
}

#content td {
	padding:5px;
	vertical-align:top;
}

#left-column {
	margin-right:300px;
}

#home-table td {
	padding:0px;
	vertical-align:top;
}

#introtext {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	text-align:justify;
	line-height:21px;
	color:#000;
	padding:10px;
}

#right-column {
	width:275px;
	float:right;
	padding-left:8px;
	overflow:hidden;
}

#right-column li {
	margin-left:8px;
}


.sidebar-container {
	padding:4px;
	font-size:14px;
	line-height:16px;
	color:#000;
	background-color:#cde9f3;
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:14px;
}

.sidebar-container a {
	text-decoration:none;
	color:#1e5392;
}

.sidebar-header {
	height:32px;
	background-image:url(images/sidebar_header2.png);
	background-repeat:no-repeat;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	padding: 8px 4px 0px 4px;
	margin-bottom:4px;
}

#membership table {
	width:100%;
}

#membership-nav {
	width:275px;
	margin-bottom:14px;
	margin-right:14px;
	padding:8px;
	overflow:hidden;
	background-color:#F3F3F3;
	border-color:#acd7f9;
	border-style:solid;
	border-width:1px;
}

#membership-nav ul {
	list-style:none;
}

#membership-nav li {
	list-style:none;
	list-style-image:url(images/nav_arrow.png);
	border-bottom-color:#838384;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom:6px;
	margin-left:16px;
	font-size:13px;
}

#news ul {
	list-style:none;
	margin-left:24px;
}

#news li {
	list-style:none;
	list-style-image:url(images/icons_news.png);
	padding: 0px 0px 6px 4px;
	margin-bottom:6px;
	border-bottom-color:#7aa6da;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}


#events ul {
	list-style:none;
	margin-left:24px;
}

#events li {
	list-style:none;
	list-style-image:url(images/icons_calendar.png);
	padding: 0px 0px 6px 4px;
	margin-bottom:6px;
	border-bottom-color:#7aa6da;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}

#black-header {
	font-size:24px;
	color:#000;
	font-weight:bold;
	margin-bottom:6px;
}

.blue-bold {
	font-size:18px;
	font-weight:bold;
	color:#286cbd;
	line-height:24px;
}

#benefits ul {
	list-style:none;
	
}

#benefits li {
	list-style:none;
	list-style-image:url(images/check24.png);
	margin-bottom:18px;
	margin-left:50px;
	padding-bottom:4px;
	border-bottom-color:#8fa2c0;
	border-bottom-style:inset;
	border-bottom-width:1px;
}

.month-name {
	background-image:url(images/month_name.gif);
	background-repeat:repeat-x;
	background-color:#0072bc;
	font-size:18px;
	color:#FFF;
	padding:5px;
	margin-bottom:5px;
	clear:both;
}

.month-distinction {
	color:#FFF;
	font-size:14px;
	font-style:italic;
}

#calendar-page ul {
	list-style:none;	
}

#calendar-page li {
	list-style:none;
	display:block;
	float:left;
	width:24%;
	min-height:126px;
	font-size:13px;
	margin-bottom:18px;
	margin-left:0px;
	padding:4px;
	border-right-color:#8fa2c0;
	border-right-style:inset;
	border-right-width:1px;
	border-bottom-color:#8fa2c0;
	border-bottom-style:inset;
	border-bottom-width:1px;
	color:#000;
}


#releases ul {
	list-style:none;
	
}

#releases li {
	list-style:none;
	margin-bottom:18px;
	margin-left:0px;
	padding-bottom:4px;
	border-bottom-color:#8fa2c0;
	border-bottom-style:inset;
	border-bottom-width:1px;
}

.extralarge {
	font-size:20px;
	line-height:24px;
}

#links-page {
	background-color:#FFF;
}

#links-page ul {
	list-style:none;
	background-color:#FFF;
}

#links-page li {
	list-style:none;
	display:block;
	float:left;
	width:23%;
	min-height:136px;
	font-size:12px;
	margin-bottom:18px;
	margin-left:0px;
	padding:6px;
	border-right-color:#8fa2c0;
	border-right-style:inset;
	border-right-width:1px;
	border-bottom-color:#8fa2c0;
	border-bottom-style:inset;
	border-bottom-width:1px;
	overflow:hidden;
	color:#000;
}

#leadership-page {
	background-color:#FFF;
}

#leadership-page ul {
	list-style:none;
	background-color:#FFF;
}

#leadership-page li {
	list-style:none;
	display:block;
	float:left;
	width:31%;
	min-height:210px;
	font-size:12px;
	margin-bottom:18px;
	margin-left:0px;
	padding:6px;
	border-right-color:#8fa2c0;
	border-right-style:inset;
	border-right-width:1px;
	border-bottom-color:#8fa2c0;
	border-bottom-style:inset;
	border-bottom-width:1px;
	overflow:hidden;
	color:#000;
}

#contact-form {
}

#contact-form table {
	margin:0px;
	text-align:left;
}

#footer {
	clear:both;
	text-align:center;
	height:30px;
	background-image:url(images/footer_back.gif);
	background-repeat:repeat-x;
	color:#FFF;
	padding:4px;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:2px;
}
