@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(/images/gif/bacground.gif) repeat fixed;
	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: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	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. */
}
.twoColFixLtHdr #header {
	padding: 0 3px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #000000;
	margin: 0px;
	clear: both;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 20px;
	margin: 0px;
	height: 100%;
}
.twoColFixLtHdr #container #sidebar1 #sidebarlinks {
	background: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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 20px;
}
.twoColFixLtHdr #footer {
	background:#000000 url(/images/jpg/menu.jpg) repeat-x top;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0px;
	text-align: center;
	font: normal 10pt/normal Arial, Helvetica, sans-serif;
	margin: 0px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
/* Lists -----------------------------*/
.iconlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
li.calendar {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/calendar_empty24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.clock {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/clock24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.home {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/home24x24.png) no-repeat 0 top;
	list-style: inside;
}
li.info {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/info24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.mail {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/mail24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.mobilephone {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/mobile_phone24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.greenarrow-right {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/next24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.globe24x24 {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/globe24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.rss_next24x24 {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/rss_next24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.Facebook_24x24 {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/FaceBook_24x24.png) no-repeat 0 50%;
	list-style: inside;
}
}
li.Google_24x24 {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/Google_24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.MS-Word_24x24 {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/MS-Word-2-24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.MySpace_24x24 {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/MySpace_24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.news_palmbeachdailytimes {
	list-style: inside;
	background-image: url(/images/png/logos/logo_PalmBeachDailyNews15.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	text-align: left;
	display: list-item;
	text-indent: 5px;
	padding-left: 75px;
	margin: 0px;
	}
li.Twitter_24x24 {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/Twitter_24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.pdf24x24 {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/pdf24x24.png) no-repeat 0 50%;
	list-style: inside;
}
li.sound_24x24 {
	padding: 3px 5px 3px 20px;
	margin: 0.4em 5px 0.4em 20px;
	background: url(/images/png/sound_24x24.png) no-repeat 0 50%;
	list-style: inside;
}
.TitlePage {
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	color: #A1E600;
}
.TitleSubPage {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #A1E600;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
img {
	border-style: none;
}
a:hover {
	color: #99FF66;
	text-decoration: none;
}
.smallgraytext {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.blue {
	color: #00CCFF;
	text-decoration: none;
	text-align: center;
}
.twoColFixLtHdr #container #scrolltop {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.fb_share_button {
	display: -moz-inline-block;
	display:inline-block;
	padding:1px 20px 0 5px;
	height:15px;
	border:1px solid #d8dfea;
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;
}
.fb_share_button:hover {
	color:#fff;
	border-color:#295582;
	background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;
	text-decoration:none;
}
.fb_share_link {
	padding:2px 0 0 20px;
	height:16px;
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left;
	font-size: 10pt;
}
#facebookfanbox {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#greenglow {
	background-image: url(/images/jpg/shortboard_halftailGreenGlo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 449px;
	width: 485px;
}
sup {
	color: #900;
}
#emailsignup {
	color: #000;
	display: table;
	padding-top: 75px;
}
#googlecalendar {
	text-align: center;
	color: #FFF;
	}
