/* OVERWRITE DEFAULTS */
html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif, verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #E6E6E6;
}

a img, a:hover {
	border: none !important;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 16px;
	font-weight: normal;
}

table {
	width: 100%;
}

table, table tr, table tr td, table tr th {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

div.line_vertical {
	width: 1px;
	height: 100%;
	position: fixed;
	bottom: 0px;
	left: 50%;
	z-index: 11;
	margin-left: -480px;
	background-color: #000000;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

div.line_vertical.right { margin-left: 480px; }

div.line_horizontal {
	width: 100%;
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: 0px;
	z-index: 11;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

div.container {
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
}

div.top {
	background-image: url(/images/top/background_compact.png);
}

div.top div.head {
	height: 50px;
	position: relative;
	z-index: 10;
	background-image: url(/images/top/head/background_compact.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

div.top div.head div.container div.logo {
	width: 286px;
	height: 92px;
	position: absolute;
	margin: 5px 0px 0px 21px;
	background-image: url(/images/top/head/logo_background.png);
}

div.top div.head div.container div.logo img {
	margin: 19px 0px 0px 35px;
}

div.top div.head div.container div.address {
	width: 550px;
	position: absolute;
	top: 20px;
	right: 20px;
}

div.top div.head div.container div.address ul {
	float: right;
}

div.top div.head div.container div.address ul li {
	float: left;
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-left: 15px;
	padding-left: 20px;
	font-size: 11px;
}

div.top div.head div.container div.address ul li,
div.top div.head div.container div.address ul li a {
	color: #E5E5E5;
}

div.top div.head div.container div.address ul li.phone {
	background-image: url(/images/top/head/phone.gif);
}

div.top div.head div.container div.address ul li.email {
	background-image: url(/images/top/head/email.gif);
}

div.top div.header {
	height: 95px;
	background-image: url(/images/top/header/background_compact.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

body.start div.top div.header,
body.contact div.top div.header {
	height: 229px;
	background-image: url(/images/top/header/background.jpg);
}

div.top div.header div.sections {
	right: 0px;
	position: absolute;
	z-index: 10;
	margin: 30px 100px 0px 0px;
}

body.start div.header div.sections,
body.contact div.header div.sections {
	margin-top: 120px;
}

div.top div.header div.sections div.background {
	width: 100%;
	height: 34px;
	position: absolute;
	background-color: #333333;
	border: 1px solid #000000;
	padding-left: 5px;
	margin-left: -6px;
	margin-top: -1px;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

div.top div.header div.sections ul {
	position: relative;
}

div.top div.header div.sections ul li {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	line-height: 23px;
	background-color: #07537D;
	background-color: #0B6798;
}

div.top div.header div.sections ul li a {
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

div.top div.header div.sections ul li.active {
	background-color: #0B6798;
	background-color: #B8D7EB;
}

div.top div.header div.sections ul li.active a {
	color: #000000;
}

body.start div.top div.header div.payoff {
	width: 286px;
	height: 60px;
	background-image: url(/images/top/header/payoff.png);
	position: absolute;
	top: 100px;
	left: 30px;
}

div.navigation {
	height: 30px;
	background-color: #FFFFFF;
}

div.navigation div.container {
	z-index: 11;
}

div.navigation div.container ul li {
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	float: left;
	position: relative;
	background-color: #F2F7FB;
	border: 1px solid #DFE3E7;
	border-top: 0px;
	border-bottom: 0px;
}

div.navigation div.container ul li a {
	display: block;
	padding: 0px 10px 10px 10px;
	text-decoration: none;
	color: #333333;
}

div.navigation div.container ul li a:hover {
	text-decoration: underline;
}

div.navigation div.container ul li.active,
div.navigation div.container ul li:hover {
	background-color: #0B5B84;
	border-color: #0F577C;
}

div.navigation div.container ul li.active a,
div.navigation div.container ul li:hover a {
	color: #FFFFFF;
}

div.navigation div.container ul li.active div {
	width: 100%;
	height: 8px;
	margin-top: 30px;
	z-index: 100;
	position: absolute;
	background-image: url(/images/navigation/active_background.gif);
	background-repeat: no-repeat;
	background-position: center;
}

h1 {
	background-color: #F1F1F1;
	font-size: 24px;
	line-height: 68px;
	padding-left: 30px;
	color: #333333;
}

div.page {
	padding: 30px;
	line-height: 16px;
}

div.page.with_menu {
	width: 100%;
	display: table;
	padding: 30px 0px 30px 0px;
	background-image: url(/images/page/with_menu_background.png);
	background-repeat: repeat-y;
}

div.page.with_menu div.left {
	width: 175px;
	margin-right: 30px;
	float: left;
	position: relative;
	text-align: right;
}

div.page.with_menu div.left ul li {
	margin: 0px 0px 20px 15px;
	padding-right: 15px;
	position: relative;
	font-weight: bold;
}

div.page.with_menu div.left ul li a {
	color: #000000;
}

div.page.with_menu div.left ul li a:hover {
	color: #666666;
}

div.page.with_menu div.left ul li.active {
	background-color: #FFFFFF;
	background-image: url(/images/page/left_active_background.png);
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #ABC0D3;
	border-right: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	font-weight: normal;
	padding-top: 10px;
	height: 26px;
	line-height: normal;
}

div.page.with_menu div.left ul li.active a {
	text-decoration: none;
}

div.page.with_menu div.right {
	width: 725px;
	float: left;
}

div.page p:first-child {
	margin-top: 0px;
}

div.page p:last-child {
	margin-bottom: 0px;
}

div.footer {
	height: 190px;
	background-image: url(/images/footer/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div.footer div.container {
	padding-top: 30px;
}

div.footer div.left,
div.footer div.right {
	width: 65%;
	float: left;
}

div.footer div.right {
	width: 35%;
}

div.footer div.column {
	font-size: 11px;
	line-height: 15px;
}

div.footer div.column h6 {
	font-size: 12px;
}

div.footer div.column,
div.footer div.column a {
	color: #333333;
}

div.footer div.left div.column {
	float: left;
	margin-left: 30px;
}

div.footer div.right div.column {
	float: right;
	margin-right: 30px;
}

div.footer div.right div.copyright {
	width: 255px;
	padding-top: 10px;
	margin-top: 10px;
	position: absolute;
	right: 30px;
	top: 140px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
}

/*	-----------------
			PAGE SPECIFIC
		----------------- */
		
/* 				START 			*/
body.start div.page.with_menu {
	background-image: url(/images/page/with_menu_background_right.png);
	background-position: right;
}

body.start div.page.with_menu div.left {
	width: 160px;
	margin: 0px;
	margin-left: 45px;
	float: right;
	text-align: left;
}

body.start div.page.with_menu div.left ul {
	margin-top: 10px;
}

body.start div.page.with_menu div.left ul li {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

body.start div.page.with_menu div.right {
	width: 695px;
	padding-left: 30px;
	float: left;
}

body.start div.top,
body.contact div.top {
	background-image: url(/images/top/background.png);
}

body.start div.top div.head,
body.contact div.top div.head {
	background-image: url(/images/top/head/background.jpg);
}

/* 				CONTACT			*/
body.contact div.page {
	padding: 0px;
}

body.contact div.top div.header #map {
	height: 229px;
	position: relative;
}

body.contact div.page form p {
	width: 100%;
	display: table;
}

body.contact div.page form p label {
	width: 150px;
	float: left;
}