@charset "utf-8";
/* CSS Document */


/* BEGIN MAIN LAYOUT STYLES --------------------------------------------------------------------------------- */
* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
}

 
#bullets, #bullets ul{
 margin:15px;
 padding-left: 20px;
 list-style-type: circle;
 list-style: circle;
 list-style-position:outside;
 position:relative;
 line-height:1.5em;
}
 
ul.basic_list {
	list-style-type:disc;
	list-style-position:outside;
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.basic_list li {
	padding-bottom: 10px;
	}

div.trans_bg ul.basic_list {
	color: #fff;
	}

div#main_body_text h2 {
	line-height: 34px;
	font-family: DIN-Medium, Helvetica, sans-serif;
	color: #ff9900;
	font-size:30px;
	font-weight: bold;
	padding-bottom: 5px;
}

div#main_body_text p, div#column_wrapper p {
	padding: 5px 10px 10px 10px;
	line-height: 18px;
	color: #999999;
	font-size:10pt;
	font-weight: 200;
	 
	}
	
.clear_float:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}	

* html #body_layer_0 {
height: 100%;
width: 100%;
z-index: 1;
}

/* adds gradient overlay background to page */
#body_layer_0 {
height: 100%;
width: 100%;
BACKGROUND-IMAGE: url(/images/background_solid_small.png); BACKGROUND-REPEAT: repeat-x;
margin: 0 auto;
left: 0px;
top: 0px;
text-align: left;
z-index: 1;

}


/* adds smoke effect image to page */
#body_layer_0_image{
	position: absolute;
	text-align:center;
	width: 100%; 
	height: 100%;
	top: 0px;
	BACKGROUND-IMAGE: url(/images/fog_small.jpg); background-position: top center; background-repeat: no-repeat; 
	z-index: 2;
	
	/* background-position: top center; background-repeat: no-repeat;  also, moved this to body_lay_1, and opened the tag to the end of the page (editing footer and header)  but it didn't work in FF*/

	
	/*position: fixed;
	text-align:center;
	width: 1300px; 
	height: 600px;
	top: 0px;
  	left: 50%;
  	margin-left: -650px;
	BACKGROUND-IMAGE: url(/images/layer_2_smoke_left.png); background-repeat: no-repeat;*/
	
	
}



/* adds mesh to background */
#body_layer_2{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	BACKGROUND-IMAGE: url(/images/background_mesh.png); BACKGROUND-REPEAT: repeat;
	z-index: 3;
}

/* defines position for the body's content */
#body_layer_3{
	position: relative;
	text-align: left;
	width: 1000px;
	height: 100%;
	top: 0px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;

}

/* END MAIN LAYOUT STYLES ----------------------------------------------------------------------------------------------------------------------- */



/* BEGIN STYLES FOR THE PAGES HEADER ----------------------------------------------------------------------------------------------------------- */
#header{
	position: relative; width: 1000px; height: 62px; top: 0px; padding-top: 5px; padding-bottom: 5px;
}

#div_logo{
	position: static; width: 300px; height: 62px;  float: left; left: 0px; top: 0px;
}
#call_out{
	position: static; width: 400px; height: 62px;  float: left; left: 0px; top: 0px;
}

#search_area {
	position:relative;
	width: 250px;
	height: 42px;
	margin-top: 15px;
	float: left;
}
#search_field{
	position: static; width: 183px; height: 28px; float: left; background-image:url(/images/search_box.png); background-repeat: no-repeat; background-position: center left; border: none;  
}


#search_button{
	position: static; width: 60px; height: 42px; float: right;
}

.search_box {  position: relative; height: 15px; width: 165px; top: 5px; left:4px; border-bottom: 0px solid #ffffff; border-top: 0px solid #ffffff; border-left: 0px solid #ffffff; border-right: 0px solid #ffffff;

}

/* END STYLES FOR THE PAGES HEADER ---------------------------------------------------------------------------------------------------------------- */



