 @charset "UTF-8";
/* CSS Document */

/* ******HTML Elements****** */
html {
	padding: 0;
	margin: 0
}

body {
	margin:0;
	padding:0;
	background-color:#252628;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A13A30;
	font-size:38px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A13A30;
	font-size:32px;
	font-weight:normal;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A13A30;
	font-size:25px;
	font-weight:normal;
	margin: 0;
	padding-top: 5px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A13A30;
	font-size:20px;
	font-weight:normal;
	font-style:italic;
}

.color_change {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4B1B0A;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4B1B0A;	
	font-size:18px;
	font-weight:bold;
	margin: 0;
	padding-top:25px;
	padding-bottom:5px;
}

h6 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:5px;
}

h7{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006699;
	font-size:20px;
	font-weight:normal;
	font-style:italic;
}

h8{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A13A30;	
	font-size:18px;
	font-weight:bold;
}

h9{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006699;
	font-size:15px;
	font-weight:normal;
	font-style:italic;
}

p {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#4B1B0A;	
	font-size:13px;
	font-weight:normal;
	line-height: 22px;
}

.carousel_padding{
	padding-bottom:15px;
}


.webinar_paragraphs {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#4B1B0A;	
	font-size:13px;
	font-weight:normal;
	line-height: 22px;
	padding:0;
	margin:0;
}

strong{
font-weight:bold;
}

em{
font-style:italic;
}

/* ************ For Collapse/Expand ************* */
#temp2_copy_box p.msg_head {
	list-style-type:none;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:0px;
	line-height:14px;
	padding-left:15px;
	background: url(images/plus.gif) no-repeat left 2px;
}

#temp2_copy_box p.open {
	background-image:url(images/minus.gif) !important;
	
}


#temp2_copy_box p.msg_body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;	
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

#temp2_copy_box img.logo {
	padding-top:15px;
}

/* ************ For Newsletter Collapse/Expand ************* */
#newsletter_col p.msg_head {
	list-style-type:none;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:0px;
	line-height:14px;
	padding-left:15px;
	padding-top:8px;
	margin: 0 0 0 25px;
	background: url(images/plus.gif) no-repeat left 10px !important;
}

#newsletter_col p.open {
	background-image:url(images/minus.gif) !important;
	
}

#newsletter_col div.msg_body ul li {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;	
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

#newsletter_col div.msg_body {
	padding: 0 0 0px 20px;
}


/* ************ For News & Events Collapse/Expand ************* */
#news_buttons_col h5.msg_head {
	list-style-type:none;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	padding-top:0px;
	line-height:14px;
	padding-bottom:10px;
	padding-top:5px;
	padding-left:15px;
	background: url(images/plus.gif) no-repeat left 10px !important;
}

#news_buttons_col h5.open {
	background-image:url(images/minus.gif) !important;
	
}

#news_buttons_col p.msg_body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;	
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	padding:10px 0px 10px 12px;
}




/* ******Header****** */
#head_wrap {
	width:100%;
	height:74px;
	background:url(images/header_r1_c1.jpg) repeat-x;
	border-bottom-style: solid;
	border-bottom-color: #7992D3;
	border-bottom-width: 1px;
	overflow:hidden;
}

#header {
	width: 945px;
	height:74px;
	margin: 0 auto;
	background: url(images/header_r1_c1.jpg) repeat-x;
	overflow:hidden;

}



/* ******Navigation****** */
#navigation {
	width:650px;
	margin-top:7px;
	margin-left:45px;
	float:left;
}

#nav_logo {
	float:left;
}

#navigation ul {
	margin:0;
}

#navigation li {
	display:inline;
	list-style-type:none;
	padding-left:5px;
	font-size:15px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* USE css below when "industry" is added to navigation!!!
/* USE css below when "industry" is added to navigation!!!
#navigation li {
	display:inline;
	list-style-type:none;
	padding-left:3px;
	font-size:14px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
*/

#navigation li img{
	position:relative;
	bottom:-5px;
}

#navigation a{
	color:#FFFFFF;
	text-decoration:none;
}

