

body {
	font-size: 16px;
	line-height: 24px;
	font-family: open_sans_regular, open_sans,'Open Sans',  "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;

}


a{
	color: #0071bc;
	text-decoration: none;
	/* border-bottom: 1px solid #a3dbff; */
}

a:hover{
	color: #134868;
	border-bottom-color: #0071bc;
}

#left_margin{
	width: 3%;
	float: left;
	height: 100%;
}




#account_container{
	background: #0071BC;
	padding: 1.5em 1em .75em 1em;
	float: right;
	width: 15%;
	-moz-box-shadow: 0 0 4px #888888;
	-webkit-box-shadow: 0 0 4px #888888;
	box-shadow: 0 0 10px #888888;
	position: absolute;
	top: 0px;
	right: 20px;
	border-radius: 0px 0px 7px 7px;
	
}

#account_container a{
	color: white;
	border-bottom-color: #6ab7f2;
	font-size: .89em;
}

#account_container a:hover{
	color: #6ab7f2;
	

}

div.medium {
	width: 160px;
	height: 100px;
	
}

div.small {
    width: 120px;
	height: 80px;
	
}

div.big{
	width: 260px;
	height: 180px;
}

.video-container{
	float: left;
    margin-right: 2em;
}

.video-container .title{
	font-size: .75em;
	padding-top: 1em;
	line-height: 1.4;
	float: left;
}

.two-col .video-container{
    width: 40%;
    margin:8px;
}

.four-col .video-container{
    width: 30%;
    margin:1em;
    margin-bottom: 7em;
}

.video{
	width: 100%;
	/*height: 100%;*/
	float: left;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 3px #1a3951;
	border: 4px solid #1b75bb;
	
}

.video:hover{
    border-color: black;   
}

.video img{
	width: 100% !important;
}

.video-title{
	font-size: .75em;
	text-align: center;
	width: 100%;
	background: url(/resources/images/inline_video.png) no-repeat 0 0;
	padding-left: 24px;
	padding-bottom: 2px;
	border: none;
	text-decoration: underline;
	line-height: 1.2;
	position: relative;
	top: .75em;
}

.play-button{
	width: 100%;
	height: 100%;
	float: left;
	margin-top: -70%;
	position: relative;
    
	
}
a.video-link:hover .play-button img{
	opacity: 1;
}
.play-button img{
	width: 70%;
	margin-left: 15%;
	margin-top: 5px;
    margin-bottom: -5px;
	opacity: .7;
}

.bottom-content{
	float: left;
	width: 100%;
	background: url(/resources/images/shadow_down_short.png) no-repeat;
	margin-top: 3em;
	padding-top: 3em;
	overflow: hidden;
}




.feedback{
    float: left;
    margin-bottom: 3em;
    margin-left: 4%;
    m
}



.quote p{
    width: 80% !important;
    font-size: 1.2em;
    text-indent: -.75em;
    font-style: italic;

}

.author{
    width: 80%;
    float: left;
    
}

.author ul{
    float: right;
    padding-right: 1em;
    margin-top: .5em;
}

.author-name{
    font-weight: bold;
    margin-top: .5em;
}

.author-desc{
    color: gray;
    line-height: 1;
}

.quote strong{
	color: gray;
	font-weight: normal;
	font-size: 1.5em;
}


.glance-main{
	float: left;
	width: 80%;
	
}


.knee{
	background: #afafb5;
	float: left;
	width: 100%;
	-webkit-border-radius: 7px;
	position: relative;
	z-index: 90;
	top: 1em;
	border-bottom: 1px solid gray;
	padding: 1em 0;
	margin-bottom: 4em;
	font-size: .89em;
}
.knee-list{
	margin-left: 2em;
	width: 16%;
	float: left;
}

.knee-list ul{
    margin-bottom: 2em;
    line-height: 1.2;
}

.knee-list ul li{
    margin-bottom: 1em;   
}

.knee-list-long{
	margin-left: 3em;
	width: 35%;
	float: left;
}

.knee a{
	color: white;
	border: none;
	text-decoration: underline;
}
.knee a:hover{
	color: white;
	background: silver;
}

.knee i{
	font-style: normal;
	font-size: .89em;
	color: #535360;

}

.knee h5{
	font-size: 1em;
	color: black;
	margin-bottom: .5em;
    -moz-text-shadow: 0 1px 1px white;
    -webkit-text-shadow: 0 1px 1px white;
    text-shadow: 0 1px 1px white;
}

