body {
	margin: 0px 0px; 
	padding:0px;
	text-align: center;
	font-family: serif;
	font-size: 12pt;
}


h1 {
	font-weight: bold;
	font-size: 17pt;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-weight: bold;
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
}


h4 {
	font-weight: bold;
	font-size: 13pt;
	padding: 0px;
	margin: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}




img {
	border: 0px;
}


#box { width: 1000px;
	text-align: left;
	margin: 0px auto;
}

#middle { width: 1000px;
	background-image:url('http://deeprunaquatics.temporarywebsite.com/gfx/bg.jpg');
	background-repeat: repeat-x;
	margin-top: 0px;
	padding: 0px;
}


#menu { width: 200px;
	padding: 0;
	margin: 0;
	float: left;
}


#menu A, div#menu A:visited { font-family: times new roman, serif;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}
 
#menu li {
	line-height: 30px;
	padding-left: 20px;
	border-bottom: 1px solid #009fce;
	vertical-align: middle;
	text-align: right;
	
}

#menu ul li a {
	display: block;
}



#menu img {
	padding-left: 10px;
}


#content {
	width: 800px;
	float: right;
	text-align: left;
}

#content li {
	margin-left: 20px;
}

#inside {
	padding: 10px;
}

#footer {
	font-family: times new roman, serif;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #009fce;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}
 
 
#footer A {
	font-family: times new roman, serif;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}


#footer A:visited {
	font-family: times new roman, serif;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

#footer ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
	}
 
#footer li {
	line-height: 30px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	text-align: center;
	display: inline;
}

.footer_a {
	padding-right: 50px;
	font-size: 13pt;
}

.title {
	font-family: times new roman, sans-serif;
	font-weight: bold;
	font-size: 16pt;
}


#layout_1 { float: left; 
	width: 500px;
}

#layout_1 ul {
	margin: 0px;
	padding: 0px;
}


#layout_1 li {
	margin-left: 20px;
}

div#layout_1 img {
	float: right;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


#layout_2 { float: left; 
	width: 270px;
}

#layout_2 ul {
	margin: 0px;
	padding: 0px;
}


#layout_2 li {
	margin-left: 20px;
}

/* Contact Form styling*/
#contactform {
        width: 100%;
}

#contactform h1 {
        font-size: 130%;
}

#contactform img {
        border: 0px;
}

#contactform .errors {
        color: #ff0000;
}

#contactform .correct {
        color: black;
}

#contactform legend {
        font-size: 120%;
        font-weight: bold;
}

#contactform .title {
        color: black;
        font-weight: bold;
        font-size: 90%;
        margin-top: 2px;
        margin-bottom: 5px;
}

#contactform .field {
        color: black;
        font-size: 90%;
        margin-bottom: 7px;
}

#contactform .small {
        font-size: 100%;
}

#contactform .thanks {
        margin-top: 15px;
        color: green;
        font-size: 105%;
        margin-bottom: 15px;
}


/* controllers popups */


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail a {
	text-decoration: none;
}


.thumbnail a:visited {
	text-decoration: none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-image:url('http://deeprunaquatics.temporarywebsite.com/gfx/bg.jpg');
background-repeat: repeat-x;
padding: 5px;
left: -1000px;
border: 2px solid #006699;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: 200px; /*position where enlarged image should offset horizontally */
text-decoration: none;
width: 500px;

}

.popup ul {
	margin-bottom: 0px;
}

.popclass { text-decoration: underline;
	color: #0000aa;
}


.popspan {
	text-decoration: none;
}
