@charset "UTF-8";

body {
background-image:url(../images/Atlantic_Wave_with_wave3c.jpg);
background-repeat:no-repeat;
background-color:#001b24;
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.container {
width:840px;
height:100%;
padding: 0 12px 0 6px;
}

div.main {
float:left;
background-color:#fefefe;
width:750px;
margin: 0px 16px 0px 0px;
border: solid 1px #001b24;
padding:12px 12px 20px 20px;
}

div.main_wide {
float:left;
background-color:#fefefe;
width:750px;
margin: 0px 16px 0px 0px;
border: solid 1px #001b24;
padding:12px 12px 20px 20px;
}

div.main_schedule {
float:left;
background-color:#fefefe;
width:772px;
margin: 0px 16px 0px 0px;
border: solid 1px #001b24;
padding:12px;
}

div.main_video {
float:left;
background-color:#fefefe;
width:785px;
margin: 0px 16px 0px 0px;
border: solid 1px #001b24;
padding:12px;
}

div.nav_bar {
margin: 130px 0 12px 12px;
}

a img {
border:none;
}

a:link {
color:#2c5868;
text-decoration:underline;
}

a:visited {
color:#2c5868;
text-decoration:underline;
}

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


div.calendar_div {
padding: 2px 8px 8px 9px;
margin: 12px 0 12px 12px;
border: solid 1px #ddeaee;
width: 160px;
font:  12px Verdana, Arial, Helvetica, sans-serif;
color:#001b24;
float:right;
clear:right;
}

div.calendar_div p {
margin: 6px 0 4px 0;
}

div.names {
padding: 6px;
margin: 24px 0 8px 16px;
width: 250px;
font:  12px Verdana, Arial, Helvetica, sans-serif;
color:#001b24;
float:right;
clear:right;
border: solid 1px #ddeaee;
}

div.names_new { /* smaller top margin than previous */
padding: 6px;
margin: 4px 0 8px 16px;
width: 250px;
font:  12px Verdana, Arial, Helvetica, sans-serif;
color:#001b24;
float:right;
clear:right;
border: solid 1px #ddeaee;
}


div.top_container {
width:auto;
float: left;
margin: 8px 6px 12px 16px;
border-bottom: solid 1px #001b24;
padding-bottom: 12px;
line-height:1.5;
}

div.top_container_schedule {
width:auto;
float: left;
margin: 8px 6px 0 16px;
border-bottom: solid 1px #001b24;
}

table.schedule {
float:left; 
clear: left; 
margin: 0 0 12px 100px; 
width:560px;
}

table.schedule td {
border-bottom: solid 1px #001b24;
}

div.contact {
width: auto;
float: left;
margin: 0 18px 18px 18px;
}

.bold_red {
font-weight:bold;
color: red;
}

.border {
border: solid 1px #333333;
}
