/* CSS files based on the BLUEPRINT CSS
   * Website:         http://code.google.com/p/blueprintcss/
   Edits have been made as required.  Unused css styles have (mostly) be removed.
*/
@import 'reset.css'; /* clears all the defaults */
@import 'layout.css'; /* layout of all content areas - in divs */
@import 'typography.css'; /* most typorgraphy settings here */
@import 'navigation.css'; /* includes all typograpghy, color, layout for the two navigation menus */
@import 'forms.css'; /* includes all typograpghy, color, layout for forms */
@import 'color.css'; /* all remaining color settings */

/* css for everything else below */
.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}

#container #skipnavigation {
	display: none;
}

#content div#home-survey{
	width: 225px;
	float: left;
	padding: 10px 15px 0px 0px;
}

#content div#home-survey img{
	padding-left: 15px;
	padding-top: 5px;
}

#content #home-survey h2{
	color: #C44037; 
	padding-bottom: 7px;
	margin-bottom: 5px;
}

#content div#didyouknow h2{
	color: #006bb6; 
	padding-bottom: 7px;
	margin-bottom: 5px;
}

#content div#didyouknow{
	float: right;
	width: 225px;
	padding: 10px 15px 0px 15px;
	margin-right: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background:#eee url(images/concrete_background.gif) no-repeat left bottom;
	border: 1px solid #dddddd;
}

#content #brseal {
	padding-bottom: 30px;
	margin-top: 60px;
}

#main_navigation_box #bizstartup {
	width:150px;
	margin-top: 30px;
	padding: 6px;
	background-color: #eee;
	border: 1px solid #ddd;
}
#main_navigation_box #bizstartup h3 {
	color: #333;
}



