@charset "utf-8";
/* CSS Document */

body {
text-align: center;
}

#logo {
text-align: left;
padding-bottom: 5px;
width: 400px;
float: left;
}

#tagline {
width: 400px;
float: right;
font-family:Arial, Helvetica, sans-serif;
text-align: right;
padding-top: 5px;
color: grey;
font-size: 14px;
}

#wrapper {
margin: 0 auto;
width: 800px;
}

#nav {
text-align: center;
float: left;
}

#nav ul {
width: 100%;
list-style-type: none;
font-size: 14px;
line-height: 26px;
margin: 0;
padding: 0;
}

#nav ul li {
float: left;
position: relative;
width: 99px;
color: white;
font-family:Arial, Helvetica, sans-serif;
/*padding-top: 5px;
padding-bottom: 5px;*/
border-bottom-color: #FFFFFF;
border-bottom-style: solid;
border-bottom-width: 2px;
background-color: #f26531;
}

#nav ul li a {
text-decoration: none;
color: #ffffff;
display: block;
}

#nav ul li:hover {
background-color: grey;
cursor: pointer;
}

#content {
float: left;
height: 545px;
width: 100%;
}

#verbage {
margin-top: 5px;
margin-left: 5px;
float: left;
line-height: 16px;
text-align: left;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
width: auto;
height: 100%;
}

#footer {
font-family: Arial, Helvetica, sans-serif;
border-top: solid #f26531 3px;
color: #f26531;
font-size: 12px;
width: 800px;
float: left;
}

#footer table {
width: 100%;
}

#footer th {
width: auto;
}

th {
font-weight: normal;
width: 341px;
}

#live1{
float: left;
height:247px;
width: 395px;
z-index: 0;
}

#live2{
position: absolute;
height:247px;
width: 395px;
z-index: 1;
display: none;
}

#learn1 {
margin-left: 5px;
height:247px;
width: 395px;
}

#learn2 {
margin-left: 5px;
height:247px;
width: 395px;
z-index: 1;
display: none;
}

#work1{
margin-top: 257px;
height:247px;
width: 395px;
}

#work2{
margin-top: 257px;
height:247px;
width: 395px;
z-index: 1;
display: none;
}

#heal1 {
margin-top: 257px;
margin-left: 5px;
height:247px;
width: 395px;
}

#heal2 {
margin-top: 257px;
margin-left: 5px;
height:247px;
width: 395px;
z-index: 1;
display: none;
}

#left_nav {
/*padding-top: 5px;*/
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
line-height: 16px;
float: left;
width: 199px;
border-right: solid grey 2px;
height: 100%;
color: grey;
}

#left_nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#left_nav ul li:hover {
color: #f26531;
cursor: pointer;
}

#left_nav a {
text-decoration: none;
color: grey;
}

#left_nav a:hover {
color: #f26531;
}

#gallery {
float: left;
height: auto;
}

#gallery ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#gallery ul li {
float: left;
width: 99px;
margin: 0;
padding: 0;
border-right-color: #FFFFFF;
border-right-style: solid;
border-right-width: 2px;
border-bottom-color: #FFFFFF;
border-bottom-style: solid;
border-bottom-width: 2px;
}

#gallery ul li:hover {
cursor: pointer;
}

#pics {
float: left;
width: 395px;
height: 260px;
background-image: url(../images/vafsc/vafsc1.jpg);
background-repeat: no-repeat;
padding-right: 5px;
}

#pics2 {
float: left;
width: 395px;
height: 260px;
background-image: url(../images/luminex/luminex6.jpg);
background-repeat: no-repeat;
padding-right: 5px;
}

#requestform {
float: left;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 15px;
}

