@charset "utf-8";
/* CSS Document */

/* reset browser defauts */

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
}


/*general styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: rgb(78,78,78);
	background: rgb(248,251,252) url(http://www.globalfit.com//images/2010/backgrounds/page-bg2.png) top left repeat-x;
	}
	
p {
	line-height: 1.4em;
	margin: 20px 0;
	}
	
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(24,42,100);
	margin: 20px 0;
	}

h2 {
	font-size: 1.25em;
	text-transform: uppercase;
	}
		
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	}
	
a:link {
	color: rgb(24,42,100);
	text-decoration: underline;
	}
	
a:visited {
	color: rgb(9,29,59);
	text-decoration: underline;
	}
	
a:hover {
	color: rgb(247,147,30);
	text-decoration: underline;
	}
	
a:active {
	color: rgb(24,42,100);
	text-decoration: underline;
	}
	
strong {
	font-weight: bold;
	}
	
cite {
	font-style: italic;
	}
	
/*container styles */	
#container {
	margin: 0 auto;
	width: 950px;
	}

/*header styles */	
#header {
	height: 235px;
	margin: 0;
	padding: 0;

	}
	
#header h1{
	background: transparent url(images/summitlogo2012.png) 0 0 no-repeat;
	text-indent: -9999px;
	height: 200px;
	width: 552px;
	float: left;
	}
	
#header h2{
	float: right;
	display: inline;
	margin: 175px 20px 0 0;
	text-align: right;
	}
	
#header sup {
	font-size: .5em;
	}

/* navigation styles */	
#navigation {
	clear: both;
	font-size: 1.1em;
	width: 950px; 
	height: 52px; 
	position: relative; 
	background: transparent url(images/navigation.png) top left no-repeat;
	}

#navigation ul { 
	position: relative; 
	}

#navigation li { 
	position: absolute; 
	text-align: center; 
	}

#navigation li, #navigation a { 
	height: 50px; 
	display: block;
	}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 0;
	}
	
#speakers { 
	left: 0; 
	width: 315px; 
	}

#schedule { 
	left: 315px; 
	width: 315px; 
	}

#registration { 
	left: 630px; 
	width: 321px; 
	}
	
#speakers a:hover {
	background: transparent url(images/navigation.png) 0 -52px no-repeat;
	}

#schedule a:hover{
	background: transparent url(images/navigation.png) -315px -52px no-repeat;
	}
	
#registration a:hover {
	background: transparent url(images/navigation.png) -630px -52px no-repeat;
	}
	
body#speakerpg li#speakers a {
	color: rgb(247,147,30);
	}

body#schedulepg li#schedule a {
	color: rgb(247,147,30);
	}
	
body#registrationpg li#registration a {
	color: rgb(247,147,30);
	}
	
/* main content styles */
#content {
	clear: both;
	width: 550px;
	padding: 10px 40px 10px 10px;
	float: left;
	display: inline;
	}
	
#content img{
	display: inline;
	float: right;
	margin: 0 0 0 15px;
	}

#content h2 {
	display: block;
	width: 500;
	height: 25px;
	padding: auto 0 auto 10px;
	background: url(images/dividerh.gif) bottom left repeat-x;
	}
		
#content h3 {
	margin: 0;
	}
	
#content h4 {
	margin: 0 0 20px 0;
	}
	
/* speakers */
#speaker2, #speaker3, #speaker4, #speaker5, #speaker6  {
	background: url(images/dividerh.gif) top left repeat-x;
	padding: 20px 0 5px 0;
	}
	
/* schedule */	
.odd {
	background-color: rgb(256,256,256);
	}
	
.even {
	background-color: rgb(240,240,240);
	}
	
table#schedule {
	border-top:1px solid rgb(78,78,78);
	border-right:1px solid rgb(78,78,78);
	border-collapse:collapse;
	margin: 10px auto;
	display: inline;
	width: 550px;
}

#schedule td {
	border-bottom:1px solid rgb(78,78,78);
	border-left:1px solid rgb(78,78,78);
	border-collapse:collapse;
	vertical-align: top;
	padding: 10px;
	}
	
.time {
	text-align: right;
	font-weight: bold;
	color: rgb(24,42,100);
	width: 100px;
	}

#schedule p {
	width: 100%;
	}
	
/* tooltip */
#text {margin:50px auto; width:500px}
.hotspot {color:rgb(247,147,30); padding-bottom:1px; border-bottom:1px dotted rgb(247,147,30); cursor:pointer}

#tt {position:absolute; display:block;}

#ttcont {display:block; padding: 10px; margin-left:5px; border: 1px solid rgb(78,78,78); background:rgb(225,239,243); color:rgb(78,78,78);}

	
	
	
/* sidbar styles */
#sidebar {
	width: 300px;
	padding: 10px 24px;
	float: right;
	display: inline;
	background: url(images/dividerv.gif) top left repeat-y;
	}
	
blockquote {
	background: url(images/quote.png) 465px 165px  no-repeat;
	padding: 175px 20px 0 490px;
	font-style: italic;
	width: 300px;
	margin: 0 0 0 140px;
	}
	
.byline {
	text-align: right;
	font-size: .8em;
	font-style: italic;
	margin: 0 20px 20px 0;
	}
	
#button {
		margin: 40px 90px 40px 30px;
		}


#button a{
	background: url(images/register.png) 0 0 no-repeat;
	text-indent: -9999px;
	height: 48px;
	width: 230px;
	display: block;
	}
	
#button a:hover {
	background: transparent url(images/register.png) 0 -48px no-repeat;
	}
	
#sidebar h2 {
	display: block;
	width: 500;
	height: 25px;
	padding: auto 0 auto 10px;
	background: url(images/dividerh.gif) bottom left repeat-x;
	}
	
#diamond, #platinum, #gold {
	display: block;
	margin: 10px 0;
	}
	
.silver {
 	float: left;
	display: inline;
	margin: 0 0 10px 5px;
	}
	
.contributing {
 	float: left;
	display: inline;
	margin: 0 0 10px 5px;
	}
	
.inkind a, ul, li {
	list-style:none;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	width: 300px;
	display: block;
	clear: both;
	}
	
	
#sponsors {
	height: 300px;
	}
	
#contact {
	background: url(images/contact.png) top left no-repeat;
	padding: 10px 0 0 52px;
	height: 50px;
	}
	
#contact a {
	font-size: 1.25em;
	font-weight: bold;
	}
	
h3 a {
	font-weight: bold;
	}
			
/* footer styles */
#footer {
	background: url(images/dividerh.gif) 0 20px repeat-x;
	clear: both;
	min-height: 200px;
	}
	
#copyright {
	font-size: .5em;
	display: inline;
	float: left;
	margin: 40px 0 0 0;
	}
	
#sitenav {
	display: inline;
	float: right;
	margin: 40px 0 0 0;
	}
	
#sitenav {
	list-style: none;
	}
	
#footer a {
	font-weight: bold;
	text-transform: uppercase;
	}
	
	/* downloads */

.download {
	background: url(images/download.jpg) top left no-repeat;
	height: 50px;
	margin: 5px auto;
	padding: 0 0 0 50px;
	display: block;
	font-weight: bold;
	}
	
#summitpics {
	margin: 20px 0 10px 10px;
	width: 275px;
	height: 220px;
	border: 5px solid rgb(24,42,100);
	background: rgb(24,42,100);
	}
	
#twitter {
	clear: both;
		margin: 20px 0 10px 10px;
	}





