@charset "UTF-8";
@import url(wendy.css);
/* CSS Document */

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none; border: 0;}
a:hover {border: 0;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */

.fr {
float: right;
}

.fl {
float: left;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

html {
	margin: 0;
	padding: 0;
}
body {
	background: #0134b9 url(../images/bkgd_waterline.jpg) top center no-repeat; 
	position: relative;
}
#ccm-highlighter {
	margin-top: -49px;
}
div#wrapper {
	min-height: 100%;
	height: 100%;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 125px;
	position: relative;
	z-index: 5;
}




/* =  Logo
----------------------------------------------------------------*/
h1#logo {
	width: 300px;
	height: 100px;
	background: url(../images/diventureslogo.png);
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 15px;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 1em;
}
h1 a:hover {
	border: none;
}


/* = Bkdg
----------------------------------------------------------------*/
img#leftboats {
	position: absolute;
	left: 10px;
	top: 70px;
}
img#topright {
	position: absolute;
	right: 0;
	top: 20px;
}
img#bottomleft {
	position: absolute;
	left: 0;
	bottom: 0;
}
img#bottomright {
	position: absolute;
	right: 0;
	bottom: 0;
}



/* = Left Column and Navigation
----------------------------------------------------------------*/
div#leftcol {
	text-align: left;
	float: left;
	width: 220px;
	padding-top: 133px;
}
ul#nav li a {
display: block;
height: 26px;
width: 220px;
text-indent: -9999px;
border: none;
}
ul#nav li a:hover {
border: none;
}

/* about diventures */
ul#nav li#about-diventures {
background:url(../images/nav.png) 0 0 no-repeat;
}
ul#nav li#about-diventures a:hover, ul#nav li#about-diventures a#active {
background:url(../images/nav.png) -220px 0 no-repeat;
}

/* our facility */
ul#nav li#diving-facility {
background:url(../images/nav.png) 0 -26px no-repeat;
}
ul#nav li#diving-facility a:hover, ul#nav li#diving-facility a#active {
background:url(../images/nav.png) -220px -26px no-repeat;
}

/* scuba training */
ul#nav li#scuba-training {
background:url(../images/nav.png) 0 -52px no-repeat;
}
ul#nav li#scuba-training a:hover, ul#nav li#scuba-training a#active {
background:url(../images/nav.png) -220px -52px no-repeat;
}

/* swim school */

ul#nav li#swim-school {
background:url(../images/nav.png) 0 -78px no-repeat;
}
ul#nav li#swim-school a:hover, ul#nav li#swim-school a#active {
background:url(../images/nav.png) -220px -78px no-repeat;
}

/* dive trips */
ul#nav li#dive-trips {
background:url(../images/nav.png) 0 -104px no-repeat;
}
ul#nav li#dive-trips a:hover, ul#nav li#dive-trips a#active {
background:url(../images/nav.png) -220px -104px no-repeat;
}

/* online store */
ul#nav li#store {
background:url(../images/nav.png) 0 -130px no-repeat;
}
ul#nav li#store a:hover, ul#nav li#store a#active {
background:url(../images/nav.png) -220px -130px no-repeat;
}

/* repairs and services */
ul#nav li#scuba-gear-services-and-repair {
background:url(../images/nav.png) 0 -156px no-repeat;
}
ul#nav li#scuba-gear-services-and-repair a:hover, ul#nav li#scuba-gear-services-and-repair a#active {
background:url(../images/nav.png) -220px -156px no-repeat;
}

/* community */
ul#nav li#community {
background:url(../images/nav.png) 0 -182px no-repeat;
}
ul#nav li#community a:hover, ul#nav li#community a#active {
background:url(../images/nav.png) -220px -182px no-repeat;
}

/* upcoming events */
ul#nav li#upcoming-events {
background:url(../images/nav.png) 0 -208px no-repeat;
}
ul#nav li#upcoming-events a:hover, ul#nav li#upcoming-events a#active {
background:url(../images/nav.png) -220px -208px no-repeat;
}

