﻿body
{
width: 985px;
position: relative;
background-image:url('http://www.okrehab.org/pwdad/images/pwdad-2012-background.gif');
background-repeat:repeat;
background-color: #ffffff;
margin: 0; padding: 0;
font-family:  Verdana, Tahoma, sans-serif;
margin-bottom: 1.5%;
margin-top: 1.5%;
margin-right: auto;
margin-left: auto; 

z-index: 1;
}


.main 
{
position: relative;
width: 98%; 
margin-top: 2%; 
margin-bottom: 2%;
margin-left: auto;
margin-right: auto;
text-align: left;
z-index: 10;
} 


.shadowcontainer
{	
width: 98%; /* container width*/
background-color: #000000;
filter: alpha(opacity=25);

z-index: 20;
}  


.shadowcontainer .innerdiv
{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 2%;
position: relative;
left: -12px; /*shadow depth*/
top: 1px; /*shadow depth*/
overflow: visible;
height: 100%;
z-index: 30;
}


.masthead    
{
width: 98%; /* container width*/
overflow: visible;
position: static;
text-align: center;
}

.content
{
width: 98%; 
position: static;
margin-top: 0%;
padding-bottom: 1em;
padding-left: 1em;
padding-right: 1em;
display: inline;
overflow: hidden;
height: 963%;
}


.photo
{
Width: 375px;
float: right;
padding: 2%;
}

.photoleft
{
Width: 375px;
float: left;
padding: 2%;
}

.photo250
{
Width: 249px;
float: left;
padding: 2%;
}


/* body copy */
label
{
	font-size:small;
	line-height:200%;
}

fieldset
{
	font-size:small;
	line-height:200%;
	
}

legend,
{
	font-size:small;
	line-height:200%;	
}

p
{
font-size: small;
line-height: 150%;
text-align: left;
}



#hidden a
{
background-color: #ffffff;
color: #ffffff;
font-size: 1pt;
text-decoration: none;

}
#hidden p
{
color: #ffffff;
background-color: #ffffff;
font-size: 1pt;
text-decoration: none;
}



#font-family
{
color: #000000;
}


.right
{
font-size: small;
color: #000000;
line-height: 150%;
text-align: right;
}

.video
{
font-size: small;
line-height: 150%;
text-align: center;
}

.linenav
{
font-size: small;
color: #000000;
line-height: 200%;
text-align: center;
font-weight: 600;
}

.navheader
{
margin-top: -10px; 
font-size: medium;
font-weight: 600;
}

.navsub
{
margin-top: 0; 
margin-left:10px;
margin-bottom:10px;
font-weight: 300;
}



.footer
{
font-size: small;
color: #000000;
line-height: 150%;
text-align: center;
}

.tab
{
margin-left:1em;
margin-bottom:0;
margin-top:0;

	}




/* photo captions */
c
{
font-size: smaller;
color: #000000;
line-height: 125%;
text-align: left;
}
dl
{
line-height: 150%;
font-size: smaller;
text-align: left;
padding: 2%;
}

/*bulleted list*/
ul
{
list-style-type: square;
list-style-position: outside;
line-height: 150%;
font-size: small;
text-align: left;
padding: 2%;
}
li
{
margin-bottom: 1%;

}




/* headers */
h1
{
font-family: Verdana, Tahoma, san-serif; 
font-size: xx-large;
font-weight: 700;
color: #000000;
}

h2
{
font-family: Verdana, Tahoma, san-serif; 
font-size: x-large;
font-weight: 700;
color: #000000;
	text-align: center;
}


h3
{
font-family: Verdana, Tahoma, san-serif; 
font-size: large;
font-weight: 700;
color: #000000;
}

/* links */
a:link
{
color: #000000;
	text-align: center;
}

a:link.special
{
text-decoration: none;
}



a:link.active
{
color: white;
background-color: #000000;
}

a:visited
{
color: #000000;
}

a:visited.active
{
color: white;
background-color: #000000;
}

a:hover
{
color: #000000;
background: #CBD2D6;
text-decoration: none;
}

a:focus
{
color: #000000;
background: #CBD2D6;
}



