/*
Dark Green: #0D2B00 
Slightly lighter: #2D7202 
Bright: #52B815 
Near white: #FAFFEB 
Muted: #9CC254
*/

body { font-family: "Trebuchet MS", Verdana, "Palatino Linotype", Tahoma, Verdana, Arial, serif; background: #030DA2 }

a, a:visited { color: #34f; text-decoration: none; }
a:hover, a:focus { color: #46f; border-bottom: 1px solid #007; }
#center { text-align: center; }
#outer {
margin: 20px auto;
text-align: left;
width: 820px;
padding: 8px; 
background: #FAFFEB;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
border-radius: 3px;
} 
#all { width: 820px; background: #FAFFEB; position: relative; }

#header {
width: 820px;
background: #7Cb234 url(new/images/2011-title.png) 50% 50% no-repeat;
height: 175px; 
color: #FAEBD7;
border-top: 1px solid #faebd7;
text-align: left;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-top-right-radius: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-topleft: 3px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
} 
#headerimg { display: none; }
#header h1 { margin: 0; padding: 0; }  
#inner {
color: #fff;
position: relative; 
top: 131px; 
font-size: 100%; 
font-weight: bold; 
text-align: center;
letter-spacing: .7px; 
font-style: italic;
} 

#navigation {
position: absolute;
width: 200px;
background: #7Ca234; 
padding-top: 2px;
}

#button {
text-align: left;
width: 100%;
padding: 2px 0px 2px 0px;
margin-bottom: 2px;
font-family: 'Trebuchet MS', 'Lucida Grande',
Verdana, Lucida, Geneva, Helvetica,
Arial, sans-serif;
font-weight: bold;
background: #7Ca234;
color: #000;
}

#button ul { margin: 0; padding: 0; }

#button li {
list-style-type: none;
border-top: 10px solid #7Ca234;
border-bottom: 4px solid #7Ca234;
margin: 0;
}

#button li a {
display: block;
padding: 8px 5px 8px 45px;
background: #7Ca234 url(new/images/leftedge-normal.png) 4% 40% no-repeat;
color: #FAFFEB;
text-decoration: none;
width: 100%;
} 

html>body #button li a { width: auto; }

#button li a:hover { 
background: #FAFFEB url(new/images/leftedge2.png) 2% 40% no-repeat;
color: #111;
border-bottom: none;
}

#button li a:active {
background: #FFF url(new/images/leftedge2.png) 2% 40% no-repeat;
color: #000;
}  

#button li a:focus {
background: #FFF url(new/images/leftedge2.png) 2% 40% no-repeat;
color: #000;
}
#button li a.active {
background: #FAFFEB url(new/images/leftedge3.png) 2% 40% no-repeat;
color: #111;
border-bottom: none;
}  

#testimonial {
background: #5C8224;
color: #FAFFEB;
float: left; 
clear: left;
width: 190px;
position: absolute;
top: 455px;
margin-bottom: 4px;
padding: 4px 5px 4px 5px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

#testimonial p {font-style: italic; font-size: 75%; margin-top: 2px; margin-bottom: 2px;}
#testimonial p.indent {text-indent: 15px; margin-top: -2px;}
#testimonial p.attribution {font-weight: bold; text-align: right; text-indent: 0; margin-top: -2px;} 
#testimonial em { font-style: normal; }
#content {
color: #222;
font-size: 90%;
line-height: 1.4;
padding: 30px 70px 40px;
position: relative;
background: #FAFFEB;       
margin-left: 201px; 
text-align: left; 
border-top: 14px solid #527815;
}
#footer {
padding: 6px 10px;
margin-top: 4px;
background: #528815;
color: #FAFFEB;
font-size: 70%; 
font-weight: bold;
text-align: right; 
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
border-radius: 3px;
clear:both;
}
#footer a, #footer a:visited { color: #fff; }
#footer a:hover, #footer a:focus { color: #ffa; }
.skiplink { position: absolute; overflow: hidden; width: 0; height: 0; }

table { width: 440px; } 
th {vertical-align: top;}           
td {vertical-align: top;}


table.resume { width: 460px; }
table.resume td {
border: none; 
padding-bottom: 10px;
}
table.resume th {
vertical-align: top;
padding-right: 10px; 
text-align: left;
}
.rightfloat { float: right; }
.alignright { float: right; margin: 0 0 7px 14px;}
.error {
width: 500px;
background-color: #FAEBD7;
color: #222;
padding: 20px;
border: 5px solid #BC752E; 
margin: auto;
text-align: left;
} 
#diverror {
width: 560px;
background-color: #FAEBD7;
padding: 10px;
margin: auto;
border: 1px solid #8B4513;
}  
th.last {padding-top: 3px;}
td.last {padding-top: 3px;}
.clear { clear: both }
