@charset "utf-8";
/* CSS Document */

* {
	border: 0 none;
}
a{
	color:#09C;
	text-decoration:none;
}

#main-sponsors a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	line-height:9px;
}

#main-sponsors a:hover {
	text-decoration:underline;
}

a:hover{
	color:#069;
	text-decoration:underline;
}
body {
	width: 100%;
	background-color: #fff;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
}

div.almightyholder {
	width: 860px;
	margin: 0 auto;
	position: relative;
	margin: 57 auto;
}


div.footerholder{
	position:relative;
	height:266px;
	background-image:url(../images/bg-footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

div.bodyholder{
	position:relative;
	margin-top:57px;
}

div.header{
	height:	152px;
	background-image:url(../images/bg-header.jpg);
	margin-bottom:38px;
}

div.nav{
	float:left;
	display:block;
	width:220px;
	padding-right:30px;
	
}
div.nav a{
	display:block;
	text-align:right;
	color:#007dc2;
	font-weight:bold;
	text-shadow: #CCC 2px 2px 2px;
	line-height:38px;
	font-size:12px;
	text-decoration:none;
}
div.nav a.selected{
	color:#900;
}
div.nav a:hover{
	color:#900;
	text-decoration:none;
}
div.content{
	float:left;
	display:block;
	width:580px;
	padding-right:30px;
	line-height:18px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-weight:100;
	font-size:22px;
	line-height:26px;
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-weight:100;
	font-size:18px;
	line-height:26px;
}

h2.sponsors{
	font-family:"Times New Roman", Times, serif;
	font-weight:100;
	font-size:24px;
	line-height:32px;
	display:block;
	width:100%;
	padding:10px;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-weight:100;
	font-size:16px;
	line-height:24px;
}

div.sponsors{
	display:block;
	padding-bottom:20px;
	width:580px;
	border-bottom:#1f69ae 1px dotted;
	margin-bottom:20px;
}
div.sponsors div.sponsor_image{
	float:left;
	display:block;
	width:230px;
}
div.sponsors div.sponsor_text{
	float:left;
	display:block;
	width:300px;
	padding-left:20px;
	padding-top:16px;
}

div.footer-content{
	float:left; 
	display:block; 
	width:400px; 
	padding-left:20px; 
	font-size:11px; 
	line-height:16px;
	padding-top:65px;
}
div.footer-content a{
	display:block;
	width:160px;
	float:left;
}

#main-sponsors {
float:right;
text-align:right;
}

/* -- forms -- */

.req{
	font-size:9px;
	color:#F00;
}

label.text{
	float:left;
	display:block;
	vertical-align:top;
	width:150px;	
}


input.text{
	display:block;
	margin-bottom:8px;
	width:350px;
	padding:5px;
	border:1px solid #999;
}
select.text{
	display:block;
	margin-bottom:8px;
	width:363px;
	padding:5px;
	border:1px solid #999;
}

.tinytext{
	display:block;
	margin-left:150px;
	width:350px;
	padding:0px;
	font-size:9px;
	color:#666;
}
div.message_good{
	padding:20px;
	background-color:#D5FFCE;
	border:1px solid #95FF82;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:19px;
}

.speaker-pic {
float:left;
width:160px;
height:210px;
}

.speaker-info {
margin-left:10px;
margin-bottom:10px;
padding-right:10px;
}

.clearall {
clear:both;
}
