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

/*CLEAR ALL FORMATTING */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal;
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}

/* TYPGRAPHY FORMATTING */

p {
	margin-bottom:1em;
	font-size:13px;
	color:#f2f2f2;
	line-height:1.5em;
}

h2 {
	margin-bottom:10px;
	font-weight:normal;
	font-size:20px;
	color:#E0CE2D;
	
}

h3 {
	margin-top:-8px;
	font-size:11px;
	color: #F2F2F2;
	line-height:1.8em;
}

h4 {
	margin-bottom:1em;
	font-size:13px;
	font-weight:bold;
	color: #F2F2F2;
}

em {
	font-size:1.2em;
	text-transform:uppercase;
	letter-spacing: 1pt;
}

h2 a {
	text-decoration:none;
	margin-bottom:10px;
	font-weight:normal;
	font-size:20px;
	text-transform:lowercase;
	color:#E0CE2D;
}

h2 a:hover {
	text-decoration:none;
	margin-bottom:10px;
	font-weight:normal;
	font-size:20px;
	text-transform:lowercase;
	color:#F2F2F2;
}

a {
	color:#E0CE2D;
	text-decoration:none;
}

a:hover {
	color:#F2F2F2;
	text-decoration:none;
}


/*GRID FORMATTING*/
div.onehalf {
	float:left;
	width:46%;
	padding:0px 0px 15px 0px;
	margin:0px 7% 20px 0px;
}

div.onethird {
	float:left;
	width:30%;
	min-height:200px;
	padding:0px 0px 15px 0px;
	margin:0px 4% 20px 0px;
}

div.twothird {
	float:left;
	width:65%;
	padding:0px 0px 15px 0px;
	margin:0px 4% 20px 0px;
}

div.one {
	width:100%;
	padding:0px 0px 15px 0px;
	margin:0px 0px 20px 0px;
}

.start{
	clear:both;
}

.end{
	margin-left:0 !important;
	margin-right:0 !important;
}

img.hdivider {
	clear:both;
	width:100%;
	height:2px;
	padding-bottom: 20px;
}

img.vdivider {
	position: relative;
	left:-20px;
	float:left;
	width:2px;

}

/*MAIN CSS*/
body {
	margin:0px;
	padding:30px 20px 20px 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#f2f2f2;
	line-height:1.5em;
	background-color:#333333;
}

div#wrapper {
	width:980px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	
}

div#headergradient {
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	height:117px;
	width:100%;
	background-repeat:repeat-x;
	background-image:url("../images/headergradient.png");
	border-bottom:#454522 1px solid;
}

/*HEADER SECTION*/

div#header {
	height:130px;
}

h1#logo {
	float:left;
}

ul#mainnav {
	float:right;
	padding:0px;
	margin:0px;
	position:relative;
	top:50px;
}

ul#mainnav li {
	display:inline;
	padding:7px;
	letter-spacing:1pt;
	text-transform:uppercase;
}

ul#mainnav a {
	text-decoration:none;
	color: #f2f2f2;
	font-size:15px;
}

ul#mainnav a:hover, em.selected{
	color:#E0CE2D;
	font-style:normal;
	font-size:15px;
}

/* PAGE CONTENT SECTION */

div.subnav {
	float:left;
	width:28%;
	border-top:1px solid #E0CE2D;
	padding:0px 0px 0px 0px;
	margin-right:50px;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
}

div.subnav ul {
	margin:0% 0% 0% 25%;
	padding:0px;
}

div.subnav li {
	list-style:none;
	line-height:3;
	border-bottom:#444444 1px solid;
}

div.subnav a {
	text-decoration:none;
	color:#F2F2F2;
}

div.subnav a {
	text-decoration:none;
	color: #f2f2f2;
}

div.subnav a:hover, span.selected{
	color:#E0CE2D;
}

div.pagecontent {
	float:right;
	width:60%;
	padding:5px 0px 15px 0px;
	margin-right:50px;

}


/* MISC CONTENT SECTION */

p.intro {
	font-size:14px;
	color: #BDCCD4;
	line-height:1.8em;
}

div.notice {
	clear:both;
	width:61%;
	margin:0px 0px 35px 0px;
	padding:10px;
	background-color: #E0CE2D;
	font-size:16px;
	color:#222222;
	line-height:1.5em;
}

img#mainbanner {
	width:100%;
}

img#registerbutton {
	position:relative;
	left:387px;
}

#home_connect li{
	width:30%;
	padding-right:3%;
	float:left;
	text-align:center;
}

.biocell, .sponsorcell {
	height:300px;
}

div.bio {
	display:none;
}

div.bio h2 {
	color:#333333;
	margin-bottom:20px;
	font-size:20px;
}

div.bio p {
	color:#333333;
}

img.photo {
	margin:20px 0px;
	border:5px solid #f2f2f2;
}

img.socialicon {
	margin-right:10px;
	height:48px;
	width:48px;
	vertical-align:middle;
}

ul.contentlist {
	margin:20px 0px;
}

ul.contentlist li {
	line-height:2em;
	font-size:11px;
}

img.sponsor {
	padding:10px 0px;
}

.centered {
	display: block;
    margin-left: auto;
    margin-right: auto;
}


/*FOOTER SECTION*/

div#footer {
	height:60px;
	clear:both;
	margin-top:200px;
	font-size:8pt;
	color: #666666;
}

div#rights {
	float:left;
}

div#sponsorlogos {
	float:right;
}
