body
{
	font-family: Arial;
	font-size: 12px;
	margin-left: 0;
    margin-top: 0;
}

h1
{
	font-family: Arial;
	font-size: 30px;
	color: #06347a;
}

h2
{
	font-family: Arial Narrow;
	font-size: 20px;
	color: #bb4d29;
	font-weight: bold;
}

h3
{
	font-family: Arial Narrow;
	color: #bbb82c;
	font-size: 18px;
	font-weight: normal;
	margin: 4px 2px 2px 2px;
}

h4
{
	font-family: Arial Narrow;
	color: #8a8a8b;
	font-size: 32px;
	font-weight: normal;
	margin: 10px 2px 10px 2px;
}

h5
{
	font-family: Arial;
	color: #000000;
	font-size: 16px;
	margin: 10px 2px 10px 2px;
}

a
{
	color: #06347a;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #8a8a8b;
}

.hidden
{
	visibility: visible;
	display: none;
}

.visible
{
	visibility: visible;
	display: inherit;
}

input
{
	font-family: Arial;
	font-size: 12px;
}

select
{
	font-family: Arial;
	font-size: 12px;
}

textarea
{
	font-family: Arial;
	font-size: 12px;
}

ul
{
	padding: 0;
}
ul li
{
	margin-bottom: 2px;
	color: #8a8a8b; /*#324e9f;*/
	list-style-type: inherit;
	margin: 6px 2px 6px 26px;
}
/***********************************************************************
	Layout
***********************************************************************/
div#DocumentMainPanel
{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	top: 0px;
	height: 768px;
}

/*	Main Header */
div.header
{
	position: relative;
	height: 132px;
	background-image: url(../Images/header-gradient.jpg);
	background-repeat: repeat-x;
}
div.header .logo
{
	margin-top: 25px;
	margin-left: 25px;
	border: 0;
}
div.header div.contact-info
{
	position: absolute;
	top: 60px;
	right: 0px;
	float: right;
	width: 300px;
	color: #595858;
	font-size: 14px;
	font-weight: bolder;
	text-align: right;
	margin-right: 49px;
}
div.header div.login
{
	position: absolute;
	top: 90px;
	right: 0px;
	float: right;
	width: 300px;
	color: #595858;
	text-align: right;
	font-weight: bolder;
	margin-right: 49px;
}

/*	Main Menu 3 divs in a wrapper */
div.menu
{
	position: relative;
	height: 37px;
	background-image: url(../Images/menu-gradient.jpg);
	background-repeat: repeat-x;
}
div.menu div.left-part
{
	position: absolute;
	float: left;
	width: 44px;
	height: 37px;
	border-right: solid 2px #cccccc;
}
div.menu div.middle-part
{
	position: absolute;
	float: left;
	left: 44px;
	width: 912px;
	height: 37px;
}
div.menu div.right-part
{
	position: absolute;
	float: left;
	left: 954px;
	width: 44px;
	height: 37px;
	border-left: solid 2px #cccccc;
}
div.menu a
{
	color: #8a8a8b;
}

/*	Main Content 3 divs in a wrapper */
table.content
{
	/*position: relative;*/
	/*height: 599px;*/
	background-color: #5a0a03;
	background-image: url(../Images/content-gradient.jpg);
	background-repeat: repeat-x;
}
table.content td.left-part
{
	/*position: absolute;
	float: left;*/
	width: 44px;
	/*height: 599px;*/
	/*border-right: solid 2px #cccccc;
	background: #5a0a03 url(../Images/content-gradient.jpg) repeat-x;*/
	/*background-image: url(../Images/content-gradient.jpg);
	background-repeat: repeat-x;*/
}
table.content td.left-part-home
{
	background-image: url(../Images/content-gradient-main.jpg);
	background-repeat: repeat-x;
}
table.content td.middle-part
{
	/*position: absolute;
	float: left;
	left: 44px;*/
	width: 912px;
	/*height: 599px;*/
	/*border-right: solid 2px #cccccc;*/
	background-color: #ffffff;
}
table.content td.right-part
{
	/*position: absolute;
	float: left;*/
	left: 956px;
	width: 44px;
	border-left: solid 2px #cccccc;
	/*height: 599px;
	background-image: url(../Images/content-gradient.jpg);
	background-repeat: repeat-x;
	background: #5a0a03 url(../Images/content-gradient.jpg) repeat-x;*/
}
table.content td.right-part-main
{
	background-image: url(../Images/content-gradient-main.jpg);
	background-repeat: repeat-x;
}
/*	Main content Middle-Part*/
td.middle-part
{
	width: 912px;
}
td.middle-part div.breadcrumb
{
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: solid 1px #cccccc;
	height: 44px;
	position: relative;
}
td.middle-part div.body
{
	margin-left: 20px;
	margin-right: 20px; 
	/*height: 515px;
	overflow: auto;*/
	position: relative;
}
td.middle-part div.footer
{
	margin: 20px 20px 20px 20px;
	border-top: solid 2px #cccccc;
	height: 40px;
	position: relative;
}
td.middle-part div.flash
{
	height: 336px;
	background-image: url(../Images/main-detail-background.jpg);
	background-repeat: no-repeat;
	margin-left: 2px;
	/*border-right: solid 2px #cccccc;*/
}
td.middle-part div.flash div.text
{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 425px;
	height: 305px;
	margin: 25px 2px 5px 15px;	
	color: #8a8a8b;
}
td.middle-part div.flash div.slideshow
{
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
}
td.middle-part div.spacer
{
	height: 16px;
	background-color: #06357a;
}


