@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
form, fieldset {
margin:0;
padding:0;
}
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	padding:18px;
	text-align:left;
}
p.small-centered {
	font-size:16px;
	text-align:center;
}
p.bold {
	font-weight:bold;
}
#content li {
	text-align:left;
	margin-left:40px;
	list-style-image:url(images/bullet.png);
	line-height:24px;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #65c5eb;
	margin-top:0px;
}
#wrapper {
	width:960px; 
	margin:0 auto;
}
#header {
	width:960px; 
	height:292px; background-image:url(images/header.jpg);
}
#logo {
	width:300px;
	float:left;
	border:none;
}
#nav {
	float:left;
}
#nav_panel {
    width: 653px; 
	height: 245px;
    background: url(images/nav_bar.png);
    margin: 0 0 0 7px; 
	padding: 0;
    position: relative;
}
  #nav_panel li {
    margin: 0; padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
}
  #nav_panel li, #nav_panel a {
    height: 245px; 
	display: block;
}
#panel1b {left: 0; width: 168px;}
#panel2b {left: 168px; width: 125px;}
#panel3b {left: 293px; width: 181px;}
#panel4b {left: 474px; width: 179px;}

#panel1b a:hover, #panel1b a.current {
    background: transparent url(images/nav_bar.png)
    0 -245px no-repeat;
}
  #panel2b a:hover, #panel2b a.current  {
    background: transparent url(images/nav_bar.png)
    -168px -245px no-repeat;
}
  #panel3b a:hover, #panel3b a.current  {
    background: transparent url(images/nav_bar.png)
    -293px -245px no-repeat;
}
  #panel4b a:hover, #panel4b a.current  {
    background: transparent url(images/nav_bar.png)
    -474px -245px no-repeat;
}
#content {
	background:url(images/content.png);
	min-height:400px;
	text-align: center;
}
#footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:top;
	min-height:15px;
}
#footer_nav {
    width: 804px; height: 112px;
    background: url(images/footer_nav.png);
    margin:0 auto; 
	padding: 0;
    position: relative;
	top:-30px;
	}
  #footer_nav li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;}
  #footer_nav li, #footer_nav a {
    height: 112px; display: block;}

#fpanel1b {left: 0; width: 123px;}
  #fpanel2b {left: 123px; width: 125px;}
  #fpanel3b {left: 248px; width: 233px;}
  #fpanel4b {left: 481px; width: 182px;}
  #fpanel5b {left: 663px; width: 141px;}

#fpanel1b a:hover, #fpanel1b a.current  {
    background: transparent url(images/footer_nav.png)
    0 -112px no-repeat;}
  #fpanel2b a:hover, #fpanel2b a.current  {
    background: transparent url(images/footer_nav.png)
    -123px -112px no-repeat;}
  #fpanel3b a:hover, #fpanel3b a.current  {
    background: transparent url(images/footer_nav.png)
    -248px -112px no-repeat;}
  #fpanel4b a:hover, #fpanel4b a.current  {
    background: transparent url(images/footer_nav.png)
    -481px -112px no-repeat;}
	#fpanel5b a:hover, #fpanel5b a.current  {
    background: transparent url(images/footer_nav.png)
    -663px -112px no-repeat;}


.panel_button {
	margin-left:auto;
	margin-right: 25px;
	position: relative;
	top: -4px;
	left:2px;
	width: 325px;
	height: 56px;
	background: url(images/button.png);
	z-index: 20;
	
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
	margin-left:90px;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
#toppanel {
	position: absolute;
	width: 325px;
	margin-left:635px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 325px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	
}
#panel_contents {
	background-image:url(images/contact.png);
	background-repeat:no-repeat;
	height: 100%;
	width: 325px;
	position: absolute;
	z-index: -1;
}

.border p {
	padding:30px;
	margin-top:150px;
}

form.cmxform {
	width: 255px;
	font-size: 1.1em;
	color: #333;
	margin-left:50px;
margin-top:190px;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;

	
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	list-style:none;
	}
.sponsors{
	margin:4px;
}