﻿html, body {
    background-color: #373737;   
	height: 100%;
}

#page-container 
{
    margin: 25px auto;
    width: 895px;
    padding: 0px;    
    border-top: 4px solid #DC0000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;        
}

#mainbody-container
{
    padding: 0 35px 0 35px;	           
}

/*---[ =header ] --------------------*/

#header-container
{
    height: 51px;
    padding: 25px 0 17px 0;
}

/*---[ =nav ] --------------------*/

#nav-container
{
	height: 30px;	
}

#nav-panel
{
	height: 30px;
	background-color: #5E5E5E;
}

#nav
{
    font-size: 0.9em;
	height: 30px;	
	line-height: 30px;
	list-style: none;
	color: #FFF;
	margin: 0;	
}

#nav li
{
	display: inline;
	float: left;	
	margin: 0;
	padding-left:0;
	list-style-image: none;
}

#nav a
{ 
	color: #fff;
	text-decoration: none;
	padding: 8px 4px;	
}

#nav a:hover
{
    background:url(../images/nav_over.gif);
	color: #fff;
	text-decoration: none;
}

/*---[ =banner ] --------------------*/

.banner
{
	height: 175px;
    background-color: #fff;
	background: url(../images/engineering-subbanner.jpg) no-repeat right 0%;	
	padding-bottom: 30px;
}

#home .banner
{
    height: 320px;
    background: url(../images/professional-engineer-banner.jpg) no-repeat right 0%;
}

/*---[ =main content ] --------------------*/
#content-container
{		
	width: 825px;    

}

/*---[ =footer ] --------------------*/
#footer
{
    font-family: 'Trebuchet MS';
    font-size: 0.95em;
    height: 30px;
	border-top: 1px solid #5E5E5E;
	background-color: #5E5E5E;
	width: 895px;
	padding: 12px 0px 0px 0px;
	margin-top: 20px; /*DR added*/
	background-color: #5E5E5E;
}

#footer p
{
	margin: 0;
	float:left;
    padding-left: 20px;
    font-family: "Trebuchet MS"; 
    color: #FFFFFF;
	font-size: 0.95em; /*DR added*/
}

#footer ul
{
	list-style: none;
	float:right;
	padding-right: 20px;
}

#footer ul li
{
	margin: 0;
	float:left;
	font-family: "Trebuchet MS"; 
	color: #FFFFFF;
	list-style: none;
	font-size: 1em; /*DR added*/
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover
{
	color: #848383;
	text-decoration: underline;
}

#footer strong
{
    color: #B4B4B4;
    font-weight: bold;
}

/*---[ =Layouts ] --------------------*/
/* default 1 column */

#colMain
{
	float: left;
	width: 785px;
	padding: 0px 20px;
	overflow: hidden;
}

/*DR added*/
/*
#colMain a  {
	color: #898989;
	text-decoration: none;
}*/

/*DR added*/
/*
#colMain a:hover { 
	text-decoration: underline;
}*/


/*#consulting #colRight
{
	width: 240px;
	padding-top: 10px;
   	padding-left: 25px;
   	padding-right: 0px;
	float: left;
	overflow: hidden;
}*/


#colRight ul
{
	margin-left: 0;
}

#colRight li
{
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#colRight img
{
	margin-bottom: 5px;
}

#colRight h2
{
	margin-top:0 ;
}


/*---[ = Current page link styles]       --------------------*/
#home .home-lnk, #whatis .whatis-lnk, #engineers .engineers-lnk, #education .education-ink, #career .career-lnk, 
#project .project-lnk, #sponsor .sponsor-lnk, #contactus .contactus-lnk
{
	background: url(../images/nav_over.gif);
}
/*--- subnav ---*/
#subNav a
{
    text-decoration: none;  
    color: #666666;  
    font-size: 95%;
}

#subNav a:hover
{
    text-decoration: underline;
}

#subNav a.subNavCurrent
{
    font-weight: bold;
}

#subNav li
{
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../images/bullet1-sitemap.gif) no-repeat 0 top;
}

#subNav h1, #subNav h2, #subNav h3
{
    margin-top: 0;
}

#subNav h2.subNavCurrent a
{
	font-weight: bold;
}

/*------ home page --------------- */

#home #colMain
{ 
	width: 545px;
	padding: 0px 15px 20px 30px;	
    border-right:  2px solid #C7C7C7;
}

#home #colRight
{
	width: 150px;
	padding-top: 5px;
   	padding-left: 25px;
   	padding-right: 0px;
	float: left;
	overflow: hidden;
}

#home #colRight li
{
	font-size: 95%;
	color: #04ADFC;
	background-position: 0 35%;
}

#home h2
{
	font-size: 20pt;
	color: #dd0000;
	font-family: Impact;
	line-height: 15px;
	padding-bottom:20px;
	padding-top: 0px;
}

#home h3
{
	font-family: impact;
	line-height: 20px;
	font-size: 16pt;
	padding-bottom: 10px;
	color: #dd0000
}


/*------ site map --------------- */
#site #colMain
{
    padding: 0 0;
} 

#site h1
{
    padding-left: 20px;
}

.siteMapList li
{
	background: url(../images/bullet1-sitemap.gif) no-repeat 0px top;
}
	
.siteMapList
{
    padding-left: 20px;
	float: left;
	width: 245px;
}