﻿body {
	background-image: url(/images/background_wide.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	text-align:center;
}

body,td,th {
	color: #363636;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}

	.webContent {
		color: #363636;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 12px;
		text-align: justify;
		line-height: 14px;
	}
	
	/* PAGE HEADERS */
		.header {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 18px;
			line-height: 18px;
			font-weight: bold;
			text-transform: uppercase;
			color: #003b9b;
		}
		.headerDescription {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			line-height: 14px;
			color: #666666;
		}

	/* TYPICAL LINKS */
		a:link {
			color: #2e70a3;
			text-decoration: none;
		}
		a:visited {
			text-decoration: none;
			color: #2e70a3;
		}
		a:hover {
			text-decoration: none;
			color: #fe8802;
		}
		a:active {
			text-decoration: none;
			color: #fe8802;
		}

/* CUSTOM FRONT INDEX PAGE STYLES */
	/*IDEA FLOW STYLES */
		.ideaFlow_readMore {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 10px;
			line-height: 12px;
		}
		.ideaFlow_title {
			font-size: 14px;
			font-weight: bold;
			font-family: "Trebuchet MS", Arial, sans-serif;
			line-height: 12px;
		}
		.ideaFlow_desc {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 10px;
			line-height: 10px;
		}
		
	/* CASE STUDIES STYLES */
		.caseStudies {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			line-height: 14px;
		}

/* LEFT SUB MENU STYLES */
	.menuTopDescription {
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 12px;
		font-style: italic;
		line-height: 12px;
		color: #666666;
		text-align: left;
	}
	
	/* MAIN MENU TITLES/LINKS */
		a.menuTitle:link {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			line-height: 22px;
			font-weight: bold;
			text-transform: uppercase;
			color: #003b9b;
			border-bottom-color: #003b9b;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			white-space:nowrap;
		}
		a.menuTitle:visited {
			color: #003b9b;
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			line-height: 22px;
			font-weight: bold;
			text-transform: uppercase;
			border-bottom-color: #003b9b;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			white-space:nowrap;
		}
		a.menuTitle:hover {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			line-height: 22px;
			font-weight: bold;
			text-transform: uppercase;
			color: #fe8802;
			border-bottom-color: #003b9b;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			white-space:nowrap;
		}
		.menuTitle {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			line-height: 22px;
			font-weight: bold;
			text-transform: uppercase;
			color: #003b9b;
			border-bottom-color: #003b9b;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			white-space:nowrap;
		}
	
	/* SUB MENU LINKS */
		a.menuSubItem:link {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			line-height: 13px;
			color: #2e70a3;
			white-space:nowrap;
		}
		a.menuSubItem:visited {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			line-height: 13px;
			color: #2e70a3;
			white-space:nowrap;
		}
		a.menuSubItem:hover {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			line-height: 13px;
			color: #fe8802;
			white-space:nowrap;
			/* border-left-color: #fe8802;
			border-left-style: solid;
			border-left-width: medium; */
		}

/* CONTACT PAGE */
	.contactInput 
	{
		width: 100%;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 12px;
	}
	.contactInputNoWidth
	{
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 12px;
	}
	
/* RESUME PAGE */
	.resumeInput 
	{
		width: 100%;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 12px;
	}
	.resumeInputNoWidth
	{
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 12px;
	}