html, body{
	height: 100%;
}

body{
	background-color: white;
	font: 100% Georgia, serif;
}

/* global elements */

a{text-decoration: none; color: #646363;}

.line {
	height: 0.0625em;
	background-color: #646363; /* general dark grey for text too */
	width: 70%;
	margin: 0 auto;
}
.line_with_arrow{
	background: transparent url(../img/line_with_arrow.png) no-repeat -875px 0;
	height: 6px;
	width: 86%;
	margin: 2.8em auto;
}

/* header logo + nav */

hgroup{
	text-align:center;
	padding: 2em 0;
}

nav#global_nav ul{
	margin-top: 2.9375em;
	margin-left: auto;
	margin-right: auto;
	width: 88%;
}

nav#global_nav a{
	color: #333;	/* dark grey */
}

nav#global_nav ul li{
	float: left;
	font: 1.0625em "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color:#333;	/* dark grey */
	padding: 0 1.5625em;
}

nav#global_nav ul li.active a{
	color: #e8e349; /* neon */
}

/* main container with article and slider */

.slider{
	width: 940px;
	height: 671px;
	background-color: white;
	-webkit-box-shadow: 0 0 19px 3px rgba(73,73,73,.3);
	   -moz-box-shadow: 0 0 19px 3px rgba(73,73,73,.3);
	        box-shadow: 0 0 19px 3px rgba(73,73,73,.3);
	margin: 1em auto;
	text-align: center;
	position: relative;
}

.container{
	max-width: 940px;
	background: white;
	/*-webkit-box-shadow: 4px 0 9px rgba(73,73,73,.3), -4px 0 9px rgba(73,73,73,.3);
	   -moz-box-shadow: 4px 0 9px rgba(73,73,73,.3), -4px 0 9px rgba(73,73,73,.3);
	        box-shadow: 4px 0 9px rgba(73,73,73,.3), -4px 0 9px rgba(73,73,73,.3);*/
}

.linkfield {
	position: absolute;
	width: 268px;
	height: 61px;
	right: -33px;
	bottom: 100px;
	background: url(../img/link-field.png) left top no-repeat;
	padding-left: 40px;
}
.linkfield.second { bottom: 50px; }
.linkfield p { font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 14px; line-height: 61px; color: #fff; }
.linkfield p a { color: #fff; text-decoration: none; }
.linkfield p a:hover { color: #b9b640; text-decoration: none; }

.contentfield {
	position: absolute;
	width: 515px;
	height: 294px;
	right: -30px;
	bottom: 205px;
	background: url(../img/content-field.png) left top no-repeat;
	padding-left: 120px;
	padding-right: 50px;
}
.contentfield p { padding-top: 100px; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 12px; line-height: 17px; color: #646363; }
.contentfield p.realestatestext { padding-top: 50px; }
.contentfield p.financialtext { padding-top: 35px; }
.contentfield p.assettext { padding-top: 45px; }
.contentfield p.taxtext { padding-top: 40px; }
.contentfield p span { font-weight: bold; color: #b9b640; }
.contentfield p span.big { display: block; font-size: 18px; margin: 8px 0; }
.contentfield p a { color: #b9b640; text-decoration: underline; }
.contentfield p a:hover { color: #b9b640; text-decoration: none; }

article{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.6em;
	padding-bottom: 8.8125em;
	width:67%;
}

article h2{
	font:1.625em/1.4em "Trebuchet MS", Helvetica, sans-serif; /* 15px/20px */
	color: #e8e349; /* neon */
}

article p{
	font-size: 0.9375em;
	line-height: 1.25em;
	margin-top: 2.1875em;
	color: #333; /* dark grey */
}

footer{
	font: 0.68751em "Trebuchet MS", Helvetica, sans-serif; /* 11px */
	padding-top: 2.1875em;
	padding-bottom: 5.625em;
	color: #646363; /* grey */
	width: 66%;
	margin: 0 auto;
}
footer .copyright, footer ul li{
	float: left;
}

footer ul{
	float: right;
}

footer ul li{
	padding-left: 1em;
	margin-left: 1.5em;
	background: transparent url(../img/icon_arrowhead.png) no-repeat 0 1px;
}

strong { font-weight: bold; }