* {margin:0; padding:0; border: 0; font-family: "Open Sans", Arial, Helvetica, sans-serif;}
html{font-weight: 300; font-size: 9pt;}
/* font weights available 300-light, 400-normal, 600-semi-bold*/
body{
	background: #FFF;
	color: #666;
	}
	
a{outline:none; text-decoration:none; color: #f1511f}
img{border:0; padding:0; margin:0;}

h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 1em 0 .5em 0;
	font-weight: 300;
	font-size: 1em;	
	}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {margin-top: 0;}
h1 {font-size: 2.8em; font-weight: 100; color: #f1511f;}
h2 {font-size: 1.5em; font-weight: 600; color: #000; border-bottom: 2px solid #d8d8d8;}
h3 {font-size: 1.6em; font-weight: 100; color: #f1511f;}
h4 {font-size: 1.2em; margin-bottom: 0;}

p {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 1em;
	}

ul, ol {margin-left: 2.5em; margin-bottom: 1em;}
li {padding-bottom: .3em;}

table {padding: 0 0 1em 0;}
table h1, table h2, table h3, table h4, table h5, table h6 {margin: 0; padding: 0;}
table h4 {color: #77B1D6;
	border-bottom: 1px dotted #DDDDDD;}

hr {
	margin: 10px 0px;
}
	
form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}

input, input[type=text], input[type=email], input[type=password], textarea {border: 1px solid #999; border-radius: .5em; font-size: 1.2em; padding: .3em;}
input[type=checkbox], input[type=radio] {border: 0;}
input[type=button], input[type=submit], input[type=reset], button {padding: .3em .6em; background: #f1511f; border: 1px solid #404040; font-weight: bold; color: #FFF; text-shadow: 1px 1px 2px #404040; cursor: pointer;}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{padding:.5em; color:#666666;}
.imgl{float:left; margin:0 .8em .8em 0; clear:left;}
.imgr{float:right; margin:0 0 .8em .8em; clear:right;}

p.center, td.center, h1.center, h2.center, h3.center, h4.center, h5.center, h6.center{text-align: center;}
table.center, div.center {margin: 0 auto;}

.clear {clear: both;}
.section-spacer {clear: both; background: transparent url(../images/bkg-page-spacer.png) top center no-repeat; height: 40px; margin-top: 2.5em;}

/* ---------------------------------  Login   ----------------------------------*/

#login {display: none; position: absolute; top: 70px; right: 0; width: 300px; background: #666; z-index: 9999; box-shadow: 0 3px 3px rgba(0,0,0,.5);}
#login-inner {padding: 1.5em;}
#login iframe {width: 260px; height: 120px; float: left; margin: 5px auto;}
#login h2 { float: left; margin: 0 .2em 0 0; line-height: 40px; font-size: 1.6em; color: #fff; border: 0;}
#login-toggle {float: right;}
#login-toggle {display: block; width: 70px; height: 70px; top: 0; right: 0; z-index: 999; }
#login-toggle > a.control {
		font-size: 1.8em;
		display: block;
		width: 70px; /* 50 */
		height: 70px;/*  50 */
		line-height: 70px;
		text-transform: uppercase;
		text-indent: -9999em;
		overflow: hidden;
		text-align: center;
		background: url("../images/icon-logout.png") no-repeat scroll center center rgba(0, 0, 0, 0);
		color: #FFF;
		position: absolute;
		z-index: 99;
		content: '';
		}
	#login-toggle > a.on {background-color: #666;}

/* ---------------------------------  Content   ----------------------------------*/

#header {height: 70px;}
#header-inner, #content, #footer-inner {width: 940px; margin: 0 auto; position:relative;}
#content, #footer-inner {margin-bottom: 3em;}
#banner {background: #f1511f; border-top: 4px solid #666; margin-bottom: 2em;}
#content-inner {padding-top: 2em;}

#logo {float: left; padding: 1em 0;}
#logo a {font-size: 2.5em; font-weight: 300; color: #666;}

.welcome h1 {margin-bottom: 0; line-height: 1em;}
.welcome h2 {margin-top: 0;}

#main-column {width: 60%;	float: left;}
#sidebar { width: 33%; float: right;}

.box {display: block; margin-bottom: 2em;}
.box-inner {}
.box h2 {margin: 0;}
.box-image {width: 100%; height: 200px; background: #fff; position: relative; z-index: 9;}
.box1 {background: transparent url(../images/photos/box1.jpg) center no-repeat;}
.box2 {background: transparent url(../images/photos/box2.jpg) top center no-repeat;}
.box3 {background: transparent url(../images/photos/box3.jpg) top center no-repeat;}

.two-column {float: left; width: 48%; margin-right: 4%; position: relative;}
.two-column:nth-child(even) {margin-right: 0;}
.two-column h3 {border-bottom: 1px solid #d8d8d8;}

.three-column {float: left; width: 30%; margin-right: 5%; background: #f1511f; color: #FFF; position: relative;}
.three-column:nth-child(3n+3) {margin-right: 0;}

.three-column h3 {margin: .5em .6em 0 .6em; color: #fff; position:relative; display: block; z-index: 10;}
.three-column h3:before {
	content: '';
	height: 0;
	position: absolute;
	top: -1.6em;
	left: -11px;
	border-right: 24px solid transparent;
	border-bottom: 24px solid #f1511f;
	}
.three-column .box-content {margin: 0 1em .4em 1em;}

.four-column {float: left; width: 22%; margin-right: 4%; position: relative;}
.two-column:nth-child(even), .three-column:nth-child(3n+3), .last {margin-right: 0;}
.four-column ul {list-style: none; margin-left: 0;}
.four-column ul a {color: #444;}
.four-column ul a:hover {color: #f1511f; text-decoration: underline}

#footer {font-size: .85em; padding: 1em 1em 4em 1em; color: #444;}
#footer-inner {border-top: 1px solid #d8d8d8; padding-top: 1em;}
#copyright {float: left;}
#regulatory-logos {float: right;}
.footnote {font-size: .8em;}

#contact_form  input {margin-bottom: .5em;}
#contact_form label { 
	display: block; 
	position: absolute;
	line-height: 2.4em;
	padding: 0 .5em;
	}

#contact_form textarea { 
	width: 40em; 
	height: 6em; 
	margin-bottom: .5em;
	}



/* ---------------------------------  Slideshow   ----------------------------------*/

/* slides */
#slides {line-height: 0;}

.slideshow {
	position:relative;
	z-index: 1;
	margin:0 auto;
	width: 940px;
	display: block;
	}
.slideshow a {
	font-size:.75em;
	line-height:2em;
	text-decoration:none;
	color:#fff;
	}
.slideshow .selected a {
	background-color:#FFF; /* selected pagination button background */
	}

.carousel {
	margin:0;
	padding:0;
	list-style:none;
	}
.carousel li {z-index:100; padding: 0; }
.carousel li img {display:block; width: 900px; height: 300px;}

/* pagination */
.slides-pagination {
	position:absolute;
	bottom:1em;
	right:0;
	margin:0;
	padding:0;
	list-style:none;
	z-index:110;
	}
.slides-pagination li {display:inline;}
.slides-pagination a {
	display:block;
	float:left;
	width:2em;
	height: .5em;
	overflow: hidden;
	text-transform: uppercase;
	text-indent: -9999em;
	margin-right:5px;
	background: transparent;
	border: 1px solid #FFF; /* pagination button border */
	}

/* skip */
a.slides-next,
a.slides-prev {
	position:absolute;
	top:50%;
	margin-top:-1em;
	padding:0 .2em;
	z-index:120;
	font-size: 3em;
	font-weight: 300;
	opacity: .5;
	}
/*#container a.slides-next:hover,
#container a.slides-prev:hover {background: #FFF;}*/
.slides-next {right:0;}
.slides-prev {left:0;}
.slides-next.disabled,
.slides-prev.disabled {opacity:.5;cursor:auto;}


/* ---------------------------------  Main Navigation   ----------------------------------*/

#navigation #nav{
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 999;
	float: right;
	}

#navigation #nav > a, #nav > a {display: none; text-decoration: none;}
#navigation #nav li {position: relative; list-style: none;}
#navigation #nav li a {
	color: #f1511f;
	display: block;
	}

#navigation #nav li a:active {background-color: #f1511f; !important;}

#navigation #nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #0053a5;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
	top: -.25em;
	}

#navigation #nav li:first-child span:after {border: 0;}

/* first level */

#navigation #nav > ul {
	background: #f1511f;
	margin: 0;
	padding: 0;
	}
	
#navigation #nav > ul > li {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#navigation #nav > ul > li > a {
	font-size: 1.2em;
	line-height: 70px; /* 60 (24) */
	text-align: center;
	text-transform: uppercase;
	padding: 0 1.5em;
	color: #000;
	}

#navigation #nav > ul > li > a.selected {color: #f1511f; border-bottom: 4px solid #f1511f;}
#navigation #nav > ul > li > a.selected:after {content: ''; position: absolute; border-bottom: 5px solid #f1511f; border-left: 5px solid transparent; border-right: 5px solid transparent; top: 65px; left: 48%;}

#navigation #nav > ul > li:hover > a,
#navigation #nav > ul:not( :hover ) > li.active > a {background-color: #666; color: #FFF; text-decoration: none;}


/* second level */

#navigation #nav li ul {
	background-color: #666;
	display: none;
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 0;
	width: 15em;
	box-shadow: 0 3px 3px rgba(0,0,0,.5)
	}

#navigation #nav li:hover ul {
	display: block;
	left: 0;
	margin: 0;
	padding: 0;
	}
	
/*#navigation #nav li:not( :first-child ):hover ul {left: -1px;}*/
#navigation #nav li li {
	margin: 0;
	padding: 0;
	}
	
