
/* SLIDESHOW
================================================================================================================ */

#slideshow_bg {
	background: url(../images/standard/mainimage_bg.png) repeat-x top;
	height: 313px;
	min-width: 1000px;
	position: relative;
}

#slideshow_wrap {
	height: 313px;
	left: 0;
	min-width: 1000px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
#slideshow {
	height: 313px;
	margin: 0 auto;
	max-width: 1600px;
	overflow: hidden;
}

.camera_loader {
	display: none !important;
}

.camera_prev,
.camera_next {
    background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
}
.camera_prev {
	background-image: url(../images/standard/mainimage_arrow_l.png);
	left: 10px;
}
.camera_next {
	background-image: url(../images/standard/mainimage_arrow_r.png);
	right: 10px;
}
.camera_prev:hover,
.camera_next:hover {
	background-position: left bottom;
}

.slideshow_slogan {
	color: #ffffff;
	font: 700 20pt 'Open Sans Condensed', sans-serif;
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
	text-shadow: #dde7ef 1px 1px 0;
	width: 1000px;
}
.slideshow_slogan a {
	background: url(../images/standard/mainimage_button.png) repeat-x top;
	border: solid 3px #ffffff;
	border-radius: 3px;
	box-shadow: #8699a9 -1px -1px 0;
	color: #ffffff;
	display: inline-block;
	font: 10pt "AleoBold", Georgia, "Times New Roman", Times, serif;
	height: 41px;
	line-height: 37px;
	margin-top: 20px;
	padding: 0 20px;
	text-decoration: none;
	text-shadow: #032e53 -1px -1px 0;
	text-transform: uppercase;
}
.slideshow_slogan a:hover,
.slideshow_slogan a:active {
	background-position: bottom;
	line-height: 39px;
}

/* slideshow: slide 1
------------------------------------------------------------------------------------------ */

.slide01 > span,
.slide01 div {
	display: block;
	margin-left: 50px;
	width: 175px;
}
.slide01 span:first-child {
	color: #1c5d93;
	font-size: 24pt;
	line-height: 34px;
	text-transform: uppercase;
}
.slide01 span:nth-child(2) {
	background: url(../images/standard/slideshow01_break.png) no-repeat center center;
	color: #002749;
	font-size: 12pt;
	line-height: 20px;
}
.slide01 span:nth-child(3) {
	color: #002749;
	font-size: 18pt;
	line-height: 28px;
}
.slide01 span:nth-child(4) {
	background: #507698;
	box-shadow: #dde7ef 1px 1px 0;
	color: #ffffff;
	font-size: 14pt;
	line-height: 24px;
	text-shadow: #2d4459 -1px -1px 0;
	text-transform: uppercase;
}
.slide01 span:nth-child(5) {
	color: #b55900;
	font-size: 24pt;
	line-height: 34px;
	text-transform: uppercase;
}

/* slideshow: slide 2
------------------------------------------------------------------------------------------ */

.slide02 > span,
.slide02 div {
	display: block;
	margin-left: 60px;
	width: 255px;
}
.slide02 span:first-child {
	color: #002749;
	font-size: 27pt;
	line-height: 39px;
	text-transform: uppercase;
}
.slide02 span:nth-child(2) {
	background: #507698;
	box-shadow: #dde7ef 1px 1px 0;
	color: #ffffff;
	font-size: 12pt;
	line-height: 26px;
	text-shadow: #2d4459 -1px -1px 0;
}
.slide02 span:nth-child(3) {
	color: #b55900;
	font-size: 28pt;
	line-height: 40px;
}
.slide02 span:nth-child(3) span {
	color: #1c5d93;
	display: inline-block;
	font-size: 16pt;
	line-height: 25px;
	padding-top: 10px;
	text-transform: uppercase;
	vertical-align: top;
}
.slide02 span:nth-child(4) {
	background: url(../images/standard/slideshow02_break.png) no-repeat center center;
	color: #1c5d93;
	font-size: 27pt;
	line-height: 39px;
	text-transform: uppercase;
}

/* slideshow: slide 3
------------------------------------------------------------------------------------------ */

.slide03 > span,
.slide03 div {
	display: block;
	margin-left: 50px;
	width: 255px;
}
.slide03 span:first-child {
	color: #1c5d93;
	font-size: 23pt;
	line-height: 33px;
	text-transform: uppercase;
}
.slide03 span:nth-child(2) {
	background: url(../images/standard/slideshow03_break.png) no-repeat center center;
	color: #002749;
	font-size: 16pt;
	line-height: 24px;
}
.slide03 span:nth-child(3) {
	color: #b55900;
	font-size: 25pt;
	line-height: 35px;
	text-transform: uppercase;
}
.slide03 span:nth-child(4) {
	color: #002749;
	font-size: 13pt;
	line-height: 21px;
}

/* slideshow: panel
------------------------------------------------------------------------------------------ */

