/* CSS Document */
/****************************************body*****************************/
body 
{
	background : #025966 url(graphics/background.jpg) repeat-x;
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

#wrapper
{
	background-color:#eeeeee;
	text-align: left;
	width: 950px;
	margin: 0 auto;
	padding:0;
	border-right: 1px solid #66a5b4;
	border-left: 1px solid #66a5b4;
	border-bottom: 1px solid #66a5b4;	
}

#wrapper_home
{
	background-color:#eeeeee;
	text-align: center;
	width: 950px;
	margin: 0 auto;
	padding:0;
}


.clearfix:after {
    content: ".";  
    height: 0; 
    clear: both; 
    visibility: hidden;
	display:block;
}



/***********************************layout divs***********************************/
#leftColumn
{
	position:relative;/*ie needs this to show float */
	float:left;
	width: 170px;
	background-color: #eeeeee;
	min-height:inherit;
}


#main
{
  float: left;
  width: 779px;
  background-color:#ffffff;
  border-left: 1px solid #9dc9cf;
}



#footer1
{
	width: 950px;
}

#footer2{
	width: 686px;
	margin: auto;
	font-size: 10px;	
	text-align: center;
	padding: 4px 0 4px 0;
	color:#000000;
	background-color:#eeeeee;
}





/****************************header and main menu*******************************/
#menu ul
{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	float: left;
	width: 100%;
	background:url(graphics/menu_buttons/menu_background.jpg) no-repeat;
	
}

#menu ul li 
{ 
	display: inline; 
}

#menu ul li a
{
	text-decoration: none;
	float: left;
}


#homeBtn a 
{   
	display: block;   
	background:url(graphics/menu_buttons/home.jpg) no-repeat top; 
	width:135px;
	height:30px;  
}

#homeBtn a:hover 
{   
	background:url(graphics/menu_buttons/home_over.jpg) no-repeat bottom;   
}

#aboutUsBtn a 
{   
	display: block;   
	background:url(graphics/menu_buttons/about_us.jpg) top; 
	width:136px;
	height:30px;  
}

#aboutUsBtn a:hover 
{   
	background:url(graphics/menu_buttons/about_us_over.jpg) no-repeat bottom;   
}

#coreBusinessBtn a 
{   
	display: block;   
	background:url(graphics/menu_buttons/core_business.jpg) top; 
	width:136px;
	height:30px;  
}

#coreBusinessBtn a:hover 
{   
	background:url(graphics/menu_buttons/core_business_over.jpg) no-repeat bottom;   
}

#clientsBtn a 
{   
	display: block;   
	background:url(graphics/menu_buttons/clients.jpg) top; 
	width:135px;
	height:30px;  
}

#clientsBtn a:hover 
{   
	background:url(graphics/menu_buttons/clients_over.jpg) no-repeat bottom; 
	width:135px;
	height:30px;    
}

#careersBtn a 
{   
	display: block;   
	background:url(graphics/menu_buttons/careers.jpg) top; 
	width:136px;
	height:30px;  
}

#careersBtn a:hover 
{   
	background:url(graphics/menu_buttons/careers_over.jpg) no-repeat bottom;   
}

#newsBtn a 
{   
	display: block;   
	background:url(graphics/menu_buttons/news.jpg) top; 
	width:136px;
	height:30px;  
}

#newsBtn a:hover 
{   
	background:url(graphics/menu_buttons/news_over.jpg) no-repeat bottom;   
}

#employeePortalBtn a 
{   
	display: block;   
	background:url(graphics/menu_buttons/employee_portal.jpg) top; 
	width:136px;
	height:30px;  
}

#employeePortalBtn a:hover 
{   
	background:url(graphics/menu_buttons/employee_portal_over.jpg) no-repeat bottom;   
}

/*******************************************submenu*******************************/
#submenu 
{ 
	width: 170px; 
	margin-top:20px;
}

#submenu ul
{
	margin-left:0px;
	padding-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:left;
}

#submenulist li
{
	list-style:none;
	margin-top:0px;
	margin-bottom:0px;
}

#submenu_title
{
	text-decoration: none;
	background:url(graphics/submenu_buttons/side_menu_title.jpg) no-repeat;
	color:#000000;
	padding:3px 0 3px 4px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	display:block;
	letter-spacing:1px;
}

