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

body
{
	/*background-color:#045b8e;*/
	background:#fff;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	height:100%;
}
html{height:100%;}
h1, h2
{
	font-size:16px;
	color:#004f9c;
	font-weight:normal;
	padding:0;
	margin:0;
	display:inline;
}
h3
{
	font-size:12px;
	color:#000;
	font-weight:bold;
	padding:0;
	margin:0;
	display:inline;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
#main
{
	width:960px;
	margin: 0 auto;
	background-color:#fff;
}
#header
{
	background-image:url(../images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;	
	height:160px;
	border-bottom:2px solid #fff;
}
#cntnt
{
	background-image:url(../images/oshanter.jpg);
	background-repeat:no-repeat;
	padding:50px;
	height:100%;
}
#midContainer
{
	background-image:url(../images/white_80.png);
}
.wide
{
	padding: 20px 30px;
}
.wide p
{
	padding:0;
	margin: 10px 0;	
}
.wide ul
{
	padding:0 0 0 20px;;
	margin:10px;	
}

#mission
{
	padding: 20px 30px;
	width:420px;
	height:100%;
}
#contentButtons
{
	background-image:url(../images/white_65.png);
	padding: 20px 30px;
	width:320px;
	height:100%;
}

#mission p
{
	padding:0;
	margin:10px 0;
	font-weight:bold;
}
#slogan
{
	height:	140px;
}
.topHeader
{
	float:right;
	color:#fff;
	font-weight:normal;
	font-size:31px;	
	margin:77px 40px 0 0;
}
#buttons
{
	width:920px;
	padding:0 20px;
	font-weight:bold;
}

#buttons ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
#buttons ul li
{
	display:inline;
}
#buttons ul li a
{
	float:left;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	padding: 4px 32px 4px 32px;
	text-decoration:none;
	margin:0 1px;
}
.left{float:left;}
.right{float:right;}

.schedule ul
{
	padding:5px 0 0 0;
	margin:0;	
}

.schedule ul li
{
	list-style:none;
	padding:5px 0 0 0;
	margin:0;
}

.schedule ul li ul li
{
	padding:5px 0 0 20px;	
}
.spacer
{
	height:1px;
	background-color:#666;
	width:80%;
	margin:5px auto 5px auto;	
}
.homeBtn
{
	margin-bottom:10px;
}
.homeBtn p
{
	padding:0;
	margin:5px 0;
}
.homeBtn img,.wide img
{
	border:1px solid #fff;
	margin: 5px;	
}
.big
{
	font-size:24px;
}
#footer
{
	background-color:#00c0f7;
	height:80px;
	border-bottom:3px solid #f48c20;
	border-top:2px solid #fff;
}
#footer ul li{list-style:none; margin:5px 0;}
#footer ul li a
{
	color:#fff;
}
.eventList
{
	padding:0;
	margin:10px;	
}

.eventList li
{
	list-style:none;
	margin:5px;
	padding:0;	
}
.label
{
	float:left;
	width:40%;
	margin:1px 0;
}
.field
{
	float:left;
	width:60%;
	margin:1px 0;
}
.column
{
	width:380px;
}
.cell
{
	padding:10px 5px;
	
}
.cell p
{
	padding:0;
	margin:5px 0 0 0;
}
.cell ul
{
	margin: 0;	
}
.cell ul li
{
	margin:5px 0 0 0;	
}
.liHolder
{
	list-style:none;	
}
.btnOrange
{
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	padding: 4px 32px 4px 32px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.btnSponsorship, .btnSponsorshipNarrow
{
	text-decoration:none;
	background:#fff;
	margin:10px 30px;
	padding:15px;
	border:1px dotted #999;
	-webkit-border-radius-topright: 5px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	-webkit-border-radius-topleft: 5px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	-webkit-border-radius-bottomright: 5px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	-webkit-border-radius-bottomleft: 5px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	
     -moz-border-radius-topright: 5px; /* FF1-3.6 */
	 -moz-border-radius-topleft: 5px; /* FF1-3.6 */
	 -moz-border-radius-bottomright: 5px; /* FF1-3.6 */
	 -moz-border-radius-bottomleft: 5px; /* FF1-3.6 */
	  
     border-top-right-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	 border-top-left-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	 border-bottom-right-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	 border-bottom-left-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

	 -moz-background-clip: padding;
	 -webkit-background-clip: padding-box;
	 background-clip: padding-box;
}
.btnSponsorshipNarrow
{
	margin:5px;
	padding:5px
}

.column .cell:nth-child(odd){
	background-color:#ccc;
}

.sponsorship-links{
	margin:50px 0 30px 0;
}
.sponsorship-links ul{
	margin:0;
	padding:0;
}
.sponsorship-links ul li{
	float:left;
	display: inline;
    list-style: none;
}