	/*/////////////////////////////////*/
	/*color reference
	orange: eb9e1c
	blue: 22a0c1
	text-grey: 555
	*/
	
	
	
	
	
	/*Normalizing across site///////////////////////////////////////////////*/

	/*Normalizes margin and padding*/
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

	/*Normalizes font-size for headers*/
	h1, h2, h3, h4, h5, h6{
		font-size: 100%;
	}

	/*Removes list-style from lists*/
	ol, ul{
		list-style: none;
	}

	/*Normalizes font-style and font-weight*/
	address, caption, cite, code, dfn, em, strong, th, var{
		font-style: normal;
		font-weight: bolder;
	}

	/*Removes border from fieldset and img*/
	fieldset, img{
		border: 0;
	}

	/*End Normalizing////////////////////////////////////////////////////////*/
	
	/*Default Styles/////////////////////////////////////*/
	
	body{
		font-family: Arial, sans-serif;
		font-size: 14px;
		color: #555;
		line-height: 24px;
		background-color: #666;
	}
	
	#wrapper{
	width: 1200px;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 30px;
	}
	
	a:link, a:visited{
		color: #555;
	}
	
	a:hover{
		color: #22a0c1;
	}
	
	.clear{
		clear: both;
	}
	
	p{
		margin-bottom: 15px;
	}
	
	#sub_page_main_content p{
		padding-right: 30px;
	}
	
	#sub_page_main_content ul{
	margin-bottom: 15px;
	padding-left: 0px;
	list-style: disc;
	}
	
	h2{
	font-size: 16px;
	color: #EB9E1C;
	}
	
	h1{
	font-size: 18px;
	color: #22A0C1;
	padding-top: 0px;
	margin: 0px;
	}
