@charset "UTF-8";
/* CSS Document */

html body {
	height: 100%;
	overflow: auto;
	}
body {
	background-image:url(/new/images/bg-main.gif);
	background-repeat: repeat-y;
	background-color: #f3f3f3;
	background-position: top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

#wrapper {
	width: 760px;
	padding: 0 20px;
	margin: 0 auto;
	}
#login input {
	border: 1px solid #36448f;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f3f3f3;
	}
#login .submitButton {
	font-weight: bold;
	padding: 5px;
	background-color: #5dbb52;
	color: #fff;
	margin-left: 67px;
	}
#home h1,
#login h1 {
	color: #5dbb52;
	font-size: 14px;
	margin-bottom: 0;
	padding: 10px 0 5px 0;
	}
#interior h1 {
	color: #538bd3;
	font-size: 14px;
	margin: 5px 0 5px 0;
	}
#home #textBlock {
	width: 298px;
	margin: 0;
	padding: 0;
	
	}
	
#interior #textBlock,
#login #textBlock {
	width: 440px;
	float: right;
	height: 350px;
	overflow: auto;
	padding-right: 10px;
	}
#interior #textBlock img {
	float: right;
	padding-top: 10px;
	}
#textBlock p {
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	}

#home p#contactBlock {
	font-size: 10px;
	line-height: 14px;
	}
#interior p#contactBlock,
#login p#contactBlock {
	width: 450px;
	position: absolute;
	top: 510px;
	float: right;
	border-top: 1px solid #ccc;
	text-align:right;
	color: #5e5d60;
	font-size: 10px;
	line-height: 12px;
	padding: 8px 0 0 0;
	
	}

.contactTitle {
	font-weight: bold;
	font-size: 11px;
	}
#home #navBlock,
#login #navBlock {
	width: 457px;
	height: 23px;
	background-image:url(images/quote-main.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #36448f;
	float: right;
	padding: 120px 0 0 0;
	margin: 0;
/*	font-family:'Trebuchet MS', Trebuchet, Arial; */
	}
#interior #navBlock {
	width: 457px;
	height: 133px;
	float: right;
	background-color: #e7f5e5;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
/*	font-family:'Trebuchet MS', Trebuchet, Arial; */
	}

#navBlock ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	
	}
#navBlock ul li {
	list-style: none;
	display: inline;	
	margin: 0;	
	padding: 0 5px;
	border-right: 1px solid #9aa1c7;
	}
#navBlock ul li.last {
	border-right: none;
	}
#navBlock li a,
#navBlock li a:link,
#navBlock li a:visited,
#navBlock a,
#navBlock a:link,
#navBlock a:visited {
	text-decoration: none;
	color: #36448f;
	padding: 0 5px;
	}
a,
a:link,
a:visited {
	text-decoration: none;
	color: #36448f;
	}

a:hover,
#navBlock li a:hover,
#navBlock a:hover,
#navBlock li a:active,
#navBlock a:active,
a:active {
	text-decoration: underline;
	color: #5dbb52 !important;
	}
#home #navBlock li a.selected,
#navBlock a.selected,
#navBlockLevel2-company a.selected,
#navBlockLevel1 a.selected,
#navBlockLevel2 a.selected {
	color: #5dbb52 !important;
	}
#navBlock ul li.active {
	background-color: #e7f5e5;
	color: #5dbb52 !important;
	}
#home #pic {
	float: right;
	}
#interior #pic {
	float: left;
	margin: 100px 0 0 0;
	}
#interior #logo {
	float: left;
	}
#interior #navBlockLevel1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #36448f;
	background-color: #fff;
	
	}
#interior #navBlockLevel2 {
	font-size: 10px;
	font-weight: bold;
	color: #36448f;
	width: 430px;
	height: 110px;
	padding: 5px;
	}
#interior #navBlockLevel2-company {
	font-size: 10px;
	font-weight: bold;
	color: #36448f;
	width: 264px;
	height: 110px;
	padding: 5px 5px 5px 171px;
	}
#interior #navBlockLevel2-clients {
	font-size: 10px;
	font-weight: bold;
	color: #36448f;
	width: 341px;
	height: 110px;
	padding: 5px 5px 5px 94px;
	}
#interior #navBlockLevel2 p,
#interior #navBlockLevel2-company p,
#interior #navBlockLevel2-clients p {
	margin: 0;
	padding: 3px 0 4px 0;
	}
.bio-pic {
	width: 100px;
	float:right;
	text-align:center;
	margin:0;
	padding:0 0 0 5px;
	border:0;
	}
.bio-pic img {
	margin: 0 auto;
	padding: 0;
	border:0;
	float:none;
	}