/* 
Website: cocoabeachchamber.org
Name: CBACC website
Description: inSite-powered website, designed and hosted by Artemis Inc.
Version: 
Author: Jefte Puente
Author URI: http://www.artemisit.com
Comments:	This stylesheet contains all the basic styles used by inSite.
			This stylesheet is best viewed without word wrapping.
*/

/*** Body Styles ***/
body { margin: 0; font-size: 62.5%; font-family: Arial, Verdana, Sans-serif; } /* This percentage sets 1.0 em to 10px. */
.pageTitle { width: 295px; padding: 0px 5px; margin: 0 0px 15px 0; font-family: Arial, Verdana, Sans-serif;}
#page { padding: 0; margin: 0 auto; width: 1000px; background: #ecce7a url('/images/bg_page.jpg') no-repeat; overflow: hidden; }
#printpage { margin: auto; width: 780px; background: #fff; }
#header { width: 1000px; height: 114px; padding: 0; no-repeat top right;} /* background: url('images/hd-right.jpg')*/
#upcomingEvents { float: left; width: 595px; padding: 15px; font-family: Arial Narrow, Arial, Helvetica, sans-serif; font-size: 12px; overflow: hidden; }
#upcomingEvents .MsoNormal { font-size: 12px; }
#mediaBlock { float: left; width: 190px; padding: 15px 0 15px 16px;}
#eventsBox { float: left; height: 370px; width: 185px; margin: 3px 0 0 10px; padding: 8px; }
#eventsBox2 { clear: left; width: 176px; margin: 0 0 0 13px; padding: 11px 18px; background: white url('/images/bg_bottom.gif') no-repeat; overflow: hidden; }
#eventsBox table td, #eventsBox2 table td { padding: 1px; font-family: Arial Narrow, Arial, Verdana, Sans-serif; font-size: 14px;  }
#eventsBox table td a, #eventsBox2 table td a {font-size: 12px; font-weight: normal;}
#subpage_nav_col { float: left; background: url('/images/bg_subpageCol.gif') 13px 0 repeat-y; }
#subpage_bg { float: left; display: inline; margin: 8px 0 0 0; width: 870px; background: url('/images/bg_subpagecontent.gif') 13px 0 repeat-y; display: block; }
#bottomColumns { margin: 0 0 0 13px; display: inline; background: white url('/images/bg_bottom.gif') no-repeat; width: 851px; float: left;}
#banner { position: relative; float: left; width: 860px; height: 309px; margin: 8px 0 0 0; padding: 0;/*background: url('/images/banner03.jpg') no-repeat 241px 0;*/}
#fade { z-index: 1; float: left; display: block; margin: 0; width: 630px; padding: 0; list-style-type: none; }
#fade img { border: none; margin: 0;}
#search { display: inline; width: 832px; height: 21px; float: left; background: #3D60AD; margin: 0 0 0 13px; padding: 4px 10px;}
#searchSubpage { display: inline; width: 819px; height: 21px; float: left; background: #3D60AD url('/images/bg_searchSubpage.gif') no-repeat top right; margin: 0 0 0 13px; padding: 4px 10px;}
#search form, #searchSubpage form { width: 500px; margin: 0; padding:0;}
#search label, #searchSubpage label { text-align: left; padding: 0; width: 237px; color: white; font-size: 1.5em; margin: 2px 0; text-transform: uppercase; }
#search input, #searchSubpage input { margin: 0 3px 0 0; border: 1px solid #314D8B; height: 17px; }
#search input.submit, #searchSubpage input.submit { float: left; display: block; background: #314D8B; border: 1px solid #20335B; height: 21px; margin: 0; padding: 0px; font-size: 1.0em; color: white; text-transform: uppercase;}
#ads_right {float: right; position: relative; display: inline; width: 120px; margin: 10px 8px 0 0px;}
#ads_right img, #ads_right_subpage img { margin: 0 0 12px 0; border: none;}
#ads_top { display: inline; float: left; width: 500px; margin: 13px 0px 0 517px;} 
#ads_top { display: inline; float: left; width: 750px; margin: 13px 0px 0 267px;}
#ads_top img { margin: 0 10px 0 0; }
#ads_right_subpage {display: inline; float: right; position: relative; width: 120px; margin: 0 8px 0 0px;}

