@charset "UTF-8";
body  {
	font: 100% Palatino Linotype,Helvetica, Arial, sans-serif;
	background: #115CDA;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto;
	text-align: left;
	background-image: url(images/containerBkgrnd.jpg);
	background-repeat: no-repeat;
        padding: 0;
} 
.twoColFixRtHdr #containerOuter {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #73A3F4;
	margin: 15px auto;
	text-align: left;
	background-image: url(images/container-tile.jpg);
	background-repeat: repeat-y;
        padding: 0;
}
.twoColFixRtHdr #header {
	margin: 0 10px;
} 
.twoColFixRtHdr #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;
	display: none;
}
.twoColFixRtHdr #header img {
	border: none;
} 

.twoColFixRtHdr #mainContent {
	margin: 0 0 0 10px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000D23;
	text-align: center;
	margin: 0 20px 0px 20px;
} 
.twoColFixRtHdr #footer p {
	font-size: 12px;
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.twoColFixRtHdr #footer a {
        font-size: 12px;
}
#bottom {
background-image: url(images/containerBottom.jpg);
background-repeat: no-repeat;
margin: 0 0 0 2px;
}

.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;
}
.clearfloatlft { /* 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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*TEXT STYLES*/
.bold {font-weight: bold;}
.size14 {font-size: 14px;}
.size16 {font-size: 16px;}
.size18 {font-size: 18px;}
.size20 {font-size: 20px;}
.size22 {font-size: 22px;}
.white {color: #FFFFFF;}
.center {text-align: center;}

/*TOPNAV STYLES*/
#topnav {
	/*height: 26px;*/
	background-color: #000D23;
}
#navlist {
	margin: 0px;
	/*margin-bottom: 20px;*/
	padding: 0px;
	/*padding-left: 20px;*/
	background-color: #000D23;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #FFFFFF;
	font-weight: 400;
}

#navlist a, #navlist a:link, #navlist a:visited {
	border: 1px solid #000D23;
	padding: 10px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus {
	/*border: 1px solid #CCCCCC;*/
	color:#FFD768;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}

#navlist li {
	padding-right: 4px;
	display: inline;
	font-size: 14px;
}

#navlist ul {
	margin: 0px;
	padding: 0px;
}

#navlist #active a {
	background-color: #333333;
}
#navlist #founded {
	font-size: 18px;
	padding: 0 80px 0 0;
	margin: 0 0 0 46px;
}
#navlist a#contact {
	background:url(images/navtop-contact.jpg);
        background-repeat: no-repeat;
        padding: 0 74px 0 0;
}
#navlist a#contact:hover {
	background:url(images/navtop-contact-hover.jpg);
        background-repeat: no-repeat;
}
#navlist a#donate {
	background:url(images/navtop-donate.jpg);
        background-repeat: no-repeat;
        padding: 0 62px 0 0;
}
#navlist a#donate:hover {
	background:url(images/navtop-donate-hover.jpg);
        background-repeat: no-repeat;
}
#navlist a#update {
	background:url(images/navtop-update.jpg);
        background-repeat: no-repeat;
        padding: 0 59px 0 0;
}
#navlist a#update:hover {
	background:url(images/navtop-update-hover.jpg);
        background-repeat: no-repeat;
}
#navlist a#merchandise {
	background:url(images/navtop-merchandise.jpg);
        background-repeat: no-repeat;
        padding: 0 109px 0 0;
}
#navlist a#merchandise:hover {
	background:url(images/navtop-merchandise-hover.jpg);
        background-repeat: no-repeat;
}
#navlist #search {
	padding-left: 25px;
}
#navlist li form {
	display: inline;
	font-size: 14px;
}