/* OTHER GLOBAL STYLES --------------------------------------------------------------------------------------------------------------------------- */
/* styles for the top navigation bar */
#nav_bar{
	position: relative; width: 1000px; height: 41px; float: left; left: 0px; top: 0px; BACKGROUND-IMAGE: url(/images/nav_bar.png); BACKGROUND-REPEAT: no-repeat;
}

#general_div{
	position: relative; width: 1000px; float: left; left: 0px; top: 0px;
}

#general_div_white_background{
	position: relative; width: 980px; float: left; background-color:#FFFFFF; padding-left: 10px; padding-right: 10px; padding-bottom: 10px;
}

#blue_button{
	position: relative; width: 285px; height: 33px; float: left; left: 0px; top: 0px; BACKGROUND-IMAGE: url(/images/blue_back_button.gif); BACKGROUND-REPEAT: no-repeat; 
}

#blue_button:hover{
	BACKGROUND-IMAGE: url(/images/orange_back_button.gif); BACKGROUND-REPEAT: no-repeat; cursor: pointer;
}

div.blue_button {
	position: absolute; 
	width: 90%; 
	height: 33px; 
	float: left; 
	background-image: url(/images/learn_more_right.png); 
	background-repeat: no-repeat; 
	background-position: top right;
	padding: 0;
	padding-right: 10px;
	bottom: 5px;
	
	
}

div.blue_button:hover{
	background-image: url(/images/orange_button_right.png); 
	background-repeat:no-repeat;
	background-position: right top;
	cursor: pointer;
	padding: 0;
	padding-right: 10px;
}

a.blue_button_text {
	background-image: url(/images/learn_more_left.png); 
	background-repeat: no-repeat; 
	background-position: left top;
	cursor: pointer;
	display: block;
	height: 28px;
	padding: 0;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
}

a.blue_button_text:hover {
	BACKGROUND-IMAGE: url(/images/orange_button_left.png); 
	BACKGROUND-REPEAT: no-repeat; 
	background-position: left top;
	cursor: pointer;
	
	}

/* styles for the NEWS section */
#news_layer{
	position: relative; 
	width: 1000px; 
	height: 68px; 
	float: left; 
	left: 0px; 
	top: 15px; 
	BACKGROUND-IMAGE: url(/images/news_background.png); 
	BACKGROUND-REPEAT: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size:12px;
	font-weight: bold;
	padding-top: 0px;
	padding-left:0px;
}

div#nav_news_title {
	float: left;
	width: 45%
}

div#news_layer div.pdf_link {
	float: right;
	width: 45%;
	padding: 10px;
	text-align:right;
}

div#news_layer div.pdf_link a:link, div#news_layer div.pdf_link a:visited, div#news_layer div.pdf_link a:active {
	color: #000066;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}

div#news_layer div.pdf_link a:hover {
	color: #FF6600;
	text-decoration:underline;
	}

#static_wrapper { position: static;}

#footer { 
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:10px;
	font-weight: bold;
	top: 25px;
	float: left;
	left: 0px;
	width: 1000px; height: 38px;
}

#nav_breadcrumb {
	position: relative; width: 975px; height: 30px; float: left; left: 0px; top: 0px; padding-top: 8px; padding-left: 25px; BACKGROUND-IMAGE: url(/images/breadcrumb_back.jpg); BACKGROUND-REPEAT: repeat-y; }

#page_title_box {
	position: relative; width: 1000px; height: 70px; float: left; left: 0px; top: 0px; BACKGROUND-IMAGE: url(/images/bluebackmesh.gif); BACKGROUND-REPEAT: repeat-y; }
	
#page_video_box {
	position: relative; width: 1000px; height: auto; float: left; left: 0px; top: 0px;}

/* END OTHER GLOBAL STYLES --------------------------------------------------------------------------------------------------------------------- */



/* HOMEPAGE SPECIFIC STYLES -------------------------------------------------------------------------------------------------------------------- */

/* styles for the 4 main categories on the homepage  -- OUTDATED -- TO BE REMOVED */
#home_view_wrapper{
	position: relative; width: 1000px; height: 180px; top: -27px;
}