.knee h5 a{
	font-weight: normal;
	color: white;
	text-shadow: none;
}

.knee ul{
	font-size: .89em;
	
}

.knee ul.long-line li{
	margin-bottom: 1.25em;
	line-height: 1.4;
}

a.follow-us{
	color: #535360 !important;
	background: white url(/resources/images/twitter_small.png)  no-repeat 2px 2px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 1em;
	text-decoration: none;
	font-weight: bold !important;
	border-bottom: 1px solid gray;
}

a.follow-us:hover{
	border-bottom: 1px solid #535360;
	background: white url(../images/twitter.png) no-repeat 2px 2px;
	color: black !important;
}

.main-container{
	width: 100%;
	background: white;
	float: left;
	position: relative;
	z-index: 100;
	padding-bottom: 2em;
	
}

.main-container + .main-container{
	margin-top: 1em;
	}

a.button-solution-park{
	border: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: url(/resources/images/gradient_back_48x41.png) repeat-x 0 -5px #0071BC;
	color: white;
	text-shadow: 0 -1px 1px #0a71a5;
	-moz-shadow: 0 -1px 1px #0a71a5;
	-webkit-shadow: 0 -1px 1px #0a71a5;
	padding: .25em 1em;
	-webkit-box-shadow: 0 0 5px #5e1719;
	font-weight: bold;
	font-size: .89em;
	margin-left: .5em;

}	
.right{
	float: right !important;
}

a.button-solution-park:hover{
	background-color: #094868;
}



.submenu{
	float: left;
	width: 100%;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	padding: .5em 0 0 0;
	
}


.submenu ul {
	float: left;
	margin-left: 1em;
	padding-bottom: .5em;
	padding-right: 1em;
}

.submenu ul li{
	display: inline;
	
}

.submenu ul li a{
	padding: .5em 1em .5em 1em;
	font-size: .89em;
	color: black;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px;
	border: none;
	line-height: 2.5;

}

.submenu ul li a span{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #000000;
	padding: .25em .5em;
	font-weight: bold;
}

.submenu ul li a.selected{
	background: black;
	color: white;
}


a.follow_us{
    padding: .5em;
    padding-left: 24px;
    background: white url(/resources/images/twitter_small.png) no-repeat 3px 10px ;
    color: black;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
     border-radius: 3px;
     border-bottom: 1px solid black;
     text-decoration: none;
}

a.follow_us:hover{
     background: white url(/resources/images/twitter_small_hover.png) no-repeat 3px 10px !important;
     color: black;
}

.img-list{
    float: left;
    width: 100%;
    
}

.img-list span.image{
    float: left;
    -webkit-box-shadow: 0 0 4px #888;
    -moz-box-shadow: 0 0 4px #888;
    box-shadow: 0 0 4px #888;
    margin: 10px;
    overflow: hidden;
    
}

.img-list span.image:hover{
     border: 1px solid black;
     margin: 9px;
}

.two-col span.image {
    width: 40%;
    
}

#download_pdf #content{
	padding: 1em;
	
}

#download_pdf h1{
	font-size: 2em;
	line-height: 1.2;
	margin-bottom: 2em;
	
}

#download_pdf h2{
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: .5em;
	
}

table.downloads{
	
	font-size: 1.25em;
	line-height: 1.5;
}

table.downloads thead{
	color: gray;
	border-bottom: 1px solid silver;
}

table.downloads td{
	padding: .25em 2em .25em .25em;
}

table.downloads small{
	font-size: .6em;
	color: gray;
}


a.button_get_pdf_small{
	background: url(/resources/images/pdf-icon-small.jpeg) no-repeat right;
	padding-right: 28px;
	border: none;
	text-decoration: underline;
	font-size: .89em;
}

a.button_get_pdf_small:hover{
	background: url(/resources/images/download_arrow.png) no-repeat right;
}

a.beige-button{
	float: left;
	height: 64px;
	background: url(../resources/images/beige_glance_center.png) repeat-x;
	line-height: 2.75;
}

a.beige-button img{
	margin-top: 8px;
	margin-right: 10px;
	float: left;
}

a.beige-button .bb-left{
	float: left;
	height: 64px;
	width: 19px;
	background: url(../resources/images/beige_glance_left.png) no-repeat left;
}

.blue {
background-color: #0A71A5;
color: white;
}

.huge {
font-size: 1.25em;
background-image: url(/resources/images/button_gradient_big.png);
background-repeat: repeat-x;
}

