/*
	
	**************************************
	Ideation Center Styles
	**************************************
	Table of Contents:
	---------------------------------------------------------------
	1. General
	---------------------------------------------------------------
	2. Layout Boxes
	---------------------------------------------------------------
	3. Non-Text Definitions
	---------------------------------------------------------------
	4. Text Styles
	---------------------------------------------------------------
	5. Gnav
	---------------------------------------------------------------
	6. Lnav
	---------------------------------------------------------------
*/





/* 
	**************************************
	1. General Definitions
	**************************************
*/

body {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 16px;
}





/* 
	**************************************
	2. Layout Boxes
	**************************************
*/

#wrapper {
	width: 100%;
}

#main-area {
	width: 100%;
	margin-right: 0px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
}

#ad-area {
	display:none;
}

#header {
	margin-bottom: 15px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#date-time-stamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	float: left;
}

#ideation-logo {
	float: right;
}

#boozco-logo {
	clear: both;
}

#gnav {
	display:none;
}

#top-story {
	display:none;
}

#bcnav {
	display:none;
}

#content {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

#content2 {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

#sidebar {
	display: none;
}

#sidebar-blue {
	background-color: #D3DEE3;
	background-image: url(/media/image/sidebar-top-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
}

#sidebar-media {
	background-image: url(/media/image/media-background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #EAF1FA;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#footer {
	display: none;
}

#sidebar-tools {
	display: none;
}

#paging {
	display: none;
}

#printbox {
	background-color: #000000;
	padding: 5px;
	text-align: center;
}
#printbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #35AAD1;
	text-decoration: underline;
}






/* 
	**************************************
	3. Non-Text Definitions
	**************************************
*/

#top-story img {
	float: left;
	margin-right: 10px;
}

#bcnav a {
	color: #0099CC;
	text-decoration: none;
}

#top-story br {
	display: none;
}

#bcnav a:hover {
	text-decoration: underline;
}

#content br {
	display: none;
}

#divider {
	background-image: url(/media/image/dotted_line-black.gif);
	height: 1px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	clear: both;
}

#sidebar-indent {
	padding-right: 5px;
	padding-left: 5px;
}

#content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#sidebar-media img {
	margin-bottom: 12px;
}

#footer a {
	color: #0099CC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer img {
	border: none;
}

#hilite-no {
	padding-top: 10px;
	padding-bottom: 12px;
}

#hilite-yes {
	padding-top: 10px;
	padding-bottom: 12px;
	background-color: #EAF1FA;
}

#content ul, #content2 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#content ul li, #content2 ul li {
	background-image: url(../image/ideation-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content ol, #content2 ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}





/* 
	**************************************
	4. Text Definitions
	**************************************
*/





/* 
	**************************************
	5. Gnav Styles
	**************************************
*/





/* 
	**************************************
	6. Lnav Styles
	**************************************
*/

