html {
	font-size: 125%;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 50%;
	margin: 0;
	padding: 0px;
	background-color: #FFF;
}
.bodysee {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18;
	margin: 0;
	padding: 0px;
	background-color: #FFF;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

h3 {
	color: #1f6499;
	font-weight: 100;
	font-size: 1.4em;
}

h6 a, h6 a:visited {
	color: #000;
	text-decoration: none;
}

a, a:visited {
	color: #000;
	/*text-decoration: none; */
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.red_link, .red_link:visited {
	color: #ce1f04;
}

.red_link:hover {
	color: #ce1f04;
}

.read_more_button {
	/*display: block;*/
	width: 66px;
	height: 15px;
	background-image: url('../images/buttons/read_more.gif');
}

.read_more_button:hover {
	cursor: pointer;
	background-image: url('../images/buttons/read_more_ov.gif');
}

.read_more_button span {
	display: none;
}

.button_box {
	position: relative;
	padding: 0 20px 15px 20px;
}



.button {
	/*font-family: Myriad;*/
	color: #778690;
	font-size: 2.7em;
}

.button_img, .button_image_hover {
	position: relative;
	*position: relative;
	top: 2px;
	font-size: 0em;
}

/* contact-workingTogether.php */
.active_button:link, .active_button:visited {
	background-image:url(../images/buttons/send.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:135px;
	height:35px;
	display:block;
	cursor:pointer;
	position:relative;
	z-index:100;
}

/* contact-index.php */
.button_active {
	background-image:url(../images/buttons/send.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:135px;
	height:35px;
	display:block;
	cursor:pointer;
	border:0px;
	position:relative;
	z-index:100;
}
*html .button_active {
	
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/buttons/send.png", sizingMethod="crop");	
	background-position:top left;
	background-repeat:no-repeat;
	width:135px;
	height:35px;
	display:block;
	cursor:pointer;
	border:0px;
}

/* contact-index.php */
.button_hover {
	background-image:url(../images/buttons/send_ov.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:135px;
	height:35px;
	display:block;
	cursor:pointer;
	border:0px;
	position:relative;
	z-index:100;
}


*html .button_hover {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/buttons/send_ov.png", sizingMethod="crop");	
	background-position:top left;
	background-repeat:no-repeat;
	width:135px;
	height:35px;
	display:block;
	cursor:pointer;
	border:0px;
}
*html .active_button:link, *html .active_button:visited {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/buttons/send.png", sizingMethod="crop");
	background-position:top left;
	background-repeat:no-repeat;
	width:135px;
	height:35px;
	display:block;
	cursor:pointer;
}

.active_button:hover {
	background-image:url(../images/buttons/send_ov.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:135px;
	height:35px;
	display:block;
	cursor:pointer;
	
}

*html .active_button:hover {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/buttons/send_ov.png", sizingMethod="crop");
	background-position:top left;
	background-repeat:no-repeat;
	width:135px;
	height:35px;
	display:block;
	cursor:pointer;
}

.button_image_hover {
	display: none;
}

.button a, .button a:visited, .button a:hover {
	color: #778690;
	text-decoration: none;
}

.button a:hover .button_img {
	display: none;
}

.button a:hover .button_image_hover {
	display: inline;
	*display: inline;
}

.white, .white a, .white a:visited, .white a:hover {
	color: #FFF;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/shell/background.gif');
	background-repeat: no-repeat;
}

#secHeader {
	position: relative;
	height: 453px;
}

#home_link {
	font-family: Myriad;
	font-size: 1.6em;
	font-weight: bold;
	position: relative;
	width: 50px;
	top: 10px;
	left: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#home_link a, #home_link a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#home_link a:hover {
	text-decoration: underline;
}

#logo {
	width: 229px;
	font-family: Tahoma;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #8998A0;
	position: relative;
	top: 25px;
	left: 20px;
}

#logo p {
	margin-top: 20px;
	font-size: 1.4em;
}

#menu {
	width: 706px;
	position: absolute;
	left: 259px;
	top: 15px;
}

#portfolio {
	position: absolute;
	top: 40px;
	left: 225px;
}

#insight {
	position: absolute;
	top: 10px;
	left: 450px;
}

#secFlash {
	width: 920px;
	position: relative;
	top: 60px;
	left: 0;
	/* left: 40px; */
}

