* {
	margin: 0;
	padding: 0;
}


a img,
a:visited img,
a:link img,
a:active img {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	outline: none;
}
a,
a:visited,
a:link,
a:active,
a:focus {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	outline: none;
}

.left {
	float: left;
	margin-right: 10px;
}

html {
	font: 100% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

body {
	background-color: #1e3654;
}


a,
a:link,
a:visited,
a:active {
	text-decoration: none;
}

p a,
p a:link,
p a:visited,
p a:active {
	color: #333366;
}
h2 a {
	color: #666666;
}
p a:hover,
h2 a:hover {
	color: #999999;
}


div#toolbar {
	background: #1e3654 url(../images/bg-toolbar.gif) repeat-x;
	background-color: #1e3654;
	padding: 5px 0;
	color: #fff;
	overflow: hidden;
	font-size: 0.8em;
	border-bottom: 5px solid #71a3bd;	
}

#toolbar ul {
	float: right;
	list-style-type: none;
}

#toolbar ul li {
	display: inline;
	padding: 0 10px 0 9px;
	border-right: 1px solid #ccc;
}
#toolbar ul li.last {
	border: none;
	margin-right: 10px;
}

#toolbar p.companyname {
	margin-left: 20px;
	float: left;
	font-weight: bold;
}
#toolbar ul li a,
#toolbar ul li a:link,
#toolbar ul li a:visited,
#toolbar ul li a:active {
	text-decoration: none;
	color: #fff;
}
#toolbar ul li a:hover {
	color: #71a3bd;
}
#toolbar p.companyname a,
#toolbar ul li a.selected {
	color: #fda66b;
}
#toolbar p.companyname a:hover,
#toolbar ul li a:hover.selected {
	color: #fda66b;
	cursor: default;
}


div#contentblock {
	background-color: #fff;	
	overflow: hidden;
	border-bottom: 5px solid #71a3bd;
}

div#bannerblockwrapper {
	/* background: #fff url(../images/bannerblock-bg.gif) repeat-x bottom;	 */
	background-color: #d1eefd;
	overflow: hidden;
/*	background: #fff url(../images/contentblock-bg.gif) repeat; */
	
}
div#bannerblock {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;	
/*	height: 300px; */

}

div#introblock {
	float: left;
	width: 340px;
	margin: 0 20px 20px 0;
	color: #fff;
	line-height: 1.25em;
/*	height: 300px; */
	overflow: hidden;
	background-color: #71a3bd;
/*	background: #71a3bd url(../images/introblock-top.gif) no-repeat; */
}
#introblock p {
	padding: 0 20px;
	margin-bottom: 10px;
}

#introblock strong {
	color: #1e3654;
	color: #d1eefd;
	font-weight: bolder;	
}

.roundtop {
	background: url(../images/rcorner-tr.gif) no-repeat top right;
}
.roundbottom {
	background: url(../images/rcorner-br.gif) no-repeat top right;
}
img.corner {
	width: 20px;
	height: 20px;
	border: none;
	display: block !important;
}



div#serviceblockwrapper {
	width: 430px;
	margin-left: 360px;
}

.serviceblock {
	display: block;
	padding: 10px 10px 10px 20px;
	height: 80px;
}


#icon-ae {
	background: url(../images/icon-ae.png) no-repeat left center;
	padding-left: 90px;
}
#icon-strat {
	background: url(../images/icon-strat.png) no-repeat left center;
	padding-left: 90px;
}
#icon-it {
	background: url(../images/icon-it.png) no-repeat left center;
	padding-left: 90px;
}

.serviceblock a h1,
.serviceblock a:link h1,
.serviceblock a:visited h1,
.serviceblock a:active h1 {
	margin-left: 90px;
	font: bold 1.5em/1.25 "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #eb8038;
	text-decoration: none;
	border: none;
	outline: none;
}

.serviceblock a:hover h1 {
	color: #fda66b;
}

.serviceblock a p,
.serviceblock a:link p,
.serviceblock a:visited p,
.serviceblock a:active p {
	margin-left: 90px;
	font: normal 0.90em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #666666;
	text-decoration: none;	
	border: none;
	outline: none;
}

.serviceblock a:hover p {
	color: #999999;
}

/*
a:hover .serviceblock p {
	font: normal "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
}
*/

.serviceblock a img {
	float: left;
	margin-right: 10px;
	border: none;
	outline: none;	
}


#subpagebanner {
	width: 800px;
	margin: 0 auto;
}
#subpagebanner p {
	font: bold 1.1em/1.25em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #666;
}



div#flashbarwrapper {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fce7bf;
	overflow: hidden;
}
div#flashbarcontent {
	margin: 0 auto;
	width: 800px;
	font: 1em/1.25em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	padding: 5px 0;
	color: #333333;
}
div#flashbarcontent strong {
	color: #eb8038;
	margin-right: 1em;
}



div#maincontentwrapper {
	width: 800px;
	margin: 20px auto;
	background-color: #fff;
	overflow: hidden;
	color: #333333;
}
div#leftcolumn {
	float: left;
	width: 300px;
}
div#rightcolumn {
	margin-left: 320px;
	width: 480px;
}
#maincontentwrapper p {
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 0.9em;
	color: #333;
}
#maincontentwrapper h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	color: #1e3654;
}


div#footerwrapper {
	width: 800px;
	margin: 20px auto;
	color: #fff;
}
#footerwrapper p {
	font-size: 0.8em;
	margin-bottom: 10px;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	margin-left: 30px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -20px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 104px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	margin-bottom: 20px;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 206px;
	border: 1px solid #999;
}
