@import url("common.css");
@import url("nav.css");
@import url("qf-start.css");
@import url("homepage-tabs.css");
* {padding: 0; margin: 0;}
/* homepage sidebar styles */
div#homepage-sidebar {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 209px;
	background: #f5f6fe url("/images/brochureware/smartypants/homepage-sidebar-bottom.gif") left bottom no-repeat;
	min-height: 505px;
	margin-right: 20px;
}
* html div#homepage-sidebar { height: 505px; }
div#homepage-sidebar div#homepage-sidebar-header {
	background: #f5f6fe url("/images/brochureware/smartypants/homepage-sidebar-header.gif") left bottom no-repeat;
	height: 46px;
	color: #ffffff;
	padding: 11px 0 0 10px;
}
div#homepage-sidebar div#homepage-sidebar-header p { font-weight: bold; width: 140px; }
div#homepage-sidebar div#homepage-sidebar-content { padding: 0 14px; }
div#homepage-sidebar p { font-size: 1.2em; margin-bottom: 3px; }
div#homepage-sidebar h3 { font-size: 1.4em; color: #455560; border-bottom: 1px solid #455560; margin: 10px 0 4px 0 }
/*homepage content */
div#content {
	margin: 20px 0 14px 249px;
	width: 553px;
	min-height: 550px;
}
* html div#content { height: 550px; }
div#content h2 {
	color: #455560;
	font-size: 2.3em;
	border-bottom: 2px solid #f68f1e;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
div#content h3 {
	color: #455560;
	font-size: 1.4em;
	margin-bottom: 15px;
}
div#content p {
	line-height: 1.5em;
}
/* gs.com css template */