.button-dwn {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 1px gray;
	-moz-box-shadow: 0 0 1px gray;
	box-shadow: 0 0 1px gray;
	padding: .5em .5em;
	border: none;
	display: block;
}

.blue:hover {
background-color: #094A6B;
color: white;
}

a.beige-button .bb-right{
	float: right;
	height: 64px;
	width: 36px;
	background: url(../resources/images/beige_glance_right.png) no-repeat left;
}

.bt-dw{
	margin-top: 1em;
	float: left;
	width: 302px;
	height: 52px;
	background: url(../resources/images/bt_dwnlo_sb.png) no-repeat;
	
}

.bt-dw-small{
	margin-top: 1em;
	float: left;
	width: 152px;
	height: 72px;
	background: url(../resources/images/bt_dwnlo_sb_small.png) no-repeat;
	
}

.bt-dw-small:hover{
	background: url(../resources/images/bt_dwnlo_sb_small_hover.png) no-repeat;
	cursor: pointer;
}

.bt-dw:hover{
	background: url(../resources/images/bt_dwnlo_sb_hover.png) no-repeat;
	cursor: pointer;
}


.gvideo {
background-repeat: no-repeat;
background-position: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
border: 1px solid black;
position: relative;
z-index: 100;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     margin-bottom: 10px;
}

.gsample {
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
border: 1px solid silver;
position: relative;
z-index: 100;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);

}


.sm-title{
	font-size: .75em;
	text-align: center;
	margin-left: 25%;
}

.gplay:hover {
	background-image: url(../resources/images/gplay_h.png);
}

.gtitle{
	font-size: .75em;
text-align: center;
/* margin-left: 25%; */
border: none !important;
text-decoration: underline;
line-height: 1em;
}

.gplay {
	background: url(../resources/images/gplay.png) center no-repeat;
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 120;
}

.sl-glance-video{
	float: left;
	width: 35%;
	margin-top: 1em;
	margin-left: 5%;
}

.sl-glance-sample{
	float: left;
	width: 25%;
	margin-top: 1em;
	margin-right: 10%;
}

.look-at-glance{
	background: url(../resources/images/look_at_glance.png) no-repeat;
	float: right;
	width: 111px;
	height: 34px;
}




.sidebar{
	float: left;
	width: 200px;
	margin-left: 4em;
	margin-bottom: 5em;
}

.sidebar a+a{
	margin-top: 1.5em;
}

.sd-block{
	float: left;
	width: 100%;
}

.sd-block + .sd-block{
	margin-top: 1.5em;
	padding-top: 1.5em;
}

.smpl-border{
	float: left;
	position: absolute;
	width: 164px;
	height: 116px;
	background: url(../resources/images/smpls_border.png) no-repeat;
	z-index: 101;
}

.samples {
	margin-top: 1em;
}

.samples img{
    float: left;
    height: 99px;
    margin-left: 12px;
    margin-top: 5px;
    width: 140px;
}

.sd-readings a{
	font-size: .89em;
	line-height: 1.4;
}

.sd-readings div+h3{
	margin-top: 2em;
}
.sd-readings div{
	margin-top: .75em;
}

.blue {
	background-color: #0A71A5;
	color: white !important;
}

.huge {
	font-size: 1.25em;
	background-image: url(/resources/images/button_gradient_big.png);
	background-repeat: repeat-x;
}
.button-d {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 1px gray;
	-moz-box-shadow: 0 0 1px gray;
	box-shadow: 0 0 1px gray;
	padding: .5em .5em;
	border: none;
	float: left;
	border-image: initial;
	text-align: center;

}

.sl-sd-video{
	width: 150px;
	float: left;
	margin-top: 1em;
	
}

a.info{
	font-size: .89em;
	background: no-repeat url(../resources/images/pics.png); 
	height: 20px;
	float: left; 
	padding-left: 25px;
	line-height: 1.5;
}

a.info:hover{
	background-position-y: -20px;
	
}

a.info span.ico{
	width: 19px;
	height: 19px;
	background: no-repeat url(../resources/images/pics.png); 
}

#home #top #account_login a, .head #top #account_login a, #top #account_login a, #account_login a {
    border: medium none;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.7em !important;
    margin: 0;
    padding: 0;
    text-shadow: none;
}

body#news #footer {
	border-top: 1px solid #9C9C9C;
	margin-top: 4em;
}