#home_view_1{
	position: static; width: 250px; height: 180px; float: left; left: 0px; top: 0px; BACKGROUND-IMAGE: url(/images/off_view_background.png); BACKGROUND-REPEAT: no-repeat;
}
#home_view_1_focus{
	position: static; width: 250px; height: 180px; float: left; left: 0px; top: 0px; BACKGROUND-IMAGE: url(/images/on_view_background.png); BACKGROUND-REPEAT: no-repeat;
}


#home_view_2{
	position: static; width: 250px; height: 180px; float: left; left: 250px; top: 0px; BACKGROUND-IMAGE: url(/images/on_view_background.png); BACKGROUND-REPEAT: no-repeat;
}
#home_view_2_focus{
	position: static; width: 250px; height: 180px; float: left; left: 250px; top: 0px; BACKGROUND-IMAGE: url(/images/on_view_background.png); BACKGROUND-REPEAT: no-repeat;
}

#home_view_3{
	position: static; width: 250px; height: 180px; float: left; left: 500px; top: 0px; BACKGROUND-IMAGE: url(/images/off_view_background.png); BACKGROUND-REPEAT: no-repeat;
}
#home_view_3_focus{
	position: static; width: 250px; height: 180px; float: left; left: 500px; top: 0px; BACKGROUND-IMAGE: url(/images/on_view_background.png); BACKGROUND-REPEAT: no-repeat;
}

#home_view_4{
	position: static; width: 250px; height: 180px; float: left; left: 750px; top: 0px; BACKGROUND-IMAGE: url(/images/off_view_background.png); BACKGROUND-REPEAT: no-repeat;
}
#home_view_4_focus{
	position: static; width: 250px; height: 180px; float: left; left: 750px; top: 0px; BACKGROUND-IMAGE: url(/images/on_view_background.png); BACKGROUND-REPEAT: no-repeat;
}



/* END HOMEPAGE SPECIFIC STYLES -------------------------------------------------------------------------------------------------------------------- */




/*MENU STYLES ----------------------------------------------------------------------*/
#menu_container_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0622191700_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	top:113px;
	visibility:hidden;
	z-index:501;

}
#menu_sub_1 {
/* This class defines things about menu MMMenu0622191700_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:234px;
	height:auto;
	border-bottom: none;
}


#menu_container_2 {
/* This ID is related to the master menu div for menu MMMenuContainer0622191700_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	top:113px;
	visibility:hidden;
	z-index:501;

}
#menu_sub_2 {
/* This class defines things about menu MMMenu0622191700_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:234px;
	height:auto;
	border-bottom: none;
}
#menu_container_3 {
/* This ID is related to the master menu div for menu MMMenuContainer0622191700_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	top:113px;
	visibility:hidden;
	z-index:501;

}
#menu_sub_3 {
/* This class defines things about menu MMMenu0622191700_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:234px;
	height:auto;
	border-bottom: none;
}
#menu_container_4 {
/* This ID is related to the master menu div for menu MMMenuContainer0622191700_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	top:113px;
	visibility:hidden;
	z-index:501;

}
#menu_sub_4 {
/* This class defines things about menu MMMenu0622191700_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:234px;
	height:auto;
	border-bottom: none;
}
#menu_container_5 {
/* This ID is related to the master menu div for menu MMMenuContainer0622191700_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	top:113px;
	visibility:hidden;
	z-index:501;

}
#menu_sub_5 {
/* This class defines things about menu MMMenu0622191700_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:234px;
	height:auto;
	border-bottom: none;
}


#menu_container_6 {
/* This ID is related to the master menu div for menu MMMenuContainer0622191700_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	top:113px;
	visibility:hidden;
	z-index:501;

}
#menu_sub_6 {
/* This class defines things about menu MMMenu0622191700_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:234px;
	height:auto;
	border-bottom: none;
}
#menu_container_7 {
/* This ID is related to the master menu div for menu MMMenuContainer0622191700_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	top:113px;
	visibility:hidden;
	z-index:501;

}
#menu_sub_7 {
/* This class defines things about menu MMMenu0622191700_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:234px;
	height:auto;
	border-bottom: none;
}
#menu_container_8 {
/* This ID is related to the master menu div for menu MMMenuContainer0622191700_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	top:113px;
	visibility:hidden;
	z-index:501;

}
#menu_sub_8 {
/* This class defines things about menu MMMenu0622191700_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:234px;
	height:auto;
	border-bottom: none;
}
.menu_internal{
	background-color: #ffffff;
	width: 232px;
	height: 100%;
	border-top: none;
	border-bottom: none;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	z-index: 503;
	margin-top: 0;
}



/*END MENU STYLES --------------------------------------------------- */



