/*
Regional Styles for EsriIndustries
Date : 01/23/2009
Created by AL

! Do not include local style sheets.
Include only style sheets that applies to whole site
*/


/*--------------- Over ride http://www.esri.com/styles/style.css classes --------------*/
	
p, ul 
{
	line-height: 1.5em;
	margin-top: .5em;
	font-size: .78em;   /* added by IS so we don't have to say <p class="content" all the time */
}

fieldset
{
background-color:transparent;
border:medium none;
height:0px;
}

.italic{font-style:italic;}
.underline{ text-decoration:underline;}

/*--------------- End of Over ride http://www.esri.com/styles/style.css classes -------------*/

/*----- Industries Classes --------------- */
.wrapper {	
	width:800px;
	min-height: 200px;
	//height:200px; /* IE 6 hack */
	height:auto;
	margin-left: 83px;
}
.aprimoform 
{ 
	width:583px;
	float:left;
}

/*---------End of Classes for Industries ------------ */