/*	Main Content Middle-Part Body	*/
div.body div.main-copy
{
	top: 0px;
	left: 0px;
	width: 551px;
	margin-left: 20px;
	margin-right: 20px;
	color: #8a8a8b;
	font-weight: normal;
}
div.body div.callout1
{
	position: absolute;
	top: 20px;
	right: 0px;
	float: right;
	border-right: solid 1px #dfdfdf; 
	border-bottom: solid 1px #dfdfdf;
	background-color: #f2f2f2;
	padding: 2px 2px 2px 2px;
	width: 250px;
}
div.body div.callout2
{
	top: 260px;
	right: 0px;
	float: right; 
	border-right: solid 1px #dfdfdf; 
	border-bottom: solid 1px #dfdfdf;
	background-color: #f2f2f2;
	padding: 2px 2px 2px 2px;
	width: 250px;	
}

/*	specific styles */
div.body span.more
{
	text-align: right;
	color: #324e9f;
	float: right;
}
div.callout1 div.copy
{
	width: 239px;
	margin: 2px 5px 2px 5px;
	font-size: 11px;
	color: #8a8a8b;
}
div.callout2 div.copy
{
	width: 239px;
	margin: 2px 5px 2px 5px;
	font-size: 11px;
	color: #8a8a8b;
}
div.callout1 span.click
{
	text-align: right;
	color: #324e9f;
	float: right;
	font-weight: bold;
	font-size: 9px;
}
div.callout2 span.click
{
	text-align: right;
	color: #324e9f;
	float: right;
	font-weight: bold;
	font-size: 9px;
}

/*	Menu Style */
table.menu
{
	width: 100%;
	height: 100%;
}
table.menu td.item
{
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	color: #aaa8a8;
	font-size: 11px;
	width: 20px;
	font-weight: bold;
}
table.menu td.buffer
{
	width: 100px;
}

/*	BreadCrumb Style */
table.breadcrumb
{
	height: 100%;
	margin: 0px 20px 0px 20px;
}
table.breadcrumb td.item
{
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	color: #b5b4b4;
	font-size: 11px;
}
table.breadcrumb td.delimiter
{
	margin-left: 5px;
	margin-right: 5px;
	color: #b5b4b4;
}

/*	Footer Style */
table.footer
{
	width: 100%;
	height: 100%;
}
table.footer td.item
{
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	color: #8a8a8b;
	font-size: 11px;
}
table.footer td.buffer
{
	width: 200px;
}

div.footer td
{
	color: #ACACAC;
	font-size: 11px;
	text-align: center;
}

/*	Industry Classes Main Page */
div.industries
{
	position: relative;
	height: 210px;
	background-color: #ffffff;
}
div.industries div.list
{
	position: absolute;
	left: 0px;
	float: left;
	width: 175px;
	padding: 5px 5px 5px 25px;
}
div.industries div.industry1
{
	margin-top: 2px;
	position: absolute;
	left: 180px;
	float: right;
}
div.industries div.industry2
{
	margin-top: 2px;
	position: absolute;
	left: 316px;
	float: right;
}
div.industries div.industry3
{
	margin-top: 2px;
	position: absolute;
	left: 452px;
	float: right;
}
div.industries div.callout
{
	margin-top: 2px;
	position: absolute;
	left: 598px;
	float: right;
	background-image: url(../Images/callout-gradient.jpg);
	background-repeat: repeat-x;
	height: 175px;
	font-weight: bold;
	padding: 20px 5px 10px 25px;
	width: 279px;
}
div.industries div.callout span.blue
{
	color: #324e9f;
	font-size: 14px;
}
/**********************************************************************/