#navigation a:hover{
	color:#7FD0FF;
	text-decoration:none;
}

/*#navigation a:visited{
	color:#4B525C;
	text-decoration:none;
}*/

#navigation_contact{
	margin:0 auto;
	float:right;
	padding: 10px 40px 5px 5px;
}

#navigation_contact li{
	display:inline;
	list-style-type:none;
	padding-left:3px;
	font-size:14px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#FFF;
}

#navigation_contact a{
	color:#FFFFFF;
	text-decoration:none;
}

#navigation_contact a:hover{
	color:#7FD0FF;
	text-decoration:none;
}


/* ******Splash Area****** */
#splash_wrap {
	width:100%;
	background-image:url(images/splash_gradient.jpg);
	/*background-image:url(images/splash_gradient_alt.jpg);*/
	background-repeat:repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow:hidden;
}


#splash {
	width: 945px;
	height:220px;
	background-image:url(images/splash_center.jpg);
	/*background-image:url(images/splash_alt.jpg);*/
	background-repeat:no-repeat;
	margin: 0 auto;
	overflow:hidden;

}

#splash h5{
	color:#FFFFFF;
	font-size:40px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-left:280px;
	padding-top:55px;
	font-weight:bold;
}

#splash h6{
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-left:280px;
	text-align:left;
	padding-top:7px;
}


#search_container {
	width:300px;
	float:left;
	margin:  30px 0 0 30px;
	height: 35px;
	display:block;
}

.lowerSearch {
	margin: 40px 0 0 70px !important;
}	


a.facebook_img {
	margin:10px 20px 0px 280px;
}

a.facebook_img img {
	float: left;
	border: none;
}


#search_container p {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#FAF1CD;
	font-size:13px;
	padding-right: 10px;
	padding-top: 5px;
	text-transform:uppercase;
	float:left;
}

#search_container input.searchField {
	width: 190px;
	float:left; 
	margin-right: 10px;
	margin-top: 6px;
}


#search_container input.searchBtn {
	cursor: pointer;
	border: none;
	background: url(images/Go_button.jpg) no-repeat;
	height:31px;
	width: 31px;
	text-indent: -9999px;
	font-size:0;
	float:left;	
}

#search_container input.searchBtn:hover {
	background: url(images/Go_button_down.jpg) no-repeat;
}

#splash h6 a{
	color:#FFFFFF;
	text-decoration:none;
}

#splash h6 a:hover{
	color:#FF9900;
}

#splash h5 a{
	color:#FFFFFF;
	text-decoration:none;
}


.facebook_img{
	/*margin-left:280px;*/
	margin-top:10px;
	float:left;

}


/* ******Interior Page Splash Area****** */
#splash_wrap_2nd {
	width:100%;
	background-image:url(images/inside_splash_gradient.jpg);
	/*background-image:url(images/inside_splash_alt.jpg);*/
	background-repeat:repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow:hidden;
}

#splash_2nd {
	width: 945px;
	height:140px;
	background-image:url(images/inside_splash_center.jpg);
	/*background-image:url(images/inside_splash_center_alt.jpg);*/
	background-repeat:no-repeat;
	margin: 0 auto;
	overflow:hidden;
}


#splash_2nd h5{
	color:#FFFFFF;
	font-size:40px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-left:280px;
	padding-top:20px;
	font-weight:bold;
}

#splash_2nd h6{
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top:7px;
	padding-left:280px;
	line-height:19px;
	text-align:left;
	float: left;
}

#splash_2nd h6 a{
	color:#FFFFFF;
	text-decoration:none;
}

#splash_2nd h6 a:hover{
	color:#FF9900;
}

#splash_2nd h5 a{
	color:#FFFFFF;
	text-decoration:none;
}


/* ******Main Content Area***** */
#main_content_wrap {
	width:100%;
	background-image:url(images/main_content_gradient.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	background-color:#FFFFFF;
	position:relative;
}

#main_content img {
	width:300px;
	height:200px;
	padding-top:20px;
	float:left;
	margin: 12px;
	clear:both;
}

