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

/*BEGIN DEFAULT STYLES FOR ALL ELEMENTS */

* {
	padding: 0;
	margin: 0;
}

sup {
	font-size: 75%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:inherit;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

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

h5 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
	font-size: 10pt;
}

a { 
	color: #669900; 
	font-size:12px; 
	font-weight: bold; 
	text-decoration: none;
}

a:hover { 
	color: #FF9900;
} 





/* BEGIN MAIN LAYOUT STYLES --------------------------------------------------------------------------------- */

 
#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;
 }
 


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

/* adds gradient overlay background to page */
#body_layer_0 {
min-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; left: 0px; top: 0px; 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/learn_more_at_button.png); BACKGROUND-REPEAT: no-repeat; 
}

#blue_button:hover{
	BACKGROUND-IMAGE: url(/images/orange_back_button.gif); BACKGROUND-REPEAT: no-repeat; 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;
}

#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: 1000px; height: 30px; float: left; left: 0px; top: 0px; padding-top: 8px; padding-left: 25px; BACKGROUND-IMAGE: url(/images/breadcrumbw.png); 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_container_9 {
/* 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_9 {
/* 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_10 {
/* 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_10 {
/* 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_11 {
/* 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_11 {
/* 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_12 {
/* 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_12 {
/* 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_13 {
/* 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_13 {
/* 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_14 {
/* 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_14 {
/* 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_15 {
/* 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_15 {
/* 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_16 {
/* 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_16 {
/* 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_17 {
/* 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_17 {
/* 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_18 {
/* 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_18 {
/* 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_19 {
/* 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_19 {
/* 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_20 {
/* 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_20 {
/* 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_21 {
/* 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_21 {
/* 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_22 {
/* 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_22 {
/* 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_23 {
/* 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_23 {
/* 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_24 {
/* 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_24 {
/* 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_25 {
/* 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_25 {
/* 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;
}



/*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, #orange_page_heading h2 { 
	padding: 0;
	margin: 0;
	color: #ff9900;
	font-size:26px;
	font-weight: 200;
	padding-top: 10px;
	
	line-height: 28px;
}

div.primary_panel h3, div.secondary_panel h3 {
	margin:0;
	padding:0;
	color: #ff9900;
	font-size:22px;
	font-weight: 200;
	line-height: 36px;
}



div.primary_panel {
	float: left;
	width: 400px;
	margin: 0;
	position: relative;
}

div.secondary_panel {
	margin: 0 0 0 425px;
	width: 400px;
	position:relative;
}

#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, #main_body_text p{ 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:12px;
	font-weight: 200;
	line-height: 20px;
	padding: 10px 15px 10px 0;
}

.main_body_text, .main_body_text p {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:12px;
	font-weight: 200;
	line-height: 18px;
	list-style-type: circle;
	padding: 10px 15px 10px 0;
}

.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 ul, #main_body_text ol {
	list-style-position: inside;
	padding:0;
	margin:0;
}

#main_body_text ul li, #main_body_text ol li {
	padding-bottom: 10px;
}

ol.video_inst_list {
	list-style:none;
	margin:0;
	padding:0;
	width: 550px;
}

ol.video_inst_list li {
	height: 194px;
	padding: 0 0 0 165px;
	margin: 0;
}

ol.video_inst_list li.create {
	background: url(../images/ung_create.jpg) no-repeat center left;
}

ol.video_inst_list li.upload {
	background: url(../images/ung_upload.jpg) no-repeat center left;
}

ol.video_inst_list li.distribute {
	background: url(../images/ung_post_distribute.jpg) no-repeat center left;
}

ol.video_inst_list li span {
	display: block;
	margin:0;
	padding: 0;
}

ol.video_inst_list li span.video_inst {
	font-size: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:lowercase;
	color: #669900;
	padding-top: 35px;
	line-height: 30px;
}

ol.video_inst_list li span.furth_inst {
	padding: 10px 0 0 0;
	}

ol.digi_steps_list {
	padding: 0;
	margin: 0;
	color: #f90;
	font-weight:bold;
}

ol.digi_steps_list li span.digi_step {
	font-weight:bold;
	padding-bottom: 5px;
	color: #f90;
}

ol.digi_steps_list li span.furth_inst {
	display:block;
	color: #999;
	font-weight:normal;
}

ul.media_list {
	padding: 0;
	margin: 0;
	padding-top: 15px;
	position:relative;
	overflow: auto;
	list-style: none;
}

ul.media_list li {
	float: left;
	height: 65px;
	width: 20px;
	padding: 125px 50px;
	text-align:center;
	font-weight:bold;
	color: #669900;
	margin-top: 20px;
}

ul.media_list li.email {
	background:url(../images/glossy_email_icon.jpg) no-repeat center top;
}

ul.media_list li.text {
	background:url(../images/glossy_phone_icon.jpg) no-repeat center top;
}


ul.media_list li.mp3 {
	background:url(../images/glossy_mp3_icon.jpg) no-repeat center top;
}


div.side_bar_panel {
	margin: 0;
	}

div.side_bar_panel p {
	padding: 15px;
	padding-top: 0;
	margin:0;
}

div.side_bar_panel h4 {
	padding: 0 15px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: 200;
	margin:0;
}

a.learn_more_link {
	line-height: 24px;
	}

#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;
}

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


#column_wrapper{
	position: relative;
	float: left;
	width:  970px;
	left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	z-index: 499;
}

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

#right_column{
	width: 300px;
	float: right;
	margin-right: 15px;
}

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



/* form styles */

