@charset "utf-8";

/* Site Colors: 
Light Green #CEE7C6, Very Light Green #DEEFD6, Dark Green #005F47, Gray #999999, Light Gray #CCCCCC, Dark Red #5E0509 
*/

body {
	margin:0;
	margin-top: 20px;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:12px;
	background-color: #999999;
}
table, td, tr, div {
	padding: 0;
	margin: 0;
	vertical-align:top;
}
/* Fixed Width Centered  */

#wrapper {
	position:absolute;
	left:50%;
	width: 950px;
	margin-left: -475px;
	background-color:#FFFFFF;
	height: 571px;
}

/* Layout Styles */

#header {

}
#logo {
	width:270px;
	height: 125px;
}
#logo img {
	padding: 15px 30px 17px 25px;
}
#navBar div{
	padding-top: 70px;
	padding-left: 25px;
	font-family: Helvetica, Arial, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:12px;
}
#content {

}
#contentLeft, #contentLeft2 {
	background-color:#CCCCCC;
}
.wrapper{
	padding: 10px 20px;
}
.wrapperHome{
	padding: 0px 275px 10px 0px;
}
#contentLeft2 {
	height:75px;
	vertical-align:bottom;
}
#contentRight {
	background:#CEE7C6 url(../images/diamonds-bg.gif) no-repeat bottom right;
	width: 680px
}
#contentRightHome {
	background:#FFFFFF url(../images/PeopleonBeachLong.jpg) no-repeat bottom right;
	height:461px;
}
.sideBox {
	background-image:url(../images/side-box-bg.gif);
	width: 235px;
	border-top: 1px dotted #005F47;
	border-bottom: 1px dotted #005F47;
}
.sideBox p {
	padding: 10px 12px;
}
/* Misc */ 

.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.floatClear {
	clear:both;
}

/* Font Styles */

h1, h2, h3, h4, h5, h6 {
	padding: 5px 0;
	margin: 5px 0;
	color: #005F47;
}
h1 {
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	color: #005F47;
}
h3 {
	font-size: 14px;
	font-style:italic;
	padding: 10px 0;
	margin: 10px 0;	
}
h4, h5, h6 {
	font-size: 12px;
}
.darkRed {
	color:#5E0509;
}

/* Navigation styles*/

a:link	{
	color: #005F47;
}
a:visited	{
	color: #005F47;
}
a:hover	{
	color: #999999;
}
a:active	{
	color: #999999;
}
#navBar a {
	text-decoration:none;
	padding: 0 10px;
}
#navBar a:link	{
	color: #999999;
}
#navBar a:visited	{
	color: #999999;
}
#navBar a:hover	{
	color: #005F47;
}
#navBar a:active, #navBar a.active{
	color: #005F47 !important;
}

