﻿/* @import url("HtmlOverrides.css"); Generic HTML Entity Styles from Core DNN Default Skin */
/* @import url("DnnOverrides.css"); DNN-Specific Styles from Core DNN Default Skin */
/* @import url("Menus.css"); Menu Styles */
/* @import url("layout.css");  */
/* @import url("styles_green.css");  */

/******************************************************
              CSS SPECIFIC TO THIS SKIN
 Styles that override core DNN styles may be placed 
 here, but it would be best to place such rules in the
 imported files (above).
*******************************************************/

/*  Landing Styles */

#btm {
	/*
	background: #F4E6C5 url('gfx/landing_bgs/bg_landing_left_new.gif') left repeat-y;
	*/
	width: 789px;
	height: auto;
	min-height: 412px;
	background-color: #F4E6C5 !important;
}

#btm .content {
	float: left; 
	display: inline; 
	width: auto;
	_width: 44%;
	min-width: 358px; 
	max-width: 360px; 
	/*height: 362px;*/
	margin-left: 10px; 
	padding: 0 38px 0 0;
	overflow: hidden; 
	/*
	padding: 74px 48px 0 65px;
	height: 362px; 
	width: 364px; 
	*/
}
	
/*
.landing #btm .content h1 { margin:74px 0 0 65px;  }

.landing #btm .content p { margin: 13px 0px 0px 86px; line-height: 1.9em;  }
*/

#btm .links {
	float: right; 
	width: auto;
	min-width: 374px;
	max-width: 376px; 
	/*height: 362px;*/ 
	overflow: hidden; 
	/*
	display: inline; 
	height: 362px; 
	margin-right: 11px;
	*/
}

/*
*/
#btm .links li a { 
	text-transform: uppercase; 
	color: #fff; 
	font: normal .9em arial; 
	text-decoration: none; 
}
	
#btm .links li a:hover { 
	font-weight: bold; 
}



.search_btn { 
	margin-top: 2px; 
	background: url( 'gfx/btn_Search_techinfo.gif' ) no-repeat; 
	width: 75px; 
	height: 19px; 
	cursor: pointer; 
}


