@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E8082;
	line-height: 1.6em;
}

div#page {
	margin: 0 auto;
	width: 980px;
}

div#header {
	position: relative;
	height: 100px;
}

div#logo {
	position: absolute;
	left: 32px;
	top: 34px;
}

div#tagline {
	position: absolute;
	right: 32px;
	top: 68px;
}

div#navigation {
	margin: 0 32px;
	height: 36px;
	background: url(../images/nav-bar.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #7E8082;
	font-size: 11px;
	line-height: 36px;
}

div#navigation p {
	padding-left: 12px;
	white-space: pre;
}

div#navigation a {
	color: #7E8082;
	text-decoration: none;
}

div#navigation a:hover {
	color: #55BCEB;
	text-decoration: none;
}

div#banner {
	margin: 0 32px;
	padding: 21px 16px;
	width: 884px;
	height: 92px;
}

div#banner.orange {
	background: url(../images/header-orange.jpg) no-repeat;
}

div#banner h1 {
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: normal;
}

div#content {
	margin: 0 32px;
	position: relative;
}

div#content p {	
	margin: 0 auto 12px 0;
}
div#content.fullpage p, p.short {
	width: 580px;
}

div#content.fullpage {
	padding-top: 12px;
}

div#content p.links {
	margin-left: -10px;
}

div#content a.big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F15A29;
	text-decoration: none;
	line-height: 1.3em;
	padding-left: 10px;
}

div#content a.big:hover {
	color: #7E8082;
}

div#content a.active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7E8082;
	text-decoration: none;
	line-height: 1.3em;
	background: url(../images/orange-arrow.gif) 0 6px no-repeat;
	padding-left: 10px;
}

div#content div#col1 {
	float: left;
	width: 290px;
	padding-right: 10px;
	padding-top: 12px;
	/*border: thin solid red;*/
}

div#content div#col3 {
	float: right;
	width: 290px;
	padding-left: 10px;
	padding-top: 12px;
	/*border: thin solid red;*/
}

div#content div#col2 {
	width: 278px;
	margin: 0 auto;
	padding: 12px 10px;
	border-left: 1px solid #dfdfe0;
	border-right: 1px solid #dfdfe0;
}

div#content div.col p {
	width: inherit !important;
}

div#content ul {
	margin-left: 15px;
	margin-bottom: 21px;
	/*list-style-image:url(../images/bullet.gif);*/
}

div#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #F15A29;
	line-height: 1.4em;
}

a.back {
	color: #F15A29;
	background: url(../images/arrow-orange-left.gif) 0 2px no-repeat;
	padding-left: 21px;
	text-decoration: none;
	display: block;
}

a.more {
	color: #7E8082;
	background: url(../images/arrow-grey-right.gif) 34px 2px no-repeat;
	padding-right: 21px;
	text-decoration: none;
	display: block;
}

a.back:hover {
	color: #7E8082;
	background: url(../images/arrow-grey-left.gif) 0 2px no-repeat;
}

a.more:hover {
	color: #F15A29;
	background: url(../images/arrow-orange-right.gif) 34px 2px no-repeat;
}

div#footer {
	clear: both;
	margin: 0 32px 36px;
	padding-top: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #dfdfe0;
}

div#footer a {
	color: #7E8082;
}