/*Copyright Bridgeline Software, Inc. An unpublished work created in 2008. All rights reserved. 
This software contains the confidential and trade secret information of Bridgeline Software, Inc. 
("Bridgeline").  Copying, distribution or disclosure without Bridgeline's express written permission is prohibited.*/

/***** BASIC PRINT STYLES *****/
body{ 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	background-image: none; 
	background: #fff;
	color: #000;
}

ul, ul li{
	list-style-type: disc;
}
 
ul, ol{
	margin-left: auto;
}

/***** BASIC LAYOUT *****/
div.wrapper, div.mainContent{
	display: block !important;
	float: none !important;
	overflow: visible !important;
	width: 100%;
	height: auto !important;
	margin: 0;
	padding: 0;
	clear: both !important;
	background: none;
}

/* Hide the normal Website Logo */
div.wrapper h1{
	display: none;
}

/* Header */
div.header{
	padding-top: 0;
} 

div.header h1{
	display: block;
}

div.mainContent{
	width: 95% !important;
}

/***** Hide Containers *****/
div.globalNav, div.sideBar, div.flashHolder, div.introBanner, div.copyright{
	float: none !important;
	display: none !important;
}

/**********TEMPLATE: Home *********/
div.homeIntroduction div.curvedTop{
	display: none;
}

/* Hiding the borders */
div.homeIntroduction ,
div.homeIntroduction div.inner,
div.homeNews, div.homeNews div.inner, div.homeNews div.inner h4{
	border: none !important;
}

div.homeIntroduction{
	width: 100% !important;
	float: none;
}

div.homeIntroduction a.link{
	display: none;
}

div.homeIntroduction div.homeContent{
	padding-left: 0;
	padding-right: 0;
}

div.homeNews{
	width: 100% !important;
	float: none;
}

div.homeNews h4{
	text-align: left;
}

div.homeNews div.homeNewsContent{
	padding: 10px 0 0;
}

div.whiteContainer, div.whiteContainer div.inner{
	border: none;
}