/* layout CSS */

@import url(reset.css);
@import url(typography.css);
@import url(navigation.css);
@import url(thickbox.css);
@import url(ZoomGallery/zoomimage.css);

/* ------------------------------------------------------------------------- */

body {
background:url(images/bg.jpg) no-repeat top center fixed #004378;
}

div#header{
width:960px;
height:217px;
background:url(images/header.jpg) no-repeat top left;
}


div#container{
position:relative;
width:960px;
margin:0 auto;
}
div#content, div#subcolumn{
float:left;
}

#content{
width:570px;
padding: 18px 40px 18px 40px;
position:relative;
}
#wrap{
background:url(images/bg-main-2.jpg) #e3e3e3 repeat-y top left;
position:relative;
}
#wrap-top{
position:absolute;
height:90px;
width:960px;
top:0;
left:0;
background:url(images/bg-main-1.jpg) no-repeat;
}
#subcolumn{
width:280px;
padding: 0px 10px;
margin-bottom:18px;
position:relative;
}

div#address{
clear:both;
background:url(images/bg-main-3.jpg) no-repeat;
margin:0 auto;
padding-top:99px;
width:960px;
}


/*--- Portfolio Gallery styles ---*/ 

ul.galleryThumbs{
list-style:none;
margin:10px 0;
width:540px;
}
ul.galleryThumbs li{
margin:6px 10px 6px 0;
padding:2px;
border:1px solid #ccc;
border-top:1px solid #c0c0c0;
border-left:1px solid #c0c0c0;
min-height: 70px;
display: -moz-inline-stack;
display: inline-block;
margin: 5px;
zoom: 1;
*display: inline;
_height: 70px;
}

ul.galleryThumbs li:hover{
border:1px solid #00477f;
border-top: 1px solid #1c68a3;
border-left: 1px solid #1c68a3;
}
ul.galleryThumbs li img{
vertical-align:middle;
}
ul.galleryThumbs li h4{
font: bold 12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
border-bottom:0;
margin:0;
}


a.veteran, a.volunteer, a.chapterSites{
display:block;
width:290px;
height:108px;
text-indent:-9999px;
background:url(images/button.gif) 0px 0px no-repeat;
}
a.veteran:hover{
background:url(images/button.gif) 0px -216px no-repeat;
border:0 none;
}
a.volunteer{
background:url(images/button.gif) 0px -108px no-repeat;
}
a.volunteer:hover{
background:url(images/button.gif) 0px -324px no-repeat;
border:0 none;
}
p.veteran{margin:18px 0 0 0;}
p.volunteer, p.chapterSites{margin:0;}


a.chapterSites{
background:url(images/button.gif) 0px -431px no-repeat;
}

a.chapterSites:hover{
background:url(images/button.gif) 0px -542px no-repeat;
border:0 none;

}

