@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #277685;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container #mainContentNoPic #login {
	color: #FFFFFF;
	background-color: #277685;
	width: 300px;
}
#container #mainContentNoPic #error {
	color: #FF0000;
	margin-top: 8px;
}


 #container {
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 2px;
} 
 #header {
	height: 102px;
	border-bottom: 6px solid #f97c0b;
	width: 780px;
	margin-left: 2px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #277685;
	margin-top: 5px;
	margin-left: 3px;
	border: 1px solid #ffffff;
}
 #mainContent {
	margin: 5px 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/coconut_grove.png) no-repeat right top;
	font-size: 12px;
} 
#mainContentNoPic {
	margin: 5px 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px;
	font-size: 12px;
}
#mainContentCheckOut {
	margin: 5px 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px;
	font-size: 12px;
}


 #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-bottom: 3px solid #f97c0b;
	margin-top: 20px;
} 
 #footer p {
	padding: 10px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #277685;
	margin: 0 0 0 160px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navigation {width:180px; font-size:10px;}
#navigation ul {margin:0px; padding:0px;}
#navigation li
{
display: inline;
/* for IE5 and IE6 */
} 

#navigation a
{
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	display: block;
	padding: 3px;
	width: 169px;
	height:18px;
	background-color: #277685;
	border-bottom: 1px solid #eee;
} 

#navigation a:link, #navigation a:visited
{
color: #EEE;
text-decoration: none;
} 
#navigation a:hover
{
background-color: #f97c0b;
color: #fff;
} 
#navigation li a#current
{
background: #f97c0b;
} 
.register{
color: #FFFF00;
font-weight:bold;
}
#container #mainContent h1 {
	color: #277685;
	font: bold 2.5em "Times New Roman", "Book Antiqua", "Lucida Sans";
}
.time {
	float: left;
	width: 170px;
}
.mission {
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
}
#container #mainContent th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #f97c0b;
	text-align: left;
	padding-left: 4px;
}
#container #mainContent #details {
	width: 270px;
	height: 240px;
	border: 1px solid #277685;
	padding: 4px;
}
#container #mainContent #details li {
	color: #333333;
	line-height: 23px;
	margin-left: -13px;
}
#container #mainContent #sponsors {
	margin-top: 18px;
	width: 448px;
	border: 1px solid #277685;
	padding: 4px;
}
.box_header {
	color: #FFFFFF;
	background: #277685;
	padding: 4px;
}
.menu_cat {
	line-height: 22px;
	color: #FA9132;
	background: #277685;
	padding-left: 3px;
	border: 1px solid #277685;
	font-size: 12px;
}
.row0{
	background-color: #FFFFd5;
	font-size: .85em;
	color: #666666;
}

.row1{
	background-color: #FFF;
	font-size: .85em;
	color: #666666;
}
a.map {
	text-decoration: none;
}
a.map:hover{
	color: #e85300;
}
#container #mainContentNoPic .using {
	font-size: 12px;
	line-height: 140%;
}
#container #mainContentNoPic .using2 {
	font-size: 12px;
}
#container #mainContentNoPic .indent {
	margin-left: 50px;
	text-indent: -50px;
	font-size: 12px;
}
.participantHeader {
	color: #FFFFFF;
	background: #F97C0B;
}
.webform {
	font:11px Arial, Helvetica, sans-serif;
	color:#777;
	margin-top: 0px;
}

#container #mainContentNoPic label {
	display: block;
}
#container #mainContentNoPic input {
	width: 300px;
	color: #727272;
	padding-bottom: 3px;
}
#container #mainContentNoPic .webform p {
	height: 27px;
}
legend {
	color: #277685;
	font-size: 12px;
}
.webform td {
	vertical-align: bottom;
}

fieldset {
	margin-top: 7px;
	margin-bottom: 7px;
}
#container #mainContentNoPic .otherBox {
	font-size: 10px;
	height: 12px;
	width: 12px;
	padding-bottom: 0px;
}
.webform #others ul {
	list-style: none;
}
.webform #others li {
	float: left;
	padding-right: 32px;
}
td.val{
	font: .80 ems;
	font-family: Verdana;
	color: #5F5F5F;
}
.rowOver {
	background-color:#CACACA;
	cursor: hand;
	cursor:pointer;
}
.row2{
	background-color: #F9DCB5;
	font-size: .85em;
	color: #484848;
	cursor:hand;
	cursor:pointer;
}

#container #mainContentNoPic .adminForm {

	.border-collapse:collapse
	width: 100%;
	width: 100%;
}
#container #mainContentNoPic .adminForm td {
	font: 11px Arial, Helvetica, sans-serif;
}

#adminList {
	float: left;
}
#adminRight {
	float: left;
}
#adminRight td {
	text-align: left;
	padding-right: 5px;
}
#container #mainContentNoPic #adminList th {
	border: 1px solid #8B8B8B;
	background-color:#E85C00;
	color: #FFFFFF;
}
#container #mainContentNoPic #adminList td {
	border: 1px solid #8B8B8B;
}
