html {  }
body {
	margin: 0;
	padding: 0;
	/*height: 99%;*/
	text-align: center;
	background: #000000;
	font: normal 10pt Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}
input, button, select, option, textarea, fieldset, legend { font: normal 10pt Verdana, Tahoma, Arial, Helvetica, Sans-Serif; }
a { outline: none; color: #255b95; text-decoration: none; }
a:hover { outline: none; color: #0f365f; text-decoration: underline; }
#wrapper_border { width: 997px; min-height: 875px; margin: 0 auto; background: url(images/border.gif) no-repeat; }
#windows { width: 997px; height: 141px; margin: 0 auto; background: url(images/windows.gif) no-repeat; }
#wrapper {
	width: 769px;
	/*_height: 100%;
	min-height: 100%;*/
	margin: 0 auto;
	background: #ffffff;
	text-align: left;
	border: 1px solid #000;
	border-top: none;
	/*background: url(images/bg001.jpg) no-repeat;*/

}
#header {
	display: block;
	height: 102px;
	border: 0px 2px 3px 2px solid #000000;
	background: url(images/header_bg.jpg) repeat-x;

}

#navigation { display: block; width: 769px; height: 27px; margin: 0 auto; border-bottom: 3px solid #000; }
#navigation ul li a { display: block; height: 27px;  text-decoration: none; color: #fff; font-size: 92%; }
#navigation ul { margin: 0 auto; padding-left: 0px; list-style: none; }
#navigation ul li { float: left; width: 100px; height: 27px; line-height: 27px; }
	#navigation ul #nav_home { width: 96px; margin: 0; padding: 0; background: url(images/home_off.gif); }
	#navigation ul #nav_about { width: 84px; margin: 0; padding: 0; background: url(images/about_off.gif); }
	#navigation ul #nav_services { width: 103px; margin: 0; padding: 0; background: url(images/services_off.gif); }
	#navigation ul #nav_methodology { width: 144px; margin: 0; padding: 0; background: url(images/method_off.gif); }
	#navigation ul #nav_suppliers { width: 113px; margin: 0; padding: 0; background: url(images/suppliers_off.gif); }
	#navigation ul #nav_portfolio { width: 116px; margin: 0; padding: 0; background: url(images/portfolio_off.gif); }
	#navigation ul #nav_contact { width: 113px; margin: 0; padding: 0; background: url(images/contact_off.gif); }
	
	#navigation ul #nav_home a:hover, #navigation ul #nav_home a.selected { width: 96px; margin: 0; padding: 0; background: url(images/home_on.gif); }
	#navigation ul #nav_about a:hover, #navigation ul #nav_about a.selected { width: 84px; margin: 0; padding: 0; background: url(images/about_on.gif); }
	#navigation ul #nav_services a:hover, #navigation ul #nav_services a.selected { width: 103px; margin: 0; padding: 0; background: url(images/services_on.gif); }
	#navigation ul #nav_methodology a:hover, #navigation ul #nav_methodology a.selected { width: 144px; margin: 0; padding: 0; background: url(images/method_on.gif); }
	#navigation ul #nav_suppliers a:hover, #navigation ul #nav_suppliers a.selected { width: 113px; margin: 0; padding: 0; background: url(images/suppliers_on.gif); }
	#navigation ul #nav_portfolio a:hover, #navigation ul #nav_portfolio a.selected { width: 116px; margin: 0; padding: 0; background: url(images/portfolio_on.gif); }
	#navigation ul #nav_contact a:hover, #navigation ul #nav_contact a.selected { width: 113px; margin: 0; padding: 0; background: url(images/contact_on.gif); }
	


#info {
	float: right;
	clear: right;
	display: inline;
	text-align: right;
	font-size: 94%;
	margin: 1px 10px 0 0;
	font-variant: small-caps;
	font-weight: bold;
	color: #fff;

}
/*
#logo {
	width: 308px;
	height: 93px;
	margin-left: 17px;
	background: url(images/logo_new2.jpg) no-repeat;
}
*/
#logo {
	width: 321px;
	height: 98px;
	margin-left: 17px;
	background: url(images/logo.png) no-repeat;
}
#subheader {
	display: block;
	/*height: 417px;*/
	border-top: 2px solid #000;
	/*border-bottom: 2px solid #fc1718;*/
}

#transparent {
	display: block;
	width: 500px;
	height: 355px;
	margin: 15px 0 0 15px;
	behavior: url(iepngfix.htc);
	background: url(images/transparent.png) repeat left top;
	border: 2px solid #000;
	overflow: auto;
	/*
	min-height:100px;
	max-height: 355px;
	*/
}
#transparent .transcontent {
	display: block;
	padding: 10px;
}
#transparent_short {
	display: block;
	width: 300px;
	height: 355px;
	margin: 15px 0 0 15px;
	border: 2px solid #000;
	overflow: auto;
	behavior: url(iepngfix.htc);
	background: url(images/transparent.png) repeat left top;
	/*
	min-height:60px;
	max-height: 355px;
	*/
}
.transparent_child {
	display: block;
	height: 355px;
	overflow: auto;
}
.transparent_short .transcontent {
	display: block;
	padding: 10px;
}
#transparent_short2 {
	display: block;
	width: 325px;
	height: 355px;
	margin: -355px 0 0 430px;
	border: 2px solid #000;
	text-align: center;
	overflow: auto;
	behavior: url(iepngfix.htc);
	background: url(images/transparent.png) repeat left top;
	/*
	min-height: 0px;
	max-height: 355px;
	*/
}
.transparent_short .transcontent {
	display: block;
	padding: 10px;
}
#content {
	background: #fff;    
	display: block;
	padding: 10px;
}
#mask {
	height: 25px;
	clear: both;
	display: block;
	position: relative;
	z-index: 0;
}
#footer {
	position: bottom;
	z-index: 3;
	width: 769px;
	height: 50px;
	line-height: 23px;
	font-size: 7.0pt;
	margin: -25px auto;
	color: #fff;
	background: #000;
}
#footer a { color: #b5c1cd; }
#footer a:hover { color: #a8bdd5; }
.pageTitle {
	font-size: 20.0pt;
	color: #ad392d;
	font-variant: small-caps;
	font-weight: 700;
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 10px;
	background: #c3d9ff;
}
.pageContent { margin: 5px; line-height:20px;}
.pageListings {
	font-size: 15.0pt;
	font-variant: small-caps;
	font-weight: 600;
	color: #336633;
	border: 1px solid #749484;
	background: #CCFFCC;
	padding: 5px;
}
.contacttitle {
	font-size: 10.0pt;
	font-variant: small-caps;
}
.contactbio {
	font-size: 12.0pt;
	margin-bottom: 15px;
}
.clear { display: block; clear: both; height: 1px; line-height: 1px; font-size: 1px; }

