/* [@IMPORTS]	------------------------------------------------------------------------------------------------ */

/* [TAGS]		------------------------------------------------------------------------------------------------ */

a {
	text-decoration:none;
	color:#2c4574;
}
body {
	margin:0;
	padding:0;
	font:13px  Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#07245c;
	background:url(../gfx/background.jpg);
	width: 100%;
	height: 100%;
	overflow: hidden
}
img {
	border:0;
}


/* [LAYOUTS]	------------------------------------------------------------------------------------------------- */

#outer {
	position:relative;
	z-index:5
}
#container {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:1000000000
}
.section #container {
	background: url(../gfx/background_content.png) repeat-x 0 100px
}
#header {
	height:150px;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:center;
	margin-bottom:15px
}
#content {
	width:960px;
	height:395px;
	margin:0 auto;
	position:relative;
	
}
.section #content {
	width:960px;
	height:375px;
	margin:20px auto 0 auto;
	position:relative;
}
#flashBG {
	position:absolute;
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}
/* [ID]			------------------------------------------------------------------------------------------------- */

#content h2 {
	font-size:25px;
	font-weight:normal;
	padding-top:70px;
	color:#6a7c9d;
}
#content #description {
	width:470px;
	line-height:20px;
	height: 170px;
	overflow: auto;
}
#content #description p {
	margin-top:0
}
#content #description a {
	text-decoration:underline;
	padding:3px
}
#content #description a:hover {
	background:none;
}
#content #description a.white_cta{
	background: url("../gfx/background_cta.png") repeat scroll 0 0 transparent;
    padding: 8px;
}
#content #media {
	background:url(../gfx/background_media.png) no-repeat;
	width:421px;
	height:266px;
	position:absolute;
	top:25px;
	right:10px;
	padding:7px;
}
#content #media.double {
	background:none;
	width:421px;
	height:266px;
	position:absolute;
	top:25px;
	right:10px;
	padding:7px;
}
#content #media.double img {
	border:7px solid white;
}
#content #media.double img.last {
	float:right
}
#content #media.transparent {
	background:none;
	text-align:center
}
/* [CLASSES] 	------------------------------------------------------------------------------------------------- */

.block {
	display:block;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.white_cta {
	background:url(../gfx/background_cta.png);
	padding:8px;
}

/* [NAVI]	 	------------------------------------------------------------------------------------------------- */

#navi {
	width:100%;
	background: url(../gfx/background_navi.png) repeat-x;
	text-align:center;
	position:relative;
}
#home #navi {
	position:fixed;
	bottom:20px;
	 z-index: 1000000001;
}
#navi ul {
	margin:0;
	padding:0;
}
#navi ul.firstLvl {
	height:20px;
	padding:7px 0 0 0
}
#navi ul.firstLvl li {
	list-style:none;
	display:inline;
}
#navi ul.firstLvl li a {
	padding:0 12px;
	color:#6ac5f0;
	font-size:12px
}
#navi ul.firstLvl li a:hover {
	color:#ffffff
}
#navi ul.firstLvl li a.current {
	color:#ffffff
}
#navi ul.firstLvl li ul.secondLvl {
	height:20px;
	background:#767676;
	width:100%;
	position:absolute;
	top:27px;
	z-index:2;
	display:none;
	text-align:left;
	left:0
}
#navi ul.firstLvl li ul.secondLvl.active {
	display:block
}
#navi ul.firstLvl li ul.secondLvl li {
	height:20px;
	position:relative;
	display:inline;

	
}
#navi ul.firstLvl li ul.secondLvl li a {
	line-height:20px;
	text-transform:uppercase;
	font-size:11px;
	height:20px;
	
	
}
#navi ul.firstLvl li ul.secondLvl li ul.thirdLvl {
	display:none;
	position:absolute;
	top:16px;
	left:0;
	width:230px;
	text-align:left;
	background:#767676;
	z-index:100000000000000
}
#navi ul.firstLvl li ul.secondLvl li ul.thirdLvl a{
	text-transform:none;
	display:block;
	float:none;
	position:relative;
	zoom:1
}
#navi ul.firstLvl li ul.secondLvl li:hover ul.thirdLvl {
	display:block;
}

/* [FOOTER]		------------------------------------------------------------------------------------------------- */

#footer {
	width:100%;
	height:20px;
	padding:2px;
	text-align:center;
	position:fixed;
	bottom:0;
	background:#07245c;
	z-index:99
}
#footer a {
	display:block;
	float:left;
	color:#333;
	margin-right:25px;
	font-size:11px;
	line-height:17px
}
#footer a img {
	vertical-align: text-bottom
}
#footer .copyright {
	font-size:9px;
	color:#6a7c9d;
	line-height:17px
}

/* [JSCROLL PANE]		------------------------------------------------------------------------------------------------- */

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #fff;
	position: relative;
}
.jspDrag {
	background: #333;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
