@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #EFD39B;
	background-image:url(f/orange_page_bg.gif);
}

body.blue_bg {
	background-image: url(f/blue_page_bg.gif);	
	background-color: #849bc1;  /* blue */
}

#main_inner {
	background-image: url(f/orange_mid_box_bg.gif);
	background-repeat: repeat-y;
	padding: 0px 7px 10px 7px;
	margin: 0px;
	width: 993px;
	
}

body.blue_bg #main_inner {
	background-image: url(f/blue_mid_box_bg.gif);
}


.white_bar {
	background-image: url(f/mid_box_top_white.gif);
	background-repeat: repeat-x;
	height: 3px;
	width: 993px;
	padding: 0px;
	margin: 0 7px 0 7px;
}
.bottom_shadow_bar {
	background-image: url(f/orange_mid_box_bottom_shado.gif);
	background-repeat: repeat-x;
	height: 6px;
	width: 993px;
	padding: 0px;
	margin: 0 7px 0 7px;
}
body.blue_bg .bottom_shadow_bar {
	background-image: url(f/blue_mid_box_bottom_shadow.gif);
}
#outer_container {
	margin: 0 auto 0 auto;
	width: 1007px;
	position: relative;
	top: 0px;
}

#main_stuff {
	position: absolute;
	top: 169px;
}
#top_logo {
	position: absolute;
	top: 54px;
	left: 44px;
}
#top_logo img {
	border: 0;
}
#top_links {
	margin: 7px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #eeeeee;
	position: absolute;
	top: 0px;
	right: 0px;
}
#top_links a:link, #top_links a:visited {
	color: #eeeeee;
	text-decoration: none;
	padding: 0 3px;
}
#top_links a:hover {
	text-decoration: underline;
}
#top_links img {
	margin: -7px 0 0 0;
	padding: 0;
	vertical-align: top;
	border: 0px;
}

#main_links {
	text-align: right;
	position: absolute;
	right: 6px;
	top: 118px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555555;
	font-size: 15px;
	z-index:10;
}
#main_links a:link, #main_links a:visited {
	color: #555555;
	text-decoration: none;
	padding: 3px;
}
#main_links a:hover {
		text-decoration: underline;
		color: #333333;
}
#main_links a.active {
	font-weight: bold;
}

#main_links, #top_links {
	padding-right: 30px;
}

#container {
	padding: 0px 25px 0px 43px;
}
#container.home {
	background-image: url(f/home_image.jpg);
	background-repeat: no-repeat;
}
#container.home p {
	text-align: justify;
}

#right_links {
	float: right;
	padding: 0px;
	margin: 13px 0px 0px 0px;
}

#image_box {
	width: 700px;
	/*border: 1px solid red; */ /* testing only */
	height: 290px;
}


#services, #industries {
	border: 1px solid white;
	width: 176px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0 2px 8px 0;
}
#services h1, #services h1 a:link, #services h1 a:visited, #industries h1, #industries h1 a:link, #industries h1 a:visited {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
#services h1, #industries h1 {
	padding: 5px;
	padding-left: 8px;
	margin: 0;
	border-bottom: 1px solid white;
}
#services ul, #industries ul {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
#services li, #industries li {
	padding: 6px 0px 6px 25px;
	margin: 4px 0px 1px 0px;
	color: #444444;
	background-image: url(f/trans_bullet.gif);
	background-repeat: no-repeat;
	background-position: .6em .6em;
}
#services li.active, #industries li.active {
	background-color: #CAD3E6;  /* works well for services ... might not be the right color for other items */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#industries li.active {
	background-color: #f9edd4;
}
#services li a:link, #services li a:visited, #industries li a:link, #industries a:visited {
	color: #444444;
	text-decoration: none;
}
#services li a:hover, #industries li a:hover {
	text-decoration: underline;
}

#services h1 {
	background-color: #175c91;
}
#industries h1 {
	background-color: #dcad40;
}
#services {
	background-color: #9dafce;
}

#industries {
	background-color: #f2ddb2;
}

p {
	line-height: 1.5em;
}

.copyright {
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding: 5px 0px 8px 0px;
}
.copyright a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
.copyright a:hover {
	color: #000000;
	text-decoration: underline;
}

#news {
	float: right;
	width: 227px;
	background-image:url(f/news_box_bg.gif);
	background-repeat:repeat-y;
	padding: 0px 12px 0px 12px;
	margin: 0px 7px 5px 28px;
}
.news_top {
	margin: 0px -12px;
	padding: 0;
	background-image:url(f/news_box_top.gif);
	width: 251px;
	height: 25px;
}
.news_bottom {
	margin: 0px -12px;
	padding: 0;
	background-image: url(f/news_box_bottom.gif);
	width: 251px;
	height: 8px;
}
#news p {
	font-size: 10px;
	line-height: 1.3em;
}
#news .date {
	font-weight: bold;
}
#news a:link, #news a:visited {
	text-decoration: none;
	white-space:nowrap;
}
#news a:hover {
	text-decoration: underline;
}
#news p + p {
	border-top: 1px dashed #999999;
	padding-top: 9px;
}

#left_links {
	float: left;
	margin: 0px 0px 0px -29px;
	padding: 40px 0px 0px 0px;
}

#main_right {
	float: right;
	width: 780px;
	margin-right: -25px;
	margin-bottom: 75px;
}

#main_right h1 {
	font-size: 16px;
	margin: 20px 0px 20px 0px;
}

#main_right h2 {
	font-size: 14px;
	margin: 34px 0px 20px 0px;
}

#main_right h1, #main_right p {
	padding-right: 50px;
	text-align: justify;
}

#main_right a:link, #main_right a:visited {
	color:#00C;
	text-decoration: none;
}

#main_right a:hover {
	text-decoration: underline;
}

.crumbs, .crumbs a:link, .crumbs a:visited {
	font-size: 10px;
	color: #333333 !important;
	text-decoration: none;
}
.crumbs a:hover {
	text-decoration: underline;
}


/***** DDM *****/
#jsddm {
	margin: 0;
	padding: 0;
	display: inline;
}
	
#jsddm > li
{
	float: left;
	list-style: none;
	margin: 0 1px;
}

#jsddm li > a
{	
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
/*	width: 239px;*/
/*	height: 29px;*/
	white-space: nowrap; 
	color: #000;
	text-align: center;
}
	
#jsddm li > a:hover,
#jsddm li.overIt > a
{
	text-decoration: underline;
}

#jsddm li.current > a
{
	font-weight: bold;
}
#jsddm li.noul > a:hover 
{
	text-decoration: none !important;
}

#jsddm li > ul
{	margin: 0;
	position: absolute;
	visibility: hidden;
	background: #CAD3E6;
	opacity:0.90;
	filter:alpha(opacity=90);
	padding: 3px 0px 4px 0px;
	color: #000;
}

#jsddm li ul li
{	
	float: none;
	display: inline;
}

#jsddm li ul li a
{	
	width: auto;
	height:auto;
	text-align: left;
	background: #CAD3E6;
	opacity:0.90;
	filter:alpha(opacity=90);
	margin: 0px 4px 2px 4px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#jsddm li ul li a:hover
{	
	background: #f2ddb2;
}

/***** END DDM *****/
