﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #3590b1;
	font-family:  sans-serif, Arial, Helvetica;
	padding: 0px;
	font-size: 80%;
	color: #000000;
}
/* Styles for DIV tags */
#container {
	padding: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	
}
#masthead {
	background-color: #778899;
	background-image: url('../images/rippledsand2a.JPG');
	padding: 0px;
border:0px;
	
}

#MySpamTrap {display: none;}



#leftcontent{
    width: 50%;
	float: left;
	position: relative;

}

#rightcontent{
 width: 50%;
	float: right;
	position: relative;

}
#navigation {
	background-color: #feda9f;
	text-align: center;
	border-top: 2px solid #feda9f;
	border-bottom: 2px solid #feda9f;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#ffffff;
	padding: 0px;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}

	
}
#footer {
	background-color: #feda9f;
	 
	
	 
}
/* Styles for Masthead */
#masthead h1 {
	color: #3590b1;
	font-style: normal;
	font-weight: normal;
	font-size: 300%;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #000000;
	margin-bottom: 0px;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	background-color: #3590b1;
}
/* Styles for Left Column */
h1 {
	font-size: 150%;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-size: 130%;
	color: #000000;
	margin-top: 0px;
}
h3 {
	font-size: 110%;
	color: #000000;
	margin-top: 0px;
}
h4 {
	font-size: 100%;
	color: #000000;
	margin-top: 0px;
}
h5 { 
	font-size: 100%;
	margin-top: 0px;
}
h6 { 
	font-size: 100%;
	margin-top: 0px;
}
a {
	color: #112233;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 100%;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
}
#footer a:hover {
	background-color: #3590b1;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


/*picture hover */
#pic {
	background-color: #FFFFFF;
	left:  0px;
	position: relative;
	top: 0px;
	width: 310px;
}

#pic a .large {
	border: 0px;	
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 0px solid #000000;
	height: 112px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 150px;
}

#pic a.p1:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 0px solid #000000;
	height: 300px;
	left: 320px;
	top: 0px;
	position: absolute;

	width: 400px;
}


#pic2 {
	background-color: #FFFFFF;
	left:  0px;
	position: relative;
	top: 0px;
	width: 310px;
}

#pic2 a .large {
	border: 0px;	
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic2 a img {
	border: 0;
}

#pic2 a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 0px solid #000000;
	height: 112px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 150px;
}

#pic2 a.p1:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

#pic2 a.p1:hover .large {
	border: 0px solid #000000;
	height: 300px;
	left: 320px;
	top: 0px;
	position: absolute;

	width: 400px;
}








