/* GENERAL CONTENT CONTAINERS
--------------------------------------------------------------------- */
#content {
	width:956px;
	overflow:hidden;
	position:absolute;
	top:300px;
	left:0;
	overflow:visible;
}

#content .content_bg {
	width:956px;
	height:700px;
	position:absolute;
	top:0;
	left:0;
	background:url(/static/img/content_shadow.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}

#content .content_body {
	width:940px;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	margin:8px 8px 0 8px;
}

#content .content_body #sidebar {
	width:240px;
	overflow:hidden;
	float:left;
}

/* MAIN NAV
--------------------------------------------------------------------- */
#content .content_body #sidebar #mainnav {
	width:240px;
	overflow:hidden;
}

#mainnav .page {
	width:200px;
	height:24px;
	overflow:hidden;
	margin:0 20px;
	padding:20px 0 10px 0;
	font-size:22px;
	line-height:24px;
	color:#4582aa;
	text-transform:uppercase;
}

#mainnav ul {
	width:200px;
	overflow:hidden;
	list-style:none;
	border-top:1px solid #abdded;
	margin:0 20px 35px 20px;
}

#mainnav ul li {
	width:200px;
	border-bottom:1px solid #abdded;
}

#mainnav ul li a {
	padding:3px 0 3px 15px;
	background:url(/static/img/mainnav_arrow.gif) 0 7px no-repeat;
	text-decoration:none;
	display:block;
	font-weight:bold;
	color:#666;
}

#mainnav ul li a:hover {
	background:url(/static/img/mainnav_arrow_active.gif) 0 7px no-repeat;
	color:#012c61;
}

/* SIDEBAR TEASERS
--------------------------------------------------------------------- */
#content .content_body #sidebar .teaser {
	width:200px;
	overflow:hidden;
	float:left;
	margin:0 20px;
	padding:0 0 10px 0;
	border-bottom:1px solid #abdded;
}
*html #content .content_body #sidebar .teaser {
	margin:0 10px;
}

#sidebar .teaser .t_title {
	padding:0 0 5px 0;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	color:#4582aa;
}

#sidebar .teaser .t_txt {
	width:200px;
	overflow:hidden;
	margin:0 0 10px 0;
}

#sidebar .teaser.newsletter .nl_input input {
	width:170px;
	height:14px;
	padding:3px;
	float:left;
	border:none;
	background:url(/static/img/nl_input_bg.gif) no-repeat;
	color:#999;
}

#sidebar .teaser.newsletter .nl_input input.submit {
	width:22px;
	height:20px;
	overflow:hidden;
	background:url(/static/img/nl_input_button.gif) no-repeat;
	cursor:pointer;
}

#sidebar .teaser.slogan {
	padding:230px 0 0 0 !important;
	border:none !important;
}

#content .content_body .text {
	width:700px;
	overflow:hidden;
	float:left;
}

#content .content_body .text #breadcrumb {
	width:660px;
	height:54px;
	overflow:hidden;
	margin:0 20px;
	border-bottom:1px solid #abdded;
}

/* BREADCRUMB
--------------------------------------------------------------------- */
#breadcrumb ul {
	height:14px;
	overflow:hidden;
	padding:30px 0 0 0;
	list-style:none;
}

#breadcrumb ul li {
	float:left;
	padding:0 10px 0 0;
}

#breadcrumb ul li a {
	padding:0 0 0 10px;
	background:url(/static/img/teaserarrow.gif) 0 4px no-repeat;
	color:#666;
}

#breadcrumb ul li a.active {
	color:#4582aa;
	text-decoration:none;
}

/* TEXT BLOCK
--------------------------------------------------------------------- */
#content .content_body .text .textblock {
	width:660px;
	overflow:hidden;
	margin:0 20px 20px 20px;
	line-height:18px;
}

#content .content_body .text .textblock p {
	line-height:18px;
}

#content .content_body .text .textblock h1 {
	font-size:30px;
	line-height:32px;
	color:#0e497a;
	margin:25px 0 8px 0;
}

#content .content_body .text .textblock h2 {
	margin:8px 0;
	color:#666;
}

#content .content_body .text .textblock table {
	width:100%;
}

