body {
	background-image: url(images/br.png);
	margin: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

.header {
	background-repeat: repeat-x;
	height: 300px;
	z-index: -50;
	margin: 0 auto;
	position: inherit;
	background-image: url(images/hdr_bg.png);
}

.quotes {
	height: 200px;
	z-index: -50;
	margin: 0 auto;
	margin-top: -140px;
	margin-left: 350px;
	text-align: center;
}
.mainbg {
	background-image: url(images/br.png);
	background-repeat: repeat-x;
	z-index: -100;
}
.slogan {
	height: 25px;
	float: right;
	margin-top: 50px;
	font-size: 24px;
	font-weight: normal;
	padding-right: 200px;
	margin-right: 100px;
}

.logo {
	height: 150px;
	float: inherit;
	margin: 0 auto;
	font-size: 24px;
	font-weight: normal;
	width: 1000px;
	position: inherit;
}

#multi-level {
	height:30px;
	position:inherit;
	z-index:100;
	margin: 0 auto;
	padding-left:20px;
	margin-top: -150px;
	width: 850px;
	background-image: url(images/image_drop_back.gif);
	background-repeat: repeat-x;
}

#leftcap {
	height:30px;
	width: 25px;
	background-image: url(images/leftcap.png);
	background-repeat: no-repeat;
	margin-left: -45px;
}

#rightcap {
	height:30px;
	width: 25px;
	background-image: url(images/rightcap.png);
	background-repeat: no-repeat;
	margin-left: 850px;
}
.topbg {
	background-image: url(images/topbg.png);
	width: 867px;
	background-repeat: no-repeat;
	margin-top: 10px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	z-index: auto;
	text-align: center;
}

.content {
	margin: 0 auto;
	width: 875px;
	margin-top: -200px;
	background-repeat: no-repeat;
	background-image: url(images/contentbg.png);
	z-index: 100;
	height: 750px;
	text-align: center;
}
.contenttop {
	margin: 0 auto;
	width: 875px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-image: url(images/content_top.png);
	height: 25px;
	z-index: auto;
}
.contentmiddle {
	margin: 0 auto;
	width: 875px;
	margin-top: 0px;
	background-repeat: repeat-y;
	background-image: url(images/content_middle.png);
	height: 475px;
}

.contentbottom {
	margin: 0 auto;
	width: 875px;
	margin-top: 0px;
	z-index: 110;
	height: 123px;
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
}
/* left side
   --------- */

.left {
	float: none;
	width: 800px;
	margin: 0 auto;
	margin-top: -3px;
	padding-top: 10px;
	height: 400px;
}

