﻿/****** MAIN CONTENT SECTION *****/
#main_content {
	margin-left: 163px;
	padding: 0px;
}
#main_content h5 {
	color: #83212a;
}
#content {
    min-height: 430px;
	padding: 8px 7px 8px 7px;
	background-color: #ffffff;
	border-right: solid 3px #dddcdc;
	height: 100%;
	position: relative;
	left: -4px;
	margin-right: -4px;
}
html>body #content {
	left: 0px;
	margin-right: 0px;
}
#content .fsContent {
	min-height: 308px;
	margin-bottom: 6px;
	font-size: 1em;
}	
#content a {
	font-style: normal;
	font-size: 1em;
	color: Blue;
	text-decoration: underline;
}
#content a:visited {
	color: Blue;
}
#content a:hover {
	color: Red;
	text-decoration: underline;
}
#content table {
	width: 100%;
}	
#content th {
	color: #0a3f00;
	background-color: #e6f4e8;
}
#content td {
	text-align: center;
}	
#tblContent {
	border: solid 1px #ababab;
}
#tblContent tr.trContentFirst {
	text-align: center;
    color: #cc3300;
    font-weight: bold;
    font-style: italic;
	background: #fff;
}
#tblContent tr.trContentOdd {
	text-align: center;
	background: #fff;
	font-size: .8em;
}
#tblContent tr.trContentEven
{
	text-align: center;
	color: #8b0000;
	background: #eee8aa;
	font-size: .8em;
}	

/****** TEXT BOX STYLES ******/
#txtPro {
	font-size: .8em;
	height: 12px;
}

/***** CHILD FORM SPECIFIC STYLES ******/
.spanNote {
	color: #cc3300;
	font-size: .7em;
	font-weight: bold;
}
.spanFootnote {
	font-size: .8em;
	padding: 0;
}
.paraNoPad {
	padding: 0;
	margin: 0;
}

/**** COLUMN STYLES ****/
.column1 {
	width: 32%;
	margin-top: 10px;
	margin-left: 15px;
	padding-right: 2px;
	text-align: left;
}
.column1 h4 {
	color: #4f6646;
	padding-bottom: 6px;
	font-size: 1.1em;
}	
.column1 h5 {
	color: #83212a;
}
.column1 p {
	font-size: .8em;
}	
.column2 {
	width: 32%;
	float: right;
	margin-top: 8px;
	padding: 23px 2px 0 0;
	text-align: left;
}
.column2 h4 {
	color: #4f6646;
	padding-bottom: 6px;
	font-size: 1.1em;
}	
.column2 h5 {
	color: #83212a;
}
.column2 p {
	font-size: .8em;
}	
.column3 {
	width: 32%;
	float: right;
	text-align: left;
}
.column3 img {
	padding-bottom: 6px;
}	
.column3 h4 {
	color: #4f6646;
	padding-bottom: 6px;
	font-size: 1.1em;
}	
.column3 h5 {
	color: #83212a;
}
.column3 p {
	font-size: .8em;
}	

/***** HOME PAGE *****/
#home_page {
	max-width: 650px;
	margin: 0px;
	width: auto !important;
	width: 600px;
}
#home_page #table_home_top {
	margin-bottom: 20px;
	float: left;
}
html>body #home_page #table_home_top{float: none;}

#home_page #table_home_top td {
	text-align: left;
}	
#home_page #table_home_top .td_column1 {
	width: 300px;
	vertical-align: top;
	text-align: justify;
	font-size: 1.2em;
	line-height: 18px;
}
#home_page #table_home_top .td_column1 h5 {
	font-size: 1.1em;
}
#home_page #table_home_top .td_column1 a {
	color: #83212a;
}
#home_page #table_home_top .td_column1 a:hover {
	color: Red;
}
#home_page #table_home_top .td_column2 {
	text-align: center;
	padding: 10px;
}
#home_page #table_home_top .td_column2 img {
	width: 130px;
}
#home_page #table_home_top .td_column3 {
	text-align: left;
	font-size: 1.2em;
	line-height: 18px;
	padding-left: 6px;
}
#table_home_top .td_column3 h5 {
	font-size: 1.1em;
	color: #190e42;
}
#home_page #table_home_bottom{float: left;}
html>body #home_page #table_home_bottom{float: none;}
#home_page #table_home_bottom tr{min-height: 400px;}

#home_page #table_home_bottom .td_column1 {
	width: 160px;
	vertical-align: top;
	height: 180px;
	text-align: left;
	padding-top: 30px;
	padding-left: 150px;
	background-image: url(/Images/team_advantage.jpg);
	background-repeat: no-repeat;
}
#home_page #table_home_bottom .td_column1 p {
	color: #78502c;
	margin-right: 18px;
	font-size: 1.1em;
}
#home_page #table_home_bottom .td_column1 .team_links{margin-top: 6px;}

