/**
 * Basic HTML Elements / default.css Overrides
 * -------------------------------------------
**/

#nav { 
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#nav li {
	padding-top: 43px;
}

#footer-nav li a { padding-top: 9px; }
#footer-nav .last a { padding-top: 11px; }

.clear { clear: both !important; }

h2 {
    margin: 0;
    padding: 0;
    height: 202px;
    text-indent: -9999px;
    overflow:hidden;
}

h2 a {
    display: block;
    padding: 202px 0 0 0;
    height: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding-top: 0px;
	color: #010203;
	line-height: 17px;
	font-size: 9px;
}

#home-body {
	background: url(../images/entry_bg.gif) top right repeat-y;
	border: 1px solid #fff;
	border-top: none;
}

#home-body li a {
	color: #000000;
	text-decoration: none;
}

#home-body li a:hover {
	color: #43576F;
	text-decoration: underline;
}

#who, #what, #career {
	margin: 0;
	padding: 0;
}

/**
 * Who We Are
 * ----------
**/
#who {
	width: 237px;
	float: left;
}

#who h2 {
	background: url(../images/entry_who.jpg) top left no-repeat;
}

#who ul {
	padding: 0px 0 10px 70px;
}


/**
 * What We Do
 * ----------
**/
#what {
	float: left;
	width: 317px;
}

#what h2 {
	background: url(../images/entry_what.jpg) top left no-repeat;
}

#what  ul.left {
	float: left;
	padding: 0px 10px 5px 0px;
}

#what ul.right {
	float: left;
	border-left: 1px solid #75879b;
	padding: 0px 0px 5px 10px;
}


/**
 * Career Opportunities
 * --------------------
**/
#career {
	width: 203px;
	float: left;
}

#career h2 {
	background: url(../images/entry_career.jpg) top left no-repeat;
}

#career ul {
	padding-left: 13px !important;
}


/**
 * Content block for the home page
 * -------------------------------
**/
#home-content {
	background: #fff;
	padding: 14px 190px 14px 40px;
	font-size: 10px;
	line-height: 17px;
	position: relative;
}

#home-content h3 {
	font-size: 11px;
	font-weight: bold;
	color: #6c0c33;
	margin: 0;
	padding: 0 0 6px 0;
}

#home-content .locations {
	display: block;
	position: absolute;
	top: 1px;
	right: 0px;
	width: 174px !important;
	height: 10px !important;
	padding: 100px 0 0 0;
	text-indent: -9999px;
	background: #76889c url(../images/office_locations.gif) top right no-repeat;
}

#divisions {
	display: block;
	position: absolute;
	top: 112px;
	right: 0;
	width: 174px !important;
	height: 17px !important;
	padding: 41px 0 0 0;
	/*text-indent: -9999px;*/ /*Comented out. Changed on 10/13/09. Ticket# 232758 */
	background: url(../images/divisions.gif) top left no-repeat;
	background-color: #6C0C33;
	overflow: hidden;
}

#callout {
	display: block;
	position: absolute;
	font-weight: bold;
	top: 141px;
	right: 50px;
	padding: 10px 0 0 50;
	margin: 0;
	width: 127px;
	overflow: visible;
}

/**
 * IE6 CSS Hacks
**/
* html #home-content .locations {
	padding-top: 93px;
}

* html #divisions {
	padding-top: 41px;
}