/*form {
	padding: 0;
	margin: 0;
	font-size: 12px;
	}
	
fieldset {
	width: 500px;
	border: none;
	}
	
label {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	display:block;
	padding-bottom: .25em;
	float: left;
}	

label span {
	padding: 0;
	margin: 0;
	text-align: right;
	display:block;
	padding-bottom: .25em;
}

form fieldset select, form fieldset input {
	padding: 3px;
	margin: 0;
	text-align: left;
	float: right;
	}
	
fieldset input {
	width: 30%;
	}
	

*/

/* form styles */
div#form_div {
	text-align: center;
	padding: 0;
	margin: 0;
	clear: both;
	}

form#contact { 
	width: 100%;
	margin: 15px 0 0 0;
	text-align:left;
	padding-top: 15px;
	}


form#contact label, form#contact label span {
	display: block;
	padding-bottom: 5px;
}

form#contact h3 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 16px;
	background: url(../images/greeen_gradient_bg.jpg) repeat-x #690;
	color: #fff;
}
 

form#contact label {
	float: left;
	width: 100%;
	font-weight: bold;
	padding: 2px 0 2px 0;
	font-size: 12px;
}

form#contact label span {
	float: left;
	width: 40%;
	text-align: right;
}

form#contact fieldset input, form#contact fieldset select {
	float: left;
	width: 45%;
	border: 1px solid #6f0;
	margin-left: 10px;
	font-size: 12px;
	padding: 2px 2px;
}

form#contact p {
	padding: 1em;
	font-weight: bold;
	border-bottom: 1px solid #f90;
	text-align:center;
	margin-bottom: 2em;
}
	
form#contact fieldset label input.checkbox {
	width: auto;

}

form#contact fieldset {
	margin-bottom: 5px;
	padding: 5px;
	padding-bottom: 0;
	margin-top: 5px;
	overflow: hidden;
	border: 0;
}

form#contact div {
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 0px 5px 5px 5px; 
	text-align: center;
	}

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: 700px;
	float: left;
	margin-top: 0;
	position: relative;
	z-index: 500;
	}
		
div.industry_layout div#left_column p.box_label, div.industry_layout p.box_label {
	padding: 10px 10px 10px 0;
	background: #fff;
	font-size: 15px;
	font-weight:bold;
	margin-bottom: -10px;
	padding-left: 0;
	color: #999;
	margin-left: 20px;
	}

div.industry_layout div#left_column div.port_samples, div.industry_layout div.port_samples {
	padding: 10px 0 10px 0;
	float: left;
	width: 950px;
	margin-bottom: 10px;
	margin-left: 20px;

	}
	
.clear_float {
	clear:both;
	}
img.ola_flow_chart {
	float: right;
	border: none;
}

div.ola_div {
	background:url(../images/ola_bg.jpg) no-repeat bottom center #fff;
	height: 553px; 
	margin-left: -15px;
	}

div.industry_layout h3 {
	margin-bottom: 0;
	margin-top: 20px;
	padding-bottom: 3px;
}

body div.industry_layout div#main_body_text p {
	margin-top: 3px;
	padding-top: 0;
}


div#big_dvp {
	width: 1000px; 
	height: 380px; 
	background-image:url(/images/temp_video_back.png); 
	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;
}