/* CSS Document */

body{
margin: 0;
padding: 0;
border: 0;
height: 100%; 
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 1.4em; 
}

img {
border:none;
}

#outer {
width: 1050px;
}

#header { 
width: 1000px; 
height: 210px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #ffffff;
}

#logo {
float: left;
margin-right:20px;
}

#people {
position: relative;
}

.separator {
height: 20px;
background-color: #ffffff;
}


#mainsection {
position: relative; 
width: 1000px;
overflow: auto;
background: #ffffff;
}

#nav {
float: left;
margin-top: 15px;
}

#content {
margin-left: 270px;
width: 700px;
text-align: justify;
}

#content .orange {
color: #eb610a;
font-size: 1.5em;
font-weight: 200;
line-height: 2em;
text-align: left;
}

#vidcolumn1 {
margin-left: 190px;
width: 400px;
text-align: left;
}

#vidcolumn2 {
width: 400px;
text-align: left;
margin-left: 550px;
margin-top: -368px;
}

#video ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#video li
{
list-style-type:none;
/*background-image: url(images/EyeIcon.jpg);*/
/*background-repeat: no-repeat;*/
/*background-position: 0 center;*/
/*padding-left: 80px;*/
height: 70px;
}

#video li a {
text-decoration: none;
color: #000000;
font-size: 1.2em;
}

#footer {
bottom: 0; 
height: 40px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #ffffff;
margin-left: 20px;
color: #000000;
font-size: 0.8em;
font-style:italic;
}
