body{font:15px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

body {	
	background-color: #002146;
	color: #ffffff;
}

a {
	color: #fff;
}

h1, h2, h3, h4, h5 {
	letter-spacing: +1px;
}

h1 {
	color: #002146;
}

h2, h3, h4, h5 {
	color: #ffffff;
}

h3, h4 {
	margin-bottom: 0px;
}

ul, dl {
	margin-left: 20px;
}

dl {
	height: 85px;
	width: 400px;
	color: #002146;
}

dt {
	width: 80px;
	display: inline;
	float: left;
	clear: left;
	text-align: right;
	font-weight: bold;
	letter-spacing: +1;
}


dd {
	width: 310px;
	padding-left: 10px;
	display: inline;
	float: right;
	clear: right;
	text-align: left;
}


blockquote {
	font-style: italic;
}

.emp {
	color: #fff;
	font-weight: bold;
	letter-spacing: +1px;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.last {
	margin-bottom: 0;
}

.paragraphText {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
}

#header, #footer {
}

#header {
	border-bottom: 1px solid #000;
}

.ticketForm {
	line-height: 1px;
	margin-top: -8px;
}


#mainContent {
	background: url(../images/contentBG.jpg) top center no-repeat;
	padding: 20px 0 0;
}

#contentTop {
	background: url(../images/contentMainTop.png) top center no-repeat;
	height: 20px;
}

#contentBody {
	background-color: #071a39;
	padding-bottom: 20px;
}

.speakerDetails img {
	padding: 3px;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #262626;
}

.speakerDetails {
	text-align: center;
	margin-bottom: 20px;
}

.speakerDetails p {
	margin-bottom: 0px;
}

.lightboxSpeaker p {
  padding: 5px;
}

#footer {
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
	border-top: 1px solid #444444;
	background-color: #000000; 
}

#sponsors {
  padding: 70px 0 20px 0;
}

#sponsors li {
	height: 190px;
}


#footer ul li a.emp{
clear: both;
display: block;
padding-top: 10px;
}

/*-------------
FORM
-----------------*/
#contactForm {
	display:block;
	padding: 0;
}
#contactForm form div {
	width: 230px;
	float: left;
	position: relative;
	margin: 0 0 20px 0;
}

#contactForm form div.textarea {
	float: left;
	clear: both;
	width: auto;
}
#contactForm form label {
	display: block;
	color: #aaa;
	padding: 0 0 5px 0;
}
#contactForm form label.error, .formstatuserror {
	color: #900;
}
.formstatusok {
	color:#009900;
}
#contactForm form label.infield {
	position: absolute;
	top: 5px;
	left: 10px;
	display: inline;
	color: #aaa;
}
#contactForm form input {
	width: 200px;
	padding: 8px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#111;
	border-top:1px solid #161616;
	border-right:1px solid #161616;
	border-bottom:1px solid #262626;
	border-left:1px solid #161616;
	-moz-box-shadow:0 1px 2px #000 inset;
	-webkit-box-shadow:0 1px 2px #000 inset;
	box-shadow:0 1px 2px #000 inset;
	color: #aaa;
	font:inherit;
}
#contactForm form input#subject {
}
#contactForm form textarea {
	width: 440px;
	max-width: 440px;
	padding: 6px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#111;
	border-top:1px solid #161616;
	border-right:1px solid #161616;
	border-bottom:1px solid #262626;
	border-left:1px solid #161616;
	-moz-box-shadow:0 1px 2px #000 inset;
	-webkit-box-shadow:0 1px 2px #000 inset;
	box-shadow:0 1px 2px #000 inset;
	color: #aaa;
	height: 200px;
	overflow:auto;
	font:inherit;
	resize:none;
}
#contactForm form input#submit {
	clear:both;
}
#contactForm .button {
	-moz-border-radius:3px;
	-khtml-border-radius: 4px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 1px 3px #000;
	-webkit-box-shadow:0 1px 3px #000;
	box-shadow:0 1px 3px #000;
	color:#FFFFFF !important;
	cursor:pointer;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	overflow:visible;
	padding:5px 15px 6px;
	position:relative;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	width:auto;
	text-align:center;
}
#contactForm .mono.button {
	background-color:#8B233F;
}
#contactForm .mono.button:active {
	background-color:#721932!important;
}
#contactForm .mono.button:hover {
	background-color:#A42E4D;
}
#contactForm input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner { padding:0;border:0 none;outline:none; }/*fixes mozilla button padding */
input[type="submit"]:focus, input[type="button"]:focus {outline:none;}
.large.button {
	font-size:14px;
	padding:8px 19px 9px;
	background-image:url(../images/large-button-overlay.png);
}
#contactForm .large.button:active {
	background-image:url(../images/large-button-active.png);
}
#contactForm input[type="submit"].large.button, .large.button.input {
	padding:6px 16px 6px;
	border-width:0;
}


/*----
Speaker Lightbox
----*/

#fancybox-inner {
	overflow: visible;
}

.lightboxSpeaker {
background-color: #000000;
}

