@charset "UTF-8";

/**************************************/
/*               Global               */
/**************************************/
body  {
	background: #052E70;
	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: 80%;
	line-height: 1.6em;
} 
body,td,th {
	color: #666666;
}

#container  {
	width: 921px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D6E2ED;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#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;
}
#header  {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
} 
#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 */
}


h1 {
	color: #005480;
}
h2 {
	color: #006B96;
}
#header .fix {
	margin: 0px;
	padding: 0px;
}
#flash_header {
	height: 230px;
	display: block;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #2078A1;
	text-decoration: none;
}
a:visited {
	color: #2078A1;
	text-decoration: none;
}
a:hover {
	color: #052E70;
	text-decoration: none;
}
a:active {
	color: #052E70;
	text-decoration: none;
}

/*-------- 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;
}
#sidebar_Rmargin {
	float: right;
	width: 20px;
	display: inline;
}
.sidebar_heading {
	background-image: url(images/sidebar_bckgrnd.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #5A6B78;
	height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 15px;
}
#sidebar1 h3 {
	color: #005480;
}
.sidebar_content {
	padding: 20px;
	float: none;
}


/*-------- footer -----------*/

#footer  {
	text-align: center;
	background-color: #052E70;
	margin-top: 20px;
	font-size: 9pt;
	color: #FFFFFF;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height:150px;
} 

#footer a {
	color: #FFFFFF;
}
#footer #disclaimer  {
	background-color: #216097;
	margin:10px 0 0 30px;
	color: #FFFFFF;
	padding: 5px 5px;
	border: 1px solid #054379;
	display: block;
	text-align: center;
	height:40px;
	float:left;
	width:115px;
	
}

#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;
}





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


/*-------- Nav -----------*/
#nav {
	background-image: url(images/nav_background.png);
	height: 33px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 911px;
}
#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;
}
#nav a:visited {
	color: #FFFFFF;
}
#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: #052E70;
}
#nav a:active {
	color: #052E70;
}

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



 
/**************************************/
/*               Splash               */
/**************************************/


#splash  {
	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;
	background-color: #5D80B3;
}
#splash #login #form1 {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#splash  #container {
	width: 823px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 602px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #5D80B3;
}
#splash   #main {
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-left: 7px;
}
#splash #main #flash {
	padding-bottom: 15px;
}

#splash #login {
	background-image: url(images/login_bckgrnd.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: middle;
	background-color: #616264;
	text-align: center;
	margin-right: 50px;
	margin-left: 20px;
	width: 470px;
}
#splash #login img {
	float: right;
}
#splash #form1 input {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#splash #skip {
	float: left;
	background-color: #616264;
	height: 30px;
	padding-bottom: 5px;
	vertical-align: middle;
}

#splash #logos {
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}


#splash #logos ul #border {
border-right:1px solid #6B94D1;
padding:0 5px 3px 5px;
height:15px;

}

#splash #logos #disclaimer {
display:block;
width:250px;
height:20px;
padding:5px;
margin:10px 0 0 0;
}

#splash #logos a {
	color: #FFFFFF;
}

#splash #submitbtn {
	width: 213px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	display:block;
	background-image: url(images/signup.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
#splash #email {
	width: 150px;
}
#splash #zip {
	width: 50px;
}
#splash #logos a:hover {
	color: #CCD4E7;
}
#splash  #logos ul {
	margin: 0px;
	padding: 0px;
}
#splash  #logos li {
	display: block;
	float: left;
	padding-right: 5px;
	list-style-type: none;
	font-size: 9pt;
	padding-top: 1px;
	padding-bottom: 1px;
}
#splash #disclaimer {
	background-color: #6B94D1;
	color: #FFFFFF;
	padding: 7px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	font-size: 9pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#splash     #logos #disclaimer2 {
	margin: 0px;
	padding: 0px;
}
.ie6fix {
	float: none;
}


/**************************************/
/*               Home                 */
/**************************************/

#home #mainContent {
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
}
#home #bottom_left {
	background-color: #FFFFFF;
	float: left;
	width: 317px;
	height: 471px;
}
#home #bottom_right {
	float: left;
	width: 315px;
	padding-left: 20px;
}
#home  #updates  .thumb {
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
#home #flash {
	padding-bottom: 20px;
	float: none;
}
#home #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 203px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C5D6E6;
	margin: 0px;
	padding: 0px;
}
#home #fb_ad {
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	background-color: #C5D6E6;
}

#home .source {
	font-style: italic;
	color: #666666;
}
#home .title {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#home #sidebar_news p {
	line-height: 1.4em;
	font-size: 10pt;
	padding: 0px;
}
#home #updates p {
	font-size: 9pt;
	line-height: 1.6em;
}
#home #sidebar_news {
	height: 471px;
}
#home .date {
	font-size: x-small;
	color: #666666;
}

/**************************************/
/*              About                 */
/**************************************/
#about .right    {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #ACC6DC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#about .left {
	padding: 5px;
	background-color: #ACC6DC;
	margin-bottom: 5px;
	margin-left: 0px;
}
#about  .captionL {
	float: left;
	padding-bottom: 10px;
	margin-right: 35px;
	font-size: 95%;
	color: #005480;
}
#about .captionR {
	float: right;
	padding-bottom: 10px;
	margin-left: 35px;
	font-size: 95%;
	color: #005480;
	text-align: right;
}


/**************************************/
/*               Join                 */
/**************************************/
#join .checkbox input {
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	width: 15px;
	display: block;
}
.subhead {
	font-weight: bold;
	text-transform: uppercase;
	color: #2D749E;
}
#join .checkbox {
	padding-bottom: 3px;
}
#join #form1 {
	background-color: #C5D6E6;
	padding: 30px;
}
/*#join label {
	font-size: 83%;
}*/
/*#join   #footer a  {
	font-size: 80%;
}*/
#join .thanks {
	color: #052E70;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}


/**************************************/
/*               News                 */
/**************************************/
#news .source {
	font-style: italic;
	color: #005480;
	padding-left: 5px;
}

#news .title {
	font-weight: bold;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	font-size: 130%;
	line-height: 1.6em;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#news .date {
	padding-right: 5px;
}
#news #mainContent p {
	margin: 0px;
}
/*#join #footer #disclaimer {
	font-size: 80%;
}*/
#petition_table td {
	width: 110px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#petition_table #email, #petition_table #first, #petition_table #last  {
	width: 200px;
}
#newsletters .date {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