#secContent {
	margin-top: 0;
	margin-bottom: 20px;
	padding-left:20px;
	/*padding-right:20px;*/
	font-size: 11px;
}

#misc_content_wrapper {
	margin-left: 20px;
}

#misc_content_wrapper p {
	padding: 10px 0;
}

#misc_content_wrapper ul {
	margin-left: 30px;
}

#footer {
	width: 920px;
	/*height: 71px;*/
	/*background-image: url('../images/shell/footer_background.png');
	background-repeat: no-repeat;*/
	margin-left: 20px;
	clear:both;
	

}
#footer a
{
	color:#7f7f7f;
}
#footer a:hover
{
	color:#000000;
}
#footer_padding
{
	padding: 0px 0px 0px 0px;
}
.footer_heading
{
	/*padding:0px 0px 10px 20px;
	color:#004f8c;
	font-size:30px;
	font-weight:normal;
	*/
	height:60px; width:100%; background-image:url(/images/shell/footer_background2.jpg); clear:both; margin-bottom:15px;
	background-repeat:no-repeat;
}
.footer_heading_padding
{
	padding:35px 0px 0px 20px;
}

.footer_box1
{
	width:190px;
	height:135px;
	float:left;
}
.footer_box2
{
	width:200px;
	height:135px;
	float:left;
}
.footer_box3
{
	width:200px;
	height:135px;
	float:left;
}
.footer_box4
{
	width:188px;
	height:135px;
	float:left;
}
.footer_box5
{
	width:138px;
	height:135px;
	float:left;
}
.footer_box_heading
{
	padding:0px 0px 5px 0px;
	color:#7f7f7f;
	font-weight:bold;
	font-size:11px;
}
.footer_box_padding
{
	padding:0px 15px 0px 25px;
}
#footer_links  {
	clear:both;
	margin:15px 20px 0px 20px;
	

}
#footer_links_padding  {
		border-top:2px solid #D7DCDF;
	
}

#footer_address  {
	float: left;
	width: 320px;
}
#footer_address p {
	padding-left: 20px;
	padding-top: 15px;
	font-size: 1.1em;
}
#three_links{
	float: right;
	width: 600px;
}
#three_links_padding
{
	padding:20px 0px 20px 20px;
}

.button_box_footer_contact {
	float: right;
	padding: 0px 10px 0px 0px;
	width: 150px;
}

.button_box_footer_resources {
	float: right;
	padding: 0px 10px 0px 0px;
	width: 150px;
}

.button_box_footer_employment {
	float: right;
	padding: 0px 10px 0px 0px;
	width: 200px;
	
}
.icon_line
{
	width:90%
}
.icon_line_mm
{
	border-top:1px solid #D7DCDF;
	padding:10px 0px 0px 0px;
	width:90%
}
.icon_align
{
	margin-top:-3px;

}

/* ADMIN FORM STYLES */

.required {
	color: #E41B17;
	font-style: italic;
}

.required_field {
	background-color: #FFE87C;
}

.fieldwrapper {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fieldName {
	width: 30%;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

.field {
	position: relative;
	width: 65%;
	float: left;
}

.form_note {
	font-style: italic;
	font-weight: 100;
	color: #bac3c7;
	font-size: .9em;
	margin: 5px;
}

.field_image {
	position: absolute;
	bottom: -20px;
	left: 50px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #bac3c7;
}

.form_image_close {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* FRONT END FORM STYLES */
#front_form {
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 90px;
}

.front_field_wrapper {
	position: relative;
	height: 80px;
}

.front_field_name {
	color: #666666;
	font-size: 1.8em;
	padding-left: 20px;
}

.front_note {
	position: relative;
	top: 0;
	left: 10px;
	font-size: .5em;
}

.front_field input {
	height: 32px;
	position: absolute;
	top: 30px;
	font-size: 1.6em;
	color: #999999;
	padding: 5px 5px 0 20px;
}

.front_field textarea {
	font-family: arial;
	position: absolute;
	top: 30px;
	font-size: 1.6em;
	color: #999999;
	padding: 5px 5px 0 20px;
}

.front_field img {
	position: absolute;
	left: 440px;
}

#front_form_buttons {
	position: absolute;
	bottom: 0;
	left: 335px;
	font-size: 2.2em;
}

#button_enabled {
	display: none;
}