/*  inner body content styles ------------------------------------------------------------------------------------- */


		#xsnazzy {position:relative; left: 0px; border: 0px solid black;}

.xtop {display:block;  font-size:1px; }
.xbottom {display:block;  font-size:1px;  }
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden; }
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.xb1 {margin:0 5px; background: #CCCCCC; }
.xb2 {margin:0 3px; border-width:0 2px; }
.xb3 {margin:0 2px; }
.xb4 {height:2px; margin:0 1px; }

.xb1_b, .xb2_b, .xb3_b, .xb4_b {display:block; overflow:visible;  }
.xb1_b, .xb2_b, .xb3_b {height:1px; }
.xb2_b, .xb3_b, .xb4_b {border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.xb1_b {margin:0 5px; background:#cccccc; }
.xb2_b {margin:0 3px; border-width:0 2px;}
.xb3_b {margin:0 2px;}
.xb4_b {height:2px; margin:0 1px; }




#xboxcontent { border:0 solid #cccccc; border-width:0 1px; height: auto; position: relative; top: 0px;}


#gradient_box {
	position: absolute;
	top: 0px;
	height: auto;
	

}



.right {text-align:right; height:auto;}

		
		
		
		
		
		
		
		
#orange_page_heading{
	position: relative; 
	text-align: left;
	padding-top: 15px;
	left: 0px; 
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-size:22pt;
	font-weight: 200;
	 
	line-height: 24pt;
}

#faded_gray_heading{
	position: relative; 
	text-align: left;
	padding-top: 5px;
	left: 0px;
	padding-left: 25px; 
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size:22pt;
	font-weight: 200;
	 
}

#main_body_text{ 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:10pt;
	font-weight: 200;
	 
	line-height: 14pt;
	height: 100%;
}

.main_body_text{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:10pt;
	font-weight: 200;
	 
	line-height: 14pt;
	list-style-type: circle;
}

#main_body_text_dark{ 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10pt;
	font-weight: 200;
	 
	line-height: 14pt;
}

		
a.additional_links{ 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10pt;
	font-weight: 200;
	 
	line-height: 14pt;
	text-decoration:none;
}
a.additional_links:hover {
	text-decoration: underline;
}
#additional_information_text{ 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:10pt;
	font-weight: 200;
	 
	line-height: 14pt;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 2px;
	margin-top: 10px;
}

#additional_information_blue{
	position: relative; 
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	left: 0px; 
	top: 0px;
	font-family: Arial, verdana;
	color: #4270c2;
	font-size:20px;
	line-height: 22px;
	font-weight: 200;
	 
}


#column_wrapper{
	position: relative;
	float: left;
	width:  940px;
	z-index: 499;
	height: 100%;
	padding: 20px;
	padding-top: 5px;
}

#left_column{
	position: relative;
	width: 600px;
	left: 0px;
	z-index: 500;
	float: left;
	overflow:auto;
}

#right_column{
	width: 310px;
	margin-left: 620px;
	
}

/*  inner body content styles ------------------------------------------------------------------------------------- */
div#panels {
	height: 100%;
	margin: 0;
	padding: 20px 0;
	overflow: hidden;
	clear: both;
	}

div#panels div.side_panel {
	float: left;
	position: relative;
	margin-left: 5px;
	width: 225px;
	height: auto;
}

/*  list styles ------------------------------------------------------------------------------------- */

ul#pl_features {
	padding: 0;
	margin: 0;
	padding-top: 15px;
	position:relative;
	list-style: none;
	position:relative;
	float: left;
}
ul#pl_features a {
	text-decoration:none;
	}

ul#pl_features a:hover {
	text-decoration:underline;
	}