/* recent news */
ul#nav li#news-events {
background:url(../images/nav.png) 0 -234px no-repeat;
}
ul#nav li#news-events a:hover, ul#nav li#news-events a#active {
background:url(../images/nav.png) -220px -234px no-repeat;
}

/* contact us */
ul#nav li#contact-diventures {
background:url(../images/nav.png) 0 -260px no-repeat;
}
ul#nav li#contact-diventures a:hover, ul#nav li#contact-diventures a#active {
background:url(../images/nav.png) -220px -260px no-repeat;
}

div#leftcol a#enewsletter {
	display: block;
	margin: 5px 0 15px 0;
	width: 220px;
	height: 75px;
	text-indent: -9999px;
	background:url(../images/enewsletter.png) 0 0;
}
div#leftcol a:hover#enewsletter {
	background:url(../images/enewsletter.png) 0 -75px;
}


div#leftcol div#hours {
	display: block;
	width: 220px;
	background:url(../images/diveonin.png) 0 0 no-repeat;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 75px;
	position:relative;
}
div#leftcol div#hours *{
	font: 13px/18px "Trebuchet MS";
	color: #92fdf9;
}
div#leftcol div#hours h3{
	font: 18px "Trebuchet MS";
	font-weight: normal;
	color: #ffe04f;
	padding-top: 6px;
	padding-bottom: 2px;
}
div#leftcol div#hours * span.smallyellow {
	font: 11px "Trebuchet MS";
	text-transform: uppercase;
	color:#FFFF00;
}
div#leftcol div#hours a{
	font: 11px "Trebuchet MS";
	text-transform: uppercase;
	text-decoration: none;
	color:#FFFF00;
	display: block;
	margin: 4px 0;
}
div#leftcol div#hours a:hover{
	color: #92fdf9;
}



/*= Swim School Nav
----------------------------------------------------------------*/
ul#swimschool {
	display: block;
	position: relative;
	width: 435px;
	height: 30px;
	background: url('../images/swimschoolnav.png') 0 0 no-repeat;	
}
ul#swimschool li {
	position: absolute;
	height: 30px;
	text-indent: -9999px;
}

ul#swimschool li#swim-school-sessions {
	width: 106px;
	top: 0; left: 0;
}
ul#swimschool li#swim-school-curriculum {
	width: 146px;
	top: 0; left: 106px;
}
ul#swimschool li#swim-school---frequently-asked-questions {
	width: 67px;
	top: 0; left: 252px;
}
ul#swimschool li#contact-swim-school {
	width: 116px;
	top: 0; left: 319px;
}
ul#swimschool li a {
	display: block;
	width: 100%;
	height: 100%;
}
ul#swimschool li#swim-school-sessions a:hover, ul#swimschool li#swim-school-sessions a#active {
	background: url('../images/swimschoolnav.png') 0 -30px no-repeat;
}
ul#swimschool li#swim-school-curriculum a:hover, ul#swimschool li#swim-school-curriculum a#active {
	background: url('../images/swimschoolnav.png') -106px -30px no-repeat;		
}
ul#swimschool li#swim-school---frequently-asked-questions a:hover, ul#swimschool li#swim-school---frequently-asked-questions a#active {
	background: url('../images/swimschoolnav.png') -252px -30px no-repeat;
}
ul#swimschool li#contact-swim-school a:hover, ul#swimschool li#contact-swim-school a#active {
	background: url('../images/swimschoolnav.png') -319px -30px no-repeat;
}
/* end of swim school nav */




/* =  Read More Buttons
----------------------------------------------------------------*/

div#wrapper p a.more{
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color:#CC0000;
	padding: 0 5px;
}
div#wrapper p a:hover.more {
	text-decoration: underline;
}
div#wrapper div#rightcol a.more{
	display: block;
	padding-top: 3px;
	padding-left: 0;
	color: #92fdf9; /* = Light Blue */
}
div#wrapper div#rightcol div#intrightbluecol a.more{
	display: block;
	padding-top: 3px;
	padding-left: 0;
	color: #92fdf9; /* = Light Blue */
	border-bottom: 1px dotted #27a4e7;
	padding-bottom: 10px;
	margin-bottom: 8px;
}





