body {
    position: absolute;
	background: url('/inc/images/bg.jpg') #524a3a top center fixed no-repeat;
	margin: 0px;
	padding:0px;
	width: 100%;
	display: block;
}

#Outer {
    position: relative;
}

#Container {
    position: relative;
    margin: 0 auto;
    width: 950px;
	overflow: hidden;
	display: block;
}

#Header {
    position: relative;
    display: block;
    height: 208px;
	background: url('/inc/images/header.png') top center no-repeat;
    z-index: 500;
}

a.button {
    background: url('/inc/images/button.png') top left no-repeat;
    position: absolute;
    display: block;
    height: 52px;
    width: 128px;
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: .8em;
    font-family: arial;
    font-weight: bold;
    padding-top: 22px;
}
a.button:hover {
    background: url('/inc/images/button_over.png') top left no-repeat;
}

a#HomeLink {
    position: absolute;
    height: 120px;
    width: 290px;
    top: 30px;
    left: 20px;
}
a#JoinLink {
    position: absolute;
    height: 120px;
    width: 100px;
    top: 15px;
    left: 430px;
}

a#button_1 {
    background: url('/inc/images/VSP-button.png') top left no-repeat;
    position: absolute;
    top: 12px;
    left: 661px;
   /* text-align: left;
    font-size: .75em;
    padding-left: 60px;
    padding-top: 16px;
    height: 58px;
    width: 68px;*/
}

a#button_1:hover {
    background: url('/inc/images/VSP-button_over.png') top left no-repeat;
}

a#button_2 {
    background: url('/inc/images/np_button.png') top left no-repeat;
	text-align: left;
    font-size: .75em;
    padding-left: 60px;
    padding-top: 16px;
    height: 58px;
    width: 68px;
	position: absolute;
    top: 12px;
    left: 788px;
}

a#button_2:hover {
    background: url('/inc/images/np_button_over.png') top left no-repeat;
}

a#button_3 {
    position: absolute;
    top: 84px;
    left: 661px;
}

a#button_4 {
    background: url('/inc/images/VAOutdoors-button.png') top left no-repeat;
	position: absolute;
    top: 84px;
    left: 788px;
}

a#button_4:hover {
    background: url('/inc/images/VAOutdoors-button_over.png') top left no-repeat;
}

#Menu {
    position: absolute;
    top: 177px;
    left: 35px;
    z-index: 500;
}

#MembershipMenuItem {
    position: relative;
    display: inline;
    float: left;
    z-index: 500;
}

#MembershipMenuItem #ShadowContainer {
	 display: none;
    position: absolute;
    top: 22px;
    left: 47px;
    z-index: 400;
    background-color: #999;
}

#MembershipMenuItem:hover, #suckerfish div.over {
	position: relative;
	 z-index: 1001;
}

#MembershipMenuItem:hover #ShadowContainer, #suckerfish div.over #ShadowContainer {
	position: absolute;
	 display: block;
	 z-index: 1001;
}

#MembershipSubMenu {
    position: relative;
    top: -2px;
    left: -2px;
    /*z-index: 500;*/
    background-color: #add6ac;
    padding: 5px 0px;
    z-index: 500;
}

#MembershipSubMenu .sub_menu_item {
    position: relative;
    display: block;
    width: 80px;
    padding: 7px 10px;
    color: black;
    text-decoration: none;
    font-size: .90em;
    font-family: Georgia;
    font-weight: bold;
}

#MembershipSubMenu .sub_menu_item:hover {
	background-color: #deeadc;
}

a.menu_item, #Search {
    position: relative;
    display: block;
    float: left;
    margin: 0 4px;
    font-size: .85em;
    font-family: Georgia;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

a#menu_item_home {
    width: 51px;
    height: 24px;
    padding: 3px 0px 0px 0px;
    text-align: center;
}

a#menu_item_home:hover {
    background: url('/inc/images/home_over.png') top left no-repeat;
}

a#menu_item_vafpinaction {
    width: 104px;
    height: 24px;
    padding: 3px 0px 0px 0px;
    text-align: center;
}
a#menu_item_vafpinaction:hover {
    background: url('/inc/images/vafpinaction_over.png') top left no-repeat;
}

