@charset "utf-8";
/* CSS Document */

/* ********  Global Styles ******** */

body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	background: url(images/background_cloud.gif);
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, li {
	margin: 1ex 1em;
	font-family: tahoma, arial, helvetica, sans-serif;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}

tr, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/*  OUTER MAIN TABLE  */

#outerTable {
	margin: 0 auto; /* centers on page and to top  */
	width: 1024px;
	background: #ccffff url(images/new_topBackgroundBeach.jpg) no-repeat;
	}

#outerTable a:link, #outerTable a:visited {
	text-decoration: none;
	color: #990000;
}

#outerTable a:hover {
	color: #CC9933;
}

/*  CONTACT BUTTON  */

td#contactButton {
	height: 140px;
}

#contactButton div {
	height: 24px;
	margin: 0 0 0 650px;
	padding: 0;
}

#contactButton img {
	margin: 0;
	border: 0;
}

/*  MAIN MENU  */

td#mainMenu {
	margin: 0;
	border: 0;
	height: 40;
	vertical-align: bottom;
}

#mainMenu div {
	height: 40;
	margin-left: 18px;
	padding: 0;
}

#mainMenu img {
	margin: 0 10px;
	border: none;
}

/*  BANNER  */

td#bannerRow {
	height: 30px;
	background-color: #FFFFFF;
}

#bannerRow div {
	height: 30px;
	margin: 0 0 0 210px;
	padding: 10px 0 10px 0;
}

#bannerRow img {
	margin: 0;
	border: 0;
}

/*  MAIN CONTENT LEFT COLUMN  */

td#contentLeft {
	background-color: #CCFFFF;
	width: 800px;
}

div#mainContent {
	padding: 0 10px;
	margin: 0;
	border: 0;
}

#mainContent {
	font-family: "Trebuchet MS", serif;
	font-size: .9em;
	line-height: 1.2em;
	margin-left: 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4{
	font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #003333;
	margin: 1ex 0 2ex 0;
}

#picTable {
	margin: 1ex 0 2ex 3ex;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}

#picTable td tr {
	text-align: left;
}

#picTable a:link, #picTable a:hover {
	text-decoration: none;
}

.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	line-height: 1.8em;
}
/*  MAIN CONTENT RIGHT SIDEBAR  */

td#contentRight {
	background-color: #CCFFFF;
	width: 224;
}

div#sideBar {
	padding: 0 10px;
	border-left: 1px solid #999999;
}

#contentRight p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color:#333333;
	margin: 0 0 3ex 0;
}

#contentRight h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	color: #003300;
	margin: 1ex 0 2ex 0;
}

#contentRight img.photo {
	padding: 5px;
	border: 1px solid #999;
}

<!-- FOOTER  -->

p#footer {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .75em;
	color: #999999;
	text-align: center;
}

div#footer {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .75em;
	color: #999999;
	text-align: center;
}
#footer a {
	color: #000099;
	text-decoration: none;
}