/* =  Facebook & Twitter Icons 
----------------------------------------------------------------*/
div#leftcol div#hours a#facebook {
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	float: left;
	width: 35px;
	height: 34px;
	text-indent: -9999px;
	background:url(../images/facebookicon.png) 0 0;
}
div#leftcol div#hours a#twitter {
	display: block;
	float: left;
	margin-top: 10px;
	width: 35px;
	height: 34px;
	text-indent: -9999px;
	background:url(../images/twittericon.png) 0 0;
}




/* =  Mid Col 
----------------------------------------------------------------*/
div#wrapper div#midcol {
	float: left;
	text-align: left;
	width: 505px;
	padding-top: 135px;
}
div#wrapper div#twocol {
	float: left;
	text-align: left;
	width: 505px;
	padding-top: 135px;
}
div#wrapper div#midcol.calright {
	width: 775px;
}
div#midcol div#interiortextcontainer{
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
div#midcol div#interiortextcontainer p,
div#midcol div#interiortextcontainer * {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #f3f6f6;
}
div#midcol div#interiortextcontainer p {
	padding-bottom: 10px;
}
div#midcol div#interiortextcontainer p a,
div#midcol div#interiortextcontainer a {
	color: #92fdf9; /* = Light Blue */
}
div#midcol div#interiortextcontainer p a:hover,
div#midcol div#interiortextcontainer a:hover {
	color: #ffd34e;/* = Yellow */
}
div#midcol div#interiortextcontainer p strong{
	font-size: 14px;
	color: #ffd34e;/* = Yellow */
	font-weight: bold;
}
div#midcol div#interiortextcontainer h2 {
	font: 22px/24px "Trebuchet MS";
	font-weight: normal;
	color: #ffd34e;/* = Yellow */
	padding-bottom: 3px;
	padding-top: 10px;
}
div#midcol div#interiortextcontainer h3,
div#midcol div#interiortextcontainer h3 a {
	font: 15px/17px "Trebuchet MS";
	color: #92fdf9; /* = Light Blue */
	text-transform: uppercase;
	padding-bottom: 3px;
	padding-top: 5px;
	letter-spacing: .04em;
}
div#midcol div#interiortextcontainer h3 a:hover {
	font: 17px/18px "Trebuchet MS";
	color: #92fdf9; /* = Light Blue */
}
div#midcol div#interiortextcontainer h4{
	color: #fff;
	font: 25px "Trebuchet MS";
	font-weight: normal;
	text-transform: capitalize;
	padding-bottom: 1px;
}
div#midcol div#interiortextcontainer h5{
	color: #ffd34e;/* = Yellow */
	font: 16px "Trebuchet MS";
	text-transform: uppercase;
	padding-bottom: 15px;
}
div#midcol div#interiortextcontainer ul {
	display: block;
	padding: 0 50px 8px 15px;
}

div#midcol div#interiortextcontainer li {
	color: #ffd34e;/* = Yellow */
	font: 12px/17px "Trebuchet MS";
	padding: 0 0 7px 20px;
	background: url(../images/bullet.png) no-repeat;
	background-position: 0 3px;
}

div#midcol div#interiortextcontainer li strong{
	color: #ffffff;/* = White */
	font-size: 14px;
}


/* =  Mid Col Top Yellow Box
----------------------------------------------------------------*/

div#midcol div#yellowmiddlecontent {
	background: url(../images/homecontentbkgdmid.png) repeat-y;
	padding-left: 35px;
	padding-right: 35px;
}
div#midcol div#yellowmiddlecontent h2{
	font: 26px/31px Arial, Helvetica, sans-serif;
	color: #2160b7;
	padding-top: 15px;
}
div#midcol div#yellowmiddlecontent h2 span.secondline,
div#midcol div#yellowmiddlecontent h3 {
	color: #2160b7;
	font: 16px "Trebuchet MS";
	text-transform: uppercase;
}
div#midcol div#yellowmiddlecontent p{
	font: 15px/20px Arial, Helvetica, sans-serif;
	color: #505365;
	padding-top: 13px;
}
div#midcol div#yellowmiddlecontent p a{
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: none;
}
div#midcol div#yellowmiddlecontent p a:hover{
	text-decoration: underline;
}


