body
	{margin:0px;
	text-align:center;
	background-color:#ffffff;
	font-family:verdana;}
#body
	{margin:20 auto;
	text-align:left;
	width:750px;}
a img {border:0px;}
ul	{margin-top:0px;
	margin-bottom:0px;}
form{display:inline;}

/*HEADER*/
#header
	{height:100px;
	overflow:hidden;
	background:#2a7594 url("../images/header.jpg") no-repeat;
	color:#ffffff;
	text-align:right;
	padding-right:10px;}
	#header #logoh1
		{width:274;
		height:100px;
		margin:0px;
		padding:0px;
		float:left;
		background-image:url("../images/logo.jpg");
		}
	#logo
		{opacity: .0;
		filter: alpha(opacity=0);
		}
	/*LOGIN BOX*/
	#login
		{width:300px;
		float:right;
		margin:10px;
		margin-right:25px;
		background-color:#D1E6E9;
		text-align:left;
		padding:4px;
		}
		#login, #login td
			{color:#000000;
			font-size:11px;}
		#login td input
			{background-color:}
			
		

/*NAVIGATION*/
#globalnav
	{height:45px;
	background:#2a7594 url("../images/bck_nav-lt.jpg") no-repeat;}
	#globalnav a b
		{display:none;}
	#globalnav #home
		{display:block;
		width:77px;
		height:45px;
		margin-left:4px;
		_margin-left:2px;
		float:left;
		background:url("../images/nav_home.jpg");}
	#globalnav #reports
		{display:block;
		width:150px;
		height:45px;
		float:left;
		background:url("../images/nav_reports.jpg");}
	#globalnav #order
		{display:block;
		width:202px;
		height:45px;
		float:left;
		background:url("../images/nav_order.jpg");}
	#globalnav #services
		{display:block;
		width:114px;
		height:45px;
		float:left;
		background:url("../images/nav_services.jpg");}
	#globalnav #reference
		{display:block;
		width:94px;
		height:45px;
		float:left;
		background:url("../images/nav_reference.jpg");}
	#globalnav #contact
		{display:block;
		width:105px;
		height:45px;
		float:left;
		background:url("../images/nav_contact.jpg");}
.dropdown
	{position:absolute;
	width: 205px;
	margin-top:-5px;
	border:1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	background-color: #e7f1f3;
	font:normal 12px Verdana;
	line-height: 18px;}
.dropdown a:link, .dropdown a:visited
	{display: block;
	border-bottom: 1px solid black;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color:#2a7594;
	line-height:14px;}
.dropdown a:hover
	{background-color: #f14d0e;
	color: white;}
	
		
/*CONTENT*/
#content
	{border-left:4px solid #2a7594;
	border-right:4px solid #2a7594;}
.alert
	{font-weight:bold;
	color:red;}
		
/*FORMS*/
.error
	{color:#D3020D;
	font-weight:bold;
	}
.req
	{font-size:9pt;
	color:#D3020D;
	padding:0px;
	border: 1px solid #D3020D;
	position:relative;
	top:-1px;
	}


/*FOOTER*/
#footer
	{height:25px;
	_height:50px;
	padding-top:25px;
	text-align:center;
	color:#ffffff;
	background:#2a7594 url("../images/bck_footer.jpg") no-repeat;
	font-size:11px;
	}
	#footer p
		{margin:0px;}


