/***************************************************

GENERAL STYLES

***************************************************/

body {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: left;
  font-family: Verdana, Arial, Tahoma, "Lucida Sans", "Trebuchet MS", Helvetica, Sans-Serif;
  color: #333;
  background-color: #00abb1; /* BRIGHT GREEN */
}

img {
  border: none;
}

a {
  color: #333;
}

.strong {
  font-weight: bold;
}

.em {
  font-style: italic;
}

.center {
  text-align: center;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}


/***************************************************

TABLE GRID

***************************************************/

td#TopPane {
  padding: 20px 0;
  background-color: #FFF;
}

td#TopPane ul {
  list-style-type: none;
  font-size: 60%;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: solid 1px #00abb1; /* BRIGHT GREEN */
  margin-left: 110px;
}

td#TopPane ul a {
  text-decoration: none;
  color: #9DB440; /* GREEN */
  color: #333;
  padding-bottom: 4px;
}

td#TopPane ul a:hover {
  border-bottom: solid 6px #00abb1; /* BRIGHT GREEN */
}

td#TopPane li {
  display: inline;
  margin-right: 22px;
}

#ContentPane {
	padding: 60px 30px;
	background-position: bottom;
	background-color: #FFF;
	font-size: 10px;
	line-height: 12px;
	min-width: 410px;
  /* dynamic expression to emulate min-width in ie*/
  width: expression(document.body.clientWidth < 900? "410px" : "100%" );
	vertical-align: top;
	background-image: url(../images/bottomLines03.gif);
	background-repeat: repeat-x;
}

#ContentPane h1 {
	color: #333333;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-top: 0px;
}

#ContentPane h2 {
	margin-bottom: 5px;
	color: #903F98; /* DARK BLUE */
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
}

#ContentPane h3 {
	margin-bottom: 2px;
	color: #903F98; /* DARK BLUE */
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}

#ContentPane table {
	vertical-align: top;
}

#ContentPane hr {
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
}


#ContentPane td {
	vertical-align: top;
}


#ContentPane p {
	margin-bottom: 16px;
	font-size: 10px;
	margin-top: 0px;
}

#ContentPane ul {
	padding-left: 40px;
	margin-bottom: 16px;
	margin-top: 0px;
}

#ContentPane #homeContent {
  text-align: right;
  width: 200px;
}

#ContentPane #homeContent p {
  text-align: right;
}

#ContentPane #homeContent h1,h2,h3,h4,h5,h6 {
  text-align: right;
}

#ContentPane #news {
  width: 180px;
  float: right;
  margin: 0 10px 20px 20px;
  text-align: right;
}

#ContentPane #news p {
  text-align: right;
}

#ContentPane #news h1,h2,h3,h4,h5,h6 {
  text-align: right;
}

#ContentPane .finePrint {
  font-size: 0.8em;
}

td#BottomPane {
  background: #FFF url('images/footer03.gif') no-repeat left bottom;
  padding-left:10px; padding-right:10px; padding-top:80px; padding-bottom:40px
}

td#BottomPane #contact {
  float: right;
  width: 350px;
  font-size: 60%;
  margin-top: -70px;
}

td#BottomPane #contact p {
  text-align: right;
}

td#BottomPane ul {
  margin-top: -70px;
  list-style-type: none;
  font-size: 65%;
  margin-left: 100px;
  text-transform: lowercase;
}

td#BottomPane ul a {
  text-decoration: none;
}

td#BottomPane ul a:hover {
  border-bottom: solid 1px #00abb1; /* BRIGHT GREEN */
}

td#BottomPane li {
  display: inline;
  margin: 10px 0;
}

td#LeftPane {
	text-transform: uppercase;
	width: 320px;
	padding-bottom: 40px;
	position:relative;
	background-color:#FFF;
	background-image: url(../images/leftCurve03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: top;
	padding-top: 0px;
}

td#LeftPane ul {
	text-align: right;
	list-style-type: none;
	font-size: 10px;
	position: relative;
	z-index: 10;
	margin-top: 0px;
}

td#LeftPane ul a {
  text-decoration: none;
  color: #903F98; /* BLUE */
}

td#LeftPane ul a:hover {
  color: #00ABB1; /* GREEN */
}

td#LeftPane ul a.active {
  font-weight: bold;
  color: #00ABB1; /* GREEN */
}

td#LeftPane ul ul a.activeSub {
  background: url('images/active03.gif') no-repeat right center;
  font-weight: bold
}

td#LeftPane li {
	margin: 10px 0;
	font-size: 10px;
}

td#LeftPane #portraits {
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
}

td#RightPane {
  padding-bottom: 100px;
  background: #FFF url('images/bottomLines03.gif') repeat-x 0% 100%;
  
}

/***************************************************

SMARTBRIEF NEWS STYLES

***************************************************/

#ContentPane #news .sb_date {
  font-weight:bold;
}

#ContentPane #news .sb_link {
}

#ContentPane #news .sb_sectionname {
  font-size:12px;
  color: #000000;
  font-weight:bold;
  font-style: normal;
  margin-bottom: 10px;
}

#ContentPane #news .sb_headline {
  font-weight:normal;
  margin-bottom: 10px;
}

#ContentPane #news .sb_copy {
  font-weight:normal;
  font-style: italic;
  margin-bottom: 10px;
}

#ContentPane #news .sb_info {
  font-size:10px;
  color: #000000;
  margin-bottom: 10px;
}
#EmploymentChart {
	border: 1px outset #00ABB1;
	padding: 40px;
}
#EmploymentChart td {
	font-weight: bold;
	padding: 10px;
	border: 1px solid #00ABB1;
}
