/* General structural style declarations  */
/*
body, html, div, td {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 10px;
	color: #808285;
	line-height: 15px;
} */

body {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 11px;
	color: #808285;
    text-align: left;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #FFFFFF;
    line-height: 14px;
}

html, body {
    height: 100%;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}
#pageWrapper {
    height:100%;
    width:100%;
}

#page {
    position:absolute;
    top:50%;
    margin-top:-305px;
    overflow:hidden;
}

/*
.pageSection * {
    overflow: visible;
} 

#page * div, #page div, #page form {
    float: left;
}*/

hr {
    color:#808285;
    background-color:#808285;
    height:1px;
    border:0px;
}

h1 {
    font-size: 16px;
    line-height: 22px;
    color: #002a5c;
    font-weight: normal;
}

h2 {
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    font-weight: bold;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    text-transform: uppercase;
}

h4 {
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

strong {
    color: #000000;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 15px;
    line-height: 14px;
}

a, a:visited, a:link {
    color: #808285;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

/* Header */

#pageHeader {
    padding-left: 28px;
    padding-top:0;
    /*height: 122px;*/
}

.batesLogo h1 span {
    position:absolute;
    top: -200px;
}

.batesLogo h1 {
    position: relative;
    top: 0px;
    padding-bottom:5px;
}

.batesLogo h1 a:hover {
    text-decoration: none;
}

/* Navigation */
   
#navigation {
    padding-left: 28px;
    padding-top: 9px;
    top:-45px;
    position:relative;
}

#navigation ul,
#navigation ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu li.selected a:link,
.menu li.selected a:visited,
.menu li.selected a{
	background-color: #e7e8e9;
	color: #000;
}

div.selected {
    display:inline;
}

.menu li a:hover{
    text-decoration: none;
    background-color: #e7e8e9;
}

.navigation li {
    float: left;
}

.menu li {
    float: none;
}

.depth0 {
    width: 118px;
    float:left;
}

.depth1 {
    width: 170px;
    float:left;
    display:none;
}

.depth2 {
    width: 180px;
    float:left;
    display:none;
}

.depth3 {
    display:none;
    float:left;
    width:150px;
}

.levelLink {
    cursor:pointer;
}

.levelLink2 {
    cursor:pointer;
}

.levelLink3 {
    cursor:pointer;
}

.levelLink4 {
    cursor:pointer;
}
/* Content */

#content {
    padding-left: 28px;
    height: 453px;
    overflow: hidden;
    position:relative;
    width:20000px;
}

/* image-text */

.imageText {
    width: 20000px;
}

.imageTextText {
    float: left;
    position: absolute;
    left: 28px;
}

.imageTextTextWrapper {
    width: 288px;
    height: 368px;
    overflow: auto;
    background-color: #e1e2e2;
    padding: 20px;
    float: left;
    position: relative;
    left: 269px;
}

.imageTextImage {
    float: left;
    border-right:solid 2px #FFFFFF;
}

.projectFacts {
    display:none;
}

.projectFacts ul {
    list-style:url("../images/icons/list-image.png");
    padding-bottom:0px;
}

.projectDescription ul {
    list-style:url("../images/icons/list-image.png");
    padding-bottom:0px;
}

.awardsText ul {
    list-style:url("../images/icons/list-image.png");
}

/* image-text-two-columns */

.twoColumn .imageTextTextWrapper {
    width: 350px;
    overflow:hidden;
}

.imageTextTitle {
    width: 288px;
    clear: both;
    float: left;
}

.imageTextLeft {
    float: left;
    width: 140px;
    padding-right:20px;
}

.imageTextRight {
    width: 170px;
    float: left;
}

/* Home Page Images  */

.homeImages {
    overflow: hidden;
    height: 400px;
    width:100%;
}

.homeImages ul {
    width: 10000px;
}

.homeImages ul,
.homeImages ul li {
    float: left;
    list-style-type: none;
    padding: 0px;
}

.homeImages ul li {
    border-right:solid 2px #FFFFFF;
}

/* Director Profile */

.profile {
    background-color: #EEEEEE;
    height: 400px;
    width:100%;
}

.profileImage {
    width: 210px;
    float: left;
    padding: 20px 30px;
}

.profileImage img {
    position: relative;
    right: 20px;
    float: right;
}

.profileText {
    width: 350px;
    float: left;
    height: 400px;
    overflow: auto; 
}

.profileTextInner {
    float: left;
    width: 290px;
    padding: 20px 20px 20px 20px;
}

/* Project */

.projectElement .imageTextTextWrapper,
.projectElement .imageTextText { 
    position: relative;
    left: 0px;
}

.projectElement .imageTextTextWrapper {
    border-right: solid 2px #FFFFFF;
}

.projectControls {
    position: absolute;
    top: 417px;
    left:772px;
    z-index: 100;
}

.projectControls a {
    cursor:pointer;
}

.projDesc {
    cursor:pointer;
}

#slideshow {
    position:relative;
}

/* News */

.newsItem {
    background-color:#e9e9e9;
    height:408px;
    width:100%;
}

.newsItemImage {
    width:290px;
    height:368px;
    float:left;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}

.newsItemWrapper {
    width:550px;
    height:408px;
    float:left;
    padding-top:0px;
    padding-bottom:0px;
}

.newsMain {
    float:left;
    width:320px;
    padding-right:20px;
    overflow:auto;
    height:368px;
    padding-top:20px;
    padding-bottom:20px;
}

.newsRelated {
    float:left;
    width:170px;
    padding-left:20px;
    padding-right:10px;
    height:368px;
    padding-top:20px;
    padding-bottom:20px;
}

.newsItem h1 {
    color:black;
    font-size:10px;
    line-height:14px;
    font-weight:bold;
}

/* Awards */

.awardsItem {
    background-color:#e9e9e9;
    height:408px;
    width:100%;
    padding-top:0px;
}

.awardsItem h1 {
    color:black;
    font-size:11px;
    font-weight:bold;
    line-height:14px;
    padding-left:220px;
}

.awardsDetails {
    float:left;
    width:560px;
    padding-bottom:10px;
}

.awardsDetails h2 {
    font-size:11px;
    font-weight:bold;
    color:#808285;
    line-height:14px;
}

.awardsGroup {
    width:600px;
    padding-left:69px;
    height:358px;
    overflow:auto;
    padding-top:30px;
    padding-bottom:20px;
}

.awardsText {
    width:330px;
    float:left;
}

.awardsImage {
    width:220px;
    float:left;
    text-align:center;
}

/* Press */

.pressItem {
   background-color:#e9e9e9;
   height:378px;
   width:100%;
   padding-top:30px;
   padding-left:0px;
   overflow:auto;
}