a#menu_item_donate {
    width: 68px;
    height: 24px;
    padding: 3px 0px 0px 0px;
    text-align: center;
}
a#menu_item_donate:hover {
    background: url('/inc/images/projects_over.png') top left no-repeat;
}

a#menu_item_about {
    width: 51px;
    height: 24px;
    padding: 3px 0px 0px 0px;
    text-align: center;
}

a#menu_item_about:hover {
    background: url('/inc/images/about_over.png') top left no-repeat;
}

a#menu_item_membership {
    width: 91px;
    height: 24px;
    padding: 3px 0px 0px 0px;
    text-align: center;
}

a#menu_item_membership:hover {
    background: url('/inc/images/membership_over.png') top left no-repeat;
}

a#menu_item_events {
    width: 52px;
    height: 24px;
    padding: 3px 0px 0px 0px;
    text-align: center;
}

a#menu_item_events:hover {
    background: url('/inc/images/events_over.png') top left no-repeat;
}

a#menu_item_affiliates {
    width: 68px;
    height: 24px;
    padding: 3px 0px 0px 0px;
    text-align: center;
}

a#menu_item_affiliates:hover {
    background: url('/inc/images/affiliates_over.png') top left no-repeat;
}

a#menu_item_blog {
    width: 70px;
    height: 24px;
    padding: 3px 0px 0px 0px;
    text-align: center;
}

a#menu_item_blog:hover {
    background: url('/inc/images/blog_over.png') top left no-repeat;
}

#Search {
width: 220px;
overflow:hidden;
    font-size: .8em;
    top: 2px;
    padding-left: 15px;
}

#HeaderSearchText {
margin: 0 5px 0 0;
width: 50px;
float: left;
padding-top: 2px;
}

#HeaderSearch {
	clear: none;
	float: left;
	width: 154px;
}

#CSEHeaderSearchField {
    font-size: .8em;
    width: 104px;
	float: left;
}

#CSEHeaderSearchButton {
    font-size: .8em;
	width: 36px;
	margin: 0 0 0 5px;
}

.nonWindowsButton {
height: 18px;
padding-bottom: 3px;
}

#Main {
    position: relative;
    display: block;
	background: url('/inc/images/main.png') top center repeat-y;
    /*z-index: 0;*/
}

#Content {
    position: relative;
    margin: 0 auto;
    width: 900px;
    padding: 0px;
    /*z-index: 0;*/
}

#Inner {
    position: relative;
    width: 901px;
    /*z-index: 0;*/
}

#HomepageBanner {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    height: 275px;
}

#HomepageFlashContent {
    position: absolute;
    top: 0px;
    left: 0px;
}

#HomepageWelcome {
    background: url('/inc/images/homepage_bg.jpg') top left no-repeat;
    position: absolute;
    top: 0px;
    left: 491px;
    width: 390px;
    height: 251px;
    color: #eee;
    padding: 10px;
}

#HomepageWelcome a {
    color: #eee;
    font-weight: bolder;
    font-size: 14px;
}

#MainContent {
    position: relative;
    padding: 10px 5px 10px 10px;
    /*z-index: 0;*/
}
#ArticleContent img {
	border: 2px solid black;
    padding: 0;
	margin: 0 20px 10px 0;
}
/*#MainContent  img{
    border: 2px solid black;
    padding: 0;
	margin: 0 20px 10px 0;
}*/

#ColumnSeperator {
    height: 100%;
    background: url('/inc/images/column_seperator.png') repeat-y 437px 0px;
    margin-top: 5px;
}

#LeftColumn {
    width: 435px;
    float: left;
    padding-right: 16px;
}

#RightColumn {
    width: 435px;
    float: left;
}

#PrimaryArticleSnipit {
    height: 290px;
    clear: both;
}

#ListingPage #PrimaryArticleSnipit {
    height: 220px;
    clear: both;
}

#SecondaryArticleSnipit {
    height: 85px;
    clear: both;
}