/***********************************************************************
	Tabs
***********************************************************************/
tr.tabs td
{
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

tr.tabs td.selected
{
	/*background-image: url(../images/tab-selected-gradient.jpg);
	background-repeat: repeat-x;
	width: 119px;	
	height: 34px;
*/
	width: 150px;
}

tr.tabs td.hover
{
	/*
	background-image: url(../images/tab-hover-gradient.jpg);
	background-repeat: repeat-x;
	width: 119px;	
	height: 34px;
	*/
	width: 150px;
}

tr.tabs td.default
{
	/*
	background-image: url(../images/tab-default-gradient.jpg);
	background-repeat: repeat-x;
	width: 119px;
	height: 34px;
	*/
	width: 150px;
}

tr.tabs a
{
}

tr.tabs td.hover a
{
}
/**********************************************************************/


/***********************************************************************
	Testimonials
***********************************************************************/
div.testimonials
{
	margin: 20px 10px 10px 20px;
}

div.testimonial
{
	margin: 20px 10px 20px 0px;
	font-size: 14px;
	color: #888888;
	font-weight: bold;
}

span.testimonial-source
{
	font-size: 12px;
	color: #ACACAC;
	font-style: italic;
	font-weight: normal;
}

/**********************************************************************/


/***********************************************************************
	FAQ
***********************************************************************/
div.questions
{
	margin: 20px 10px 10px 20px;
}

div.question
{
	margin: 20px 10px 10px 0px;
	font-size: 14px;
	color: #888888;
	font-weight: bold;
}

div.answer
{
	margin: 5px 5px 5px 20px;
	font-size: 14px;
	color: #ACACAC;
	font-style: italic;
	font-weight: normal;
}

/**********************************************************************/

/***********************************************************************
	Bios
***********************************************************************/
div.bios
{
	margin: 20px 10px 10px 20px;
	width: 850px;
}

div.bio
{
	margin: 20px 10px 10px 0px;
	font-size: 14px;
	color: #888888;
}

div.bio img
{
	margin: 10px 10px 5px 20px;
}

div.bio div.title
{
	margin: 5px 5px 5px 20px;
	font-size: 12px;
	color: #888888;
	font-style: normal;
	font-weight: bold;
	width: 180px;
}

div.bio td.text
{
	vertical-align: top;
	padding: 20px 20px 20px 20px;
}

/**********************************************************************/


/***********************************************************************
	Partners
***********************************************************************/
div.partners
{
	margin: 20px 10px 10px 20px;
	color: #888888;
	width: 850px;
}

div.partners td
{
	padding-top: 10px;
}
div.partners img
{
	margin: 10px 10px 5px 20px;
}

div.partners td.partner-image
{
	text-align: center;
}

div.partners td.text
{
	vertical-align: middle;
	padding: 20px 20px 20px 20px;
}

div.partners div.text
{
	font-size: 14px;
}
/**********************************************************************/


/***********************************************************************
	Contact
***********************************************************************/
div.contact
{
	margin: 20px 10px 10px 60px;
	color: #888888;
	height: 550px;
}
div.contact div.info
{
	float: left;
	position: relative;
	width: 200px;
}
div.address
{
	margin: 20px 10px 10px 20px;
}

div.contact-detail
{
	margin: 20px 10px 10px 20px;
}

div.contact-detail a
{
	color: #0849a8;
	margin: 0;
}
/**********************************************************************/

/***********************************************************************
	Form
***********************************************************************/
div.form
{
	margin: 20px 10px 10px 20px;
	color: #888888;
	float: right;
	right: 20px;
	position: relative;
}

div.form td.label
{
	font-weight: bold;
	vertical-align: top;
}

div.form td.label-required
{
	font-weight: bold;
	vertical-align: top;
	color: #bb4d29;
}

div.form input
{
	color: #555555;
}

div.form textarea
{
	color: #555555;	
}

div.form td.commands
{
	text-align: center;
}
/**********************************************************************/


/***********************************************************************
	terms
***********************************************************************/
div.terms
{
	margin: 20px 50px 10px 60px;
	color: #888888;
	position: relative;
}

div.terms div.highlight
{
	color: #324e9f;
}

div.terms span.title
{
	color: #555555;
	font-weight: bold;
	text-decoration: underline;
}

/**********************************************************************/


/***********************************************************************
	Login
***********************************************************************/
div.login
{
	margin: 20px 50px 10px 60px;
	color: #888888;
	position: relative;
}

/**********************************************************************/


/***********************************************************************
	Apply
***********************************************************************/
div.apply
{
	margin: 20px 50px 10px 60px;
	color: #888888;
	position: relative;
}

/**********************************************************************/


/***********************************************************************
	Safety
***********************************************************************/
div.safety
{
	margin: 20px 50px 10px 60px;
	color: #888888;
	position: relative;
}

/**********************************************************************/


/***********************************************************************
	Industry Links
***********************************************************************/
div.list ul
{
	padding: 0;
	margin-left: 0px;
}
div.list ul li
{
	margin-bottom: 2px;
	color: #324e9f; /*#;*/
	list-style-type: none;
	margin: 6px 2px 6px 6px;
}
/**********************************************************************/


/***********************************************************************
	Safety
***********************************************************************/
div.servermessage
{
	width: 400px;
}
div.servererror
{
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	color: #fd1b1f;
	border: solid 2px #fd1b1f;	
	padding: 10px 30px 10px 30px;
	width: 400px;
}

div.serverwarning 
{
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	color: #f59d05;
	border: solid 2px #f59d05;	
	padding: 10px 30px 10px 30px;
	width: 400px;
}

div.serversuccess 
{
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	color: #4fc615;
	border: solid 2px #4fc615;	
	padding: 10px 30px 10px 30px;
	width: 400px;
}
/**********************************************************************/