html, body {
	font-family: "museo-sans-1", "museo-sans-2", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

html {
	background: #003761;
}

#whitebg {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 746px;
	width: 100%;
	top: 0px;
	background: white url(../images/sitewide/background.png) no-repeat top center;
}

#page_wrapper {
	background: white url(../images/sitewide/page_background.png) repeat-x;
	border: 2px solid #003761;
	width: 890px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	position: relative;
	margin: 20px auto;
	padding: 0px 14px;
}

#header a, #header a:hover, #footer a, #footer a:hover, #top_right a, #top_right a:hover, #top_left a, #top_left a:hover, #bottom_right a, #bottom_right a:hover {
	color: inherit;
	text-decoration: none;
}

#header h2, #logo {
	-webkit-tap-highlight-color: #C7DBE8;
}

a {
	color: #4C6CA9;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 18px;
	margin-top: -10px;
}

h2 {
	font-size: 14px;
}

p {
	line-height: 1.7em;
	font-size: 13px;
}

#header {
	/*font-family: "museo-slab-1", "museo-slab-2", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	height: 100px;
	position: relative;
	z-index: 3;
}

#logo {
	position: absolute;
	top: 27px;
	left: 0px;
}

#header ul {
	float: right;
	margin-right: 0px;
	margin-top: 62px;
}

#header li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	margin-left: 10px;
	padding: 5px 20px;
	position: relative;
}

#header .selected, #header li:hover {
	background: #C7DBE8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#header li:hover ul li:hover {
	background: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: gray;
}

#header li:hover ul {
	display: block;
}

#header ul .position_pusher {
	position: relative;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
}

#header ul ul {
	margin: 4px 0px;
	left: -20px;
	top: 4px;
	padding: 0px;
	position: absolute;
	background: white;
	border: 1px solid #ececec;
	display: none;
	z-index: 5;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 3px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

#header ul h2 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
}

#header .last {
	border-bottom: none;
}

#header ul ul li {
	float: none;
	font-size: 12px;
	border-bottom: 1px dashed #7DB0E3;
	margin: 0px;
	padding: 7px 20px;
	white-space: nowrap;
	display: block;
}

#top_content {
	height: 342px;
}

#top_left {
	padding: 0px;
	width: 185px;
	height: 328px;
	background: #003761;
	float: left;
	clear: right;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 24px;
}

#top_center {
	width: 517px;
	height: 327px;
	background: black;
	font-size: 15px;
	float: left;
	clear: right;
	color: white;
	position: relative;
	border-top: 1px solid #003761;
}

#top_center_thumb {
	width: 517px;
	height: 326px;
	background: black;
	font-size: 15px;
	color: white;
	position: absolute;
	z-index: 2;
}

.playbutton {
	float: right;
	height: 16px !important;
	width: 16px !important;
	margin-top: 8px;
	margin-right: 46px;
	cursor: pointer;
}

#top_center_thumb img, #top_center img {
	width: 517px;
	height: 287px;
}

#top_right {
	width: 185px;
	height: 328px;
	background: #003761;
	float: left;
	clear: right;
	-webkit-border-bottom-right-radius: 24px;
	-moz-border-radius-bottomright: 24px;
}

#top_right_title {
	margin: 0px;
	padding: 18px 22px;
	color: #82afde;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	height: 28px;
}

#top_left ul, #top_right ul {
	color: #82afde;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
}

#top_left li, #top_right li {
	margin: 0px;
	padding: 18px 22px;
	border-top: 1px solid #82afde;
	cursor: pointer;
	height: 28px;
	position: relative;
}

#top_left a, #top_right a {
	display: block;
}

#top_left li:hover a, #top_right li:hover a, .current a {
	color: white;
}

#top_left li.first, #top_right li.first {
	border-top: none;
}

.arrow {
	width: 23px;
	height: 51px;
	background: url(../images/sitewide/arrow.png);
	position: absolute;
	z-index: 2;
	top: 5px;
	left: -23px;
	display: none;
}

.arrow_left {
	width: 23px;
	height: 51px;
	background: url(../images/sitewide/arrow_left.png);
	position: absolute;
	z-index: 5;
	top: 5px;
	right: -23px;
	display: none;
}

#top_right li:hover .arrow, #top_left li:hover .arrow_left {
	display: block;
}

#bottom_content {
	height: 300px;
}

#bottom_left {
	background: #82afde;
	color: #003761;
	width: 155px;
	height: 269px;
	margin: 0px;
	padding: 15px;
	float: left;
	clear: right;
	font-size: 14px;
	line-height: 55px;
	-webkit-border-top-left-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 24px;
	-moz-border-radius-topleft: 24px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 3px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

#bottom_center {
	width: 477px;
	height: 249px;
	font-size: 15px;
	float: left;
	clear: right;
	padding: 20px;
	color: #003761;
}

#bottom_right {
	float: left;
	clear: right;
	width: 185px;
	height: 299px;
	color: #003761;
	font-size: 12px;
	line-height: 14px;
	background: #98Bee3;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	-webkit-border-top-right-radius: 24px;
	-webkit-border-bottom-right-radius: 24px;
	-moz-border-radius-topright: 24px;
	-moz-border-radius-bottomright: 24px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 3px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

#bottom_right_fill {
	background: #82afde;
	border-bottom: 400px solid #82afde;
	-webkit-border-bottom-right-radius: 24px;
	-moz-border-radius-bottomright: 24px;
}

#bottom_right h2 {
	font-size: 13px;
	padding: 5px 10px;
}

#bottom_right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1px;
}

#bottom_right li {
	padding: 11px 10px;
	border-top: 1px dotted #B0CBE3;
}

#bottom_right li:hover {
	color: white;
}

/* Market Page Styles */

