@import url('csshover.css');

body {
    margin: 0;
	padding: 0;
    background: #f5f5f5;
}

#header {
	margin: 0 auto;
	border-top: 10px solid #008591;
	border-bottom: 10px solid #008591;
	width: 940px;
    background: #fff url('../images/chasslogo.png') no-repeat 10px 50%;
}


#header h1, #header h2 {
	margin: 0 0 0 220px;
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
}

#header h1 {
	font-size: 1.8em;
	letter-spacing: 0.1em;
	text-shadow:  #6374AB 1px 1px 2px;
	text-shadow:  #ccc 1px 1px 5px;
	padding: 0.25em 0 0;
	color: #004997;
	color: #008591;
}

#header h2 {
	font-size: 1.4em;
	line-height: 1;
	padding: 0 0 0.2em 0;
	color: #222;
}

#toolbar {
   font-family: verdana, arial, sans-serif;
   position: relative;
   background: #cce5e5;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: gray;
   height: 30px;
   width: 940px;
   margin: 0 auto;
   padding: 3px 0px 3px 0;
}

#toolmenu ul {
}

#toolmenu li:hover {
   background: #98c1dd;
}

#toolmenu li {
    float: left;
    color: #444;
    width: 7em;
    padding: 1px 2px 0;
    border: 1px;
    border-color: #fff;
    border-style: outset;
    text-align: center;
    list-style: none;
    height: 26px;
}

#toolbar a {
	font-size: 0.8em;
	text-decoration: none;
	color: #444;
}

#byline {
	padding-left: 10px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-size: 0.9em;
	color: #008591;
	line-height: 30px;
}


#main {
	position: relative;
	width: 940px;
	margin: 0 auto;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.6;
	background: #fff;
}

#content {
	margin-left: 220px;
	padding: 1em 0 1em 12px;
	background: #fff;
	color: #333;
	font: 0.9em verdana, sans-serif;
	line-height: 1.6;
	border-left: 1px solid gray;
    width: 705px;
    overflow: auto;

}


#content h1, #content h2, #content h3 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #028692;
	margin: 0;
	padding: 0.25em 0;
}

#content h1 {
	font-size: 1.8em;
}

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.2em;
}


#footer {
	clear: both;
	background: #fff;
	color: #000;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto 2em;
	padding: 0.5em 0 2em;;
	border-top: 1px solid #52514e;
}


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

div#footer li {
   display: inline;
   margin-right: 0em;
}

.copyright {
   font-size: 0.9em;
}

div#footer a:link {
   color: #006a73;
}

a {
   color: #006a73;
   outline: none;
}

a:visited {
   color: #006a73;
}

a:hover {
   color: #1d2084;
}


.email img {
	border: none;
	vertical-align: middle;
}

a.email:hover {
	border-bottom: 1px solid #008591;
}

.note {
	border: 1px solid #008591;
	margin: 1em auto;
	width: 90%;
	padding: 0.25em 0.5em;
}

#search {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 5px;
    right: 5px;
	font-size: 0.86em;
}

.searchBox {
	margin: 0;
	padding: 2px 0 2px 20px;
}

.searchBox input {
	background: transparent url(../images/search.gif) no-repeat;
	width: 125px;
	height: 19px;
	padding: 2px 5px 2px 20px;
	margin: 0;
	border: none;
}

.searchButton {
}


/* menu */

div#menu {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
	z-index: 100;
	font-size: 0.9em;
	font-family: verdana, arial, sans-serif;
}

div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #cce5e5;
}

div#menu li {
	position: relative;
	margin: 0;
	border: 1px;
	border-color: #fff;
	border-style: outset;
}

div#menu li:hover {
	background: #98c1dd;
}

div#menu li.current {
	background-color: #98c1dd !important;
}

div#menu li.submenu {
	background: url(../images/arrowright.gif) 97% 50% no-repeat;
}

div#menu li.submenu:hover {
	background-color: #048C8C;
	background-color: #98c1dd;
}

div#menu li a {
	display: block;
	padding: 0.5em 0 0.25em 0.5em;
	text-decoration: none;
	width: 100%;
	color:  #333;
}

div#menu li ul {
	position: absolute;
	left: 220px;
}

div#menu>ul a {width: auto;}

div#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 0px;
	margin-top: -2px;
	display: none;
	width: 100%;
	border: 1px solid gray;
   	background: #cce5e5;
	z-index: 1000;
}

div#menu ul li:hover ul,

div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

div#menu ul ul li.submenu-title {
	text-align: center;
	background: #98c1dd;
	margin: 0;
	padding:0 !important;
}

div#menu ul ul li.submenu-title a {
	padding: 0.5em 0 0.25em;
}


/* Slideshow */
#slideshow {
	width: 474px;
	padding-top: 4px;
}


ul.tabs {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	line-height: 1;
	font-size: 0.9em;
	font-weight:bold;  
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-family:Georgia,"Times New Roman",Times,serif !important;
	letter-spacing:0.1em;
	font-variant: small-caps;
}

ul.tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	background-color:#f0f5fb;
}

ul.tabs li a {
	color: #666;
	letter-spacing: 0.1em;
	padding: 0 10px;
	height: 100%;
	text-decoration:none;  
	border: 1px solid #464c54;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}



ul.tabs li a:hover {  
	color:#ffe;
	border-color:#2f343a;  
	background-color:#2f343a;  
}

ul.tabs li a.active {  
	background-color:#ffffff;  
	color:#666;  
	border:1px solid #464c54;   
	border-bottom: 1px solid #ffffff;  
}

.tab-container {
	padding: 10px;
	height: 302px;
	border: 1px solid #464c54;
	margin-top: 1px;
}

.tab-container a img {
	border: 1px solid #555;
}


.active {
	display: inline;
}

#caption {
	text-align: center;
	font-size: 0.86em;
	font-style: italic;
}


#sidebar {
    float: right;
    width: 225px;
}


.figure {
	margin: 10px 0;
	text-align: center;
}



#support .entry {
           margin: 1em 2em;
           padding: 0.25em 0;
           border-top: 1px solid #999;
           border-bottom: 1px solid #999;
           background: #eee;
           overflow: hidden;

      padding: 6px;
     }


#support label { 
           display: block;
           float: left; 
           width: 150px;
      padding: 0;
                  margin: 0;
                  font-weight: bold;
                  text-align: right;
                  line-height: 1.2em;
}


#support div.entry input {
     display: block;
      margin: 0 0 0 160px;
    }
    
    #support div.prompt {
          display: block;
          margin: 0 0 0 160px;
          padding: 0;
          font-size: 88%;
        }


/* Staff page */

.staff {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.staff td {
	border: 1px solid #ccc;
	vertical-align: top;
	padding: 0.25em 0.5em 1em;
}

.staff .name {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
}

.staff .job-title {
	color: #900;
	margin-bottom: 1em;
	font-weight: bold;
}

.staff img {
	border: none;
}

.staff ul {
	margin: 0;
}


