body
 {
  margin: 0px;
  padding: 0px;
  font-family: verdana;
 }

span.blue_start
 {
  color: #1078AC;
 }

td.field_title { font-size: 8pt; }
 input.stdtext { font-size: 8pt; font-family: verdana; } 
 select.stdtext { font-size: 8pt; font-family: verdana; }
 textarea.stdtext { font-size: 8pt; font-family: verdana; }

td.thumb_img
 {
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  height: 37px;
  width: 107px;
 }

td.thumb_split
 {
  width: 10px;
 }
 
h1
 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 10pt;
  font-weight: bold;
 }

h2
 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 10pt;
  font-weight: bold;
  color: #1078AC;
 }

h3
 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 8pt;
  font-weight: bold;
 }
.imagelink {
	text-decoration: none;
	border: none;
	padding: 0px;
	margin: 5px;
	margin-right: 15px;
}
.rightlink {
	text-align: right;
	float: right;
}



p
 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-size: 8pt;
  line-height: 18px;
 }

p.greypanel
 {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-size: 7pt;
  line-height: 15px;
 }

br.clear
 {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  clear: both;
 }

ul
 {
  margin: 0px;
  padding: 0px 0px 18px 0px;
  list-style-type: none;
  font-size: 8pt;
  line-height: 20px;
 }

ul li
 {
  margin: 0px;
  padding: 0px 0px 0px 22px;
  list-style-type: none;
  background-image: url(blue_square.gif);
  background-repeat: no-repeat;
  background-position: 0px 9px;
 }

#main_container
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 800px;
  left: 50%;
  margin-left: -380px;
 }

#banner_container
 {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 800px;
	height: 127px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
 }

#mainnav_container
 {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 800px;
	height: 35px;
	background-image: url(mainnav_bg.gif);
	background-repeat: repeat-x;
 }

#mainnav_list
 {
  padding: 0px;
  margin: 0px;
  list-style-type: none
 }

#mainnav_list LI
 {
  padding: 0px 15px 0px 10px;
  margin: 0px;
  display: inline;
  list-style-type: none;
  background-image: none;
 }

#mainnav_list li a
 {
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  line-height: 35px;
  background-image: none;
 }

#mainnav_list li a:link
 {
  color: black;
 }

#mainnav_list li a:active
 {
  color: black;
 }

#mainnav_list li a:visited
 {
  color: black;
 }

#mainnav_list li a:hover
 {
  color: #1078AC;
 }


#subnav_container
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: 800px;
  /*background-image: url(subnav_bg.gif);*/
  background-color:#888888;
  border: thin black solid;
 
 }
#samples {
	padding-bottom: 15px;
}



div.subnav_item {
	margin-left: 5px;
	margin-right: 10px;
  	padding: 0px;
	position: relative;
	float: left;
 	height: 25px;
	white-space: nowrap;
	font-weight:200;

}


div.subnav_item a {
  margin: 0px;
  padding: 0px;
  font-size: 9pt;
  text-decoration: none;
  background-image: none;
  line-height: 25px;
  font-weight: bold;
  	font:Geneva, Arial, Helvetica, sans-serif;
 }
	
 
div.subnav_item a:link {
  color: white;
 }


div.subnav_item a:active {
  color: white;
 }


div.subnav_item a:visited {
  color: white;
 }


div.subnav_item a:hover {
  color: white;
  text-decoration: underline;
 }


#flash_container
 {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 800px;
	height: 240px;
 }

#panels_container
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: 800px;
  height: 100px;
  border-style: solid;
  border-color: #D9DDE6;
  border-width: 0px 0px 2px 0px;
  background-position: top;
  background-image: url(panel_bg.gif);
  background-repeat: no-repeat;
 }

div.greypanel
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: 188px;
  height: 94px;
 }

div.greypanel_content
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: 178px;
  height: 84px;
  top: 10px;
  left: 10px; 
 }

div.greypanel_div
 {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 2px;
	height: 94px;
	background-image: url(greypanel_div_bg.gif);
	background-repeat: repeat-x;
 }

#mainbody_container
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: 800px;
 }

#leftcontent_home
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  top: 20px;
  left: 20px;
  width: 505px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(sep_dash.gif);
 }


#a.leftcontent_home
 {
  margin: 0px;
  padding: 8px 0px 10px 20px;
  display:list-item;
  list-style-type:none;
  font-size: 8pt;
  color: #1078AC;
  text-decoration: none;
  background-position:left;
  background-repeat:no-repeat;
  /*background-image: url(blue_arrow.gif);*/
 }

#leftcontent_internal_a
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  top: 20px;
  left: 20px;
  width: 505px;
 }

#leftcontent_internal_b
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  top: 20px;
  left: 80px;
  width: 505px;
 }

div.leftcontent_item
 {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 505px;
 }

#rightcontent_internal_a
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  top: 20px;
  left: 80px;
  width: 195px;
 }