#main_content_box {
	width: 945px;
	background-image:url(images/main_content_background.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	background-position: left top;
	background-color:#FFFFFF;
	position:relative;
}

#main_productbar {	
	padding-top: 15px;	
	width: 845px;
	padding-left:50px;
	padding-right:50px;
}

#main_productbar img.padded {
	margin-right: 46px;
}

#main_productbar img.padded_bot {
	margin-bottom: 15px;
}

#main_productbar a{	
	color:#336699;
	text-decoration:none;
}

#main_productbar a:hover{	
	color:#7FD0FF;
	text-decoration:none;
}

#main_productbar ul{	
	padding-top: 15px;	
	width: 700px;
	padding-left:70px;
	padding-right:50px;
	text-align:center;
	padding-bottom:10px;

}

#main_productbar li {
	display:inline;
	list-style-type:none;
	font-size:12px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

#main_copy {
	width:870px;
	padding-top:0;
	padding-left:45px;
	padding-right:20px;
	padding-bottom:20px;
}

#main_copy p {
	padding-top:22px;
	font-size:14px;
	line-height:22px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}


#main_copy p.bullet{
	color:#336699;
	text-align:center;
}

.wildfire_btn {
	width: 175px;
	float: left;
	display:block;
	padding: 0 30px 45px 25px;
}

.rcr_btn {
	width: 270px;
	float: left;
	display:block;
	padding: 15px 5px 25px 0px;
}


#main_copy img.car {	
	float:right;
	padding: 0 0px 25px 25px;
}

#main_copy a{
	color:#336699;
	text-decoration:none;
}

#main_copy a:hover{
	color:#7FD0FF;
	text-decoration:none;
}

.blue{
color:#336699;
}

/* *******Interior Page Main Copy Area******/

#inside_copy_box {
	width:850px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:60px;
}


#inside_copy_box p,#inside_copy_box dt {
	padding-top:10px;
	padding-bottom:5px;
	font-size:13px;
	line-height:20px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

#inside_copy_box p.height {
	padding-top:10px;
	padding-bottom:5px;
	font-size:13px;
	line-height:28px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

#inside_copy_box dd {
	padding-bottom:15px;
	padding-left: 30px;
	font-size:13px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}


#inside_copy_box img{
	padding-bottom:10px;
	padding-left:20px;
}

#inside_copy_box img.exception{
	padding-bottom:10px;
	padding-left:0px;
}

#inside_copy_box img.product{
	padding-bottom:10px;
	padding-right:15px;
	margin-left:0px;
	
}

#inside_copy_box ul.product{
		list-style-type:none;
		padding-bottom:10px;
	
}

#inside_copy_box h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A13A30;
	font-size:38px;
	margin: 0;
	padding-top:15px;
	padding-bottom: 5px;
	border: 0;
	outline: 0;
}

#inside_copy_box ul{
		list-style-type:disc;
		padding-left:40px;
		padding-bottom:10px;
}

#inside_copy_box li{
	font-family:Arial, Helvetica, sans-serif;
	color:#4B1B0A;	
	font-size:13px;
	line-height:18px;

}

#inside_copy_box a{
	text-decoration:none;
	color:#3DA0BB;
}

#inside_copy_box a:hover{
	text-decoration:none;
}

#inside_copy_box h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4B1B0A;	
	font-size:18px;
	font-weight:bold;
	margin: 0;
	padding-top:25px;
	padding-bottom:5px;
}


.product_ref{
	color:#660000;
	font-size:13px;
	line-height:20px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	padding:0px;
}

.product_ref a{
	text-decoration:none;
	color:#3DA0BB;	
	font-size:16px;	
	font-style:normal;	
	font-family:Arial, Helvetica, sans-serif;
}

.product_ref a:hover{
	text-decoration:none;
	color:#7FD0FF;
}

#second_productbar {	
	padding-top: 15px;	
	width: 845px;
	padding-left:50px;
	padding-right:50px;
}



#second_productbar img.padded_bot {
	margin-bottom: 15px;
}

#second_productbar a{	
	color:#336699;
	text-decoration:none;
}