/* =  Mid Col Interior Staff 
----------------------------------------------------------------*/
div#twocol div#interiortextcontainer {
	padding-left: 20px;
	padding-right: 20px;
}
div#twocol div#interiortextcontainer p{
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #f3f6f6;
	padding-bottom: 10px;
}
div#twocol div#interiortextcontainer p a, 
div#twocol div#interiortextcontainer p a:visited{
	color: #92fdf9; /* = Light Blue */
}
div#twocol div#interiortextcontainer a, 
div#twocol div#interiortextcontainer a:visited{
	color: #ffd34e;
}
div#twocol div#interiortextcontainer a:hover {
	color: #f3f6f6;
}
table.employee-profile-block {
	padding-top: 15px;
	border-bottom: none;
}
table.employee-profile-block h3 {
	color: #01135c;
	font: 18px "Trebuchet MS";
	text-transform: uppercase;
	padding-top: 12px;
}
table.employee-profile-block h4{
	color: #3e8a91;
	font: 15px "Trebuchet MS";
	font-style: italic;
	font-weight: normal;
	padding-bottom: 5px;
}
div#twocol div#interiortextcontainer table.employee-profile-block p {
	padding-bottom: 0;
	color: #1953b1;
}
div#twocol div#interiortextcontainer table.employee-profile-block a, 
div#twocol div#interiortextcontainer table.employee-profile-block a:visited{
	color: #1953b1;
}
div#twocol div#interiortextcontainer table.employee-profile-block a:hover {
	color: #01135c;
}
div#twocol div#interiortextcontainer div.tonyNextPreviousWrap a {
	font-size: 10px;
	text-transform: uppercase;
}
table.employee-profile-block td.emp-pic {
	background-color: #ffcd42;
}
table.employee-profile-block td.emp-profile {
	background-color: #ffcd42;
}
div#midcol div#interiortextcontainer div.ccm-page-list-description {
	padding-bottom: 15px;
}




/* =  Mid Col Interior News
----------------------------------------------------------------*/

div#midcol div#interiortextcontainer div#newsmain *{
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #ededee; /* = White */
}
div#midcol div#interiortextcontainer div#newsmain h3 a{
	color: #ffd34e;/* = Yellow */
	font: 18px "Trebuchet MS";
	text-transform: uppercase;
	margin-top: 5px;
}
div#midcol div#interiortextcontainer div#newsmain h3 a:hover{
	color: #92fdf9; /* = Light Blue */
}
div#midcol div#interiortextcontainer div#newsmain div.ccm-news-list-date {
	color: #92fdf9; /* = Light Blue */
}
div#midcol div#interiortextcontainer div#newsmain div.ccm-news-list-info {
	border-bottom: 1px dotted #27a4e7;
	padding-bottom: 10px;
	margin-bottom: 15px;
}


div#rightcol div#upcomingevents a, div#rightcol div#insidecal a:hover {
	color: #92fdf9; /* = Light Blue */
}




/* =  Mid Col Home Promos
----------------------------------------------------------------*/

div#midcol div.productpromo {
	margin-top: 10px;
	width: 505px;
	height: 170px;
	background: url(../images/homeproductpromobkgd.png) no-repeat;
}
div#midcol div.productpromo img {
	border: 2px solid #ffd34e;
	float: left;
	margin: 18px;
	width: 200px;
}
div#midcol div.productpromo div.innerpromo {
	float: right;
	width: 263px;
}
div#midcol div.productpromo h2{
	padding-top: 18px;
	font: 22px/24px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffd34e;
}
div#midcol div.productpromo h2 span.secondline,
div#midcol div.productpromo h3 {
	font: 14px "Trebuchet MS";
	text-transform: uppercase;
	color: #fff076;
}
div#midcol div.productpromo p,
div#midcol div.productpromo p a {
	font: 12px "Trebuchet MS";
	color: #FFFFFF;
	padding-right: 30px;
	padding-top: 10px;
}