#rightcontent_internal_b
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  top: 20px;
  left: 20px;
  width: 195px;
 }

div.rightcontent_item
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: 195px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(sep_dash.gif);
 }

div.leftcontent_spacer
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  height: 10px;
  width: 465px;
 }

div.rightcontent_spacer
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  height: 10px;
  width: 195px;
 }
sublist {
	margin-left: 20px;
	padding-left: 20px;
}


div.fullcontent_item
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  top: 20px;
  left: 20px;
  width: 720px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(sep_dash.gif);
 }

div.fullcontent_item_spacer
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  height: 30px;
  width: 760px;
 }

#rightcontent_home
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  top: 20px;
  left: 80px;
  width: 195px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(sep_dash.gif);
 }

#fullwidthcontent
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  top: 20px;
  left: 20px;
  width: 760px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(sep_dash.gif);
 }

#latestnewstitle
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: 195px;
 }

div.latestnewsitem
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: 195px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(sep_dash.gif);
 }

a.latestnewsitem
 {
  margin: 0px;
  padding: 8px 0px 10px 20px;
  display:list-item;
  list-style-type:none;
  font-size: 8pt;
  color: #1078AC;
  text-decoration: none;
  background-position:left;
  background-repeat:no-repeat;
  background-image: url(blue_arrow.gif);
 }

a:href.latestnewsitem
 {
  color: #1078AC;
  text-decoration: none;
 }

a:active.latestnewsitem
 {
  color: #1078AC;
  text-decoration: none;
 }

a:visited.latestnewsitem
 {
  color: #1078AC;
  text-decoration: none;
 }

a:hover.latestnewsitem
 {
  color: #1078AC;
  text-decoration: underline;
 }

a
 {
  margin: 0px;
  /*padding: 0px 0px 4px 20px;*/
  font-size: 8pt;
  color: #1078AC;
  text-decoration: none;
  /*background-position:left;
  background-repeat:no-repeat;
  /*background-image: url(blue_arrow.gif);*/
 }

a:href
 {
  color: #1078AC;
  text-decoration: none;
 }

a:active
 {
  color: #1078AC;
  text-decoration: none;
 }

a:visited
 {
  color: #1078AC;
  text-decoration: none;
 }

a:hover
 {
  color: #1078AC;
  text-decoration: underline;
 }

a.email
 { 
  margin: 0px;
  padding: 0px;
  display:list-item;
  list-style-type: none;
  padding:0px 0px 0px 25px;
  font-size: 8pt;
  color: #1078AC;
  text-decoration: none;
  background-position: left;
  background-repeat:no-repeat;
  background-image: url(envelope.gif);
 }

a:href.email
 {
  color: #1078AC;
  text-decoration: none;
 }

a:active.email
 {
  color: #1078AC;
  text-decoration: none;
 }

a:visited.email
 {
  color: #1078AC;
  text-decoration: none;
 }

a:hover.email
 {
  color: #1078AC;
  text-decoration: underline;
 }

#push
 {
  margin: 0px; 
  padding: 0px; 
  position: relative; 
  float: left; 
  width: 800px;
  height: 50px;
 }

#footer_container
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: 800px;
  height: 50px;
  border-style: solid;
  border-color: #D9DDE6;
  border-width: 2px 0px 0px 0px;
 }

p.footer_text
 {
  margin: 0px;
  padding: 0px;
  font-size: 8pt;
  text-align: right;
 }

#navigation
 { 
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: 800px;
  height: 35px;
 }

#search
 {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  width: 160px;
  height: 35px;
  top: 8px;
 }
.bannerbold {
	font-size: 12px;
	font-weight: bolder;
}


#boldul {
	font-weight: bolder;
}

#leftcontent_home2
 {
	position: absolute;
	left:0px;
	top:52px;
	width:245px;
 }
#content_home2
 {
margin-left: 260px;
margin-right:260px;
 }
#rightcontent_home2 {
	position: absolute;
	right:1px;
	top:52px;
	width:245px;
}
#internal_right {
	float: right;
	width: 325px;
	margin-left: 10px;
}
image {
	text-decoration: none;
	border: none;
	padding: 0px;
	margin-left: 5px;
}
p.values:first-letter{
	font-size: 1.5em;
	font-weight: bolder;
	color: #990000;
}
image_pad_right {
	text-decoration: none;
	border: none;
	padding-right: 20px;
}
#main_container #mainbody_container #leftcontent_internal_a .leftcontent_item td {
	vertical-align: top;
}
td.solid    {
	padding-bottom: 5px;
	padding-right: 5px;
}
ol li {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	list-style-type: decimal;
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
ol {
	margin: 18px;
	padding: 0px 0px 0px 0px;
	list-style-type: decimal;
	font-size: 8pt;
	line-height: 20px;
	padding-left: 30px;
}
.titlebold {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.JobsTitle {
	color: #F00;
}