/* @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).
*******************************************************/

body {
    height: 100%;
}

#Form {
    height: 100%;
}

.search_btn { 
	margin-top: 2px; 
	background: url( 'gfx/btn_Search_techinfo.gif' ) no-repeat; 
	width: 75px; 
	height: 19px; 
	cursor: pointer; 
}

#wrapper_outside { 
	height: 100%;
	min-height: 100%;
	/*
	*/
}

#wrapper { 
	height: 100%;
	min-height: 100%;
	/*
	*/
}

#cont { 
	position: relative; 
	/*
	*/
}

.pg_home #top h1 { 
	float: left; 
	display: inline; 
	margin: 25px 0px -17px 46px; 
	}

#btm {
	/*
	background: #F4E6C5 url('gfx/landing_bgs/bg_landing_left_new.gif') left repeat-y;
	background-color: #F4E6C5 !important;
	*/
	position: absolute; 
	z-index: 1;
	bottom: 0px; 
	left: 0px;
	width: 789px; 
	/*height: 305px;*/ 
	/*
	right: auto;
	*/
}

#btm .content {
	float: left; 
	display: inline; 
	margin: 0; 
	padding: 0;
	overflow: visible; 
	/*
	width: 789px;
	height: 286px;
	padding: 74px 48px 0 65px;
	height: 362px; 
	width: 364px; 
	*/
}

#btm .content P {
	margin: 0 !important;
	padding: 0 !important;
}

#copyright {
	right: -10px 
}

