@CHARSET "UTF-8";

/****GLOBAL********************************************************************/

html {
  height:100%;
}
body {
  background-image:url('images/body_back_x.jpg'); background-repeat:repeat-x;
  background-color:#565656; font-family:Arial, Verdana, Sans-Serif;
  height:100%;  margin:0px; padding:0px;
}
a {
  color:black; text-decoration:underline;
}
a:hover {
  color:#02244A;
}
h2, h3 {
  display:block; font-size:22px; font-weight:bold; line-height:30px; margin:0px;
  padding:0px 30px 0px 0px; text-align:right;
}

/****CONTAINERS****************************************************************/

#preContainer, #postContainer {
  display:none;
}
#outerContainer {
  background-image:url('images/left_bar_back_lr.jpg');
  background-repeat:no-repeat; margin:0px auto 0px auto;
  padding:0px 0px 0px 20px; width:920px;
}
#innerContainer {
  background-image:url('images/right_dropshadow.jpg');
  background-position:top right; background-repeat:no-repeat;
  margin:0px; padding:0px 20px 0px 0px; width:900px;
}

/****HEADER********************************************************************/

#header {
  background-image:url('images/title_bar_back_x.jpg');
  background-repeat:repeat-x; height:190px;
}
#header h1 {
  display:block; font-size:0; height:190px; margin:0px; padding:0px;
  width:200px;
}
#header h1 span {
  display:block; height:190px;
}
#header h1 a {
  background-image:url('images/left_bar_back_lr.jpg');
  background-position:-20px 0px; background-repeat:no-repeat; 
  display:block; height:190px; width:200px; }
#header img {
  display:block; float:right; height:161px;  margin-right:150px;
  position:relative; top:-190px;
}
.nonav #header img {
  height:190px;
}
.nonav #header h1 a {
  background-image:url('images/logo_nobar.jpg');
  background-position:0px 0px; background-repeat:no-repeat;
}

/****LAYOUT********************************************************************/

#outerLayout {
  margin-top:-30px; padding-top:30px; overflow:hidden; width:900px;
}
#innerLayout {
  background-color:#919191
}
#layoutClear {
  clear:both;
}
#layoutClear * {
  display:none;
}
#layoutFooter {
  height:50px; margin:0px; padding:0px;
}

/****NAVIGATION****************************************************************/

#navigation {
  background-image:url('images/left_bar_back_lr.jpg'); 
  background-position:-20px -190px; background-repeat:no-repeat; 
  float:left; margin:0px 0px -2000px 0px; padding:0px 0px 2000px 0px;
  width:204px;
}
#navigation h3 {
  display:none;
}
#navigation ul {
  border-bottom:1px solid #C3C3C3; display:block; list-style:none; margin:0px;
  padding:0px; width:190px;
}
#navigation ul li {
  border-top:1px solid #C3C3C3; display:block; height:30px; text-align:center;
  width:190px;
}
#navigation ul li ul {
  background-color:#02244A; border:1px solid black; border-left:0; display:none;
  left:190px; position:relative; top:-31px;
}
#navigation ul li:hover {
  background-color:#02244A; border-top:1px solid black;
  filter:alpha(opacity=90); opacity:0.9;
}
#navigation ul li:hover ul {
  display:block;
}
#navigation ul li a {
  color:black; display:block; font-size:20px; line-height:30px;
  text-decoration:none; width:190px;
}
#navigation ul li a:hover {
  color:white;
}
#navigation ul ul a {
  color:white;
}
#navigation ul ul li {
  color:#AAAAAA;
}
#navigation ul ul li {
  border:0; height:20px; text-align:left; width:190px;
}
#navigation ul ul li:hover {
  border-top:0;
}
#navigation ul ul li a {
  font-size:15px; line-height:20px; padding-left:20px; width:170px;
}
#navigation ul ul li a:hover {
  background-color:#CCCCCC; color:black;
}
#navigation img {
  margin-bottom:160px; padding:40px 0px 0px 15px;
}

/****CONTENT*******************************************************************/

#content {
  background-image:url('images/content_body_back_x.jpg');
  background-repeat:repeat-x; float:left; width:696px;
  margin:0px 0px -2000px 0px; padding:0px 0px 2000px 0px;
}
#content>:first-child h2:first-child {
  margin-top:-29px; text-transform:uppercase;
}
.contentBlock {
  padding:0px 20px 0px 10px; margin:0px;
}
.nonav #content {
  float:none; padding:14px 7px 2000px 7px; width:886px;
}

/****FOOTER********************************************************************/

#copy {
  background-image:url('images/footer_left_back_r.jpg');
  background-repeat:no-repeat; float:left; height:100%; width:204px;
}
#copy p {
  font-size:12px; line-height:20px; margin:0px; padding:15px 10px 15px 10px;
}
#sitenav {
  background-image:url('images/footer_back_x.jpg');
  background-repeat:repeat-x; float:right; height:100%; text-align:center;
  width:696px;
}
#sitenav p {
  font-size:15px; line-height:20px; margin:0px; padding:5px 10px 5px 10px;
}
#sitenav a {
  color:black; text-decoration:underline;
}
#sitenav a:visited {
  color:black;
}
#sitenav a:hover {
  color:#02244A;
}
#footer {
  background-color:#404550; text-align:center;
}
#footer p {
  display:inline; font-size:9pt; margin:0px; padding:5px;
}
#footer a {
  color:black; text-decoration:none;
}
#footer a:hover {
  color:#02244A; text-decoration:underline;
}
#footer ul {
  text-align:left;
}

