/* General */

*, 
html {
     margin: 0;
     padding: 0;
} 
body {
	text-align: left;
	padding: 0;
	margin: 0;
	color: #032f7a;
	background-image: url(/images/background.gif);
	font-size: 12px;
}
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 0px 20px 0px;
	font-size: 1em;
}
.small {
    font-size: 0.7em;
}
h1,
h2,
h3,
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
h1 {
    font-size: 1.6em;
}
h2 { 
    font-size: 1.5em;
}
h3 {
    font-size: 1.3em;	
}
h4 {
	font-size: 1.1em;
	font-style: italic;
}
a {
    color: #333333;
	font-weight: bold;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
img {
     border: 0px;
}
li {
    font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.print {
    display: none;
	visibility: hidden;
}
.extlinkIMG {  
	margin-left: .3em; 
	cursor: pointer;  
}

/* Main Construction */

.wrapper {
	text-align: center;
	width: 890px;
	margin: 0 auto 0 auto;
}
.header {
    width: 890px;	
	margin: 0 auto 0 auto;
}
.flash {
	width: 890px;
	clear: both;
}
.body {
    background: url(/images/background_body.gif);
    width: 840px;
	float: left;
	margin-left: 19px;
}
.footer {
    width: 840px;
	margin-left: 20px;
	clear: both;
	float: left;
	background: url(/images/background_bottom.gif) no-repeat top;
}

/* Header */

.headerlft {
	width: 179px;
	height: 175px;
	float: left;
	text-align: left;
}

/* Flash */

.flashbox {
	width: 820px;
	height: 200px;
	float: left;
	margin-left: 19px;
	text-align: left;
	padding-left: 33px;
	background-image: url(/images/background_body.gif);
}
.noflash {
	width: 860px;
	height: 40px;
	float: left;
	margin-left: 7px;
	background-image: url(/images/background_noflash.gif);
}

/* Body */

.bodyinner {
    width: 775px;
	margin: 0px auto 0px auto;
}
.bodylft {
	width: 520px;
	float: left;
	text-align: left;
	padding: 0px 15px 0 0px;
	margin: 15px 0 0px 0;
	border-right: 1px #e8e8e8 solid;
}
.bodyrgt {
    width: 220px;
	float: left;
	text-align: left;
	padding: 0px 0 0 15px;
	margin: 15px 0 0 0;
}
.bodytopnav {
	width: 782px;
	height: 66px;
	margin: 0 0 0 -13px;
	padding: 20px 0 0 20px;
	text-align: left;
	float: left;
	background-image: url(/images/top_navigation.png);
}
.bodytopnav ul li {
	display: inline;
}
.bodybottom {
	width: 775px;
	color: #929292;
	font-size: 0.8em;
	font-family: "Courier New", Courier, monospace;
	clear: both;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 10px 0 0 0;
}
.bodybottom p {
	text-align: center;
	margin: 0 auto 0 auto;
}

/* Footer */

.footer p {
	font-size: 0.8em;
	color: #797979;
}
.footerlft {
	width: 275px;
	margin: 10px 0 0 20px;
	float: left;
}
.footercntr {
	width: 370px;
	margin: 10px 0 0 0px;
	float: left;
}
.footerrgt {
    width: 140px;
	margin: 10px 0 0 20px;
	float: left;
}

/* Navigation */

#navcontainer {
	float: left;
	width: 690px;
	height: 175px;
	background-image: url(/images/background_headrgt.gif);
}
#nav {
	margin: 133px 0 0 0;
	padding: 0;
}
#nav li {
	list-style: none;
	height: 30px;
	float: left;
	position: relative;
}
#nav li a {
	height: 30px;
	text-indent: -9000px;
	display: block;
	background-position: 0 -30px;
}
#nav li a.current { 
	background-position: 0 -60px; 
}
a#home,
a#aboutus,
a#clients,
a#products,
a#services {
	width: 107px;
	height: 30px;
}
a#contact {
	width: 117px;
	height: 30px;
}
a#home { 
	background-image: url(/images/nav_home.gif); 
}
a#aboutus { 
	background-image: url(/images/nav_about.gif); 
}
a#clients { 
	background-image: url(/images/nav_clients.gif); 
}
a#products { 
	background-image: url(/images/nav_products.gif); 
}
a#services { 
	background-image: url(/images/nav_services.gif); 
}
a#contact { 
	background-image: url(/images/nav_contact.gif); 
}
a#home:hover,
a#aboutus:hover,
a#clients:hover,
a#products:hover,
a#services:hover,
a#contact:hover { 
	background-position: 0 -60px; 
}