@charset "UTF-8";
body  {
	font: 11px/18px "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	background-image: url(../images/background.jpg);
	background-color: #FDF3AE;
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #555555;
	text-align: justify;
}

P {
	font: normal 11px/18px "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	margin: 0px 10px;
	padding: 5px;
	color: #555555;
	
	text-align: justify;
}

ul li{
	font: 11px/18px "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	list-style-position: outside;
	list-style-type: circle;
	color: #555555;
}

a:link		{
	text-decoration:none;
	color:#4180c5;
}


a:visited	{
	text-decoration:none;
	color:#1a639a;
}


a:hover 	{
	color:#1193ad;
	text-decoration:underline;
}

a:active	{
	text-decoration:none;
	color:#ed8125;
}


/* ---------- global styles ---------- */

.textblack {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #555555;
	letter-spacing: -0.07em;
}

.textblackbold {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #555555;
	font-weight: bolder;
	letter-spacing: -0.07em;
}

.textgrey {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #999999;
	letter-spacing: -0.07em;
}
.textgreybold {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #999999;
	font-weight: bolder;
	letter-spacing: -0.07em;
}

.rightcolumntitle {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #1193ad;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 5px;
}

/* ---------- H3 / H1 ---------- */

h3 {
	font: bold 160%/20px "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	margin: 0 0 5px 5;
	padding: 0;
	color: #000000;
	text-transform: uppercase;
}

h1 {
	font: bold 110% "Lucida Grande", Arial, Helvetica, Sans-Serif;
	margin: 10 0 5px 5px;
	padding: 0;
	color: #4180c5;
	word-spacing: -0.1em;
}
h1 a { color: #3366CC; text-decoration: underline; }

h1 a:hover {color: #5A3D1B; text-decoration: underline; }


/* ---------- Right Column Blue links ---------- */


.linkrightcolumn {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #1a639a;
	font-weight: bold;
}

.linkrightcolumn a:link	{
	text-decoration:none;
	font-size: 9px;
	color: #1a639a;
	font-weight: bold;	
	
	
}
.linkrightcolumn a:visited	{
	text-decoration:underline;
	font-size: 9px;
	color:#97b2f6;
	font-weight: bold;
	
	
	
}
.linkrightcolumn a:hover 	{
	text-decoration:none;
	font-size: 9px;
	color:#97b2f6;
	font-weight: bold;
	
}
.linkrightcolumn a:active 	{
	text-decoration:none;
	font-size: 9px;
	color:#ed8125;
	font-weight: bold;
	

}


/* ---------- Nav Bar ---------- */
.whiteheader {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}

.whiteheader a:link		{
	text-decoration:none;
	color:#FFFFFF;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	padding-right: 3px;
	padding-left: 3px;
}

.whiteheader	a:visited	{
	text-decoration:none;
	color:#97b2f6;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	padding-right: 3px;
	padding-left: 3px;
}

.whiteheader	a:hover 	{
	text-decoration:none;
	color:#4180c5;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	padding-right: 3px;
	padding-left: 3px;
}

.whiteheader	a:active	{
	text-decoration:none;
	color:#ed8125;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	padding-right: 3px;
	padding-left: 3px;
}



/* ---------- Welcome Text ---------- */
.welcometext {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	word-spacing: 0em;
	letter-spacing: 0em;
}

/* ---------- address ---------- */

.address {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #ffffff;
}

.address a:link		{
	text-decoration:none;
	color:#ffffff;
}

.address a:visited	{
	text-decoration:none;
	color:#97b2f6;
}

.address a:hover 	{
	color:#97b2f6;
	text-decoration:underline;
}
.address a:active	{
	text-decoration:none;
	color:#ed8125;
}

/* ---------- copyright ---------- */

.copyright {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #660000;
	font-weight: bolder;
}

.copyright a:link		{
	text-decoration:none;
	color:#660000;
	font-weight: bolder;
}

.copyright a:visited	{
	text-decoration:none;
	color:#660000;
	font-weight: bolder;
}

.copyright a:hover 	{
	color:##97b2f6;
	text-decoration:underline;
	font-weight: bolder;
}
.copyright a:active	{
	text-decoration:none;
	color:#ed8125;
	font-weight: bolder;
}




/* ---------- borders ---------- */

.borderbottom {
	border-bottom: 1px solid #CCCCCC;
}

.borderleft {
	border-left: 1px solid #CCCCCC;
}
.bordeleftright {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

.bordealldark {
	border: 1px solid #999999;
}

.bordermenu {
	border: 1px solid #cccccc;
	padding: 4px;
	margin-top: 0px;
}

.rowbackground {
	padding: 4px;
	margin-top: 3px;
	background-image: url(../images/edgeonbeaches_11.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.cornerbackground {
	background-image: url(../images/Page-Border.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ---------- Table Calendar ---------- */

table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {
 
}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}

/*----------------------- Bullets and Arrows -----------------------*/
 
.arrow2, .arrow{
	background:url(../images/arrow_blue.gif) no-repeat 0 5px;
	padding-left:12px;
	margin:1px 0;
}
.whitedot{
	background:url(images_generic/white-bullet.gif) left no-repeat;
	padding-left:12px;
	margin:2px 0 1px 1px;
	background-position:0 2px;
}
.bluedot{
	background:url(images_generic/blue-bullet.gif) left no-repeat;
	padding-left:12px;
	background-position:-1px 3px;
}
.accbullet{
	background:url(../images_generic/acc-bullet.gif) no-repeat left;
	padding-left:15px;
	margin:1px 0 1px 0;
	float:left;
	width:140px;
	color:#666666;
}
 
.underline{
	text-decoration:underline;
	margin:3px 0;
}