/*** Heading Styles ***/
h1 { display: none; } 
h2 { margin: 0; font-size: 20px; color: #3d60ad; font-family: Arial, Verdana, Sans-serif; letter-spacing: -1px; }
h3 { margin: 0; font-size: 16px; margin-bottom: 0px; font-family: Arial, Verdana, Sans-serif; line-height: 25px; letter-spacing: -1px; font-weight: italic;} 
h4 { margin: 0; font-size: 14px; margin-bottom: 0px; font-weight: bolder;font-family: Arial, Verdana, Sans-serif; } 
h5 { margin: 0; font-size: 12px; margin-top: 0; margin-bottom: 10px; font-weight: bolder;font-family: Arial, Verdana, Sans-serif; }
hr { 1px solid #888; margin: 0; } 

/*** Form Styles ***/
	/* 	WE CAN FINALLY STOP USING TABLES FOR FORMS! 
	Example Markup: <label for="name">Name:</label><input id="name" name="Name"> 		*/

label,input { display: block; float: left; margin-bottom: 10px; } 
label { font-size: 1.2em; font-weight: bolder; text-align: right; width: 175px; padding-right: 20px; } 
#req { color:#FF0000; font-weight: bolder; background: #fff6db; padding: 3px 18px 3px 3px;}
form br { clear: left; }
.submit { width: 50px; margin: auto; background-color: white; border: 1px solid brown; margin-right: 10px; }
#submit { margin-left: 100px;}

	/* Contact Form Styles */
	#cont_FAX { width: 100px; }
	#cont_AreaCode { width: 30px; margin-right: 10px; }
	#cont_Prefix { width: 35px; margin-right: 10px; }
	#cont_Suffix { width: 40px; }
	#cont_State { width: 20px; float: left; }
	#cont_Zip { width: 35px; }
	#cont_Comments { height: 55px; width: 250px; margin-bottom: 10px; }
	#cont_form { margin: 0 60px; height: 450px; width: 550px; background: #fffdf6; padding: 20px; }

/*** Table Styles - Tables are for tabular data ***/
td { padding: 4px;}
td.title { font-size: 14px; font-weight: bold; }
td.rowHeader { font-weight: bold; }
tr.altrow { background-color: #e5e5e5; }
table { width: 100%; float: left; margin: 0; font-size: 12px;}
table .normal { width: 330px; }

/*** Content/Copy Styles ***/
p {	font-size: 12px; line-height: 145%; margin: 0; padding-bottom: 15px; font-family: Arial Narrow, Arial, Verdana, Sans-serif; }
#content { font-family: Arial Narrow, Arial, Verdana, Sans-serif; float: left; font-size: 12px; display: block; color: #333; padding: 15px 20px 15px 10px; width: 596px; margin: 0 0 0 0px; background: url('/images/bg_subpage.gif') no-repeat; overflow: hidden;}
#content ul { font-size: 12px; margin-bottom: 20px; margin-top: 10px; line-height: 1.5;}
#printcontent { clear: left; color: #000; }
#printcontent p { font-size: 11px; clear: left; }
.smallbold { font-size: 11px; font-weight: bolder; }

/*** Link Styles ***/
a:link { color: #3d60ad; }
a:visited { color: #2A457C; }
a:hover { color: #4F7CDF; }


.RegText tr:hover { background: #F4F5F7; }
/*** Inconsistant HR styling across browsers forces the use of a div with this class in lieu of the hr tag ***/
.hr { border-top: 1px solid #; width: 100%;	height: 1px; margin: 0 0 0 7px;	padding: 0;	border: 1px solid #4299ce; }

/*** Navigation - Uses an unordered list and styles them as buttons 
	 This nav supports rounded buttons and drop-down menus.								***/

	/* Main Nav */
	
		/* Main Nav Container */
		#navcontainer1 {
			padding: 0; 
			margin: 0 0 0 13px;
			background: #000000 url('/images/bg_nav.gif') no-repeat bottom left;
			float: left;
			height: 309px;
			overflow: visible;
			position: relative;
			z-index: 900;
			display: inline;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav1 {
			float: left;
			font-size:13px;
			line-height:normal;
			font-style: normal;
			letter-spacing: -1;  
			}
		#nav1 ul { 
			float: left;
			margin:0;
			padding:0;
			list-style:none;
		}
		#nav1 li {
			clear: left;
			float: left;
			position: relative;
			margin: 0 0 1px 0px;
			padding:0;
		}
		#nav1 a {
			float: left;
			background:url('images/bg_nav_bullet.gif') no-repeat 8px 8px;
			margin:0;
			padding:0 0 0 20px; /* The space between the left side of the tab and the text. */
			margin-left: 0px; /* Spacing between navigation tabs */
			text-decoration:none;
			width: 190px;
		}
		#nav1 a span {
			float:left;
			display:block;
			background:url('images/nav_endcap.png') no-repeat right top;
			padding: 6px; /* The padding around the text */
			font-weight:bold;
			color:#fff;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav1 a span {float:none;}
		/* End IE5-Mac hack */
		#nav1 a:hover span {
			color: #fff;
		}
		#nav1 #current a {
			background-position: left bottom;
			border-width:0;
		}
		
		#nav1 #current a span {
			background-position:100% 100%;
			padding:8px 8px 8px 5px;
			color:#333;		
		}
		#nav1 a:hover {
			background: url('images/bg_nav_bullet_up.gif') no-repeat 0 0;
		}
		#nav1 a:hover span {
			
		}

	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown1, #nav_dropdown1 ul { float: left; height: 30px; padding: 0; margin: 0; list-style: none; line-height: 1; }
			
		#nav_dropdown1 ul a { display: block; background: none; font-weight: bold; font-size: 11px; }
		
		/* 1st Level List Items */
		#nav_dropdown1 li { float: left; }
		
		/* 2nd Level List - UL
		Hides the UL from view using left									*/
		/* Using left instead of display to hide menus because display: none isn't read by screen readers */
		#nav_dropdown1 li ul { position: absolute; left: -999em; width: 210px;}
		
		/* 2nd Level List elements - LI */
		#nav_dropdown1 ul li { clear:left; margin:0;}
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { width: 194px; padding: 7px; background: url('/images/bg_nav.gif') no-repeat; color: #fff;}
		#nav_dropdown1 ul li a:hover { background: url('/images/bg_nav_up.gif') no-repeat; color: #fff;}	
		
		/* 3rd Level List elements - UL - Sets position of the UL element	*/
		#nav_dropdown1 li ul ul { margin: 0px 0 0 208px; }
		
		/* 3rd Level List elements - A */
		#nav_dropdown1 ul ul li a { background: url('/images/bg_nav.gif') no-repeat; }
		#nav_dropdown1 ul ul li a:hover { background: url('/images/bg_nav_up.gif') no-repeat; color: #fff; }		
		
		/* This bit moves list items off the page using negative left margin */
		#nav_dropdown1 li:hover ul ul, #nav_dropdown1 li.sfhover ul ul { left: -999em; }
		
		/* This brings the list items back on screen and into view upon hover
		Note usage of .sfhover, a class required and called by the javascript function
		that handles :hover attributes so that IE will properly :hover on a LI element	*/
		
		/* lists nested under hovered list items */ 
		#nav_dropdown1 li:hover ul, #nav_dropdown1 li li:hover ul, #nav_dropdown1 li.sfhover ul, #nav_dropdown1 li li.sfhover ul { 
			left: 210px;
			top: 0px;
		}
		#nav_dropdown1 li li:hover ul, #nav_dropdown1 li li.sfhover ul { 
			left: 0px;
			top: 0px;
		}
		
		/* Special Class For showing bg-image w/arrow for 3rd level items */
		#nav_dropdown1 .nav_has_level3 { background-image: url('images/dot_arrow.gif');
			background-position: top left;
			
		}
		#nav_dropdown1 .nav_has_level3:hover { background-image: url('images/dot_arrow_up.gif');
			background-position: top left;
		}	
	
	#topnav { display: inline; width: 800px; float: left; clear: left; margin: 15px 0px 0 245px; font-size: 1.0em; color: white; font-weight: bold; letter-spacing: 0px;} 
	#topnav a:link, #topnav a:visited { padding: 3px; color: white; text-decoration: none; }
	#topnav a:hover { color: #444; text-decoration: none; color: white;}

	/* Footer Nav */
	#footerCenter { display: inline; width: 90%; position: relative; display: block; margin: auto; padding-right: 5px; }
	.footer { font-size: 12px; padding: 2px 0; margin: 0; float: left; height: 53px; border-top: 15px solid #ECCE7A; margin: auto; width: 100%; background: url('/images/bg_footer.jpg') no-repeat top left; color: white; text-align: center; }
	.footer p { font-size: 1.0em; }
	.footer a { color: #fff; padding: 2px; margin: 0; text-decoration: none; }
	.footer a:visited { color: #fff; }
	.footer a:hover { color: #fff; text-decoration: underline; margin: 0; }

/*** Images & Alignments

	Using 'class="alignright"' on an image will align the image to the right. 
	And using 'class="centered', will of course center the image. This is much
	better than using align="center", being much more futureproof (and valid)       ***/
#header img { border: 0; }
img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { margin-left: 10px; margin-right: 15px;	margin: 10px; }
img.alignleft { margin-right: 20px; margin-bottom: 20px; }
.alignright { float: right; }
.alignleft { float: left;}
.captionblock { background-color: white; border: 10px solid white; width: 150px; margin-left: 30px; }


/*** Hacks - May become outdated when/if IE ships with proper CSS support ***/

	/* The infamous "clear div" or "spacer div" hack. An empty div placed below
		floated divs that clears the floats, so that content can continue to flow 
		below the clear. http://www.complexspiral.com/publications/containing-floats/ 

		Update: Use of overflow:hidden in combination with a totally floated layout and position:relative now replaces this hack. 				*/
		div.spacer { clear: both; }

/*** Calendar System Styles ***/

	/* Mini Calendar Styles */
	.MiniCalTableTitle { width: 150px; }
	.MiniCalTableDays {	width: 150px; }
	.MiniCalFont { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder;	}
	.MiniCalHeader { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder;}	
	A.MiniCalLink:link {color: #000000;	font-family: Arial, Helvetica, sans-serif; font-size: 11px;	font-weight: bolder; text-decoration: none;	}
	A.MiniCalLink:visited {	color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px;	font-weight: bolder; text-decoration: none;	}
	A.MiniCalLink:hover { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder; text-decoration: none; }

	/* Main Calendar & Event Coordinator Styles */

	/* Single Event Display Styles */
	.EventTable { background-color: #FFF; }
	.EventHeader { font-weight: bolder; background-color: #3D60AD; font-size: 14px; color: #ffffff; }
	.EventSubHeader { font-weight: bolder; font-size: 12px; background-color: #3D60AD; color: #ffffff; }
	.EventSubHeaderReg { font-weight: bolder; font-size: 12px; background-color: #E0C574; color: #000;}
	.EventDate { color: #000000; font-size: 12px; font-weight: bolder; }
	.EventTitle { font-size: 13px; font-weight: bolder; }
	.EventDetail { color: #000000; font-size: 12px; font-weight: normal; }
	.EventDetailSmall { color: #000000; font-size: 12px; font-weight: bolder; text-decoration: none; }
	.EventLinks { font-size: 12px; }
	a.EventLinks { font-size: 12px; text-decoration: none; }
	a.EventLinks:link { text-decoration: none; font-size: 12px;}
	a.EventLinks:visited { font-size: 12px; text-decoration: none; }
	a.EventLinks:hover { text-decoration: underline; font-size: 12px; }

	/* Side Bar Styles */
	.EventSideBar { color: #000000; font-size: 12px; font-weight: bolder; }
	a.EventSideBar {color: #000000; font-size: 11px; font-weight: bolder; border: 0px;}
	a.EventSideBar:link { color: #000000; font-size: 11px; font-weight: bolder; border: 0px;}
	a.EventSideBar:visited { color: #000000; font-size: 11px; font-weight: bolder; border: 0px;}
	a.EventSideBar:hover { color: #000000; font-size: 11px; font-weight: bolder; border: 0px;}
	
	/* Main Calendar & Event Coordinator Admin Styles */
	.AdminHeader { font-size: 18px; font-weight: bolder; color: #000000;}
	.AdminSubHeader { font-size: 14px; font-weight: bolder; color: #FFFFFF; background-color: #000000;	}
	.AdminAltRows { background-color: #8f8f8f;}	
	A.AdminLinks:link { font-size: 12px; font-weight: bolder; color: #000000; text-decoration: none;	}
	A.AdminLinks:visited { font-size: 12px; font-weight: bolder; color: #000000; text-decoration: none;	}
	A.AdminLinks:hover { font-size: 12px; font-weight: bolder; color: #000000; text-decoration: none;}
	.AdminNormal {color: #000000; font-size: smaller; font-weight: bolder; }
	.AdminDetails {	color: #000000;	font-size: 12px;}
	.AdminWarning {	color: #FF0000;	font-size: small;}
	.MenuDD { font-size: 12px; font-weight: bolder; color: #000000; }
	
/*** Print Button styles ***/
.printBox a { float: right; display: block; background: url(images/print.gif) no-repeat; width: 80px; height: 20px;}
.printBox a:hover { display: block; background: url(images/printUp.gif) no-repeat; }

/*** Insite WYSIWYG styles ***/
.h1 { font-weight: bold; margin: 0; font-size: 20px; line-height: 20px; }
.h2 { font-weight: bold; margin: 0; font-size: 16px; } 
.h3 { font-weight: bold; margin: 0; font-size: 14px; } 
.h4 { margin: 0; font-size: 12px; margin-bottom: 0px; font-weight: bold; padding: 0; } 
.h5 { margin: 0; font-size: 10px; margin-top: 0; margin-bottom: 10px; font-weight: normal;}

.Title { font-weight: bold; margin: 0; font-size: 16px; line-height: 20px; font-family: Arial, Verdana, Sans-serif;}
.Title2 { font-weight: bold; margin: 0; font-size: 14px; font-family: Arial, Verdana, Sans-serif; } 
.Title3 { font-weight: bold; margin: 0; font-size: 12px; font-family: Arial, Verdana, Sans-serif; } 
.SubTitle { margin: 0; font-size: 12px; margin-bottom: 0px; font-weight: bold; padding: 0; } 
.Legal { margin: 0; font-size: 10px; margin-top: 0; margin-bottom: 10px; font-weight: normal; }


.normal { font-family: Arial Narrow, Arial, Verdana, Sans-serif; line-height: 145%; margin: 0; padding-bottom: 15px; clear: left; }
.linkBox { font-size: 1.2em; border: 1px solid #8EC2E1; background-color: white; padding: 20px; width: 560px; margin: auto;}

/*** Misc Styles ***/