#second_productbar a:hover{	
	color:#7FD0FF;
	text-decoration:none;
}


.prod{
	width:180px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
	position:relative;
}

#third_productbar {	
	padding-top: 15px;	
	width: 845px;
	padding-left:50px;
	padding-right:50px;
}



#third_productbar img.padded_bot {
	margin-bottom: 15px;
}

#third_productbar a{	
	color:#336699;
	text-decoration:none;
}

#third_productbar a:hover{	
	color:#7FD0FF;
	text-decoration:none;
}



/* Training Page Lists
#inside_copy_box ul.new{
		list-style-type:none;
		padding-left:40px;
		padding-bottom:10px;
}

#inside_copy_box li.new{
	display:inline;
	list-style-type:none;
	padding-left:5px;
	font-size:15px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}*/


/* *******Interior Page *With Reference Links* Main Copy Area******/

#temp2_copy_box {
	width:680px;
	padding-left:20px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:60px;
	float:right;
}


#temp2_copy_box p {
	padding-top:10px;
	font-size:14px;
	line-height:22px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}


#temp2_copy_box img{
	padding-bottom:10px;
	padding-left:10px;
}



#temp2_copy_box h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A13A30;
	font-size:38px;
	margin: 0;
	padding-top:15px;
	padding-bottom: 5px;
}

#temp2_copy_box h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4B1B0A;	
	font-size:18px;
	font-weight:bold;
	margin: 0;
	padding-top:25px;
	padding-bottom:5px;
}

#temp2_copy_box ul{
		list-style-type:disc;
		padding-left:40px;
}

#temp2_copy_box li{
	font-family:Arial, Helvetica, sans-serif;
	color:#4B1B0A;	
	font-size:13px;
	line-height:18px;
}


#temp2_copy_box a{
	text-decoration:none;
	color:#3DA0BB;
}

#temp2_copy_box a:hover{
	text-decoration:none;
	color:#7FD0FF;
}

.datalink{
	width:160px;
	float:left;
	margin-top:95px;
	margin-left:35px;
	/*display:inline;*/
	padding-bottom:30px;
}

.datalink li{
	line-height:15px;
	font-size:11px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#4B1B0A;
	text-align:right;
	padding:5px;
	border-bottom:1px;
	border-bottom-color:#BA7316;
	border-bottom-style:solid;
}

.datalink li.list_title {
	line-height:18px;
	font-size:20px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#4B1B0A;
	text-align:right;
	border-bottom:none;
}

.datalink img{
	width:50px;
	display:inline;
	padding-left:5px;
	margin-top:-75px;
}


.datalink img#santa{
	width:171px;
	padding: 0 0 10px 0;	
}


.padded_top{
	margin-top:20px;
}

.padded_icon{
	padding-top:30px;
	padded-bottom:15px;
}
.datalink li a{
text-decoration:none;
color:#4B1B0A;
}

.datalink a:hover{
text-decoration:none;
color:#3DA0BB;
}

/* Training */

.datalink2{
	width:160px;
	float:left;
	margin-top:95px;
	margin-left:35px;
	display:inline;
	padding-bottom:30px;
}

.datalink2 li{
	line-height:15px;
	font-size:13px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#4B1B0A;
	text-align:right;
	padding:5px;
	border-bottom:1px;
	border-bottom-color:#BA7316;
	border-bottom-style:solid;
}

.datalink2 li.list_title {
	line-height:18px;
	font-size:20px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#A13A30;
	text-align:right;
	border-bottom:none;
}

.datalink2 img{
	width:50px;
	display:inline;
	padding-left:5px;
	margin-top:-50px;
}

.padded_top{
	margin-top:20px;
}
.datalink2 li a{
text-decoration:none;
color:#4B1B0A;
}

.datalink2 a:hover{
text-decoration:none;
color:#3DA0BB;
}




/* ******People Process Technology Area****** */
.item {
	width:250px;
	position:relative;
	float:left;
	padding-top:20px;
	padding-bottom:60px;
	padding-left:30px;
	padding-right:25px;
}

.item h3 {
	float:left;	
	width:170px;
	margin-top: 15px;
	margin-left: 20px;
}