#top_left_markets {
	padding: 0px;
	margin-left: -14px;
	width: 199px;
	height: 328px;
	background: #80B0D9;
	float: left;
	clear: right;
}

#top_left_markets img {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

#bottom_content_market {
	font-size: 13px;
	margin-top: 10px;
}

.small_left_column {
	width: 250px;
	float: left;
	clear: right;
}

.large_right_column {
	width: 600px;
	float: left;
	clear: right;
	color: #003761;
}

.large_right_column div {
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	width: 260px;
}

.bottom_info_box {
	color: white;
	clear: both;
	height: 330px;
	font-size: 12px;
	line-height: 14px;
	background: #003761;
	margin: 0px;
	padding: 0px 20px;
	top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 3px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.bottom_info_box h2 {
	color: #9CC22B;
	text-shadow: black 0px 2px 2px;
	text-shadow: rgba(0,0,0,0.7) 0px 2px 2px;
}

.bottom_info_box_fill {
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #82afde;
	padding: 20px;
	padding-top: 10px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
}

.bottom_info_box_fill p {
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 3px;
	font-weight: bold;
}

.bottom_info_box_solutions .bottom_info_box_fill p {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
}

.bottom_info_box_solutions {
	color: #9CC22B;
	clear: both;
	height: 299px;
	font-size: 12px;
	line-height: 14px;
	background: #003761;
	margin: 0px;
	padding: 0px 20px;
	top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 3px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.bottom_info_box_solutions h2 {
	text-shadow: black 0px 2px 2px;
	text-shadow: rgba(0,0,0,0.7) 0px 2px 2px;
}

.bottom_info_box_solutions .bottom_info_box_fill {
	color: #003761;
	padding-top: 10px;
}

.bottom_info_box_solutions .bottom_info_box_fill ul {
	color: #003761;
	margin: 0px;
	padding-left: 15px;
}

.bottom_info_box_solutions .bottom_info_box_fill li {
	margin-bottom: 10px;
}

.bottom_info_box_solutions .bottom_info_box_fill ul span {
	color: #003761;
}

.download_document {
	background: url(../images/pages/markets/download_file.png);
	width: 106px;
	height: 24px;
	color: white;
	padding: 32px 40px;
	font-size: 10px;
	margin: 10px 0px;
}

.darkblue_left_box {
	background: #132A50;
	width: 125px;
	color: #9CC22B;
	line-height: 1.5em;
	padding: 28px;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-moz-border-radius: 30px;
}

.darkblue_left_box a {
	color: inherit;
}

.darkblue_left_box a:hover {
	color: white;
	text-decoration: none;
}

/* Child Page Styles */
#top_left_label {
	padding: 0px;
	margin-left: -14px;
	width: 199px;
	height: 327px;
	background: #80B0D9;
	float: left;
	clear: right;
}

#top_left_label img {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

#main_body {
	margin-left: 225px;
	margin-right: 25px;
}

#main_body h3 {
	margin-top: 20px;
	margin-bottom: -10px;
	padding: 0px;
	font-size: 13px;
}

#main_body h2 {
	margin-top: 20px;
	margin-bottom: -10px;
	padding: 0px;
}

#main_body p, #main_body ul {
	font-size: 13px;
	line-height: 1.5em;
}

#main_body ul {
	padding-left: 0px;
}

/* News Page Styles */

.article {
	margin-bottom: 20px;
}

#main_body .article h2 {
	margin-top: 10px;
}

#main_body .article h2 a {
	color: black;
}

#main_body .article h3 {
	color: gray;
	font-size: 12px;
	font-weight: normal;
}

/* Footer Styles */

#footer {
	color: #132A50;
	font-size: 11px;
	margin: 15px 0px;
	text-align: center;
}
