/*====================================== PHOTO BACKGROUNDS FOR CONTENT AREA ======================================*/
.beachBg
{
	background-image: url(../images/background_photos/beach.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
	display: block;
	min-height: 527px;	
}

* html .beachBg
{
	height: 527px;
}


/*====================================== MISC STYLING ======================================*/
.heading1
{
	margin-top: 20px;
	padding-top: 0px;
	font-size: 15pt;
	line-height: 1.4em;
	font-weight: bold;
	color: #be3925;
}

.heading2
{
	margin-top: 20px;
	padding-top: 0px;
	font-size: 12pt;
	line-height: 1.4em;
	font-weight: bold;
	color: #d72b00;
}

.heading3
{
	font-size: 10pt;
	line-height: 1.4em;
	font-weight: bold;
	color: #2f3a4d;
}

.heading4
{
	font-size: 10pt;
	line-height: 1.4em;
	font-weight: bold;
	color: #d72b00;
}

.smallText
{
	font-size: 7pt;
}

.sideColHeader
{
	font-weight: bold;
	color: #205b84;
}

.formButton 
{
	position: relative;
	top: 1px;
	height: 18px;
	font-size: 8pt;
	color: #fff;
	font-weight: bold;
	background-color: #718ea2;
	border: 1px solid #658cb1;
}

.formfield 
{
	width:75px;
	font-size: 8pt;
}

ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left: 1.25em;
	margin-top: -0.75em;
	padding-left: 0;
	padding-top: 0;
	list-style-type: none;
	list-style-image: url(../images/site/ul_bullet.gif);	
}

ul ul {
    margin-left:1.25em;
	margin-top:0.25em;
	margin-bottom:0.5em;
	padding-left:0;
	padding-top: 0;
}