#navigation #nav li ul a {
	padding: 0.75em; /* 15 (20) */
	color: #FFF;
	}

#navigation #nav li ul li a:hover,
#navigation #nav li:hover ul li:hover,
#navigation #nav li ul:not( :hover ) li.active a { background-color: #fff; color: #f1511f; text-decoration: none; }

#navigation #nav li:hover ul ul,
#navigation #nav li ul ul {
	display: none;
	left: 15em;
	top: 0;
	}

#navigation #nav li:hover ul li:hover ul{
	display: block;
	}


@media only screen and ( max-width: 40em ) /* 640 */
	{
	html { font-size: 75%; /* 12 */ }
	h1{font-size: 2.4em}
	#header {height: 40px;}
	#header-inner, #content, #footer-inner, #main-column, #sidebar, #banner, .slideshow {width: 100%; float: none;}
	#logo {
		position: relative;
		float: none;
		width: 200px;
		height: 40px;
		z-index: 999;
		margin: 0 auto;
		padding: 0;
		}
	#logo a {display: block; font-size: 2em; width: 200px; height: 30px; margin: 0 auto; text-align: center;}
	
	#login {
		display: none;
		position: absolute;
		width: 100%;
		top: 40px;
		right: 0;
		z-index: 99;
		box-shadow: 0 5px 5px #404040;
		}
	
	#login iframe {width: 90%; height: 6.25em; margin: 0 1em;}
	#login #login-inner {width: 100%;}
	#login h2 {font-size: 1.6em; margin: 0 .6em; color: #fff;}	
	#login-toggle {float:  none; position: absolute; top: 0; right: 0; z-index: 999999;}
	#login-toggle, #login-toggle > a.control {width: 40px; height: 40px; top: 0;}
	#login-toggle > a.control {height: 40px;}
	
	.two-column, .three-column, .four-column {width: 100%; margin-bottom: 1em;}
	.three-column {margin-top: 1em;}
	.three-column h3:before {top: -1em;}
		
	.carousel li img {width: 100%; height: auto;}
	a.slides-next, a.slides-prev { display: none;}
	
	#navigation #nav {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		background: transparent;
		z-index: 99;
		}
	
	#navigation #nav > a.control {
		font-size: 1.8em;
		width: 1em; /* 50 */
		height: 1em;/*  50 */
		padding: .6em .5em .3em .5em;
		text-align: left;
		background-color: transparent;
		color: #FFF;
		position: relative;
		content: '';
		}
	#navigation #nav a.control span:after {border:0;}

	#navigation #nav > a.control > span {
		border-top: 4px solid #666;
		border-bottom: 4px solid #666;
		display: block;
		content: '';
		width: 1em;
		height: .3em;
		}
	
	#navigation #nav > a.control:nth-child(2) > span {
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
		}
	
	#navigation #nav:not( :target ) > a:first-of-type,
	#navigation #nav:target > a:last-of-type {display: block;}
	#navigation #nav > a.control:nth-child(even){background: #666;}

	/* first level */
	
	#navigation #nav > ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		background: #666;
		box-shadow: 0 5px 5px #404040;
		}
	
	#navigation #nav:target > ul {display: block;}
	
	#navigation #nav > ul > li {
		width: 100%;
		float: none;
		}
	
	#navigation #nav > ul > li > a {
		height: auto;
		font-size: 1.8em;
		line-height: 2.5em;
		text-decoration: none;
		text-transform: none;
		text-align: left;
		padding: 0 0.533em; /* 20 (24) */
		color: #fff;
		}
		
	#navigation #nav > ul > li:not( :last-child ) > a {
		border-right: none;
		border-bottom: 1px solid #444;
		}
	#navigation #nav > ul > li > a.selected {color: #fff;}
	#navigation #nav > ul > li > a.selected:after {border: none;}

	/* second level */
	
	#navigation #nav li ul {
		position: static;
		padding: 0; /* 1.25em; 20 */
		padding-top: 0;
		width: 100%;
		background: #999;
		box-shadow: none;
		}
	
	#navigation #nav li ul a {
		line-height: auto;
		font-size: 1.6em;
		padding: .4em 3em; /* 15 (20) */
		}
	
	#content-inner {padding: 1.25em;}
	.box-image {display: none;}
	#copyright, #regulatory-logos {float: none; text-align: center; margin-bottom: 1em;}
	}