#button_disabled {
	display: block;
}

#front_form_buttons input {
	font-size: 1.0em;
	padding: 5px;
}

#contact_additional_info {
	/*color: #666666;*/
	position: absolute;
	top: 20px;
	right: 20px;
	width: 362px;
	padding: 10px 20px 0 15px;;
	font-size: 1.0em; 
	font-weight: bold;
	background-image: url('../images/misc/form_note_back.png');
	background-repeat: no-repeat;
}

*html .contact_additional_info{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/misc/form_note_back.png", sizingMethod="crop");
}

#contact_additional_info img {
	float: left;
	padding-right: 10px;
	padding-bottom: 100px;
}

#contact_additional_info p {
	padding-bottom: 10px;
}

.contact_note_blue, .contact_note_blue a {
	color: #2b6c9e;
}

/** END ALL FORM STYLES **/

#employment_frame {
	height: 600px;
	text-align: center;
}

#employment_frame iframe {
	border: none;
}

#teaImageLg_image, #teaImageSm_image, #insThumbnail, #insImageLarge {
	display: none;
}

.css_preload {
	display: none;
}

#overlay_box {
	position: absolute;
	top: 0;
	left: 0;
	height: 800px;
	width: 100%;
	background-color: #000000;
	opacity: .7;
	filter: alpha(opacity=70);
	display: none;
}

#overlay_product_image {
	position: absolute;
	display: none;
	width: 490px;
	/*height: 553px;*/
	background-color: #FFFFFF;
	padding: 10px 5px 10px 10px;
}

/*#video_overlay_box {
	width: 340px;
	padding: 10px 0 10px 10px;
}*/

#video_overlay_box {
	position: absolute;
	display: none;
	background-image: url('../images/misc/video_back.png');
	height: 336px;
	width: 510px;
	padding: 10px 0 10px 10px;
}

#flashcontent3607 {
	position: absolute;
	top: 30px;
	left: 100px;
}

#video_controls {
	position: absolute;
	bottom: 15px;
	left: 20px;
}

#video_controls div {
	float: left;
}

#video_controls_title {
	font-size: 1.8em;
	color: #FFFFFF;
	margin-right: 10px;
}

#video_controls_stop {
	position: relative;
	left: 5px;
	width: 20px;
	display: none;
}

#video_controls_play {
	position: relative;
	left: 5px;
	width: 20px;
}

#video_controls_previous {
	position: relative;
	left: 10px;
	width: 20px;
}

#video_close {
	position: absolute;
	bottom: 0;
	right: 0;
}

#overlay_product_close {
	position: absolute;
	top: 0;
	right: 0;
}

#overlay_product_name {
	color: #f5a727;
	font-size: 1.5em;
	font-weight: bold;
}

#overlay_product_link_wrapper {
	display: none;
}

#overlay_product_awards {
	color: #f5a727;
	font-size: 1.0em;
}

#overlay_product_image_wrapper {
	width: 480px;
	height: 480px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

/* BLOG STYLES */
#blog_list_wrapper {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
}

.blog_item {
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog_item img {
	padding-bottom: 20px;
}

.blog_item p {
	font-size: 1.2em;
}

.blog_item h2, .blog_item div h2 {
	color: #1f6499;
	font-size: 1.4em;
	padding-bottom: 10px;
}

.blog_item div h2 {
	padding-top: 0;
	margin-top: 0;
}

#conEmail_check, #conName_check, #conCompany_check,
#conEmail_note, #conName_note, #conCompany_note {
	display: none;
}

#resources_list {
	list-style-image: url('../images/misc/bullet.png');
}

#resources_list li {
	padding-bottom: 10px;
}

.button_contact, .button_contact_hover {
	position: relative;
	*position: relative;
	top: 2px;
	font-size: 0em;
}

.button_contact_hover {
	display: none;
}

.button a:hover .button_contact {
	display: none;
}


.button a:hover .button_contact_hover {
	display: inline;
	*display: inline;
}

.button_overlay, .button_overlay_hover {
	position: relative;
	*position: relative;
	top: 2px;
	font-size: 0em;
}

.button_overlay_hover {
	display: none;
}

.button a:hover .button_overlay {
	display: none;
}


.button a:hover .button_overlay_hover {
	display: inline;
	*display: inline;
}