#content .content_body .text .textblock table td {
	border-right:1px solid #ABDDED;
	border-bottom:1px solid #ABDDED;
	vertical-align:top;
	padding:3px 5px;
}

#content .content_body .text .textblock ul {
	list-style-position:outside;
	list-style-image:url(/static/img/teaserarrow.gif);
}

#content .content_body .text .textblock ul li {
	margin:0 0 0 25px;
}

#content .content_body .text .textblock ol {
	list-style-position:outside;
}

#content .content_body .text .textblock ol li {
	margin:0 0 0 25px;
}

/* GALLERY BLOCK
--------------------------------------------------------------------- */
#content .content_body .text .galleryblock {
	width:680px;
	overflow:hidden;
	margin:0 0 0 20px;
}

#content .content_body .text .galleryblock a {
	width:210px;
	height:156px;
	float:left;
	margin:0 15px 15px 0;
	position:relative;
	text-decoration:none;
	overflow:hidden;
}

#content .content_body .text .galleryblock a .descr {
	width:210px;
	height:14px;
	overflow:hidden;
	position:absolute;
	top:140px;
	left:0;
	z-index:2;
}

#content .content_body .text .galleryblock a .zoom {
	width:10px;
	height:10px;
	overflow:hidden;
	position:absolute;
	top:130px;
	left:200px;
	background:url(/static/img/gallery_zoom.gif) no-repeat;
	z-index:2;
}

/* BLOG BLOCK
--------------------------------------------------------------------- */
#content .content_body .text .blogblock {
	width:680px;
	overflow:hidden;
	margin:0 0 0 20px;
}

#content .content_body .text .blogblock .pagination {
	width:660px;
	height:26px;
	overflow:hidden;
	float:left;
	border-top:1px solid #58bcdc;
	border-bottom:1px solid #58bcdc;
	margin:0 0 20px 0;
}

#content .content_body .text .blogblock .pagination a {
	float:left;
	padding:5px;
	margin:1px 0;
	text-decoration:none;
	color:#4582aa;
}

#content .content_body .text .blogblock .pagination a.active, #content .content_body .text .blogblock .pagination a:hover {
	background:#4582aa;
	color:#fff;
}

#content .content_body .text .blogblock .pagination span {
	float:left;
	padding:5px;
	margin:1px 0;
	color:#666;
}

#content .content_body .text .blogblock .blogitem {
	width:660px;
	overflow:hidden;
	float:left;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	cursor:pointer;
	border-bottom:1px solid #58bcdc;
}

#content .content_body .text .blogblock .blogitem.last {
	border:none;
	padding:0;
}

#content .content_body .text .blogblock .blogitem .image {
	width:210px;
	height:140px;
	overflow:hidden;
	float:right;
}

#content .content_body .text .blogblock .blogitem .dateauthor {
	width:660px;
	overflow:hidden;
	float:left;
	color:#666;
	padding:0 0 4px 0;
}

#content .content_body .text .blogblock .blogitem .headline {
	width:660px;
	overflow:hidden;
	float:left;
	padding:0 0 4px 0;
}

#content .content_body .text .blogblock .blogitem .headline h3 {
	font-size:16px;
	line-height:18px;
	color:#012c61;
}

#content .content_body .text .blogblock .blogitem .headline a {
	text-decoration:none;
}


#content .content_body .text .blogblock .blogitem .txt {
	width:660px;
	overflow:hidden;
	float:left;
	line-height:18px;
}


/* JOB BLOCK
--------------------------------------------------------------------- */
#content .content_body .text .jobblock {
	width:680px;
	overflow:hidden;
	margin:0 0 0 20px;
}

#content .content_body .text .jobblock ul {
	list-style:none;
}

#content .content_body .text .jobblock ul li {
	padding:0 0 10px 0;
}

#content .content_body .text .jobblock ul li a {
	padding:0 0 0 15px;
	background:url(/static/img/mainnav_arrow.gif) 0 7px no-repeat;
	text-decoration:none;
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#666;
}

#content .content_body .text .jobblock ul li a:hover {
	background:url(/static/img/mainnav_arrow_active.gif) 0 7px no-repeat;
	color:#012C61;
}