/****LOGIN BOX*****************************************************************/

.loginBox {
  float:right; margin:0px; padding:10px 20px 0px 20px; position:relative;
  right:-570px; text-align:right; top:-190px; width:200px;
}
.nonav .loginBox {
  right:-625px;
}
.loginBox h3 {
  color:#000000; font-size:10pt; font-weight:normal; margin:0px; padding:0px;
}
.loginBox p {
  color:#000000; font-size:10pt; margin:0px; padding:0px;
}
.loginBox a {
  color:#123960;
}
.loginBox a:visited {
  color:#123960;
}
.loginBox a:hover {
  color:black;
}
.loginBox.loggedIn a {
  color:#000000;
}
.loginBox.loggedIn a:visited {
  color:#000000;
}
.loginBox.loggedIn a:hover {
  color:#123960;
}
.loginBox.loggedIn p {
  font-size:11pt;
}

/****HOMEPAGE******************************************************************/

.left {
  display:block; float:left; width:530px;
}
.right {
  display:block; float:right; width:342px;
}
.imagebox {
  position:relative; margin-bottom:14px;
}
.imagebox img {
  display:block;
}
.imagebox>span {
  background-color:#01172E; display:block; filter:alpha(opacity=50);
  height:31px; opacity:0.5; padding:0px; position:absolute; top:0px; width:100%;
}
.imagebox h2 {
  display:block; font-size:18px; font-weight:normal; line-height:normal;
  margin:0px; opacity:0.9; position:absolute; text-align:left;
  text-transform:none; top:0px; width:100%;
}
.imagebox h2 a {
  color:#FFFFFF; display:block; padding:3px; 
}
.imagebox h2 a:hover {
  color:#DDDDDD; 
}
.imagebox p {
  clear:both; font-size:10pt; padding:3px; margin:0px; background-color:#A3A3A3;
  background-image:url(images/light_grey_back_x.jpg);
  background-repeat:repeat-x; border-bottom:1px solid #5E5E5E;
}
.content3 {
  background-color:#A3A3A3; background-image:url(images/light_grey_back_x.jpg);
  background-position:15px 0px; background-repeat:repeat-x;
  border-bottom:1px solid #5E5E5E; margin-bottom:14px;
}
.content3 h3 {
  background-image:url(images/blue_back_x.jpg); background-repeat:repeat-x;
  color:#FFFFFF; display:block; font-size:12pt; font-weight:normal;
  line-height:normal; margin:0px; padding:3px 7px 3px 7px; text-align:left;
  text-transform:none;
}
.content3 h3 a {
  color:#FFFFFF; 
}
.content3 h3 a:hover {
  color:#DDDDDD; 
}
.content3 ul {
  margin:0px; padding:3px 3px 3px 23px;
}
.content3 li {
  padding:2px;
}
.homelink {
  width:164px;
}
.homelink h3 {
  background-image:url(images/blue_back_x.jpg); background-repeat:repeat-x;
  display:block; font-size:10pt; font-weight:normal; line-height:normal;
  margin:0px; padding:0px; text-align:left; text-transform:none;
}
.homelink h3 a {
  color:#FFFFFF; display:block; padding:3px 7px 3px 7px; 
}
.homelink h3 a:hover {
  color:#DDDDDD; 
}

/****EMPLOYEES*****************************************************************/

.employees {list-style-type:none; display:block; padding-top:10px; padding-bottom:10px;}
.employees li {display:block; width:99px; height:80px; padding-top:20px; border:1px solid black; margin-bottom:5px; background-color:#CCCCCC;}
.employees li span {margin-left:100px; display:block; width:510px; height:60px; vertical-align:middle; background-color:#CCCCCC; border:1px solid black; border-left:0px; padding-left:30px;}
.employees li a {font-size:20px; line-height:30px; text-decoration:none; margin-left:-20px;}
.employees li span:hover {background-color:#123960; color:white;}
.employees li a:hover, .employees li span:hover a {background-color:#123960; color:white;}

.inline {
  display:block; float:left; padding:7px; width:150px; height:250px;
}
.inline img {
  border:0px;
}
h3.scrollTop {
  background-image:url(images/blue_back_x.jpg); background-repeat:repeat-x;
  color:#FFFFFF; display:block; font-size:14pt; font-weight:normal;
  line-height:normal; margin:0px; padding:7px; text-align:left;
  text-transform:none;
}
.scroll {
  background-color:#7F7F7F; background-image:url(images/grey_back_x.jpg);
  background-repeat:repeat-x;
  border:1px solid #5E5E5E; height:300px; overflow-y:scroll;
  margin-right:14px; margin-bottom:14px;
}
  