/*not used at this time. only use if the list gets long enough to show the active page.*/
/*#submenu_active
{
	text-decoration: none;
	background:url(graphics/submenu_buttons/side_menu_button_over.jpg) no-repeat;
	color:#000000; 
	padding-left:4px;
	padding-top:2px;
	font-size:13px;
	display:block;
}*/

#submenu a
{
	display: block;
	padding:3px 0 3px 4px; 
	width: 170px;
	margin-top:-2px;
}

#submenu a:link, #submenulist a:visited
{
	text-decoration: none;
	background:url(graphics/submenu_buttons/side_menu_button.jpg) no-repeat;
	color:#000000; 
	font-style:normal;
	font-weight:100;
}

#submenu a:hover
{
	background:url(graphics/submenu_buttons/side_menu_button_over.jpg) no-repeat; 
}





/**********************************text and graphic div*******************************/
h1
{
	font-size: 25px; 
	color: #79112B; 
	font-weight:normal;
	margin: 25px 0px 0px 20px; 
	letter-spacing: 2px;
	font-family:arial, verdana, helvetica, san-serif;
}

#main_paragraph
{
	font-size: 15px; 
	color: #838688; 
	font-weight:100;
	margin: 10px 300px 0px 20px; 
	font-family:arial, verdana, helvetica, san-serif;
	line-height:1.2em;
	letter-spacing:1px;
	min-height:200px;
}


#main_graphic
{
float:right;
margin:-25px 30px 0 0;
}

#main_graphic_president
{
float:right;
margin:-25px 170px 0 0;
}

#main_paragraph_president
{
	font-size: 15px; 
	color: #838688; 
	font-weight:100;
	margin: 10px 300px 45px 20px; 
	font-family:arial, verdana, helvetica, san-serif;
	line-height:1.2em;
	letter-spacing:1px;
}

#div-clear {
 clear:both;
}

#main_text
{
	float:left;
	margin:2px 50px 30px 20px;
	font-size: 14px; 
}

#main_text ul li
{ 
	list-style-image: url("graphics/bullets/bullet.gif"); 
}

#main_text ul ul li
{ 
	list-style: circle;
	color:#000000;
}

#contact_form
{
	font-size: 12px; 
	font-weight:normal;
	margin: 10px 300px 10px 20px; 
	float:left;
	letter-spacing:1px;
}

#main_paragraph_contact
{
	font-size: 15px; 
	color: #838688; 
	font-weight:100;
	margin: 10px 300px 0px 20px; 
	font-family:arial, verdana, helvetica, san-serif;
	line-height:1.2em;
	letter-spacing:1px;
}

*.cba_header
{
	font-weight:bold;
	color: #79112B; 
}

#cba_graphic
{
	float:left;
}

#cba_text
{
	margin: 0 0 40px 170px;
}

.italic
{
	font-style:italic;
}

*.emphasis
{
	font-weight:bold;
}

#gsa_graphic
{
	margin-bottom:2px;
}

#gsa_header
{
	font-weight:bold;
}

#gsa_text
{
	margin:20px 0 60px 0;
	min-height:126px;
}

#news_text
{
	margin: 0 0 40px 170px;
	min-height:126px;
}

#news_header
{
	font-size: 25px; 
	color: #79112B; 
	font-weight:normal;
	margin: 25px 0px 20px 20px; 
	letter-spacing: 2px;
	font-family:arial, verdana, helvetica, san-serif;
}

*.submit
{
	font-family: arial,helvetica,verdana;
	font-size:12px;
}

#home_graphic
{
	margin-top:-2px;
	margin-bottom:-3px;
}




/*******************************links**********************************/
a:link
{
text-decoration: none;
color: #952f41;
font-weight:normal; 
}
a:active
{
text-decoration: none;
color: #952f41; 
font-weight:normal;
}
a:visited
{
text-decoration: none;
color: #952f41; 
font-weight:normal;
}
a:hover{
text-decoration: underline;
color: #952f41;
font-weight:normal;
}

/********************************************images********************/
a img 
{
	border: none;
}
