/* LOTTERY BLOCK
--------------------------------------------------------------------- */
#content .content_body .text .lotteryblock {
	width:660px;
	overflow:hidden;
	margin:0 20px;
}

#content .content_body .text .lotteryblock label {
	height:14px;
	float:left;
	overflow:hidden;
}

#content .content_body .text .lotteryblock .left {
	width:330px;
	overflow:hidden;
	float:left;
	padding:0 0 20px 0;
}

#content .content_body .text .lotteryblock .left p {
	float:left;
	margin:0 0 10px 0;
}

#content .content_body .text .lotteryblock .left label {
	width:80px;
}

#content .content_body .text .lotteryblock .right {
	width:330px;
	overflow:hidden;
	float:right;
	padding:0 0 20px 0;
}

#content .content_body .text .lotteryblock .right p {
	float:left;
	margin:0 0 10px 0;
}

#content .content_body .text .lotteryblock .right label {
	width:70px;
}

#content .content_body .text .lotteryblock input {
	width:236px;
	float:left;
	color:#666;
}

#content .content_body .text .lotteryblock select {
	width:240px;
	float:left;
	color:#666;
}

#content .content_body .text .lotteryblock input#zip {
	width:60px;
}

#content .content_body .text .lotteryblock input#city {
	width:170px;
}

#content .content_body .text .lotteryblock input.confirm {
	width:15px;
	margin:0 5px 0 0;
}

*html #content .content_body .text .lotteryblock label.confirm {
	padding:4px 0 0 0;
}

#content .content_body .text .lotteryblock input.submit {
	width:100px;
	height:20px;
	border:none;
	background:url(/static/img/formbutton_bg.gif) no-repeat;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

#content .content_body .text .lotteryblock span.submit {
	width:1px;
	height:20px;
	float:left;
	background:url(/static/img/formbutton_bg_right.gif) no-repeat;
}

/* CONTACT BLOCK
--------------------------------------------------------------------- */
#content .content_body .text .contactblock {
	width:660px;
	overflow:hidden;
	margin:0 20px;
}

#content .content_body .text .contactblock label {
	height:14px;
	float:left;
	overflow:visible;
}

#content .content_body .text .contactblock .left {
	width:330px;
	overflow:hidden;
	float:left;
	padding:0 0 20px 0;
}

#content .content_body .text .contactblock .left p {
	float:left;
	margin:0 0 10px 0;
}

#content .content_body .text .contactblock .left label {
	width:120px;
}

#content .content_body .text .contactblock .right {
	width:320px;
	overflow:hidden;
	float:right;
	padding:0 0 20px 0;
}

#content .content_body .text .contactblock .right p {
	float:left;
	margin:0 0 10px 0;
}

#content .content_body .text .contactblock .right label {
	width:70px;
}

#content .content_body .text .contactblock input {
	/*width:236px;*/
	width:196px;
	float:left;
	color:#666;
}

#content .content_body .text .contactblock input.special {
	display:none;
}

#content .content_body .text .contactblock select {
	width:200px;
	float:left;
	color:#666;
}

#content .content_body .text .contactblock input#zip {
	width:60px;
}

#content .content_body .text .contactblock input#city {
	width:132px;
}

#content .content_body .text .contactblock textarea.message {
	width:315px;
	height:191px;
	color:#666;
}

#content .content_body .text .contactblock label.message {
	width:315px;
	margin:0 0 17px 0;
}

#content .content_body .text .contactblock input.confirm {
	width:15px;
	margin:0 5px 0 0;
}

*html #content .content_body .text .contactblock label.confirm {
	padding:4px 0 0 0;
}

#content .content_body .text .contactblock .button {
	clear:both;
}

#content .content_body .text .contactblock input.submit {
	width:100px;
	height:20px;
	border:none;
	background:url(/static/img/formbutton_bg.gif) no-repeat;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

#content .content_body .text .contactblock span.submit {
	width:1px;
	height:20px;
	float:left;
	background:url(/static/img/formbutton_bg_right.gif) no-repeat;
}


/* FOOTER
--------------------------------------------------------------------- */
#content #footer {
	float:left;
	top:auto;
	left:auto;
	margin:20px 0 0 0;
}
