@charset "utf-8";
/* CSS Document */

/* Global Styles */


body  {
	background: #a6c4de;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
} 

body,td,th {
	color: #33333;
}

.style1 {
	color: #900;
	font-size: 16px;
	font-weight: bold;
}

#container  {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#mainContent  {
	margin-top: 0;
	margin-right: 227px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	background: #FFF;
}

#mainContent h1 {
	font-size: 20px;	
}

#mainContent h2 {
	font-size: 16px;	
}

#header  {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 216px;
	padding-bottom: 0px;
} 

#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Navigation Elements */

#nav {
	background-image: url(images/navbar_bg.png);
	height: 27px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 910px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#nav li {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6BB0B;
	height: 20px;
	margin: 0px;
	float: left;
	text-decoration: none;
	list-style-type: none;
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover, body#home #home a, body#about #about a, body#news #news a, body#live #live a, body#contact #contact a, body#join #join a, body#newsletters #newsletters a, body#events #events a, body#issues #issues a, body#CA #CA a {
	color: #000;
}

#nav a:active {
	color: #052E70;
	text-decoration: none;
}

#nav #last {
padding-right:0;
border-right:none;
}

#nav_dropdown {
	visibility: hidden;
	display: none;
	position:absolute;
	z-index: 99;
	background-color:#922;
	color:#FFF;
	width:240px;
	height:85px;
	left: 81px;
	padding-left: 10px;
	font-weight:bold;
	font-size: 14px;
	margin-top: 26px;
	line-height: 1.8em;
}

#nav_dropdown a {
	text-decoration:none;
	color: #FFF;
}

#nav_dropdown a:hover {
	text-decoration: none;
	font-weight:bold;
	display: inline-block;
	width: 230px;
}

/* sidebar */

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 203px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
	margin-top: 20px;
	backround: #FFF;
	color: #000;
}

#sidebar_Rmargin {
	float: right;
	width: 20px;
	display: inline;
}

.sidebar_heading {
	background-image: url(images/sidebar_head_bng.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e71b26;
	height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 15px;
}

#sidebar1 h3 {
	color: #005480;
}

.sidebar_content {
	padding: 20px;
	float: none;
	color: #FFF;
}

.sidebar_content a {
	color: #FFF;
}

#footer  {
	text-align: center;
	background-color: #DDD;
	margin-top: 20px;
	font-size: 9pt;
	color: #000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	height:70px;
} 

#footer a {
	color: #000;
}

#footer #disclaimer  {
	background-color: #FFF;
	margin:10px 0 0 30px;
	color: #000;
	padding: 5px 5px;
	display: block;
	text-align: center;
	height:40px;
	float:right;
	width:210px;
}

#footer #center {
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}

#footer  td {
	padding: 10px;
}

#footer ul {
	margin: 10px 0 0 0;
	padding: 0px;
	float:left;
}

#footer li {
	display: block;
	float: left;
	padding-right: 5px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	height:12px;
	font-size:8.5pt;
}

#footer #border {
border-right:1px solid #216097;
padding-left:5px;
padding-bottom: 5px;
}

#footer a:hover {
	color: #ACC6DC;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* WordPress Styles */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

	#mc_embed_signup fieldset {
		position: relative;
	}
	#mc_embed_signup legend {
		position: absolute;
		top: -1em;
		left: .2em;
	}
