/* LET'S BUILD A DROPDOWN! */

#nav {
	padding: 0;
	border: 0;
	margin: 0;
	list-style: none;
}

#nav ul { /* all lists */
 	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
 	border: 0;
	padding: 0;
	margin: 0;
}
LI
{
	color: white;
	size: 10pt;
}


#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
 	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/* remove rule that creates problems for IE7 
#nav li>ul { 
	top: auto;
	left: auto;
 	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}*/

#nav li li {
	display: block;
	float: none;
 	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
	
#nav li:hover ul { /* lists nested under hovered list items */ 
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	top: 40px;
}

#nav li.over ul { /* lists nested under hovered list items */ 
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	top: 40px;
}

#nav li ul li a { 
	display:block;
	left: 0;
 	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

/* ALL THE OTHER STYLES */

.menuShell {
	padding-top: 30px;
}

.contentShell {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 75px;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
	padding-left: 75px;
}

.whiteContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

.whiteNews {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

a.newsLink {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

a.newsLink:hover {
 text-decoration: underline;
}

a.footerLink {
	color: #999999;
 text-decoration: underline;
}

a.footerLink:hover {
 color: #005141;
 text-decoration: underline;
}

/* INTERIOR PAGE STYLES */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #005141;
	padding-top: 6px;
	padding-bottom: 15px;
}
.sectionTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #005141;
	padding-top: 6px;
}
.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.bodyCopyItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.sideBarBlock {
	padding: 10px;
	float: right;
	background-color: #F3F4F0;
}
.sideBarInside {
	background-color: #e3e6e0;
	padding: 8px 8px 20px;
	text-align: center;
}
.subListCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005141;
}
.bigList {
	list-style-type: circle;
	list-style: url(images/bullet.gif) disc;	
} 
.bigList li {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;	
	font-size: 12px;
	margin-left: -16px;
	padding-left: -16px;
} 
.noFinger {
	cursor: default;
}
a.blueLink {
	color: #0033CC;
	text-decoration: none;
}
a.goldLink {
	color: #2E5200;
	text-decoration: none;
}
a.goldLink:hover {
	color: #000000;
	text-decoration: underline;
}
a.blackLink {
	color: #000000;
	text-decoration: none;
}
a.blackLink:hover {
	color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.smallCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 16px;
}
.smallCopy span.title {
	font-size: 10px;
}
.teamPhoto {
	float: right;
	margin: 10px 0px 20px 20px;
	border: 1px solid #999999;
}
.sideBarFullpage {
	padding: 10px 0px 10px 20px;
	width: 190px;
	border: none;
}
.sideTabOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004100;
	background-color: #F3F4F0;
	padding: 4px;
	margin-left: 1px;
	text-decoration: none;
}
a.sideTabOff {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-decoration: underline;
}
a.sideTabOff:hover {
	color: #004100;
	text-decoration: none;
}
a.newsBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.newsBody:hover {
	color: #333333;
	text-decoration: underline;
}
.boxUnderline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-top: 14px;
}
a {
	color: #004100;
	text-decoration: none;
}
a:hover {
	color: #999966;
	text-decoration: underline;
}
.teamContentLeft {
	float: left;
	width: 412px;
}
.smallImageCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 16px;
	margin: 10px;
	text-align: center;
}
.portfolioCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	padding-right: 10px;
}
.portfolioCompany {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #055531;
}
.portfolioImage {
	background-color: #FFFFFF;
	padding: 8px 8px 8px 0px;
	text-align: center;
}
.portfolioLocation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}
.newsOddRow {
	padding-bottom: 3px;
	padding-top: 5px;
	background-image: url(images/portfolioBgLight.gif);
}
.newsEvenRow {
	padding-bottom: 3px;
	padding-top: 5px;
	background-color: #FFFFFF;
}
.sideBar {
	background-color: #F3F4F0;
	border-left: 1px solid #E3E6E0;
}
.headingThree {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	letter-spacing: 2px;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
}
a.portResultOff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	background-color: #CCCCCC;
	text-align: right;
	padding: 2px;
	background-position: right;
	text-decoration: none;
}
a.portResultOff:hover {
	color: #000000;	
	background-color: #F3F4F0;
	text-decoration: none;
}
.portfolioCell {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a.portfolioCellCompany {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}
a.portfolioCellCompany:hover {	
	color: #000000;
	text-decoration:underline;
}
.portfolioCellTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.testimonialContent {
	float: left;
	width: 580px;
}
.testimonialImage {
	padding: 10px;
	background-color: #F3F4F0;
	margin-right: 10px;
	float: left;
}
.mediaCell {
	background-color: #E9E9E9;
	line-height: 16px;
	color: #000000;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.mediaCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
.columnImage {
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
}
.messageBody {
	float: left;
}
.portfolioLogo {
	float: right;
}
.confCell {
	background-color: #E9E9E9;
	line-height: 16px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.smallPrintCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
.printCompany {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.printContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}.testnames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
}
