/* PROJECT 025/001 * VETERANS WEEK */

/*************************Header Image **************************/
div.center h1
{
border: 1px solid #ccc;
padding: 0.25em;
margin-bottom: 0; /*This is set to reduce the margin between the index page image and title */ 
}

/* This is set to increase the margin between the h1 and h2 element for all the other pages without header image*/
div.center h2
{
margin-top: 0.5em;
}

div.index-header-img {
margin: 0;
padding: 0;
text-align: center;
}

div.index-header-img2 {
margin: 0;
padding: 0;
border: 2px solid #fff;
text-align: left;
}

div.index-header-img img{
margin: 0;
padding: 0;
border: 1px solid #ccc;
border-top: none;
}

/*************RIGHT SIDE IMAGE ***************/
div.right-navigation-image {
width: 100%;
margin: 0;
padding-top: 0.65em;
padding-bottom: 1.5em;
}

div.image-container{
width: 193px;
margin: 0 auto;
padding: 0;
}

div.image-container p{
font-size: 0.85em;
padding: 0;
margin: 2px 2px 10px 5px;
}

/*************END OF RIGHT SIDE IMAGE ***************/

/* LEFT NAV ADJUSTMENTS */
.left ul.nav li span.on-state 
{
width: 135px;
}

.left a, .left a:link, .left a:active, .left a:visited 
{
padding-right: 5px;
}

/* List adjustments */
.center ul li, div.center ol li
{
line-height: 1.3em !important;
}

/* Adjustment for the left nav bottom image for veterans week 2010 */
.top-bordered-img {border-top: 3px solid #fff;}