ul#pl_features li {
	float: left;
	height: 150px;
	padding: 0 10px 10px 125px;
	text-align:left;
	color: #669900;
	margin-top: 20px;
	display: block;
}

ul#pl_features li span.term {
	font-weight: 200;
	display:block;
	color: #ff9900;
	font-size:18px;
	padding-bottom: 10px;
	}
	
ul#pl_features li span.definition {
	display:block;
	}

ul#pl_features li.email {
	background:url(../images/features/glossy_email_icon.jpg) no-repeat left top;
}

ul#pl_features li.text {
	background:url(../images/features/glossy_phone_icon.jpg) no-repeat left top;
}

ul#pl_features li.mp3 {
	background:url(../images/features/glossy_mp3_icon.jpg) no-repeat left top;
}

ul#pl_features li.gallery {
	background:url(../images/features/glossy_gallery_icon.jpg) no-repeat left top;
}

ul#pl_features li.rss {
	background:url(../images/features/glossy_rss_icon.jpg) no-repeat left top;
}

ul#pl_features li.embed_code {
	background:url(../images/features/glossy_embed_icon.jpg) no-repeat left top;
}

ul#pl_features li.digg {
	background:url(../images/features/glossy_digg_logo.jpg) no-repeat left top;
}

ul#pl_features li.delicious {
	background:url(../images/features/glossy_delicious_icon.jpg) no-repeat left top;
}


ul#who_uses_list {
	padding: 0;
	margin: 0;
	padding-top: 15px;
	position:relative;
	list-style: none;
	float: left;
	width: 575px;
}

ul#who_uses_list li {
	padding: 5px 0;
	margin: 0;
	}
	
ul#who_uses_list li h3 {
	padding: 0;
	margin: 0;
	}
ul#who_uses_list li p {
	padding: 0;
	margin: 0;
	}


ul#who_uses_list a {
	text-decoration:none;
	}

ul#who_uses_list a:hover {
	text-decoration:underline;
	}

ul#who_uses_list li {
	float: left;
	padding: 0 10px 10px 125px;
	text-align:left;
	color: #669900;
	margin-top: 20px;
	display: block;
}

ul#who_uses_list li span.term {
	font-weight: 200;
	display:block;
	color: #ff9900;
	font-size:18px;
	padding-bottom: 10px;
	}



div#big_dvp {
	width: 1000px; 
	height: 380px; 
	background-image:url(/images/blue_background.jpg); 
	background-repeat: no-repeat;
	position:relative;
	margin: 0;
	padding: 0;
}

div.trans_bg {
	margin: 0;
	/*background: url(../images/black_transp_tile.png) repeat;*/
	width: 455px;
	height: 300px;
	position: absolute;
	top: 40px;
	left: 480px;
}

div.trans_bg_2 {
	margin: 0;
	/*background: url(../images/black_transp_tile.png) repeat;*/
	width: 300px;
	height: 300px;
	position: absolute;
	top: 10px;
	left: 650px;
}

div#small_dvp {
	padding: 0;
	margin: 0;
	width:400px;
	height: 300px;
	position: absolute;
	top: 40px;
	left: 40px;
}

div#small_dvp_2 {
	padding: 0;
	margin: 0;
	width:600px;
	position: absolute;
	top: 10px;
	left: 20px;
}
div.trans_bg_2 p.about_descrip,div.trans_bg p.about_descrip {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	font-weight:200;
}

div.trans_bg_2 p.first_p,div.trans_bg p.first_p {
	padding-bottom: 30px;
}

div.trans_bg p.port_descrip {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight:200;
}

a:link.portfolio_home, a:visited.portfolio_home, a:active.portfolio_home {
	font-weight: bold; 
	display: block;
	margin: 10px; 
	padding-top: 130px;
	padding-bottom: 5px;
	background: url(../images/portfolio_link_bg.png) no-repeat center 20px;
	width: 145px;
	float: left; 
	color: #ff9900;
	text-decoration: none;
	}
	
a:hover.portfolio_home {
	color: #999999;
	text-decoration: underline;
}