.item img {
	float:left;	
	width:50px;	
	margin-bottom: 15px;
	margin-left: 10px;
}

.item p {
	clear:both;
	padding-top:10px;
	line-height:22px;
	font-size:13px;
	border-top: 1px solid #D4C2A3;
	zoom: 1;
	font-family:Arial, Helvetica, sans-serif;
}

.item a{
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A13A30;
	font-size:25px;
	font-weight:normal;
	margin: 0;
	padding: 0;	
}

.item a:hover{
	text-decoration:none;
	color:#FF9900;
	font-size:25px;
	font-weight:normal;
}


/* ******Footer****** */

#total_foot{
width:100%;
	background-color:#FFCC00;

}

#foot_wrap {
	width:100%;
	background-image:url(images/gray_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#252628;
}


#footer {
	width:945px;
	height: 124px; 
	background-image:url(images/footer_whole.jpg); 
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:30px;
	margin:0 auto;
}
	
#bottom_nav {
	width:450px; 
	float:left;
	margin-right: 115px;
	}
	
#bottom_nav li {	
	font-size:12px;	
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	display:inline;
	list-style-type:none;
	padding-right:5px;
}

#bottom_nav h4{
	padding-top:7px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}


#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	color:#7FD0FF;
}

/*#footer a:visited{
	color:#666666;
}*/

	
.contact_col {
	width:auto; 
	margin-right: 15px;
	float:left; 
}
	
.contact_col p {
	font-size:12px;
	line-height:17px;
	color:#FFFFFF;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
	
	
.bar{
	width:100%;
	height:14px;
	background-color:#282A2D;
	margin:0;
	border-bottom-color:#6A6A6A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


/* ******Tables******* */
.table_reg {
	width:650px;
	border-collapse:collapse;
	border:1px solid #006699;
	font-size: 9pt;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	text-align: left;
	margin-left:0px;
	padding-top:20px;
	background-color:#FFFFFF;
}

.tr2{
background:#C7E6FF;
}

.tr3{
background-color:#006699;
}

.td2{
color:#FFFFFF
}

.table_reg td {
	padding: 10px 7px;
	border-top: 1px solid #006699;
	border-right: 1px solid #AFBCCE;	
}

.table_reg h2 {
	line-height:35px;	
}

#inside_copy_box.alt_a a{
	text-decoration:none;
	color:#006699;
}

#inside_copy_box.alt_a a:hover{
	text-decoration:none;
	color:#A13A30;
}


#table_form {
	width: 430px;
	font-size: 11pt;
	line-height: 20px;
	font-weight:normal;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#006699;
	text-align: left;
	margin-top:20px;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border:1px solid #006699;
}

#table_form td{
	padding: 7px 7px;
}

#table_form td.td_head{
	color:#006699;	
	text-align: center;
	font-size: 15pt;
	line-height: 22px;
	font-weight:normal;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	border:none;
	padding-top:10px;
}


/* ******Clear Fix****** */

.clear {
	clear:both;
	overflow:auto;
}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* ******* Form Styling ********* */
.myForm {  /* set width in .myForm, not fieldset (still takes up more room w/ fieldset width */
	font: 14px verdana,arial,sans-serif;
	margin: 0;
	padding-top: 10px;
	
	/*min-width: 500px;
  max-width: 600px;*/
  width: 470px;
	background-image:url(images/brown_bar.jpg);
	background-repeat: repeat-x;
}

.resume{ 
  margin:0px;
  padding-top: 5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:5px;
  width: 480px; 
}

.myForm fieldset {
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-style: solid;
	border-top-width: 1px;
	width:410px;
	border-top-color:#ccb89c;
	 /*clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
}

.myForm fieldset legend {
	font: bold 20px/22px Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#ccb89c;
	padding-bottom:15px;
	}

.myForm label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as .myForm input - textarea etc. elements */
	text-align: right; 
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#4B1B0A;	
	font-size:12px;
	font-weight:normal;
	line-height: 22px;
}


