﻿/* Navigation Styles */

#navigation
{
	/*background-image: url(../images/2009Header.png);*/
	background-repeat: no-repeat;
	background-color: White;
	background-position: center center;
	min-height: 133px;
	text-align: center;
	padding-bottom: 0px;
}

/*  nav Inner page */

#subNavigation
{
	margin-left: 55px;
	margin-right: 74px;
	margin-top: 49px;
}

#subNavigation UL
{
	background-color: #FF8600;
	margin-left: 150px;
	list-style-type: none;
	padding: 5px 0px 5px 5px;
}

#subNavigation UL LI
{
	display: inline;
	margin-right: 10px;
}

#subNavigation UL LI A
{
	color: #fff;
	font-family: Arial Narrow;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
}

#subNavigation A:hover
{
	color: #008aab;
	text-decoration: none;
}

#subNavigation UL LI#register
{
	margin-right: 0px;
}

#navLeftColumn
{
	float: left;
}

#navLeftColumn #codeMashLogo
{
	margin-left: 50px;
	margin-top: 10px;
}


#codeMashSplash #splashImage
{
	margin-top: 15px;
	margin-left: 62px;
}

/* End Navigation Styles */

/* Recent News */


/* Main Content Styles */

#childContent
{
	margin-left: 220px;
	margin-right: 15px;
}

#centerColumn, #childContent P
{
	line-height: 20px;
}

#contentLeft
{
	margin-right: 220px;
}

#contentRight
{
	float: right;
	width: 220px;
	margin-right: 10px;
}

/* End Main Content Styles */

/* Registration.aspx styles */

#childSubContentBlock
{
	border: 1px solid #dddddd;
	background-color: #ffffff;
	padding-left: 10px;
	padding-top: 15px;
	margin-left: 20px;
	padding-bottom: 10px;
}

#childSubContentBlock P
{
	font-size: 10px;
	line-height: 17px;
}

/* End Registration.aspx styles */

.sponsorInfo
{
}

.sponsorInfo H1
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsTitle a
{
	color: #018EB0;
}

/* Speaker Submission */

.speakerDetails
{
	margin-top: 20px;
}

.speakerDetails .label
{
	padding-right: 14px;
}

.speakerDetails TR
{
}

/* End Speaker Submission */

/* Sponsors */

.sponsorContainer
{
	background-color: #F9F9F9;
	border: 1px solid;
	margin-bottom: 25px;
	padding: 12px;
}

.sponsorLogo
{
	width: 160px;
}

.sponsorImage
{
	background-color: #FFFFFF;
	border: 1px solid black;
	float: left;
	margin-bottom: 2px;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
}

.sponsorName
{
	position: relative;
	top: 5px;
}

/* End Sponsors */