@charset "utf-8";


.master #footer {
	padding: 0;
	margin: 0px 0px 0px;
} 
/* CSS Document */

#enterprise-dropshadow {
	display: block;
	clear: both;
	background-image: url(../images/index/index-enterprise-dropshadow.jpg);

}



#enterprise-text {
	background-image: url(../images/index/content-bkgrnd.jpg);
	display: block;
	clear: both;
	background-position: top;
	height: 203px;
}
#sidebar1 {
	width: 400px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 0px;
	text-align: right;
	float: left;
	display: inline;
}

#sidebar1 ul li{
	font-weight: bold;
	letter-spacing: 0em;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 130%;
	padding-top: 5px;
	padding-bottom: 5px;

}
#sidebar2 {

}


#mainContent { 
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
