body,td,th {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
background-image: url(/images/PageBackgrounds/pagebackground2.jpg);
}

#div_container{
position: relative;
left: 50%;
margin-left: -400px;
width: 800px;
}

#div_header {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
color: #ffffff;
height: 30px;
width: 800px;
text-align: center;
background-image: url(/images/design_2/topnav.gif);
}


#div_indent1 {
position: relative;
left: 10px;
}

#div_background h1 {
text-transform: uppercase;
}

#div_bottomnav {
position: absolute;
top: 500px; left: 25px;
height: 60px;
width: 750px;
color: #ffffff;
background-image: url(/images/design_2/navbottom.jpg);
}

#div_socialbuttons {
text-align: center; 
margin-top: 15px;
}


#div_footer {
position: absolute;
top: 570px; left: 0px;
color: #999999;
text-align: center;
height: 100px;
width: 800px;
}

#div_footer a {
color: #ffffff;
text-decoration: none;
}


div.box1 {
	position: absolute;
 	top: 30px; left: 25px;
	width: 750px;
	height: 450px;	
 	z-index: 1;}
 	
div.box2 {
	position: absolute;
 	top: 30px; left: 25px;
	width: 750px;
	height: 450px;	
 	z-index: 2;
}
 	
div.box3 {
	position: absolute;
	top: 30px; left: 25px;
	width: 750px;
	height: 450px;	
 	z-index: 3;
}

div.boxtext {
	position: absolute;
 	top: 30px; left: 35px;
	width: 740px;
	height: 450px;	
 	z-index: 50;}

 	
img.layer1 {
z-index: 1;
}
img.layer2 {
z-index: 2;
}
img.layer3 {
z-index: 3;
}

.navtabs{
width: 760px;
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{
width: 105px;
height: 23px;
display: block;
/*background: url(/images/design_2/button-over.jpg) top left no-repeat;*/
float: left;
margin: 0;
}

.navtabs li a{
text-decoration: none;
position: relative;
z-index: 1;
/*padding: 3px 7px;
margin-right: 3px;*/
color: #ffffff;
}

.navtabs li a:visited{
color: #ffffff;
}

.navtabs li a:hover{
text-decoration: underline;
color: #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_2/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;
}

a.rollover {
display: block;
width: 115px;
height: 23px;
text-decoration: none;
color: #ffffff;
background: url(/images/design_2/button.gif);
}

a.rollover:hover {
background-position: -115px 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;
}

