@import url('layouttable.css');
@import url('imagecells.css');
@import url('dhtmlmenus.css');

body, html
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table#layout
{
	border-top: 2px solid white;
	border-left: 2px solid white;
}

a, a:link, a:visited
{
	color: #000099;
}

a:hover, a:active
{
	color: #CC3300;
}

*
{
	z-index: 0;
}

img#logo
{
	border: none;
	width: 189px;
	height: 49px;
	margin: 26px 0px 0px 15px;
	float: left;
}


img#clientlogos
{
	border: none;

}

table#nav
{
	width: 100%;
	border-collapse: collapse;
}

table#nav td
{
	border-left: 2px solid white;
	padding: 0px;
}

table#nav td a, div.dhtmlmenu a, table#nav td a:visited, div.dhtmlmenu a:visited
{
	display: block;
	background-color: #1a4a67;
	padding: 5px;
	color: white;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

table#nav td a:hover, div.dhtmlmenu a:hover, ul.dhtmlmenu a:hover
{
	background-color: #2587c3
}

img#sidebuilding
{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	
	margin: 25px 0px 25px 0px;
}

table.topvalign td
{
	vertical-align: top;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a8a9ab;
	font-weight: normal;
	
	background-image: url(../inc/h1leader.gif);
	background-position: left center;
	background-repeat: no-repeat;
	
	padding: 0px 0px 5px 30px;
	border-bottom: 1px solid #a8a9ab;
	margin-top: 10px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #a8a9ab;
	font-weight: normal;
	
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 6px;
}

div.bordered
{
	background-image: url(../inc/sideborder.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
}

.h1aligned
{
	margin-left: 31px;
}

p
{
	text-align: justify;
	font-size: 12px;
}

thead td
{
	font-weight: bold;
}

a img
{
	border: 1px solid black;
}

a:hover img
{
	border: 1px solid #f9a433;
}

div#contentfadercontainer
{
	padding: 0px;
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	background-image: url(../inc/contentfaders/2.jpg);
	overflow: hidden;
	height: 340px;
}

div#fadersubtitle
{
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin: 0px 0px 3px 0px;
	padding: 4px;
	border-top: 1px solid gray;
}

div#breadcrumbs
{
	padding: 4px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#breadcrumbs a
{
	color: black;
}