/* RIGHT SIDEBAR STYLES */
.twoColFixRtHdr #sidebar1 {
	float: right;  /*since this element is floated, a width must be given */
	width: 213px; /* 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: #0353DB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 5px 15px 5px 5px;
	border: #000D23 solid 1px;
    text-align: center;
}
.sidebarNavContainer {
	width: 197px;
	margin: 5px auto;
	padding: 0;	
}
#featuredmember {
	background-color: #FEFFC9;
	border: #000D23 1px solid;
	width: 197px;
	margin: 5px auto;
	padding: 0 0 5px 0;
	background-image: url(images/featuredmemberBkgrnd.jpg);
	background-repeat: no-repeat;
}
.titleBlack {
	color: #FFFFFF;
	background-color: #000D23;
	margin: 0px;
	padding: 2px;
	text-align: center;
	font: 14px;
}
.featuredmemberName {
	background-image: url(images/featuredmembernamebkgrnd.jpg);
	text-align: center;
	height: 18px;
	width: 189px;
	margin: 5px auto;
	font: 16px;
	padding: 3px 0 4px 0;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.featuredmemberCircle1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.featuredmemberCircle2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px 0;
}
.featuredmemberBlurb {
	text-align: left;
	margin: 0 0 10px 5px;
	font-size: 12px;
}
.featuredmemberPhoto {
	float: right;
	margin: 0 5px 5px 10px;
}
.rightsidebarButton{
	margin:0px auto 5px;
	text-align: center;
}
/*HOME CONTENT STYLES*/
#homepageMedia {
	background-color: #FFFFFF;
	text-align: center;
	margin: 5px 370px 5px 10px;
	padding: 3px 0 0 0;
	width: 348px;
	border: 1px solid #000000;
}
#homepageNews {
	background-color: #FFFFFF;
	text-align: center;
	margin: 5px 10px 5px 0;
	padding: 3px 0 0 0;
	width: 348px;
	border: 1px solid #000000;
	float: right;
}
.homepagenewsPhoto {
	float: left;
	margin: 3px 0;
}
.homepagenewsTitle {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 57px;
	padding: 4px 0 2px 0;
}
.homepagenewsBlurb {
	font-size: 12px;
	text-align: justify;
	margin: 2px 0 0 57px;
	padding: 0 2px;
}
.homepagenewsItem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 340px;
	margin: 2px auto;
}
.homepagenewsItemLast {
	width: 340px;
	margin: 2px auto;
}
/*FOOTER STYLES*/
#footer ul li {
	color: #FFFFFF;
	display: inline;
	margin: 0 260px 0 0;
}
#footer ul li.last {
	margin: 0 0 0 0;
}
#footer a {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
        text-decoration: none;
}
#footer a:hover {
        color:#FFD768;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
img {
        margin: 0px;
        padding: 0px;
}

/* ************************** */
#container #mainContent #contentBox {
	width: 725px;
	margin: 5px 0 10px 5px;
	background-image: url(images/contentBoxBottom.jpg);
        background-color: #ffffff;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 0 10px 0;
}
#container #mainContent #contentBox .contentTile {
	margin: 0;
	padding: 15px 15px 0 15px;
	background-color: #FFFFFF;
	background-image: url(images/contentBoxRight.jpg);
	background-position: right;
	background-repeat: repeat-y;        
}
#container #mainContent #contentBox h1 {
	margin: 0;
	padding: 10px 0 6px 15px;
	background-image: url(images/contentBoxHeader.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
        color: #FFF;
}
/*#container #mainContent #contentBox .contentTile p {
	margin: 0;
	padding: 15px 15px 0 15px;
}*/
#container #mainContent #contentBox .contentTile img {
	margin: 0;
	padding: 0 10px 10px 15px;
    float: right;
}
#container #mainContent #breadcrumb {
	margin: 0;
	padding: 5px 0 10px 35px;
        background-image: url(images/breadcrumbBkgrnd.jpg);
	background-repeat: no-repeat;
        width: 730px;
}
#container #mainContent #breadcrumb span {
	margin: 0;
	padding: 0;
        color: blue;
        font-size: 12px;
        font-weight: bold;
}
#container #mainContent #breadcrumb span a {
        color: blue;
}
#container #mainContent #breadcrumb span a:visited {
        color: blue;
}
#container #mainContent img {
	margin: 0 0 -3px 0;
	padding: 0;
}

