html, body {
	height: 100%;
}

body {
	font-family: "myriad-pro-1","myriad-pro-2", Arial;
	color: #555;
	font-size: 13px;
}

body.background {
	background: #fff url(/img/body-bg.jpg) repeat-x left top;
}

a:link,a:visited {
	color: #1a8edf;
	text-decoration:none;
}

a:hover,a:active {
	color: #1a8edf;
	text-decoration:underline;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

#header {
	background: url(/img/shadow-980.png) no-repeat center top;
	width: 980px;
	height: 120px;
	position: relative;
}

ul.list {
	margin-left: 20px;
}

#nav {
	position: absolute;
	top: 51px;
	right: 0;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;
	margin-left: 20px;
	text-transform: Uppercase;
	font-weight: 600;
	font-size: 13px;
}

#nav ul li a {
	text-decoration: none;
	color: #4b5c90;
}

h1#logo img {
	position: absolute;
	top: 22px;
}

#slides {
	position: relative;
	height: 223px;
	width: 980px;
	z-index:100;
}

#footer {
	width: 980px;
	position: relative;
	text-align: center;
	height: 50px;
	margin-top: 10px;
	padding-top: 10px;
	color: #999;
}

#content {
	background: url(/img/shadow-980.png) no-repeat center top;
	position: relative;
	width: 980px;
	padding-top: 15px;
}

#col1 {
	width: 480px;
	padding-right: 10px;
	float: left;
}

#col2 {
	width: 479px;
	padding-left: 10px;
	float: right;
	border-left: 1px solid #eee;
}

#col-wide {
	width: 980px;
}

.clear {
	clear: both;
}

.bold {
	font-weight: 900;
}

.semibold {
	font-weight: 600;
}

.light {
	font-weight: 400;
}

.quote {
	font-size: 16px !important;
	letter-spacing: -1px;
	font-weight: 600;
}

hr {
	height: 0px;
	border: 0;
	border-top: 1px solid #eee;
}

h2 {
	color: #293865;
	font-size: 18px;
	font-weight: 600;
	text-transform: Uppercase;
	margin-bottom: 8px;
}

h2 .highlight {
	color: #bc393b;
}

h3 {
	color: #293865;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

h3 .highlight {
	color: #bc393b;
}

.texthighlight {
	color: #3165a5;
	font-size: 16px;
}

p {
	margin-bottom: 12px;
}

p.fl:first-letter {
  font-size: 3em;
  float: left;
  margin-top: 6px;
  margin-right: 4px;
  font-weight: 600;
}

.blankbanner {
	background: url(/img/banner-blank.jpg) no-repeat left top;
	width: 980px;
	height: 223px;
	position: absolute;
	top: 0;
	left: 0;
}

.inner-quote {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px;
}

.quote-sig {
	color: #c3d5ef;
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px;
}

.box {
	background: #fefefe url(/img/gradient.png) repeat-x left bottom;
	border: 1px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	vertical-align: middle;
	position:relative;
	text-align: center;
	margin-bottom: 10px;
	width: 950px;
}

.box table {
	width: 100%;
}

.box table td {
	height: 90px;
}

.box img {
	vertical-align: middle;
	margin: 0 20px;
}

.box a {
	display: inline-block;
}

.indent {
	padding: 0 30px;
}

/** cookie message **/
#cookie_alert {
	position:relative;
/* 	display: none; */
	background:#eee;
	color:#333;
	padding: 10px 40px 10px 10px;
	line-height: 1.5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 auto 10px 0;
	width: 900px;
}

#cookie_alert_close {
	position: absolute;
	right: 10px;
	top: 19px;
}

#cookie_alert_close a {
	text-decoration: none;
	outline: none;
	width: 20px;
	display: block;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#fff;
	font-weight: bold;
	font-size: 14px;
}

#tinybox {position:absolute; display:none; padding:10px; background:#fff; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}