/* =  Mid Col Calendar View
----------------------------------------------------------------*/
div#midcol div#interiortextcontainer div.ccm-calendar-grid-wrap * {
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #2160b7;/* = Medium Blue */
}
div#midcol div#interiortextcontainer div.ccm-calendar-grid-wrap * table.ccm-calendar-grid tr.header td { 
	text-transform: uppercase;	
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #ffd34e;/* = Yellow */
}
div#midcol div#interiortextcontainer div.ccm-calendar-grid-wrap * table.ccm-calendar-grid td{
	border: 1px dotted #2160b7;
}
div#midcol div#interiortextcontainer div.ccm-calendar-grid-wrap * table.ccm-calendar-grid td .ccm-calendar-date {
	font-size:14px;
	font-weight: bold;
	padding-left: 5px;
}
div#midcol div#interiortextcontainer div.ccm-calendar-grid-wrap * strong {
	font: 30px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
div#midcol div#interiortextcontainer div#.ccm-calendar-grid-wrap table.ccm-calendar-grid td.ccm-calendar-today div.ccm-calendar-date {
	background-color: #ffd34e;/* = Yellow */
}



/* =  RIGHT COLUMN
----------------------------------------------------------------*/
div#wrapper div#rightcol {
	float: right;
	text-align: left;
	width: 270px;
	padding-top: 135px;
}
div#rightcol div#intrightbluecol {
	float: right;
	text-align: left;
	width: 270px;
	background:url(../images/intrightcolmid.png) repeat-y;
	padding-bottom: 15px;
}
div#rightcol div#intrightbluecol p,
div#rightcol div#intrightbluecol address * {
	color: #ffd34e;
	font: 12px/17px "Trebuchet MS";
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 24px;
}

div#rightcol div#intrightbluecol ul.swimschool {
	display: block;
	padding: 0 25px 8px 25px;
}

div#rightcol div#intrightbluecol ul.swimschool li {
	color: #fff8ae; /* = Light Yellow */
	font: 13px/16px "Trebuchet MS";
	padding: 0 0 5px 18px;
	margin-bottom: 5px;
	background: url(../images/bubblebullet.png) no-repeat;
	background-position: 0 3px;
	border-bottom: 1px dotted #ffd34e;
}

div#rightcol div#intrightbluecol p {
	color: #ffd34e;
	font: 12px/17px "Trebuchet MS";
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 24px;
}

div#rightcol div#intrightbluecol p a {
	color: #ffd34e;
	font: 12px/17px "Trebuchet MS";
	font-weight: normal;
}
div#rightcol div#intrightbluecol p a:hover {
	color: #ededee; /* = White */
}
div#rightcol div#intrightbluecol h3 {
	color: #ededee; /* = White */
	font: 16px "Trebuchet MS";
	text-transform: capitalize;
	padding-left: 20px;
	padding-right: 24px;
	padding-bottom: 3px;
}
div#rightcol div#intrightbluecol img.ccm-image-block {
	margin-bottom: 15px;
	margin-top: 10px;
}
div#rightcol div#intrightbluecol address {
	margin-top: 10px;
}
div#rightcol div#intrightbluecol address span{
	display: block;
}


/* =  Right Col Gallery
----------------------------------------------------------------*/

div#rightcol div#intrightbluecol div#gallerylist h3,
div#rightcol div#intrightbluecol div#gallerylist h3 a{
	color: #ededee; /* = White */
	font: 16px "Trebuchet MS";
	text-transform: capitalize;
	padding-bottom: 6px;
	padding-left: 0;
	padding-right: 0;
}
div#rightcol div#intrightbluecol div#gallerylist h3 a:hover{
	color: #92fdf9; /* = Light Blue */
}
div#rightcol div#intrightbluecol div#gallerylist div.gitem{
	padding-left: 20px;
	padding-right: 20px;
}
div#rightcol div#intrightbluecol div#gallerylist,
div#rightcol div#intrightbluecol div#gallerylist div.gitem {
	border: none;

}
div#rightcol div#intrightbluecol div#gallerylist {
	padding-bottom: 10px;
}
div#rightcol div#intrightbluecol div#gallerylist div.gitem {
	padding-bottom: 10px;

}
div#rightcol div#intrightbluecol div#gallerylist div.gitem p {
	padding: 0;

}
div#rightcol div#intrightbluecol div#gallerylist div.gitem a img {
	float: left;
	margin-right: 10px;
	border: 1px solid #92fdf9; /* = Light Blue */
	
}