.left h3 {
	color: #666;
	padding: 7px 0 7px 5px;
	font: bold 1.5em Tahoma, Arial, Sans-Serif;
	margin: 5px 0 0px 0;
	background-image: url(images/corner2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.left h4 {
	color: #333;
	padding: 5px;
	font: bold 1.25em Tahoma, Arial, Sans-Serif;
	margin: 0px 0 0px 0;
	background-repeat: no-repeat;
	background-image: url(images/corner.png);
}
.left h2 {
	color: #333;
	padding: 5px;
	font: bold 1.5em Tahoma, Arial, Sans-Serif;
	margin: 0px 0 0px 0;
	text-align: center;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
	
.centertop {
	float: none;
	width: 850px;
	margin: auto;
}

		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box {
	margin: 0 0 10px 0;
	color: #000;
	padding: 3px 15px 0px 15px;
	font-size: 1em;
	text-align: justify;
}
	
		
/* right side
   ---------- */
		
.right {
	float: none;
	width: 550px;
	margin: 0 auto;
}

.right h3 {
	;
	color: #333;
	padding: 7px 0 7px 5px;
	font: bold 1.25em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
	background-image: url(images/corner3.png);
	background-repeat: no-repeat;
	background-position: center;
}

	.right_articles {
	color: #414141;
	padding: 15px;
	margin: 0 0 20px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 15px;
}

/* footer
   ------ */

.footer {
	text-align: center;
	margin: 0 auto;
	z-index: -200;
	margin-bottom: 0px;
	padding-top: 20px;
	background-image: url(images/content_middle.png);
	width: 875px;
	height: 30px;
}

.footer a {
	color: #808080;
}
.content .topbg p {
	text-align: justify;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */

.menu, .menu ul {
	list-style-type:none;
	padding:0px 12px 0px 12px;
	margin:0;
	font-family:Tahoma, sans-serif;
	font-size:1em;
	margin-top: -30px;
}

/* Set up the size of the list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:static;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */
.menu li.top a.top_link {display:block; float:left; height:30px; line-height:30px; text-decoration:none; color:#000000; background: url(images/image_drop_1a.gif); padding:0;}
.menu li.top a.top_link span.span_top {
	display:block;
	float:left;
	height:30px;
	background: url(images/image_drop_1a.gif) right top;
	padding:0 10px 0 10px;
	font-size: 12px;
}
.menu li.top a.top_link b.b_top {display:block; float:left; height:30px; width:26px;}

.menu li.top a.top_link span.drop {
	background: url(images/image_drop_0a.gif) right top;
	padding:0 17px 0 10px;
	z-index: -100;
	font-size: 12px;
}
.menu li a#home b.b_top {background:transparent url(images/ubt.png) no-repeat center center;}
.menu li a#about b.b_top {background:transparent url(images/about.png) no-repeat center center;}
.menu li a#market b.b_top {background:transparent url(images/services.png) no-repeat center center;}
.menu li a#services b.b_top {background:transparent url(images/services.png) no-repeat center center;}
.menu li a#cert b.b_top {background:transparent url(images/certifications.png) no-repeat center center;}
.menu li a#relationships b.b_top {background:transparent url(images/relationships.png) no-repeat center center;}
.menu li a#news b.b_top {background:transparent url(images/news.png) no-repeat center center;}
.menu li a#jobs b.b_top {background:transparent url(images/careers.png) no-repeat center center;}
.menu li a#contact b.b_top {background:transparent url(images/contact.png) no-repeat center center;}
.menu li a#login b.b_top {background:transparent url(images/login.png) no-repeat center center;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible; cursor:pointer; position:relative;}
.menu li:hover {position:relative; z-index:200;}

/* Style the top level links */
.menu li.top a.top_link:hover,
.menu li.top:hover a.top_link {background: url(images/image_drop_1b.gif);}
.menu li.top a.top_link:hover span.span_top,
.menu li.top:hover a.top_link span.span_top {background: url(images/image_drop_1b.gif) right top;}
.menu li.top a.top_link:hover span.drop,
.menu li.top:hover a.top_link span.drop {background: url(images/image_drop_0b.gif) right top;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* Style the drop down sub level links */
.menu :hover ul.sub {
	left:0;
	background: transparent url(images/transparent.gif);
	padding:3px 0 0 0;
	white-space:nowrap;
	width:155px;
	height:auto;
	top: 60px;
}
.menu :hover ul.sub li {display:block; float:left;}
.menu :hover ul.sub li a {display:block; float:left; height:25px; width:155px; line-height:25px; color:#000; text-decoration:none; padding:0; background: url(images/dropa_0.gif) no-repeat;}

/* All this lot is for IE6, believe it or not, to style the fly outs */
.menu :hover ul.sub li a span,
.menu :hover ul.sub li a.fly:hover ul li a span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a span, 
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a span
{
	display:block;
	float:left;
	background: url(images/drop_0.gif) right top;
	height:25px;
	width:102px;
	padding:0 10px 0 5px;
	font-weight:normal;
	color:#000;
	text-align: left;
}

.menu :hover ul.sub li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly span
{background: url(images/dropb_0.gif) right top; color:#000;}

.menu :hover ul.sub li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover
{background: url(images/dropba_1.gif) no-repeat; color:#fff;}

.menu :hover ul.sub li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a:hover span
{background: url(images/drop_1.gif) right top; color:#fff;}

.menu :hover ul.sub li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover span
{background:url(images/dropb_1.gif) right top; color:#fff;}

/* the next two lines keep the menu trail :hover state for IE7 and non-IE browsers */
.menu :hover ul li:hover > a.fly {background:url(images/dropba_1.gif) no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly span {background:url(images/dropb_1.gif) right top; color:#fff;}

/* Style the images to the left of each link */
.menu ul.sub b {display:block; float:left; background:transparent url(images/ubt.png) no-repeat center center; height:25px; width:25px;}
.menu ul.sub b.login {background:transparent url(images/login.png) no-repeat center center;}
.menu ul.sub b.services {background:transparent url(images/services.png) no-repeat center center;}
.menu ul.sub b.market {background:transparent url(images/relationships.png) no-repeat center center;}
.menu ul.sub b.cert {background:transparent url(images/certifications.png) no-repeat center center;}
.menu ul.sub b.home {background:transparent url(images/home.png) no-repeat center center;}
.menu ul.sub b.news {background:transparent url(images/news.png) no-repeat center center;}
.menu ul.sub b.jobs {background:transparent url(images/careers.png) no-repeat center center;}
.menu ul.sub b.about {background:transparent url(images/ubt.png) no-repeat center center;}
.menu ul.sub b.shop {background:transparent url(images/certifications.png) no-repeat center center;}
.menu ul.sub b.email {background:transparent url(images/email.gif) no-repeat center center;}
.menu ul.sub b.world {background:transparent url(images/world.gif) no-repeat center center;}
.menu ul.sub b.text {background:transparent url(images/text.gif) no-repeat center center;}
.menu ul.sub b.qmark {background:transparent url(images/qmark.gif) no-repeat center center;}
.menu ul.sub b.stop {background:transparent url(images/stop.gif) no-repeat center center;}
.menu ul.sub b.edit {background:transparent url(images/edit.gif) no-repeat center center;}

/* Position the flyouts */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left:107px;
	top:0;
	background:transparent url(images/transparent.gif);
	padding:5px 5px 5px 0;
	white-space:nowrap;
	width:120px;
	z-index:200;
	height:auto;
}