#Breadcrumb {
    margin: 0px 0px 20px 0px;
    font-size: .75em;
    font-family: Georgia;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

#Breadcrumb a {
    color: black;
    text-decoration: none;
}

#Footer {
    position: relative;
    display: block;
    height: 20px;
	background: url('/inc/images/footer.png') bottom center no-repeat;
    margin: 0 auto;
    padding: 25px 15px;
    font-size: .7em;
    color: black;
    font-family: arial;
    text-align: center;
}

#Footer a {
    text-decoration: none;
    color: black;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-family: Georgia;
    font-size: 1.5em;
}

h2 {
    background: url('/inc/images/h2_bg.png') 0px 1px no-repeat;
    width: 435px;
    height: 26px;
    margin: 0px;
    padding: 0px 7px;
    font-weight: normal;
    font-family: Georgia;
    font-size: 1.25em;
}

h3 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-family: Georgia;
    font-size: 1.15em;
}

h4 {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    font-family: Georgia;
    font-size: .75em;
}

#ListingPage h4 {
    padding: 24px 0px 0px 0px;
}

p, body {
    margin: 15px 0px;
    padding: 0px;
    font-weight: normal;
    font-family: Georgia;
    font-size: 0.9em;
}

#HomepageWelcome p {
    font-weight: bold;
}

p.readmore a {
    margin: 0px;
    padding: 0px;
    color: black;
    font-style: italic;
}

p.readmore {
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
p.centerbig {
    text-align: center;
	font-size: 20px;
	font-weight: bold;
}

img.primary_article_thumbnail {
    border: 2px solid black;
    float: right;
    width: 235px;
    height: 175px;
    margin: 3px 7px 3px 3px;
}

#ListingPage img.primary_article_thumbnail {
    float: left;
    margin: 3px 10px 3px 0px;
}

img.secondary_article_thumbnail {
    border: 2px solid black;
    float: left;
    width: 95px;
    height: 70px;
    margin: 3px 15px 3px 0px;
}

img.mainphoto {
    border: 1px solid black;
    float: right;
    width: 450px;
    height: 360px;
    margin: 3px 25px 3px 20px;
}

img.defaultphoto {
    border: 1px solid black;
    float: right;
    margin: 3px 25px 3px 20px;
}

img.defaultphoto_left {
    border: 1px solid black;
    float: left;
    margin: 3px 25px 3px 20px;
}

img.gallery {
    border: 1px solid black;
    margin: 3px 25px 3px 20px;
}

img.defaultphotonoborder {

    float: right;
    margin: 3px 25px 3px 20px;
}

#LeftColumn p, #RightColumn p {
    font-size: .75em;
    font-weight: normal;
}

.article h1, .article p {
    font-weight: normal;
    padding-right: 25px;
}

#ContentItem {
width: 80%;
margin: 5px 0;
}

#ContentListing {
width: 80%;
margin: 10px 0 30px 0;

}

.accountForm {

}

.accountForm ul {
list-style: none;

overflow: hidden;
/*width: 520px;*/
/*margin: 10px 20px 30px 10px;*/
}

.accountForm ul li {
margin-bottom: 10px;
}

.accountForm label {
/*float:left;*/
font-weight: bold;
}

.accountForm input {
/*float:left;*/
clear: both;
}


.formButtons {
margin: 10px 20px;
width: 400px;
text-align: center;
overflow: hidden;
}

.formButtons input {
border: 1px solid #000;
color: #000;
font-size: 14px;
padding: 5px;
float: left;
clear: none;
margin: 10px;
}

.hiddenPic {
	display: none;
}

#CSEResultSearchBox {
width: 300px;
margin: 20px auto;
}

#CSEPane {
width: 90%;
overflow: hidden;
margin: 10px auto;
}

.vafpThumb{
	max-width:235px;
	max-height:175px;
	border: 2px solid black;
	float:left;
	margin: 0 20px 10px 0;
}
.vafpThumbSmall{
	min-width:95px;
	max-height:70px;
	border: 2px solid black;
	float:left;
	margin: 0 20px 10px 0;
}


