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

/* 
Design: ICF International
9300 Lee Hwy
Fairfax, VA 22030
p: 703.934.3000

Document Structure 
1. Universal
2. Header
3. Main Navigation
4. Main Content
5. Footer
6. Other
*/


/* 1. Universal */
*, html {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

body {
background-color: #000066;
}

#wrapper {
margin: 0 auto;
width: 1024px;
min-height: 700px;
}

/* 2. Head */
#header {
background: url(../../Images/Small/banner_tile2.gif) top left repeat-x #6699CC ;
width: 950px;
height: 134px; 
border-top: #000066 .5em;
margin: 0 auto;
}

#heada {
background: url(../../Images/Small/banner_left.gif) top left no-repeat; 
width: 565px;
height: 134px;
float: left;
}


/* 3. Main Naigation */
#skipnav {
display: none;
position: absolute;
left: -1000px;
}

#navigation ul {
list-style: none;
}

#navigation ul li a {
display: block;
background: url(../../Images/Small/Nav.gif) top left no-repeat;
width: 176px;
height: 28px;
text-decoration: none;
color: #000033;
font-weight: bold;
padding: 5px;
}

#navigation ul li a:hover, #navigation ul li a.active {
background: url(../../Images/Small/Nav_hover.gif) top left no-repeat; 
}

#navigation ul li a.homebutton {
background: url(../../Images/Small/Home_Nav.gif) top left no-repeat;
}

#navigation ul li a.homebutton:hover, #navigation ul li a.homebutton.active {
background: url(../../Images/Small/Home_Nav_hover.gif) top left no-repeat;
}

#navigation ul li {
padding-bottom: .7em;
}


/* 4. Main Content */

.content {
background: #6699CC;
margin: 0 auto;
width: 950px;
height: auto;
border-collapse: collapse;
border: #000066;
}

#center {
background: #FFFFFF;
margin: 0 auto;
width: 700px;
height: auto;
text-align: justify;
padding-bottom: 1em;
border-left: #000066 3px;
border-right: #000066 3px;
}

#center ul {
padding-left: 2.5em;
}

#center h1, p, ul {
margin: 0 1em 15px;
}

.crumb, .crumb a {
font-size: 9px;
padding-bottom: 4px;
}

#sidebar {
background: none;
width: 205px;
height: auto;
}

.sidebar-top {
background: url(../../Images/Small/top_panel.gif) top left no-repeat;
width: 205px;
height: 13px;
font-size: 1px;
line-height: 1;
}

.sidebar-mid {
background: url(../../Images/Small/middle_panel.gif) top left repeat-y;
height: 550px;
width: 205px;
}

.sidebar-mid p {
padding-bottom: 10px;
}

.sidebar-mid ul {
width: 170px;
}

.sidebar-mid li {
list-style: circle;
margin-left: 1.5em;
color: #6699CC;
padding-bottom: 1em;
}

.sidebar-bot {
background: url(../../Images/Small/bottom_panel.gif) top left no-repeat;
width: 205px;
height: 14px;
}



/* 5. Footer */
#footer {
background: url(../../Images/Small/tile_footer.gif) top left repeat-x;
width: 950px;
margin: 0 auto;
height: 24px;
}


/* 6. Other */