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

/* Reset */
* {margin:0; padding:0;}


/*Background*/
body {
background:#002743;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
a img { border:0; }
a { color:#0075b3;}


/* Wrapper */

#wrapper {
width:960px; 
margin:0 auto;
position:relative;
}

/*Header*/
#header {
background: url(../images/header.gif) no-repeat top left;
width:960px;
height:171px;
position:relative;
}

#logo {
position:absolute;
top: 39px;
left: 50px;
}

#innerheader {
position:absolute;
top: 46px;
left: 385px;
}

#photoswap {
min-height:150px;
height:auto !important;
height:150px;
width:960px;
}

#innerswap {
background:url(../images/photoswap_paper.png) bottom no-repeat;
position:absolute;
top:292px;
left:0;
height:30px;
width:960px;
}

/* Navigation Bar */
#navbar {
background: url(../images/nav_BG.jpg) no-repeat top left;
float:left;
padding-left:25px;
width:935px;
overflow:hidden;
}

#navbar ul {
list-style:none;
}

#navbar li {
float:left;
}

#navbar li a, #navbar li a em {
display:block; 
text-indent:-9999px;
}

/* Navigation */

#navbar li a#h { width:192px; height:97px; background:url(../images/button_home.gif) no-repeat; }
#navbar li a#h:hover { background-position:0 -97px; }
#home #navbar li a#h { width:192px; height:97px; background:url(../images/button_home.gif) no-repeat; background-position:0 -97px; }

#navbar li a#his { width:215px; height:97px; background:url(../images/button_history.gif) no-repeat; }
#navbar li a#his:hover { background-position:0 -97px; }
#history #navbar li a#his { width:215px; height:97px; background:url(../images/button_history.gif) no-repeat; background-position:0 -97px; }

#navbar li a#vis { width:226px; height:97px; background:url(../images/button_vision.gif) no-repeat; }
#navbar li a#vis:hover { background-position:0 -97px; }
#vision #navbar li a#vis { width:226px; height:97px; background:url(../images/button_vision.gif) no-repeat; background-position:0 -97px; }

#navbar li a#cap { width:281px; height:97px; background:url(../images/button_campaign.gif) no-repeat; }
#navbar li a#cap:hover { background-position:0 -97px; }
#campaign #navbar li a#cap { width:281px; height:97px; background:url(../images/button_campaign.gif) no-repeat; background-position:0 -97px; }

 
#navbar li a:hover {background:url(../images/NavBar_BG_hover.gif) repeat-x;}



/*Main Content*/
#maincontent {
background:url(../images/nav_bottom.jpg) top left no-repeat #fdf5de;
float:left;
width:880px;
padding:40px;
min-height:450px;
height:auto !important;
height:450px;
}

/* Content Left */
#contentleft {
width:528px;
float:left;
border-right:2px solid #a22d22;
padding-right:30px;
min-height:450px;
height:auto !important;
height:450px;
}

#contentleft h1 {
font-size:1.1em;
color:#0075b3;
margin-bottom:.5em;
}

#contentleft h1, h2 {line-height:1.85em;}
#contentleft p {line-height:1.85em;}

#contentleft h2 {
font-size:.85em;
color:#a22d22;
margin-bottom:.5em;
}

#contentleft h3 {font-size:.8em;}

#contentleft p, #contentleft ul {
font-size:.8em;
margin-bottom:1em;
}

#contentleft ul {
margin-left:50px;
line-height:1.85em;
list-style:square;
}


/* Content Right*/
#contentright {
background: url(../images/sidebar_BG.jpg) no-repeat 0 60px;
float:right;
padding:0 25px 10px;
width:218px;
font-size:.85em;
}

#contentright h2 {
font-size:1em;
}

#contentright h4 {
font-size:1.1em;
}

#contentright h1, h2 {line-height:1em;}
#contentright p {
font-size:.9em;
line-height:1.2em;}

#contentright h2, h4 {
color:#a22d22;
padding-bottom:10px;
}


#contentright ul {
margin-left:0px;
}

#contentright li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:5px 0;
font-size:1.3em;
}

#contentright li p {
line-height:1.2em;
}

/* Guestbook */
#guestbook {
width:528px;
float:left;
border-right:2px solid #a22d22;
padding-right:30px;
min-height:450px;
height:auto !important;
height:450px;
}

#guestbook h1 {
font-size:1.1em;
color:#0075b3;
margin-bottom:.5em;
}

#guestbook .quote {
padding:10px;
}

#guestbook .name {
text-align:right;
font-weight:bold;
margin-top:10px;
}

#guestbook .postdate {
font-size:.7em;
text-align:right;
}

#guestbook .quote p {
font-size:.8em;
line-height: normal;
}

#guestbook .odd { background:#f5deb1;}
#guestbook .even { background:#fdf5de;}

/** forms **/
form {margin-bottom:5px;}
label {font-size:90%;}
input {width:115px;}
.submit {text-align:right; margin-top:10px;}
.input {padding-bottom:8px;}
#bricksForm label {float:left; width:80px;}
#bricksForm .checkbox input {float:left; width:10px;}
#bricksForm .checkbox label {width:180px; float:left; margin-left:15px;}
#bricksForm .required {font-weight:bold; color:#a22d22; line-height:1em;}
#bricksForm .submit, #bricksForm .error {clear:left; text-align:left;}
#bricksForm .submit {margin-left:0;}
#bricksForm .error {font-size:90%;}
#bricksForm p {margin-top:1.5em;}
#bricksForm .space {margin-top:2em;}


/** footer **/
#footer {
margin:0 auto;
width:940px;
padding:10px;
text-align:center;
color:#FFF;
}

#footer p {
font-size:.7em;
}

#footer a {
color:#FFF;
}


/** misc **/
.clear {
clear:both;
}
.timeline {
float:left; 
margin-right:15px;
font-weight:bold;
width:50px;
}
.timeline2 {
float:right;
width:463px; 
}