#slideshow_panel {
	background: url(../images/standard/mainimage_panel.png) no-repeat left top;
	color: #000000;
	height: 221px;
	left: 50%;
	margin-left: 185px;
	position: absolute;
	top: 45px;
	width: 276px;
	text-align: center;
	text-shadow: #ffffff 1px 1px 0;
	z-index: 100;
}
#slideshow_title {
	text-transform: uppercase;
}
#slideshow_title div {
	font: 20pt "AleoBold", Georgia, "Times New Roman", Times, serif;	
	padding-top: 56px;
}
#slideshow_title div span {
	color: #023969;	
}
#slideshow_title > span {
	font: 300 14pt "Open Sans Condensed", sans-serif;	
}
#slideshow_title > span span {
	color: #ba6500;
	font-weight: 700;
}

#slideshow_panel a {
	background: url(../images/standard/mainimage_panel_button.png) repeat-x top;
	border: solid 3px #ffffff;
	border-radius: 3px;
	box-shadow: #b3babe -1px -1px 0;
	display: inline-block;
	height: 49px;
	margin-top: 12px;
	padding: 0 15px 0 25px;
	text-decoration: none;
}
#slideshow_panel a:hover,
#slideshow_panel a:active {
	background-position: bottom;
}

#slideshow_panel a > span {
	background: url(../images/standard/mainimage_panel_icon.png) no-repeat right top;
	color: #ffffff;
	display: block;
	font: 16pt "AleoBold", Georgia, "Times New Roman", Times, serif;		
	height: 49px;
	line-height: 45px;
	padding-right: 25px;
	text-shadow: #915a18 -1px -1px 0;
}
#slideshow_panel a:hover > span,
#slideshow_panel a:active > span {
	background-position: right bottom;
	line-height: 47px;
}

#slideshow_panel a > span span {
	color: #023969;
	text-shadow: #e4af6f 1px 1px 0;
}
#slideshow_panel a:hover > span span,
#slideshow_panel a:active > span span {
	color: #000000;
}


/* CONTENT WRAP
================================================================================================================ */

#content_wrap {
	background: #ffffff;
	min-width: 1000px;
	padding: 35px 0 65px 0;
}

#content_col_l {
	float: left;
	margin-left: 15px;
	width: 514px;
}

#content_col_r {
	float: left;
	margin-left: 35px;
	width: 421px;
}

/* content: welcome
------------------------------------------------------------------------------------------ */

#welcome_title {
	color: #023969;
	font: 700 14pt "Open Sans Condensed", sans-serif;
	padding: 20px 0 5px 0;
}
#welcome_wrap {
	color: #284259;
	font: 400 10pt/150% "Open Sans", sans-serif;
	text-align: justify;
}
#welcome_wrap a {
	color: #d56900;
	text-decoration: none;
}
#welcome_wrap a:hover,
#welcome_wrap a:active {
	color: #023969;
	text-decoration: underline;
}

#welcome_more {
	height: 25px;
	padding: 15px 0;
}
#welcome_wrap #welcome_more a {
	background: url(../images/standard/splash_content_arrow.png) no-repeat left center;
	color: #80a5c2;
	display: block;
	float: right;
	font-size: 9pt;
	height: 25px;
	line-height: 25px;
	padding-left: 13px;
	text-decoration: none;
}
#welcome_wrap #welcome_more a:hover,
#welcome_wrap #welcome_more a:active {
	background-position: 1px center;
	color: #d56900;
	line-height: 27px;
}

#welcome_wrap iframe {
	border: solid 5px #e5e5e5;
	border-radius: 3px;
	height: 310px;
	margin: 25px 0;
	width: 504px;
}


/* CONTENT PANEL
================================================================================================================ */

#panel_head {
	background: url(../images/standard/splash_panel_head.png) no-repeat left top;
	height: 5px;
}
#panel_body {
	background: url(../images/standard/splash_panel_body.png) repeat-y center top;
	padding: 20px 35px;
}
#panel_foot {
	background: url(../images/standard/splash_panel_foot.png) no-repeat left top;
	height: 5px;
}

/* panel: links
------------------------------------------------------------------------------------------ */

#panel_body a {
	display: block;
	margin-top: 18px;
	min-height: 59px;
	text-decoration: none;
}
#panel_body a:first-child {
	margin-top: none;
}

#panel_body a div {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 59px;
	text-shadow: #ffffff;
	width: 59px;
}
#panel_body a#panel_benefits div {background-image: url(../images/standard/splash_icon_benefits.png);}
#panel_body a#panel_savings div {background-image: url(../images/standard/splash_icon_savings.png);}
#panel_body a#panel_resources div {background-image: url(../images/standard/splash_icon_resources.png);}
#panel_body a#panel_marketplace div {background-image: url(../images/standard/splash_icon_marketplace.png);}
#panel_body a#panel_enrichment div {background-image: url(../images/standard/splash_icon_enrichment.png);}

#panel_body a:hover div,
#panel_body a:active div {
	background-position: right top;
}

#panel_body a > span {
	color: #284259;
	display: block;
	font: 400 9pt/140% "Open Sans", sans-serif; 
	margin-left: 69px;
}
#panel_body a:hover > span,
#panel_body a:active > span {
	color: #000000;
	padding-top: 1px;
}

#panel_body a > span span {
	color: #023969;
	display: block;
	font: 14pt "AleoBold", Georgia, "Times New Roman", Times, serif;
}
#panel_body a:hover > span span,
#panel_body a:active > span span {
	color: #d56900;	
}