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

*
{
	margin:0;
	padding:0;
}

body
{
	background:#002851;
	margin:0 auto;
}

#wrapper
{
	width:952px;
	height:auto;
	margin:0 auto;
}

img
{
	border:0;
}

/* Start of header */

#header
{
	margin:0 auto;
	width:952px;
	height:115px;
}

#logo
{
	float:left;
	width:100px;
	height:115px;
	padding-top:12px;
	padding-left:47px;
}

#log-site
{
	width:110px;
	float:right;
	height:auto;
	padding-top:70px;
	padding-right:15px;
}

#log
{
	float:left;
	width:50px;
	height:auto;
}

#site
{
	float:right;
	height:auto;
	width:50px;
}

#log-site a
{
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-decoration:none;
	text-align:center;
}

#log-site a:hover
{
	color:#CCC;
}

#log img
{
	padding-left:10px;
}

#site img
{
	padding-left:17px;
}

/* End Of Header */

/* Start of Navigation */

#main-nav
{
	width:952px;
	margin:0 auto;
	height:37px;
	clear:both;
	border-bottom:2px #FFF solid;
}

#nav-left
{
	width:8px;
	background:url(../images/nav-bg-left.jpg) no-repeat;
	height:37px;
	float:left;
}

#nav
{
	width:936px;
	height:37px;
	float:left;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type: none;
	height: 25px;
}

#nav ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a {
	float: left;
	display: inline;
}