a:link.heading_link, a:visited.heading_link, a:active.heading_link {
	text-decoration: none;
	color: #4f9edc;
	line-height: 24px;
	padding-top: 0;
	margin-top: 0;
}

a:hover.heading_link {
	text-decoration: underline;
	color: #999;
	}

div.two_column_heading {
	position:relative;
	zoom: 1;
}

div.two_column_heading div#orange_page_heading {
	float: left;
	width: 340px;
	font-size: 36px;
	line-height: 48px;
	padding: 10px 10px 0 0;
	margin-top: 10px;
	text-align: right;
	font-weight: 500;
}

div.two_column_heading div.column_two {
	margin: 0 0 0 375px;
	border-left: 2px solid #999;
	padding-left: 10px;
	}
	
div#column_wrapper p.opening_p {
	font-size: 12px;
	line-height: 20px;
	color: #555;

	margin-bottom: 10px;
	margin-top: 15px;
	width: 600px;

}	

/*  industry page styles ------------------------------------------------------------------------------------- */

div#secondary_big_dvp {
	width: 1000px; 
	height: 325px; 
	background-color:#fff;
	position:relative;
	margin: 0;
	padding: 0;
	padding-bottom: 0;
	clear: both;
}

div#secondary_big_dvp div.trans_bg {
	height: 300px;
	top: 20px;
	margin: 0;
	/*background: url(../images/black_transp_tile.png) repeat;*/
	width: 455px;
	position: absolute;
	left: 480px;
	}
	
div#secondary_big_dvp div.trans_bg h3 {
	color: #4270c2;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	}
	
div#secondary_big_dvp div.trans_bg p {
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	}

div#secondary_big_dvp div#small_dvp {
	padding: 0;
	margin: 0;
	width:400px;
	height: 300px;
	position: absolute;
	left: 40px;
	top: 20px;
	}
div.industry_content div#column_wrapper {
	margin-top: 0;
	position: relative;
	float: left;
	width:  940px;
	z-index: 499;
	height: 100%;
	padding: 20px;
	padding-top: 5px;
	}
	
div.industry_layout div#left_column {
	width: 650px;
	float: none;
	margin-top: 0;
	position: relative;
	z-index: 500;
	}
		
div.industry_layout div#left_column p.box_label {
	padding: 10px 10px 10px 0;
	background: #fff;
	font-size: 15px;
	font-weight:bold;
	margin-bottom: -10px;
	padding-left: 0;
	color: #999;
	}

div.industry_layout div#left_column div.port_samples {
	padding: 10px 0 10px 0;
	float: left;
	width: 600px;
	border: solid 1px #ffffff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	margin-left: -10px;
	height: auto;
	}
	
div.industry_layout div#left_column div#main_body_text {
	clear: left;
	margin-top: 10px;
}

div.industry_layout div#left_column div#main_body_text h5 {
	font-weight:bold;
	padding-bottom: 5px;
	margin:0;
	font-size: 14px;
	line-height: 20px;
	}
	
div.industry_layout div#right_column {
	width: 225px;
	float: right;
	

	}
	
div.industry_layout div#right_column div.secondary_nav_panel {
	margin-top: 15px;

}
	
div.industry_layout div#right_column div.secondary_nav_panel h4 {
	padding: 0 10px;
	font-size: 18px;
	color: #4270c2;
	border-bottom: 1px solid #4270c2;
	font-weight: bold;
}
	
div.industry_layout div#right_column div.secondary_nav_panel ul.vert_link_list {
	list-style:none;
	padding-left: 10px;
	}
	
img.order_now_img {
	margin-top: 50px;
	border: 1px solid #4270c2;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}	
	
div.industry_layout div#left_column div#main_body_text blockquote p {
	font-weight:bold;
	font-size:16px;
	line-height: 24px;
	margin-left: 15px;
	padding-top: 25px;
	color: #4270c2;
	}	
	
span.highlite {
		color: #FF6600;
	}
	
form#bw_form label {
	padding-bottom: 10px;
	display: block;
	}

span.label {
	color: #4270c2;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
		}

textarea, input, select {
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	
	}

form#bw_form textarea {
	width: 300px;
}