/* =  Right Col News
----------------------------------------------------------------*/
div#rightcol div#news {
	background: url(../images/newsbkgd.png) no-repeat;
	padding-top: 155px;
	position: relative;
}
div#rightcol div#news img#newspic{
	width: 155px;
	height: 114px;
	position: absolute;
	left: 45px;
	top: 12px;
}
div#rightcol div#news h3 {
	color: #ffd34e;/* = Yellow */
	font: 15px "Trebuchet MS";
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 13px;
	padding-right: 17px;
}
div#rightcol div#news p {
	color: #ededee; /* = White */
	font: 12px/16px "Trebuchet MS";
	padding-left: 13px;
	padding-right: 17px;
}
div#rightcol div#news a {
	color: #fff;
} 

/* =  HOME Right Col Upcoming Events
----------------------------------------------------------------*/

div#rightcol h2.upcomingevents{
	margin-top: 20px;
	margin-left: -10px;
	display: block;
	width: 270px;
	height: 40px;
	text-indent: -9999px;
	background:url(/files/4112/7792/5812/UpcomingTrips.png) 0 0 no-repeat;
	margin-bottom: 3px;
}
div#rightcol div#homecal {
	padding-left: 13px;
	padding-right: 20px;
}
div#homecal p strong {font-weight: bold !important;}
div#rightcol div#upcomingevents h3, 
div#rightcol div#insidecal h3 {
	font: 14px/20px "Trebuchet MS";
	color: #92fdf9;
	padding: 0;	
	padding-bottom: 1px;
}
div#rightcol div#upcomingevents p, 
div#rightcol div#insidecal p {
	font: 12px/16px "Trebuchet MS";
	color: #ededee;
	border-bottom: 1px dotted #27a4e7;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
div#rightcol div#upcomingevents a, 
div#rightcol div#insidecal a {
	font: 12px/16px "Trebuchet MS";
	display: block;
	text-transform: uppercase;
	text-decoration: underline;
	color: #ffd34e;
}
div#rightcol div#insidecal h3 {
	margin-left: 20px;
}
div#rightcol div#insidecal p {
	border-bottom: none;
}



/* =  Right Col Team
----------------------------------------------------------------*/

div#rightcol div#intrightbluecol ul#teammembers {
	padding-left: 23px;
	padding-bottom: 20px;
}
div#rightcol div#intrightbluecol ul#teammembers li {
	display: block;
	float: left;
	width: 102px;
	margin-right: 17px;
	margin-bottom: 10px;
	margin-top: 10px;
}
div#rightcol div#intrightbluecol ul#teammembers li img {
	border: 1px solid #55d4f1;
}
div#rightcol div#intrightbluecol ul#teammembers li h3, 
div#rightcol div#intrightbluecol ul#teammembers li h3 a {
	font: 12px "Trebuchet MS";
	color: #ffd34e;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	text-decoration: underline;
	text-transform: capitalize;
}
div#rightcol div#intrightbluecol ul#teammembers li p {
	padding: 0;
	font: 11px "Trebuchet MS";
	color: #92fdf9;
}



/* =  Contact Us
----------------------------------------------------------------*/
form.miniSurveyView div#msg {background: none; border: none; font: bold 14px "Trebuchet MS" !important;}
form.miniSurveyView input, 
form.miniSurveyView textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f9f0b7;	
	width: 80%;
	height: 20px;
	color: #000 !important;
	border: 1px inset;
	padding: 1px 0 0 5px;
}

form.miniSurveyView textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}

form.miniSurveyView input#subbtn {
	background: url(../images/submit.png) bottom left no-repeat;
	width: 120px;
	height: 40px;
	padding: 0;
	border: 0;
}



