* {
	margin:0;
	padding:0;
}
body {
	margin: 0px;
	text-align:center;
	background-color:#777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#000066;
}
a:hover {
	text-decoration:none;
}
td { vertical-align: top; }
h1, h2, h3, h4 {
	margin-bottom:5px;
	margin-top:15px;
}
h1 {
	font-size:22px;
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}
h2 { font-size: 15px; }
h3 { font-size: 13px; }
ul {
	margin-left:18px;
	line-height:18px;
}
ul, ol {
	margin-bottom:7px;
}
ul li {
	list-style-type:square;
}
p {
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}
.small {
	font-size: 12px;
}
tr.tableHeader {
	background-color:#7C92C4;
	color:#fff;
}
tr.tableHeader td {
	padding:4px;
}
td#contact a:link, td#contact a:visited {
	background: #FFECD9;
}
.contactTable {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.contactTable td {
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	padding:4px;
}
#container {
	position:relative;
	margin: 0 auto;
	padding: 0 10px;
	width:878px;
	text-align: left;
	background-color:#F4EDDD;
}
#sloganHeader {
	background-image:url(../layout/home_sloganBg.gif);
	background-repeat:repeat-x;
	background-position: 0 0;
	text-align:center;
}
#topNav {
	background-color:#7C92C4;
	padding:3px 7px;
	text-align:center;
	background-image:url(../layout/home_leaf.gif);
	background-repeat:no-repeat;
	background-position: 860px 4px;
}
#topNav ul {
	margin:0;
}
#topNav li {
	display:inline;
	list-style:none;
	padding:0 8px;
	margin-left:-3px;
	border-left: solid 1px #fff;
}
#topNav li.first {
	border-left: none;
}
#topNav li a, #topNav li a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#topNav li a:hover {
	text-decoration:underline;
}
#bodyContentHome {
	background-image:url(../layout/cs_home_bgImage3.jpg);
	background-color:#1A1B20;
	background-position: 0 0;
	background-repeat:no-repeat;
	margin-top:5px;
	height:620px;
	position:relative;
}

.bodyHomeParagraph a:link, .bodyHomeParagraph a:visited {
	color: #88f;
	text-decoration: underline;
}

.bodyHomeParagraph a:hover, .bodyHomeParagraph a:active {
	color: #ccf;
	text-decoration: none;
}

.leftCol, .rightCol {
	overflow:hidden;
}
.leftCol {
	float:left;
	width:570px;
	margin:15px;
	margin-right:28px;
}
.rightCol {
	float:right;
	width:220px;
	margin:15px 0 15px 15px;
	padding: 20px 10px;
	background-color:#fff;
}
.clearBoth {
	font:1px/1px monospace;
	clear:both;
	display:block;
}
.logo {
	float:left;
	padding:10px 0 0 9px;
	margin-right: 175px;
}
.newsletter {
	position:absolute;
	top:10px;
	right:81px;
	width: 250px;
}

.newsletter a:link, .newsletter a:visited {
    color: #000066;
	text-decoration: underline;
}
.newsletter a:hover, .newsletter a:active {
    color: #000066;
	text-decoration: none;
}

.crabs {
	position:absolute;
	top:96px; right:20px;
	width: 90px;
}


.textBlock {
	position:absolute;
	width:400px;
	top:500px; left:30px;
	color:#fff;
	line-height:20px;
	font-size:12px;
}
.photoTour {
	position:absolute;
	top:440px; right:0;
}
#footer .address {
	background-color:#7C92C4;
	padding:7px;
	text-align:center;
	height:18px;
}
#footer .address p {
	margin: 0;
}
#footer .accent {
	padding:7px;
	text-align:center;
}

.staffPhoto {
   margin-left: 16px;
}

.tableType1 {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border-left: 1px solid #7CAADB;
	border-bottom: 1px solid #7CAADB;
}
.tableType1 td {
	padding: 6px;
	margin: 6px; 
	border-right: 1px solid #7CAADB;
	border-top: 1px solid #7CAADB;
}

.tableType1 .heading, .tableType1 .heading td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7CAADB;
	border-top: 1px solid #7CAADB;
	border-right: 1px solid #A6C9F6; /* NOT the last cell in the row. See headingLast */
}

.last td {
    border-right: 1px solid #7CAADB;
}

.fltlft {
	float:left;
	padding-top: 15px;
	padding-right:10px;
}
