﻿@import url("layout.css");
body {
	/*font-family: Tahoma; */
	font-family: "Comic Sans MS";
	font-size: 13px; /*background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;*/;
	background-color: #BEE1F5;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 1px solid #113607 ;
	border-bottom: 1px solid #113607 ;
	border-left: 1px solid #113607 ;
	background-color:#BEE1F5;
}
#logo{
	position:relative;
	float: left;
	width: 139px;
	height:150px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-right: 1px dotted #725972;*/

}
#masthead {
	float: right;
	text-align: right;
	width: 655px;
	height:100px;
	background-image: url("../images/beach_masthead.jpg");
	background-position:right;
	color:white;
}
#navigation {
	position:relative;
	float: left;
	width: 139px;
	font-size: 15px; 
	font-weight:bold;
	/*margin-top: 10px; */
	margin-bottom: 10px;
	/*border-left: 1px #113607 solid; */
	border-right: 1px #113607 solid;
	border-bottom: 1px #113607 solid;
}
#content {
	float: left;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content p{
	padding: 0px,5px,5px,5px;
	/*height: 385px; */
	font-size: small;
	padding-right: 8px;
	padding-left: 4px;
	/*font-family: Tahoma;*/
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	white-space: normal;
	/* border: solid 3px green; */
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	border: 1px #113607 groove ;
	background-color:#F4E8CC;
}
/* Masthead Styles */
#masthead h1 {
	/*color: #fff;*/
}
#masthead h3 {
	/*color: #402640;*/
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	/*border: 1px dotted #dfb8df;
	/*background-color: #dfb8df;*/
	
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
/*background-color: #dfb8df; */	background-color: #F4E8CC;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
#navigation img {
	width:139px;	
	
}
/* Content Styles */
h6 {
	/*color: #503750;*/
}
h5 {
	/*color: #503750;*/
}
h4 {
	/*color: #503750;*/
}
h3 {
	/*color: #503750;*/
}
h2 {
	/*color: #503750;*/
}
#content h1 {
	/*color: #503750;*/
}
#content img {
	padding: 5px;
	/*border: 1px solid #402640;*/  /* all images inside content */
}
/* Footer Styles */
#footer p {
	color: #000000;
}
#footer a {
	color: #000080;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.graphic_textbox_layout_style_default {
    padding: 4px;
}
.graphic_textbox_style_default {
    background: transparent;
    float: none;
    margin: 0px;
    opacity: 1.00;
}
