/* @override http://communitybuilders.nu-designs.us/css/styles.css */
/* Global Styles
----------------------------------------- */

html { height: 100%; margin-bottom: 1px; }
body { text-align: center; background: #858585 url(/img/bkgd_body.gif) repeat-x 0 0; font-family: arial, helvetica, sans-serif; font-size: .8em; color: #333; }
body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, dt, address, img { margin: 0; padding: 0; }
ul, li { list-style: none; }
img { border: none; }
h1 {  }
h2 {  }
h3 {  }
p { margin: 1em 0; line-height: 1.4; }
a { color: #0077A2; }
a:visited {  }
a:hover {  }

/* -- General Classes -- */

.center { text-align: center; }
.bullet_list { margin: 1em 0 1em 1em; }
.bullet_list li { background: url(/img/bullet_orange.gif) no-repeat 0 .35em; padding: 0 0 0 12px; margin-bottom: .4em; }
.back_link { float: right; margin: 0; font-size: 90%; }
.back_link a { color: #666; text-decoration: none; }
.back_link a:hover { color: #0077A2; text-decoration: underline; }
.pdf { background: url(/img/icon_pdf.gif) no-repeat 0 1px; padding: 0 0 0 22px; }

.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

/* #wrapper
----------------------------------------- */

#wrapper { width: 750px; border: 1px solid #FFF; border-top: 0; margin: 0 auto; background: #FFF; text-align: left; }


/* Header [#header]
----------------------------------------- */

#header { height: 100px; background: url(/img/bkgd_header.gif) repeat-x 0 0; position: relative; border-bottom: 1px solid #67492D; }
#header img { margin: 15px 0 0 30px; }

/* Main Navigation [#nav]
----------------------------------------- */	
	
#nav { width: 480px; height: 20px; margin: 0; list-style: none; overflow: hidden; position: absolute; bottom: 0; right: 0; }
#nav li { margin: 0; padding: 0; list-style: none; display: block; float: left; text-indent: -9999px; }
#nav li a { border: 0; display: block; text-decoration: none; height: 20px; }
#nav a:hover { background-position: 0 -20px; }
#nhome a { width: 56px; background: url(/img/nav_home.gif) no-repeat 0 0; }
#nteam a { width: 58px; background: url(/img/nav_team.gif) no-repeat 0 0; }
#nprojects a { width: 78px; background: url(/img/nav_projects.gif) no-repeat 0 0; }
#nresources a { width: 89px; background: url(/img/nav_resources.gif) no-repeat 0 0; }
#nstrategic a { width: 121px; background: url(/img/nav_strategic.gif) no-repeat 0 0; }
#ncontact a { width: 78px; background: url(/img/nav_contact.gif) no-repeat 0 0; }

/* -- Active States -- */

#home #nav #nhome a,
#team #nav #nteam a,
#projects #nav #nprojects a,
#resources #nav #nresources a,
#contact #nav #ncontact a,
#strategic #nav #nstrategic a { background-position: 0 -40px; }


/* Sidebar [#sidebar]
----------------------------------------- */

#sidebar { float: left; width: 149px; margin-right: 1px; }

/* -- Styles for Homepage [#home] -- */

#sidebar h2 { color: #FFF; font-size: 100%; font-family: "Trebuchet MS", Verdana, sans-serif; background: #67492D; padding: .3em 0 .3em 1em; }
#sidebar ul { font-size: 90%; font-weight: normal; }
#sidebar li.more { font-weight: bold; }
#sidebar li a { padding: .5em 0 .5em 1.5em; border-bottom: 1px solid #B3A496; border-top: 1px solid #FFF; display: block; color: #67492D; text-decoration: none; }
#sidebar li a:hover { background: #0077A2; color: #FFF; }


/* Content Area [#content]
----------------------------------------- */

#content { border-bottom: 1px solid #67492D; margin: 0 0 1px 0; background: url(/img/bkgd_content.gif) repeat-y 0 0; }
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Self Cleared Float */


/* Body [#body]
----------------------------------------- */

#body { width: 600px; float: left; }
#body div { padding: 20px 30px; }

#body h1 { color: #0077A2; font-size: 130%; font-family: "Trebuchet MS", Verdana, sans-serif; line-height: 1; }

/* -- Body styles for Homepage [#home] -- */

#home #body h1 { line-height: 1.2; }

/* -- Body styles for Project pages [#project] -- */

#body h2.city { color: #666; font: normal 100% Georgia, "Times New Roman", Times, serif; }
#body h2 { color: #67492D; font-size: 100%; font-weight: bold; font-family: arial, sans-serif; }

/* -- Body styles for Team pages [#team] -- */

.team { margin: 1em 0; }
.team dt { background: url(/img/bullet_arrow.gif) no-repeat 0 50%; padding-left: 12px; }
.team dt a { font-weight: bold; }
.team dt a:hover { text-decoration: none; }
.team dd { color: #666; margin-bottom: .5em;  padding-left: 12px; }
#team #body h2 { font-size: 120%; }
#team #body h3 { color: #444; font-size: 100%; margin: 1em 0; }
#team .quotes { margin: 1em 0; }
#team .quotes dt { font-weight: bold; }
#team .quotes dd { margin: .5em 3em 1em 1em; font-family: Georgia, serif; line-height: 1.5; }
#team .descriptor { margin: 0 0 1em 0; color: #666; }
#team .top-margin { border-top: 1px solid #CCC; margin-top: 1em; padding-top: 1em; }





/* Footer [#footer]
----------------------------------------- */

#footer { color: #6A7E90; background: #325373 url(/img/bkgd_footer.gif) repeat-x 0 0; text-align: center; font-size: 85%; padding: 10px 0; }
#footer p { margin: 1em 0 0 0; line-height: 1.2; }
#footer a { color: #6A7E90; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer li { display: inline; padding: 0 10px 0 14px; background: url(/img/bullet_footer.gif) no-repeat 0 50%; }
#footer li.first { background: none; }