#home_page #table_home_bottom .td_column1 a{color: #ff9933;}
#home_page #table_home_bottom .td_column1 a:hover{color: Red;}

#home_page #table_home_bottom .td_column2 {
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}
#home_page #table_home_bottom .td_column2 h4 {
	font-size: 1.2em;
	color: #21400a;
	height: 10px;
}
#home_page #table_home_bottom .td_column2 span {
	color: #83212a;
	font-size: 1.2em;
	font-weight: bold;
}

/***** MISSION & VISION PAGE *****/
#div_mission {
	width: 578px;
	background-color: #f5f5f5;
	border: solid 1px #888888;
	padding: 6px;
	text-align: justify;
}
#div_mission img {
	width: 170px;
	float: right;
	margin: 4px 6px 0 20px;
	padding: 2px;
	background-color: #f2f2f2;
	border: solid 1px #4f6646;
}
#div_mission h5 {
	font-size: 1.1em;
	font-weight: normal;
}	
#div_mission p {
	margin: 6px 0 10px 12px;
}
#div_mission ul {
	margin: 0 0 0 20px;
	list-style-position: outside;
}
#div_mission li {
	margin-top: 8px;
	margin-left: 8px;
	line-height: 10px;
}

/***** CONTACTS PAGES *****/
#contacts{width:578px;}

#table_contacts {
	background-color: #f5f5f5;
	border: solid 1px #bababa;
	padding: 6px;
	text-align: left;
}
#table_contacts h4 {
	font-size: 1.4em;
	color: #006600;
	margin-bottom: 6px;
}
#table_contacts h5 {
	font-size: 1.1em;
	font-weight: normal;
}
#table_contacts .th_title {	
	color: #4d1f0b;
	background: #c29c82;
	font-size: 10pt;
	font-weight: bolder;
	padding: 2px;
}
#table_contacts .contacts_left {
    text-align: left;
    padding: 16px 10px 0 16px;
}
#table_contacts .contacts_right {
	width: 240px;
	text-align: left;
	vertical-align: top;
	background-color: #f5f5f5;
}
#table_contacts .div_contacts_right {
	margin: 16px 10px 0 0;
	padding: 20px;
	background-color: #eaeaea;
	border: solid 1px #ababab;
}
#table_contacts .div_contacts_right span{color: #83212a;}

#table_contacts .div_contacts_right img {
	width: 180px;
	padding: 2px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	border: solid 1px #ababab;
}
#table_contacts .div_contacts_right hr{color: #9a9a9a;}
#table_contacts .div_contacts_right a{display: block;}
#table_contacts .div_contacts_right .top_link{margin-bottom: 6px;}
	
/***** INDUSTRY LINKS PAGE *****/
#industry_links_container {
	width: 580px;
	margin-top: 10px;
	background-color: #eaeaea;
	border: solid 1px #ababab;
}	
#industry_links {
	margin: 4px;
	padding: 10px;
	background-color: #fcfcfc;
	border: solid 1px #bababa;
	text-align: justify;
}	
#industry_links hr{color: #bababa;}

#industry_links h5 {
	font-size: 9pt;
	font-style: italic;
	color: #006600;
}

/***** FORMS LIBRARY AND SERVICE GUIDES PAGES ******/
#formsLib {
	width: 570px;
	margin-top: 10px;
	background: #f5f5f5;
	border: solid 1px #888888;
	padding-bottom: 10px;
}
#formsLib .formsLibHeader {	
	height: 18px;
	width: 570px;
	color: #4d1f0b;
	background: #c29c82;
	font-size: 10pt;
	font-weight: bolder;
}
#formsLib .formsLibContent {
	width: 550px;
	padding: 10px;
	background-color: #f5f5f5;
	text-align: justify;
}
#formsLib h5 {
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 11pt;
}
#formsLib p{text-indent:36px;}

#formsLib blockquote {
	margin: 0 0 0 15px;
}
#formsLib a {
	font-size: 1em;
}	
#formsLib a:visited {
	font-size: 1em;
}	
#formsLib a:hover {
	text-decoration: underline;
	color: #cc3300;
}
#formsLib ul {
	margin: 0px 0px 0px 28px;
	padding: 0px;
	list-style-position: outside;
}	
#formsLib img {
	border: none;
}
#formsLib hr {
	margin: 0px 8px 0px 8px;
}	
#formsLib .adobeSidebar {
	width: 120px;
	border: #ab9954 1px solid;
	margin-left: 15px;
	padding: 4px 6px 4px 6px;
	float: right;
	background-color: #f9f1d7;
}	
#formsLib .adobeSidebar p{text-indent:0px;}

/***** HISTORY PAGE *****/
#history_container {
	float: left;
	max-width: 720px;
 	padding: 4px;
 	background-color: #eaeaea;
 	border: solid 1px #ababab;
}
html>body #history_container{float:none;}

