*, html, body { margin: 0;  padding: 0; }
html, body { width: 100%; height: 100%; }
body { background: #a4a4a4 url(../images/bg.jpg) top center repeat-x; text-align: center; font: 14px Helvetica, Arial, Verdana, sans-serif; color: #111; }
#wrapper { width: 850px; margin: 0 auto; padding: 0 0 10px; }
#topTitle { display: none; }
#topLogo { width: 700px; height: 127px; margin: 0 auto; background: transparent url(../images/hdr_logo_lg.jpg) top center no-repeat; position: relative; top: 0; }
#contentTop { width: 852px; height: 10px; margin: 30px auto 0px; background: transparent url(../images/content_top.jpg) top center no-repeat; }
#contentBottom { width: 852px; height: 10px; margin: 0px auto 15px; background: transparent url(../images/content_btm.jpg) top center no-repeat; clear: both; display: block; }
#content { width: 850px; overflow: auto; margin: 0 auto; padding: 20px 0px; background: white; border-left: 1px solid #5c5c5c; border-right: 1px solid #5c5c5c; }
#footer { width: 852px; height: 40px; margin: 0px auto 20px; background: transparent url(../images/footer.jpg) top center no-repeat; font-weight: bold; }
.footerInfo { text-align: left; margin: 0px auto 0px 34px; display: block; color: #333; }
.footerInfo li { list-style: none; float: left; text-align: center; margin: 14px auto 0px; padding: 0 10px; }
li.footerDot { color: #e67217; font-size: 22px; position: relative; top: -4px; }

a:link, a:visited { color: #e67217; text-decoration: none; }
a:focus, a:hover, a:active { text-decoration: underline; }
.clear { width: 100%; clear: both; visibility: hidden; }

#menu { width: 154px; background: #eee; margin: 0px 26px; padding-bottom: 8px; float: left; display: block; }
#menu li { width: 154px; text-align: left; }
#menu li a { display: block; color: #333; padding: 9px 0px 7px 24px; border: 1px solid #eee; }
#menu li a:focus, #menu li a:hover, #menu li a:active, #menu li a.menuSelect { background: #d3d3d3 url(../images/arrowL.png) 6px 9px no-repeat; border: 1px solid #e67217; color: black; text-decoration: none; }
.menuHdr { width: 154px; height: 27px; margin-bottom: 6px; text-indent: -999px; }
#menu1 { background: transparent url(../images/menu_about.jpg) top left no-repeat; }
#menu2 { background: transparent url(../images/menu_services.jpg) top left no-repeat; margin-top: 10px; }
#menu3 { background: transparent url(../images/menu_gsa.jpg) top left no-repeat; margin-top: 10px; }

#pageContent { text-align: left; float: left; display: inline; width: 600px; }
h1 { font-size: 24px; font-weight: normal; border-bottom: 1px solid #e67217; width: 100%; margin-bottom: 20px; padding-bottom: 4px; }
h2 { font-size: 18px; margin: 24px auto 0px; border-bottom: 1px solid #ccc; }
p { margin:  10px 0px; font-size: 14px; line-height: 1.6em; }
p.subHeader { margin-top: 0px; }
.rightNote { float: right; position: relative; top: -3.2em; }
.imgR { float: right; margin: 16px 0px 12px 12px; }
.bulletList { padding-left: 14px; line-height: 1.4em; margin-left: 14px; }
.bulletList li { list-style: circle; margin: 8px auto; }

.col50L { width: 50%; float: left; }
.col50R { width: 50%; float: left; }