/* =  Calendar CSS
----------------------------------------------------------------*/
div.event {
	font: 14px/16px "Trebuchet MS";
	color: #ededee;
	border-bottom: 1px dotted #27a4e7;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
div.event a {
	color: #92fdf9;
	text-decoration: none;
}
div.ccm-calendar-agenda-loading-wrap {
	background: none;
	border: none;
}
div.ccm-calendar-agenda-loading-wrap a {
	color: #92fdf9;
	text-decoration: none;
}
div.ccm-calendar-agenda-loading-wrap a:hover {
	text-decoration: underline;
}
div#homecal h3 {
	font-size: 12px/14px;
}
div#homecal p {
	padding: 0 !important;
	padding-bottom: 10px !important;
}
div#homecal a {
	color: #efefef;
	text-decoration: none;
}
div#hero {
	width: 155px;
	height: 114px;
	position: absolute;
	top: 12px;
	left: 45px;
	z-index: 10;
}


/* = Gallery Album Containers
----------------------------------------------------------------*/
div#album-container {
	border: 1px solid #c00;
}
div.album {
	border: 1px solid #fff;
}
/* Right Gallery List */
div#gallerylist {
	border: 1px solid #fff;
}
div.gitem {
	border: 1px solid blue;
}


div.googleMapCanvas{ width:90%; border:0px none; height: 175px; margin: 0 auto;}


/*= Upcoming Events Calendar Page (http://www.diventures.net/upcoming-events)
----------------------------------------------------------------*/
#event_cal{
border-collapse: collapse;
border-bottom: 4px solid #ffffff !important;
width: 100%;
}
#event_cal #select {
	text-align: left;
	padding-bottom: 10px;
}
#event_cal #select * {
	color: #2160b7 !important;
}
#event_cal #select a{
	color: #FFFFFF !important;
	font-size: 10px !important;
	text-transform: uppercase;
	font-weight: bold !important;
}
div#midcol div#interiortextcontainer #event_cal #year {
	height: 28px;
	font-size: 30px !important;
	text-align: right;
	padding-bottom: 10px;
	color: #ffffff; /* white */
}
#event_cal td {
	width: 85px !important;
	height: 85px;
	border-color: #ffffff;
	border-width: 1px;
	background: url(../images/calendarbkgd.png) repeat;
	border-style: dotted;
	color: #2160b7 !important;	
}
#event_cal .header td {
	background-color: #ffd34e;  /* yellow */
	text-align: center;
	text-transform: uppercase;	
	font-size: 12px !important;
	font-weight: bold !important;
	background-image: none;
	text-align: center;
	height: 10px;
	border-color: #2160b7;
	padding: 5px 0 3px 0;
}
#event_cal td a {
	color: #000000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold !important;
	text-decoration: none !important;
	line-height: 1em !important;
	font-size: 11px !important;	
	display: block;
	margin-bottom: 5px;
	text-transform: capitalize;
}
/*
#event_cal TD:hover {
	background-color: #f4f4f4;
}
*/

#event_cal #cal_blank{
	background: none;
}
#event_cal h1 {
	display: none;
}
#event_cal #day{

}
#event_cal #cal_num {
	border-right: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff !important; /* white */
	font-weight: bold !important;
	font-size: 14px !important;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	margin-right: 78px;
}
#event_cal #cal_num.current {
	background-color: #ffd34e !important;  /* yellow */
	color: #1f19b0 !important;  /* dark blue */
}
#event_cal #cal_day {
	padding: 2px;	
}

#event_cal #cal_day a {
	padding: 2px;
	font-size: 10px;
}

/* category background colors */
#event_cal #cal_day a.general {
	color: #ffffff !important; /* white */
}
#event_cal #cal_day a.swim_classes {
	color: #7de6fc !important; /* light blue */
}

#event_cal #cal_day a.certification {
	color: #fff076 !important; /* light yellow */
}
#event_cal #cal_day a.dive_classes {
	color: #8af9a1 !important; /* light yellow */
}
#event_cal #cal_day a.dive_trips {
	color: #fd9d9a !important; /* peach */
}