#nav li a.home {
	height: 37px;
	width: 132px;
	text-indent: -10000px;
	background-image:url("../images/home.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.about {
	height: 37px;
	width: 160px;
	text-indent: -10000px;
	background-image: url("../images/about.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.afgreport {
	height: 37px;
	width: 176px; 
	text-indent: -10000px;
	background-image: url("../images/afg-report.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.benefit {
	height: 37px;
	width: 154px;
	text-indent: -10000px;
	background-image: url("../images/benefit.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.project {
	height: 37px;
	width: 160px;
	text-indent: -10000px;
	background-image: url("../images/projects.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a.contact {
	height: 37px;
	width: 154px;
	text-indent: -10000px;
	background-image: url("../images/contact.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a:hover, #nav li a.selected {
	background-position: 0 -37px;
	/*color: #000;*/
}

#nav-right
{
	float:right;
	width:8px;
	height:37px;
	background:url(../images/nav-bg-right.jpg) no-repeat;
}

#nav .contactsel a
{
background:url(../images/contact.jpg) no-repeat;
text-decoration:none;
color:#fff;
height:37px;
width:154px;
display:block;
}

/* End of navigation */

/* Start of Banner */

#main-banner
{
	clear:both;
	width:952px;
	height:auto;
}

#banner
{
	width:702px;
	height:191px;
	float:left;
	background:url(../images/banner.jpg) no-repeat;
}

#side-nav
{
	float:right;
	width:250px;
	height:191px;
	background: url(../images/more-bg.jpg); 
	font-family:Arial, Helvetica, sans-serif;
}

h2
{
	font-size:2em;
	color:#fff;
	font-weight:normal;
	padding:20px 0 0 20px;
}

#side-nav ul
{
	margin:10px 0 0 0;
	padding:0;
}

#side-nav li
{
	background:url(../images/arrow.png) no-repeat left top;
	margin-left:20px;
	list-style-type:none;
	padding-bottom:10px;
}

#side-nav a
{
	font-size:.9em;
	color:#fff;
	text-decoration:underline;
	padding-left:20px;
	font-weight:bold;
}

#side-nav a:hover
{
	text-decoration:none;
}

/* End of Banner */

/* Start Of Tab column */

#tab-bar
{
	width:952px;
	clear:both;
	height:auto;
}

#tab
{
	width:340px;
	height:auto;
	float:left;
	margin-top:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#tab p
{
	font-size:.8em;
	padding:3px 20px;
	color:#000;
}

#tab a
{
	font-size:100%;
	color:#000;
}

#tab a:hover
{
	color:#666;
}

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

#tab li
{
	background:url(../images/tab-bullet.jpg) no-repeat left top;
	list-style-type:none;
	font-size:.8em;
	margin-left:20px;
	padding:5px 20px;
}

#tab-top
{
	width:340px;
	height:55px;
	background:url(../images/tab-bg.jpg) no-repeat;
}

h1
{
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 0 0 20px;
}

#tab-content
{
	width:340px;
	height:178px;
	background-color:#EFEFEF;
}

.find-more
{
	width:100px;
	float:right;
	height:10px;
}

.find-more a
{
	font-size:60%;
}

/* End of Tab Column */

/*Start of Side column */

#side-contact
{
	float:right;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
}

#side-contact p
{
	font-size:.8em;
	padding:3px 0 0 27px;
}

#side-contact a
{
	font-size:100%;
	color:#000;
}

#side-contact a:hover
{
	font-size:100%;
	color:#666;
} 

#side-contact-top
{
	width:250px;
	height:28px;
	background:url(../images/contact-top-bg.jpg) no-repeat;
}

#side-contact-content
{
	background:#E6EAEE;
	height:auto;
	width:250px;
}

#side-contact-us
{
	width:222px;
	height:100px;
	background:url(../images/contact-sym.jpg) no-repeat;
	margin-left:10px;
	margin-bottom:15px;
}


.textbold
{
	color:#002751;
	font-size:1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:27px;
}

.sidetextbold
{
	color:#002751;
	font-size:1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#side-region
{
	width:222px;
	height:100px;
	background:url(../images/region-sym.jpg) no-repeat;
	margin-left:10px;
}

#extra-space-about
{
	width:222px;
	height:326px;
	margin-left:10px;
}

#extra-space-grow
{
	width:222px;
	height:280px;
	margin-left:10px;
}

#extra-space-pro
{
	width:222px;
	height:156px;
	margin-left:10px;
}

#extra-space-proj
{
	width:222px;
	height:28px;
	margin-left:10px;
}

#extra-space-cont
{
	width:222px;
	height:86px;
	margin-left:10px;
}

#extra-space-bene
{
	width:222px;
	height:350px;
	margin-left:10px;
}

#extra-space-dis
{
	width:222px;
	height:360px;
	margin-left:10px;
}

#extra-space-report
{
	width:222px;
	height:17px;
	margin-left:10px;
}

#extra-space-site
{
	width:222px;
	height:210px;
	margin-left:10px;
}

/* End of side column */

/* Start of content */

#content
{
	clear:both;
	width:952px;
	height:auto;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

#content p
{
	color:#fff;
	font-size:9px;
	line-height:12px;
	padding:5px 0 0 0;
}

/* End of content */

/*Start of footer */

#footer
{
	clear:both;
	margin:0 auto;
	width:952px;
	height:37px;
	background:url(../images/footer-bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

#footer p
{
	font-size:11px;
}


#footer a
{
	color:#fff;
	font-size:11px;
	text-decoration:none;
	padding:0 5px;
}

#footer a:hover
{
	color:#ccc;
}

#footer_right
{
	width:188px;
	float:right;
	padding:12px 0 0;
}

#footer_left
{
	width:390px;
	float:left;
	margin-left:20px;
	padding-top:13px;
}


/* End of footer */


/* Other Pages */

#main-content
{
	width:690px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
}

#main-content-top
{
	width:690px;
	height:40px;
	background:url(../images/main-content-top-bg.jpg) no-repeat;
}

h3
{
	color:#333;
	font-weight:bold;
	font-size:1.2em;
	padding:16px 0 0 20px;
}

.desc
{
	font-size:.9em;
	color:#333;
	width:400px;
	padding:10px 0 0 20px;
	margin-bottom:10px;
}

#main-content-text
{
	width:690px;
	background:#EFEFEF;
	height:auto;
}

#main-content-text p
{
	font-size:.8em;
	color:#333;
	padding:5px 20px;
}

#main-content-text a
{
	font-size:100%;
	color:#333;
}

#main-content-text ul
{
	padding:0;
	margin-left:35px;
}

#main-content-text li
{
	padding-left:5px;
	color:#24475F;
	font-size:.8em;
}

#box-content
{
	width:650px;
	margin-left:20px;
	height:auto;
	border-bottom:#666 solid 2px;	
	border-top:#666 solid 2px;
	border-left:#DCDCDC solid 2px;
	border-right:#DCDCDC solid 2px;
	padding-top:5px;
	margin-top:10px;
	padding-bottom:10px;
}

.heading
{
	width:auto;
	margin-left:10px;
	color:#24475F;
	font-size:1.1em;
	font-weight:bold;
	background:url(../images/heading-repeat.jpg) repeat-x bottom;
}

#box-content p
{
	color:#24475F;
	font-size:.8em;
	padding:3px 10px;
}

#box-content a
{
	color:#24475F;
	font-size:.8em;
	font-size:90%;
}

#box-content ul
{
	padding:0;
	margin-left:25px;
}

#box-content li
{
	padding-left:5px;
	color:#24475F;
	font-size:.8em;
}

td
{
	font-size:.8em;
	color:#24465F;
}

select
{
	color:#24465F;
	background-color:#F1F2F3;
}

input
{
	background-color:#F1F2F3;
	color:#24465F;
}

#adobe-link
{
	width:500px;
	height:32px;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:4px;
}

#adobe
{
	float:left;
	width:31px;
	height:32px;
}

#adobelink
{
	float:right;
	height:32px;
	width:460px;
	padding-top:5px;
}

#adobe-link a
{
	font-size:.7em;
}

/* Start of sitemap */

#sitemap
{
	width:650px;
	margin-left:20px;
	height:auto;
	border-bottom:#666 solid 2px;	
	border-top:#666 solid 2px;
	border-left:#DCDCDC solid 2px;
	border-right:#DCDCDC solid 2px;
	padding-top:5px;
	margin-top:10px;
	padding-bottom:10px;
}

#sitemap ul
{
	margin-left:30px;
	padding:0;
}

#sitemap li
{
	font-size:.8em;
	color:#036;
	padding:4px 0;
	font-weight:bold;
}

#sitemap a
{
	font-size:1em;
	color:#036;
	text-decoration:none;
}

#sitemap a:hover
{
	text-decoration:underline;
}
/* End of sitemap */