body,td,th {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
background-color: #57eaea;
}

#div_container{
position: relative;
left: 50%;
margin-left: -400px;
width: 800px;
}

#div_header {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
height: 30px;
width: 800px;
text-align: center;
}


#div_indent1 {
position: relative;
left: 10px;
z-index: 100;
}

#div_background h1 {
text-transform: uppercase;
}

#div_bottomnav {
position: absolute;
top: 463px; left: 0px;
width: 849px;
height: 53px;
color: #ffffff;
background-image: url(/images/design_3/navbottom_top.jpg);
}
#div_bottomfind {
position: absolute;
top: 515px; left: 0px;
width: 849px;
height: 75px;
background-image: url(/images/design_3/navbottom_bottom.jpg);
}

#div_socialbuttons {
text-align: center; 
margin-top: 10px;
}


#div_footer {
position: absolute;
top: 590px; left: 0px;
color: #999999;
text-align: center;
height: 70px;
width: 849px;
background-color: #ffffff;
}

#div_footer a {
color: #ff167b;
text-decoration: none;
}


div.box1 {
	position: absolute;
 	top: 10px; left: 50px;
	width: 750px;
	height: 450px;	
 	z-index: 1;}
 	
div.box2 {
	position: absolute;
 	top: 10px; left: 50px;
	width: 750px;
	height: 450px;	
 	z-index: 2;
}
 	
div.box3 {
	position: absolute;
	top: 10px; left: 50px;
	width: 750px;
	height: 450px;	
 	z-index: 3;
}

div.boxtext {
	position: absolute;
	top: 10px; left: 60px;
	width: 740px;
	height: 450px;	
 	z-index: 50;
}

 	
img.layer1 {
z-index: 1;
}
img.layer2 {
z-index: 2;
}
img.layer3 {
z-index: 3;
}

.navtabs{
position: relative;
left: 200px;
width: 700px;
padding: 6px 0;
margin-left: 0;
margin-top: 2px;
margin-bottom: 0;
color: #ffffff;
font: 11px arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.navtabs li{
float: left;
margin: 0;
}

.navtabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #ffffff;
width: 90px;
height: 23px;
display: block;
border: 1px dashed #ffffff;

}

.navtabs li a:visited{
color: #fffff;
}

.navtabs li a:hover{
text-decoration: underline;
color: #ffffff;
background-color: #ff3300;
width: 90px;
height: 23px;
display: block;
border: 1px dashed #ffffff;
}

.navtabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.navtabs li a.selected{ /*selected main tab style */
font-weight: bold;
background: #000000 url(/images/design_3/button-over.jpg) top left no-repeat;
border-bottom-color: #e5faff;
}

.navtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.white_content {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 350px;
	padding: 16px;
	border: 5px solid #00ccff;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.white_content_landing {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	width: 500px;
	height: 450px;
	padding: 10px;
	border: 5px solid #00ccff;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
#mybio p {
clear: left;
margin: 0;
padding: 2px 0 2px 0;
}

#mycompany p {
clear: left;
margin: 0;
padding: 2px 0 2px 0;
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right;
    margin-top: 0; 
    margin-right: 10px; 
    margin-botton: 0;
    margin-left: 0;
    border: solid #000 1px;
}