.myForm input, .myForm textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:200px;         /* set width of .myForm elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of .myForm elements rather than right of label aligns textarea better in IE */
}

.myForm input.my_cb {
	margin-top: 10px; 
	width: auto; 
}
.myForm input.style_submit{
	width:auto; !important
}

.myForm input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

.myForm small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 11px;
	color:#4B1B0A;
	font-weight:normal;

}

.myForm .required{font-weight:bold;} 

.myForm br {
	clear:left; 
}


.form_image{
padding-top:80px;}

.lg_brown_bar{
background-image:url(images/brown_bar_lg.jpg);
}

.sm_brown_bar{
background-image:url(images/sm_brown_bar.jpg);
}


/* ******* Table Styling ****** */

table {
	font:normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 1em;
	height: auto;
	width: 680px;
}

table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
}

table a:visited {
	color:#444;
	font-weight:normal;
}

table a:visited:after {
	
}

table a:hover {
	border-bottom-style:solid;
}

thead th,
thead td,
tfoot th,
tfoot td {
	border-top-width:1px;
	border-bottom-width:1px;
	background:#CBBDA5;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #523A0B;
	border-bottom-color: #523A0B;
}

.beta{
border-top:none; !Important
}

th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
}

tbody th,
td {
	padding:3px 3px;
	text-align:left;
	vertical-align:top;
}

tbody th {
	font-weight:normal;
	white-space:nowrap;
}

tbody th a:link,
tbody th a:visited {
	font-weight:bold;
}

tbody td,
tbody th {
	border:1px solid #fff;
	border-width:1px 0;
}

tbody tr.even {
	border-color:#D9D4C9;
	background:#EBE5D9;
}

tbody tr.hover td,
tbody tr.hover th {
	background:#F7F7C0;
	border-top-color:#523A0B;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;	border-bottom-color: #523A0B;
	border-right-style: none;
	border-left-style: none;
}

caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:20px;
	text-align:center;
	margin:0;
	padding:25px;
	color:#A13A30;
}


/* ******* Site Map Styling ****** */

.sitemap li{
	list-style:none;
}

/* *********** contact us page *************/

#contact_right_box {
	width:300px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:60px;
	float:left;
}

#contact_form_box {
	width:440px;
	padding-left:40px;
	padding-right:30px;
	padding-bottom:60px;
	float:left;
}

#contact_right_box ul{
		list-style-type:disc;
		padding-left:40px;
		padding-bottom:10px;
}

#contact_right_box li{
	font-family:Arial, Helvetica, sans-serif;
	color:#4B1B0A;	
	font-size:13px;
	line-height:18px;

}

#contact_right_box p{
	padding:6px 0;
	line-height: 16px;
}



/* ******** NEW NEWS&EVENTS Config ********** */
#news_buttons_col {
	width:540px;
	padding-left:25px;
	padding-bottom:40px;	
	float:left;
}

#newsletter_col {
	width:350px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:30px;
	float:left;
}

#news_buttons_col img{
	padding: 3px 1px 3px 1px;
}


#newsletter_col img{
	padding-top:7px;
	}


#newsletter_col ul{
		list-style-type:disc;
		padding-left:40px;
		padding-bottom:10px;
}

#newsletter_col li{
	font-family:Arial, Helvetica, sans-serif;
	color:#4B1B0A;	
	font-size:13px;
	line-height:18px;

}

#newsletter_col a{
	text-decoration:none;
	color:#3DA0BB;
}

#newsletter_col a:hover{
	text-decoration:none;
}

#newsletter_col h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A13A30;
	font-size:38px;
	font-weight:normal;
	margin: 0;
	padding: 7px 0px 7px 0px;
}

#news_buttons_col h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A13A30;
	font-size:38px;
	font-weight:normal;
	margin: 0;
	padding: 7px 0px 7px 0px;
}

/* ******* NEWS&EVENTS Form Styling ********* */
.myForm_news {  /* set width in .myForm, not fieldset (still takes up more room w/ fieldset width */
	font: 14px verdana,arial,sans-serif;
	margin: 20px 0 0 0;
	padding-top: 10px;
	/*min-width: 500px;
  	max-width: 600px;*/
  	width: 350px;
	background-image:url(images/brown_bar.jpg);
	background-repeat: repeat-x;
}

