@charset "utf-8";

/*--------------------------------------------

				Defaults
				
---------------------------------------------*/
article, aside,
details, figcaption, figure,
footer, header, hgroup,
menu, nav, section {display:block;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
margin: 0;
padding: 0;
border: 0;
outline: 0; 
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"‘ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
.left {
float: left;
width: auto;
}
.right {
float: right;
width: auto;
}
.clear {
clear: both;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
a {
color: #42708f;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
input, select {
color: #878684;
}
input.image {
border: none;
}
.hidden {
display: none;
}
.print_page {
display: none;
}
.preload {
position: absolute;
left: -999em !important;
height: 0px !important;
width: 0px !important;
overflow: hidden;
}


/*--------------------------------------------

				Basics
				
---------------------------------------------*/

body {
font-size: 62.5%;
font-family: Helvetica, Arial, sans-serif;
color: #495160;
width: 960px;
margin: 0 auto;
background: #495160 url(../images/bkg.gif) repeat-x;
position: relative;
}

.spring-mountain-capital {
float: left;
width: 928px;
padding: 0 16px;
background: url(../images/bkg-shadow.png) repeat-y;
}

h1, h2, h3, h4, h5, h6 {
font-family: Frutiger, Arial, Helvetica, sans-serif;
}

/*--------------------------------------------

				Header
				
---------------------------------------------*/

.header {
float: left;
width: 928px;
background: url(../images/bkg-header.gif) repeat-x;
height: 145px;
}

.inner .header {
height: 96px;
background: url(../images/bkg-header-inner.gif) repeat-x;
}

.header h1 {
float: left;
width: 464px;
height: 145px;
}

.inner .header h1 {
height: 93px;
width: 323px;
}

.header h1 a {
float: left;
width: 100%;
height: 100%;
background: url(../images/logo.gif) left center;
text-indent: -999em;
}

.inner h1 a {
background: url(../images/logo-inner.gif) left center;
}

.login {
float: right;
width: 162px;
padding: 0 55px 0 0;
background: url(../images/login-bkg.gif) left top repeat-y;
position: relative;
z-index: 3;
}

.login .buttons {
float: left;
width: 122px;
padding: 10px 20px 5px;
background: url(../images/bkg-login.gif) left bottom no-repeat;
}

.login .buttons a {
margin: 2px 0;
float: left;
}

.login h2 {
font-size: 1.2em;
line-height: 1.1em;
padding: 0 0 4px;
color: #606060;
}

.login input {
margin: 5px 0 0;
padding: 3px 5px;
width: 120px;
border-top: 1px solid #c5c5c5;
}

.login .submit {
padding: 0;
width: auto;
float: right;
border: none;
}

.login-bottom {
float: left;
width: 162px;
height: 10px;
margin-bottom: -10px;
background: url(../images/login-bottom.png);
}

/*--------------------------------------------

				Navigation - Home
				
---------------------------------------------*/

.nav {
float: left;
width: 929px;
padding: 0 16px;
margin: 0 -16px;
display: inline;
background: url(../images/footer-shadow.png) no-repeat;
text-align: center;
position: relative;
z-index: 2;
}

.nav {
margin: 0;
padding: 0 0 0 40px;
background: url(../images/bkg-nav-inner.gif) repeat-x;
text-align: left;
width: 889px;
}

.inner div.nav {
background: url(../images/bkg-nav.jpg) no-repeat;
padding: 28px 0 0 40px;
border-bottom: 1px solid #ddddde;
}

.nav-bkg {
position: absolute;
top: 0;
left: 50%;
margin-left: -23em;
width: 46em;
height: 3.6em;
z-index: 1;
opacity: 0.9;
filter:alpha(opacity=90);
background: #fff url(../images/footer-shadow.png) center top no-repeat;
}

.nav ul {
display: inline;
width: 46em;
position: relative;
z-index: 2;
}

.nav ul {
float: left;
width: 889px;
}

.nav li {
display: inline;
color: #495160;
text-transform: uppercase;
font-weight: bold;
font-size: 1.3em;
font-family: Frutiger, Arial, Helvetica, sans-serif;
line-height: 2.8em;
}

.inner div.nav li {
font-size: 1.2em;
float: left;
margin-bottom: -1px;
}

.nav li a {
padding: 0 10px 0;
}

.inner div.nav li a {
float: left;
}

.inner div.nav .active {
background: #fafafa;
}

.nav .active a {
color: #007550;
text-shadow: 1px 2px 1px #f8f8f8;
}

.nav li a:hover {
text-decoration: none;
color: #007550;
text-shadow: 1px 2px 1px #f8f8f8;
}

.inner div.nav .active {
border: 1px solid #ddddde;
border-bottom: none;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

/*--------------------------------------------

				Article - Home
				
---------------------------------------------*/

.article {
float: left;
width: 928px;
}

.main {
margin-top: -3.6em;
float: left;
width: 929px;
height: 460px;
background: url(../images/stones.jpg);
position: relative;
z-index: 1;
}

.main .overlay {
position: absolute;
bottom: 40px;
left: 65px;
width: 365px;
padding: 20px 25px;
}

.main .overlay * {
position: relative;
z-index: 2;
}

.main .overlay .overlay-bkg {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #fff url(../images/bkg-overlay.gif) repeat-x left bottom;
opacity: 0.8;
filter:alpha(opacity=80);
box-shadow: 0px 0px 4px #495160;
-moz-box-shadow: 0px 0px 4px #495160;
-webkit-box-shadow: 0px 0px 4px #495160;
}

.main .overlay h2 {
font-size: 1.7em;
font-weight: bold;
line-height: 1.2em;
}

.main .overlay p {
font-size: 1.4em;
line-height: 1.2em;
padding: 10px 0 0;
}

.main .overlay .more {
text-transform: uppercase;
background: url(../images/arrow-more.gif) no-repeat left center;
padding: 0 0 0 15px;
font-weight: bold;
}

/*--------------------------------------------

				Article - Inner
				
---------------------------------------------*/

.inner .article {
background: #fafafa;
padding: 50px 0 0;
}

.inner .content {
background: none;
float: right;
width: 520px;
padding: 0 116px 0 0;
}

.inner .content h2 {
font-size: 1.8em;
line-height: 1.2em;
padding: 0 0 10px;
font-weight: normal;
}

.inner .content h3 {
font-size: 1.4em;
line-height: 1.3em;
padding: 0 0 10px;
font-weight: bold;
}

.inner .content p {
font-size: 1.3em;
line-height: 1.4em;
padding: 0 0 15px;
}

.content dt {
font-weight: bold;
font-size: 1.2em;
line-height: 1.4em;
}

.content dd p {
font-size: 1.2em;
line-height: 1.4em;
}

.faq dt {
background: url(../images/bkg-faq-dt.gif) repeat-x left bottom;
border: 1px solid #d9e4ed;
font-size: 1.4em;
line-height: 2.5em;
padding: 0 20px;
cursor: pointer;
}

.faq dt.active {
cursor: auto;
}

.faq dd {
padding: 0 40px 0;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background: #edf2f6;
overflow: hidden;
}

.inner .content .faq dd p {
padding: 10px 0 20px;
}

.inner .content ul {
font-size: 1.3em;
line-height: 1.4em;
padding: 0 0 5px 15px;
}

.inner .content ul li {
padding: 0 0 10px 15px;
background: url(../images/bullet.gif) left 0.6em no-repeat;
}

.inner .content img.left {
padding: 5px 15px 10px 0;
}

.inner .content .team-pages {
font-size: 1em;
line-height: 1em;
padding: 0;
margin: 0 -60px 0 0;
float: left;
display: inline;
width: 580px;
}

.inner .content .team-pages li {
float: left;
width: auto;
background: #8c9099 url(../images/bkg-team.gif) left bottom repeat-x;
margin: 0 10px 10px 0;
border: 1px solid #c0c1c5;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 0;
}

.inner .content .team-pages li a {
line-height: 3em;
font-size: 1.3em;
color: #e5e5e6;
display: block;
padding: 0 25px 0 30px;
background: url(../images/arrow-team.gif) no-repeat 13px center;
width: 200px;
}

.inner .content .team-pages li a:hover {
color: #fff;
text-decoration: none;
background: url(../images/arrow-team-active.gif) no-repeat 13px center;
}

/*--------------------------------------------

				Sub Nav
				
---------------------------------------------*/

.article .nav {
float: left;
width: 211px;
padding: 0 0 0 3px;
background: none;
text-align: left;
margin: 0;
}

.article .nav li {
float: left;
width: 211px;
font-size: 1.3em;
line-height: 1.2em;
text-transform: none;
font-weight: normal;
padding: 0 0 5px;
}

.article .nav li a {
width: 181px;
padding: 5px 10px 5px 20px;
color: #495160;
float: left;
}

.article .nav li a:hover, .article .nav li a.active {
color: #004785;
text-shadow: none;
background: #fff url(../images/bkg-nav-active.gif) repeat-x left bottom;
}

.article .nav li ul {
float: left;
width: 211px;
background: #ededed;
padding: 3px 0 0 0;
}

.article .nav li ul li {
font-size: 0.85em;
}

.article .nav li ul li a {
background: url(../images/bkg-sub.gif) 2.8em 0.7em no-repeat;
padding: 2px 10px 2px 40px;
width: 161px;
color: #393f4d;
}

.article .nav li ul li a:hover, .article .nav li ul li a.active {
background: url(../images/bkg-sub-hover.gif) 2.8em 0.7em no-repeat;
color: #103571;
}

/*--------------------------------------------

				Pull Quotes
				
---------------------------------------------*/

.quote {
float: left;
width: 181px;
padding: 2.5em 0 0 23px;
font-size: 1.2em;
line-height: 1.4em;
}

.quote q {
font-style: italic;
}

.quote cite {
float: left;
width: 100%;
font-weight: bold;
clear: both;
padding-top: 5px;
}

/*--------------------------------------------

				Aside - Home
				
---------------------------------------------*/

.aside {
float: left;
width: 863px;
padding: 20px 0 20px 65px;
}

.aside .section {
float: left;
width: 210px;
padding: 0 30px 0 40px;
background: url(../images/callout-black.gif) no-repeat;
}

.aside .white {
background: url(../images/callout-white.gif) no-repeat;
}

.aside .section h3 {
font-size: 1.3em;
font-weight: bold;
line-height: 1.4em;
text-transform: uppercase;
text-shadow: 1px 1px 1px #f8f8f8;
}

.aside .section h3 a {
margin: 0 0 -15px -40px;
padding: 0 0 15px 40px;
}

.aside .section p {
font-size: 1.2em;
line-height: 1.3em;
}



/*--------------------------------------------

				Aside - Inner
				
---------------------------------------------*/

.inner .aside {
float: left;
width: 634px;
padding: 30px 0 30px 295px;
margin-top: 50px;
background: #fff url(../images/bkg-aside.gif) repeat-x;
}

.inner .aside .section {
float: left;
width: 200px;
padding: 0 30px 0 40px;
background: url(../images/fpo-callout.gif) no-repeat;
}

/*--------------------------------------------

				Cotact us
				
---------------------------------------------*/

.left-column {
width: 175px;
float: left;
padding: 0 25px 0 0;
}

.left-column input, .sideForm input[type=text] {
width: 165px;
padding: 2px;
border: 2px inset #DAEEE8;
}

.left-column select {
width: 165px;
padding: 2px;
}

.right-column {
float: right;
width: 320px;
}

form label {
float: left;
width: 100%;
}

form textarea {
border: 2px inset #DAEEE8;
width: 318px;
}

.right-column textarea {
width: 380px;
}

.right-column input {
float: right;
}

.error {
font-weight: bold;
color: red;
padding: 2px 5px 5px;
font-size: 0.9em;
width: auto;
}

/*--------------------------------------------

				Footer
				
---------------------------------------------*/

.footer {
float: left;
width: 890px;
background: url(../images/footer-shadow.png) no-repeat;
color: #fff;
line-height: 1.2em;
padding: 20px 35px;
}

.footer li {
float: left;
padding: 0 5px 0 0;
}

.footer li a {
color: #fff;
}

/*--------------------------------------------

				Sidebar Form
				
---------------------------------------------*/

.sideForm {
	width: 210px;
	padding: 0 0 0 3px;
	float: left;
	border-top: 1px solid #999;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 2em;
	padding: 2em 0px 0px 23px;
}

.sideForm input{
	margin-top: 8px;
}

.sideForm .submit{
	margin-left: 105px;
}

.sideForm h3{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
}



 	


.content> .section {background:#fff; -moz-border-radius:3px; -webkit-border-radius:3px; }
.section .section {overflow:hidden; padding:19px; margin:0 0 26px;}
.section .section a.more {display:inline-block; background:url(../images/grad_button_more.png); height:26px; line-height:26px; padding:0 10px; font-size:12px; font-weight:bold; color:#103571; border:1px solid #d2dee8;}
#MediaCenter .col.left {float:left;}
#MediaCenter .col.right {float:none; width:auto; overflow:hidden;}
#MediaCenter li {padding:0 0 8px 0; background:0;}
#MediaCenter .list {padding:0;}
#MediaCenter .list .item {padding-left:0; background:none;}
.list .date {display:block; font-weight:bold; color:#393f4d;}
.list .title {font-weight:bold; color:#103571;}
#MediaCenter {width:630px; padding:0 19px 0 0;}
#News {float:left; width:259px; margin-right:5px;}
#Press {overflow:hidden;}
#Downloads {clear:both;}
#Downloads .col.left {width:316px; margin-right:19px; position: relative;}
#Downloads .col.left input[type="checkbox"] {float:left; margin:3px 10px 10px 0;}
#Downloads .col.left label {float:none; display:block; width:auto; margin:0 0 10px; overflow:hidden;}
#Downloads .col.left label.error {position: absolute; top: 95px; }
#downloadForm {width:auto; margin:0; padding:0; border:0;  overflow:hidden;}
#Downloads .col.right {padding:24px 19px; background:#fafafa; -moz-border-radius:3px; -webkit-border-radius:3px;}
#MediaCenter h3 {font-size: 16px; font-family: Arial; font-weight: bold; color:#007550;}
#Photos .col.left {width:264px; margin:0 19px 24px 0;}
#image_wrap {width:264px; height:191px; text-align:center; background-image:url(../images/bg_slide.png);}
#image_wrap img {display:block; width:252px; height:179px; padding:6px 0 0 6px;}
._scrollable {position:relative; width:257px; height:82px; background-color:#f8f8f8; background-image:url(../images/bg_scrollable.png);}
    .scrollable {position:relative; width:208px; height:62px; padding-top:10px; margin:0 auto; overflow:hidden; }
    .scrollable .items {width:20000em; position:absolute; clear:both;}
    .scrollable .active {border:1px solid black; position:relative;	cursor:default;}
    a.browse {position:absolute; top:50%; margin-top:-8px;	background-image:url(../images/arrow_L_slider.png);	display:block;	width:16px;	height:16px; cursor:pointer;}
    a.right {right:5px; background-image:url(../images/arrow_R_slider.png);}
    a.left {left:5px;} 
    a.disabled {visibility:hidden !important;}
#Photos ul {padding:0;}
#Photos li {float:left; width:63px; height:62px; margin:0 3.5px; background-image:url(../images/bg_slide_sm.png);}
#Photos li img {display:block; width:49px; height:48px; padding:4px; margin:3px;   background-color:#fff;}
#Photos a.more {float:left; clear:both;}


p.quiet img{
	margin: 0 0 0 19px;
}

#unlocked{
	margin-left: 25px;
} 

.indent{
    margin-left: 30px;
}

.fixul.content ul{font-size: 13px; list-style-type: disc;}
.fixul.content ul li ul{list-style-type: circle; padding-left: 30px;}
.fixul.content ul li ul li ul{list-style-type: square; padding-left: 30px; margin-top: 4px;}
.fixul.content ul li{background: none; padding-left: 0; padding: 2px;}