/* category background colors rollovers */
#event_cal #cal_day a:hover.general {
	background-color: #ffffff !important; /* white */
	color: #383584 !important; /* dark blue */
}
#event_cal #cal_day a:hover.swim_classes {
	background-color: #7de6fc !important; /* light blue */
	color: #383584 !important; /* dark blue */
}
#event_cal #cal_day a:hover.dive_classes {
	background-color: #fff076 !important; /* light yellow */
	color: #383584 !important; /* dark blue */
}
#event_cal #cal_day a:hover.dive_trips {
	background-color: #fd9d9a !important; /* peach */
	color: #383584 !important; /* dark blue */
}



#event_cal #allday, #allday a {

}

#event_cal #normal, #normal a {

}
#event_cal #infowrap {
	width: 350px;
}

.iCal {
	margin-top: 5px;
	float: right;
	line-height: 35px;
}

.iCal img {
	float: left;
	padding-top: 5px;
}


/*= Upcoming Events / Event Detail Page
----------------------------------------------------------------*/
#simplecal {
	padding-bottom: 15px;
	margin-bottom: 20px;
	padding-top: 15px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	width: 100%;
	float: left;
}

#simplecal  #img {
	float: left;
	background-image: url(/packages/simpleevent/blocks/add_event/tools/calendar_mid.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 65px;
	
}

#simplecal #month {
	color: white;
	padding-left: 8px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	font-family: Futura;
}

div#midcol div#interiortextcontainer #simplecal #day {
	font-size: 20px;
	color: #828282  !important;
	font-size: 28px;
	padding-top: 4px;
	font-weight: bold;
	text-align: center;
}

#simplecal #titlehead {
	/*float: left;*/
}
div#midcol div#interiortextcontainer #simplecal #title {
	color: #ffd34e !important;  /* yellow */
	padding-top: 7px;
	padding-left: 15px;
	font-size: 22px;
	line-height: 24px;
	width: 100%;
	text-transform: capitalize;
}

#simplecal #local {
	font-weight: bold !important;
	clear: left;
	padding-left: 15px;
	/*float: left;*/
	font-size: 14px !important;
	font-family: sans-serif;
	padding-top: 5px;
}

#simplecal #deswrap {
	display: none;
}

#simplecal #description {
	clear: left;
	float: left;
	margin-left: 80px;
	margin-right: 0px;
	margin-top: 15px;
}

#simplecal #datespan {
	padding-left: 15px;
	font-size: 13px !important;
	/*float: left;*/
	font-weight: bold !important;
}

#simplecal #time {
	margin-left: 0; /* was 15px */
	font-size: 13px !important;
	/*float: left;*/
	font-weight: bold !important;
}

#simplecal #eventfoot a {
	font: 11px "Trebuchet MS" !important;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 5px;
}
#simplecal #eventfoot {
	padding-right: 15px;
	/*padding-top: 8px;*/
	clear: both;
	float: right;
}

#formfield {
	padding-bottom: 10px ;
	float: left;
	clear: left;
}

div#title a {
	font: 12px/16px "Trebuchet MS" !important;
	display: block;
	text-transform: uppercase;
	text-decoration: underline;
	color: #ffd34e !important;
}
div#title a:hover {
	color: #fff !important;
}
div#infoblock {
	width: 380px;
	float: right;
}
div#eventhover * {
	color: #000 !important;
}

/* right side bar calendar list */
div#upcomingevents {
	width: 240px;
	margin-left: 10px;
}
#smallcal div#description {
	font: 12px/16px "Trebuchet MS";
	color: #ededee;
	border-bottom: 1px dotted #27a4e7;
	padding-bottom: 10px;
	margin-bottom: 8px;	
}
div#rightcol div#intrightbluecol #calwrap h3 {
	font: 14px/20px "Trebuchet MS";
	color: #92fdf9;
	padding: 0;	
	padding-bottom: 1px;
}
div#rightcol div#intrightbluecol #smallcal {
	margin-left: 25px;
	width: 240px;
}
div#rightcol div#intrightbluecol #smallcal div#description {
	border-bottom: 0;
}