.myForm_news fieldset {
	margin-left: 10px;
	padding: 0px 10px 10px 10px;
	border-top-style: solid;
	border-top-width: 1px;
	width:300px;
	border-top-color:#ccb89c;
	 /*clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
}

.myForm_news fieldset legend {
	font: bold 16px/18px Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#ccb89c;
	padding-bottom:15px;
	}

.myForm_news label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 60px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as .myForm input - textarea etc. elements */
	text-align: right; 
	font:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#4B1B0A;	
	font-size:12px;
	font-weight:normal;
	line-height: 22px;
}


.myForm_news input, .myForm_news textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:200px;         /* set width of .myForm elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 5px; /* set margin on left of .myForm elements rather than right of label aligns textarea better in IE */
}

.myForm_news input.my_cb {
	margin-top: 10px; 
	width: auto; 
}
.myForm_news input.style_submit{
	width:auto; !important
}

.myForm_news input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

.myForm_news small {
	display: block;
	margin: 0 0 0px 65px; /* instructions/comments left margin set to align w/ right column inputs */
	font-size: 11px;
	color:#4B1B0A;
	font-weight:normal;
}

.myForm_news .required{font-weight:bold;} 

.myForm_news br {
	clear:left; 
}


.form_image{
padding-top:80px;}

.lg_brown_bar{
background-image:url(images/brown_bar_lg.jpg);
}

.sm_brown_bar{
background-image:url(images/sm_brown_bar.jpg);
}

#inside_copy_box .rcr_image_padding {
	padding:15px 7px 0 0;
	float:left;
}

/* *****************HOME PAGE SLIDER EFFECT ***************** */
/* *****************HOME PAGE SLIDER EFFECT ***************** */
/* *****************HOME PAGE SLIDER EFFECT ***************** */


a:active {
  outline:none;
}

a img {
   border-style: none;
}

:focus {
  -moz-outline-style:none;
}

		
.scroll_bg {
	background: url(images/slider_bg.png) no-repeat 0 20px;
	height: 228px;
	width: 864px;
	padding: 0px;
	margin: 0px 35px 15px 35px;  
	overflow:hidden;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 784px;
	height:165px;

}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable div.sitem {
	float:left;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	width:196px;
	height:160px;
}

.scrollable div.sitem a {
	display: block;
	position: relative;
	width:196px;
	height:160px;
	text-decoration: none;
}

.scrollable div.sitem a span {
	display: block;
	position: absolute;
	top: 97px;
	left: 9px;
	background-color: #000;
	-moz-opacity:.65; 
	filter:alpha(opacity=65); 
	opacity:.65;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	width:168px;
	height:40px;
	padding: 5px;
}

.scrollable .active {
	z-index:9999;
	position:relative;
}

.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/buttons.png) no-repeat;
	display:block;
	width:29px;
	height:29px;
	float:left;
	margin:59px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -29px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-29px -29px; }
a.right:active 	{ background-position:-58px -29px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-29px 0; }
a.left:active  	{ background-position:-58px 0; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
		

/* position and dimensions of the navigator */
.navi {
	margin: 20px 0 0 432px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}	
	
#clean {
	width:250px;
	margin:0 auto;
	padding-top:10px;	
}


/* ***Business Solution Center - Styling*** */


#idSVSocialNetworks{
	float:right;
	text-align:right;
	margin-top:10px;
	width:100px;!important
}

#idSVSocialNetworks table{
	width:100px;!important
}



#idSVSocialNetworks.addthis_toolbox{
	width:10px;
	float:right;!important
}


.clsSVContactLink{
	width:50px;!important
}

.bio_pic{
	float:left;
	padding-right:10px;
	padding-top:5px;
}

.logo_text_replace{
	text-indent:-999px;
	background-image:url(images/moldex3d_logo_lg.gif);
	width:357px;
	height:73px;
	display:block;
	background-repeat:no-repeat;
	padding-top:25px;
}