#history {
 	padding: 6px;
 	background-color: #fff;
 	border: solid 1px #bababa;
}
#history h4 {
	font-size: 11pt;
	margin-bottom: 10px;
}
#history span {
	font-weight: bold;
	color: #83212a;
}
#history p {
	text-indent: 36px;
	text-align: justify;
}
#history img {
    padding: 2px;
    border: solid 1px #ababab;
    background: #eaeaea;
}
#history .image1 {
    height: 128px;
    width: 180px;
    float: left;
    margin: 0 10px 2px 0;
}	
#history .image2 {
    float: right;
    margin: 4px 0 2px 15px;
}	

/**** JOB OPENINGS PAGE ****/
#jobs_container {
	float: left;
	max-width: 720px;
	background: #eaeaea;
	border: solid 1px #ababab;
	padding: 4px;
	text-align: left;
}
html>body #jobs_container{float:none;}

#jobs {
	background: #f8f8f8;
	border: solid 1px #bababa;
	padding: 6px;
}
#jobs h4 {
	margin-bottom: 8px;
	text-align: center;
	font-size: 10pt;
}
#jobs h5 {
	color: #006600;
	text-align: left;
}
#jobs p {
	text-indent: 36px;
	text-align: justify;
}
#jobs hr{color: #ababab;}
#jobs span{color: Red;}

#jobs ul {
	margin-top: 8px;
	text-align: left;
}
#jobs table {
	border: solid 1px #cdcdcd;
	width: 520px;
	margin-bottom: 10px;
}
#jobs th {
	border: none;
	border-top: solid 1px #bababa;
	border-left: solid 1px #bababa;
	padding: 2px;
}
#jobs td {
	border: none;
	border-top: solid 1px #cdcdcd;
	border-left: solid 1px #cdcdcd;
	padding: 2px;
}
#jobs .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
	border-bottom: none;
}
#jobs .th_subtitle {
	background: #eee8aa;
	color: #8b0000;
	border-bottom: none;
	text-align: left;
	font-style: italic;
}
#jobs .td_left {
	text-align: left;
}
#jobs #bottom_line {
	margin-top: 10px;
}

/**** AWARDS PAGE ****/
#awards {
	float: left;
	background: #eaeaea;
	border: solid 1px #ababab;
	padding: 4px;
}
html>body #awards{float:none;}

#awards_container {
	height: 100%;
	background: #fff;
	border: solid 1px #bababa;
	padding: 4px;
}
#awards_right {
	float: right;
	background: #fff;
	width: 86px;
	height: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px 4px 0px 4px;
}
#awards_right p {
	font-size: 5pt;
	font-weight: bold;
	color: #006600;
}
#awards_content {
	background: #fff;
	margin: 12px 98px 6px 4px;
	padding: 0px 6px 0px 0px;
	text-align: justify;
	border-right: solid 1px #bababa;
}
#awards_content p{text-indent:36px;}

#awards_content h5 {
	margin-bottom: 8px;
	text-align: center;
	font-size: 11pt;
}
#awards_content table{margin-bottom:10px;}
#awards_content table.three-column td{width:33%;}

#awards_content th {
	background: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	padding: 0px 0px 2px 0px;
	border: none;
}
#awards_content td{text-align: left;}

/***** WEB LAUNCH PAGE ****/
#web_launch_container {
	float: left;
	background: #eaeaea;
	border: solid 1px #ababab;
	padding: 4px;
}
html>body #web_launch_container{float:none;}

#web_launch {
	background: #f8f8f8;
	border: solid 1px #bababa;
	padding: 6px;
	text-align: justify;
}
#web_launch h5 {
	text-align: center;
	margin-bottom: 6px;
	font-size: 11pt;
}
#web_launch p{text-indent:40px;}

#web_launch span {
	color: #006600;
	font-weight: bold;
	font-size: 10pt;
}

/***** PRESIDENT'S LETTER *****/
#president_message_container {
	float: left;
	background: #eaeaea;
	border: solid 1px #ababab;
	padding: 4px;
}
html>body #president_message_container{float:none;}

#president_message {
	background: #f8f8f8;
	border: solid 1px #bababa;
	padding: 6px;
}
#president_message h4 {
	margin-bottom: 6px;
	font-size: 11pt;
}
#president_message img {
	float: left;
	padding: 2px;
	background: #fff;
	border: solid 1px #ababab;
	margin: 2px 10px 4px 0px;
}
#president_message p {
	text-indent: 36px;
	text-align: justify;
}
#president_message .president_signature {
	font-size: 14pt;
	margin: 10px 150px 6px 0px;
	text-align: right;
	font-style: italic;
}

/***** CUSTOMER TESTIMONIALS *****/
#testimonials h4 {
	margin-bottom: 6px;
	font-size: 11pt;
}
#testimonials hr{color: #777;}

#testimonials p.signature {
	font-weight: bold;
    font-style: italic;
    margin-left: 20px;
}