#sessions_page #wrapper #col2 #tagline_div #improve_marketing_head {
	color: #FFF;
}

	
	h3{
	color: #eb9e1c;
	font-size: 14px;
	}
	
	#sub_page_main_content img{
		margin-bottom: 15px;
	}
	
	#tagline_div h1{
		font-size: 29px;
		line-height: 40px;
		padding-top: 7px;
	}
	
	#main_cell1 h2, #main_cell2 h2, #sub_page_main_content h2{
		margin-bottom: 15px;
	}
	
	.breakout_text{
		background-color: #dbdad5;
		margin-left: -30px;
		padding: 30px;
		color: #333;
	}
	
	/*Main Nav Styles//////////////////*/
	
	#main_nav a{
		outline: none;
		color: #555;
		text-decoration: none;
		padding-left: 30px;
		background: url("graphics/silly_chevrons/nav_chevron.gif") no-repeat 13px -30px;
	}
	
	#main_nav a:hover{
		color: #22a0c1;
		background-position: 13px 3px;
	}
	
	
	/*silly chevrons///////////////////////////*/
	
	.register_head{
		background-image: url("graphics/silly_chevrons/register_chevron.gif");
		background-repeat: no-repeat;
		background-position: 20px 3px;
		padding-left: 50px;
	}
	#sponsorship_head{
		background: url("graphics/silly_chevrons/sponsorship_chevron.gif") no-repeat 20px 10px;
		padding-left: 40px;
	}
	
	/*Colors/////////////////////////////////////////*/
	#branding{
		background-image: url("graphics/cre8_logo.gif");
		background-repeat: no-repeat;
		background-position: 10px 10px;
		text-indent: -999px;
		padding-top: 0;
	}
	
	#main_nav, #main_cell2{
		background-color: #dbdad5;
	}
	#tagline_div, #date_head{
		background-color: #22a0c1;
		color: #fff;
	}
	.register_head{
		background-color: #eb9e1c;
		color: #fff;
	}
	#main_cell1 h2, #main_cell2 h2, #sub_page_main_content h2{
	color: #EB9E1C;
	}
	#highlights_head, #c_photos_head{
		background-color: #cdcdca;
		color: #22a0c1;
	}
	#sponsorship_head{
		background-color: #878787;
		color: #fff;
	}
	#brocure_cell{
		background-color: #ededed;
	}
	.orange_text{
		color: #eb9e1c;
	}
	.white_text{
		color: #fff;
	}
	
	#brochure_cell{
			background: #ededed url(graphics/download_brochure.png) no-repeat 30px 20px;
			text-indent: -999px;
			
	}
	
	
	
	
	
	/*headline exceptions/////////////////////////*/
	.register_head{
		text-transform: uppercase;
		font-size: 20px;
	}
	#date_head, #col2 .register_head{
	position: absolute;
	top: 677px;
	}
	#date_head{
	width: 239px;
	left: 1px;
	}	
	#col2 .register_head{
	width: 220px;
	right: 0px;
	}
	#sponsorship_head{
		font-size: 12px;
	}
	/*discover ways list///////////////////////////*/
	#main_cell2 ul{
		line-height: 22px;
		list-style: disc;
		padding-left: 20px;
	}
	
	/*/sessions page///////////////////////////////*/
	
	ul#sessions_nav{
		list-style: none;
		font-size: 12px;
		line-height: 15px;
		margin-top: -3px;
	}
	
	#sub_page_main_content h3.session_title{
		margin-top: 25px;
		margin-bottom: 0px;
		color: #22a0c1;
		font-size: 17px;
	}
	
	h3.session_date{
		background-color: #878787;
		color: #fff;
		margin-bottom: 0px;
		padding-top: 5px;
		margin-left: -30px;
		padding-left: 30px;
		height: 30px;
	}
	#sessions_page .session_presenter{
		font-size: 14px;
		margin-bottom: 15px;
	}
	#sessions_page .breakout_text{
		padding-top: 5px;
	}
	
	/*/Speakers page/////////////////////////////////*/
	
	#speakers_page #sub_page_main_content h3{
		line-height: 12px;
		margin-bottom: 5px;
		
	}
	
	#speakers_page #sub_page_main_content img{
		float: left;
		margin-right: 20px;
	}
	#speakers_page #sub_page_main_content img.floatright{
		float: right;
		margin-left: 20px;
	}
	#speakers_page #sub_page_main_content h4{
		margin-bottom: 15px;
	}
	
	/*/Location page/////////////////////////////////*/
	
	#location_page #sub_page_main_content h4{
		margin-bottom: 15px;
	}
	
	#location_page #sub_page_main_content h3{
		line-height: 12px;
		margin-bottom: 5px;
		
	}
	
	/*/Sponsors page///////////////////////////////////*/
	
	#sponsors_page #sub_page_main_content h3{
		margin-top: 50px;
	}
	#sponsors_page #sub_page_main_content h3.first_head{
		margin-top: 0px;
	}
	
	
	
	/*bubble tooltips, social apps/////////////////*/
	
	#social_apps{
	position: absolute;
	top: 100px;
	left: 30px;
	width: 189px;
	}
	
	a.tt{
    position:relative;
    z-index:24;
    color:#FFFFFF;
	font-weight:bold;
    text-decoration:none;
	margin-right: 20px;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #ffffff; }
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:10px; left:-20px;
	padding: 15px 0 0 0;
	width:100px;
    text-align: center;
}
a.tt:hover span.top{
	display: block;
	padding: 20px 0px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url(images/bubble.gif) no-repeat bottom;
}

#js_counter{
	width: 50px;
	margin-left: -13px;
}

#fix_old_school_counter{
	overflow:hidden;
	margin-left: -30px;
	width: 325px;
	padding-top: 3px;
	height: 32px;
	background-color: #cdcdca;
}
#social_apps{
	top: 50px;
}
#social_apps h2{
	margin-bottom: 20px;
	color: #888;
}
.boldwhite {
	font-size: small;
	color: #FFF;
	font-weight: bold;
}
.smalltextitalic {
	font-size: x-small;
	font-style: italic;
	line-height: normal;
	padding-right: 2px;
}
