/***********************
Base
***********************/
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	line-height:1.4;
}
::-moz-selection { 
	background: #036; 
	color: #fff; 
	text-shadow: none; 
}
::selection { 
	background: #036; 
	color: #fff; 
	text-shadow: none; 
}

/***********************
Links
***********************/
a { 
	color: #36c;
	text-decoration:none; 
}
a:visited { 
	color: #551a8b; 
}
a:hover, a:focus, a:active { 
	color: #039; 
	text-decoration:underline; 
	outline: 0;
}
a:focus {
	outline: thin dotted;
}
a.white { 
	color: #fff;
	text-decoration:none; 
}
a.white:visited { 
	color: #ccc; 
}
a.white:hover, a.white:focus, a.white:active { 
	color: #fff; 
	text-decoration:underline; 
	outline: 0;
}
a.gray { 
	color: #666;
	text-decoration:none; 
}
a.gray:visited { 
	color: #551a8b;
}
a.gray:hover, a.gray:focus, a.gray:active { 
	color: #333; 
	text-decoration:underline; 
	outline: 0;
}
a.underline {
	text-decoration:underline; 
}
a.underline:visited { 
	text-decoration:underline; 
}
a.underline:hover, a.underline:focus, a.underline:active { 
	text-decoration:none; 
}

/***********************
Typography
***********************/
/*
base = 12px
h1 = 1.6em = 19px
h2, h3 = 1.25em = 15px
h4 = 1em = 12px
*/
h1, h2, h3, h4 {
	color:#555;
}
h1 {font-size:1.6em;}
h2 {font-size:1.25em;}
h3 {font-size:1.25em;}
h4 {font-size:1em;}
h1 {
	margin:0 0 .5em 0;
	line-height: 1.125;
}
h1 span {
	text-transform: uppercase;
	color:#999;
	font-size:11px;
	font-weight:normal;
}
h2, h3 {
	margin:0 0 .3em 0;
}
h4, h5, h6 {
	margin:0 0 .2em 0;
}
section, article, hgroup, nav, figure, aside,
table, form,
p, dl, ul, ol {
	margin:0 0 1.5em 0;
}
blockquote {
	margin:0 0 0 40px;
}
ul ul,
ol ol {
	margin-bottom:0;
}
dt {font-weight:bold;}
dd {margin-left:40px;}
nav ul, nav ol {
	margin: 0; 
	padding: 0; 
}
dl.alt dd {
	margin-left:0;
	margin-bottom:1em;
}
ul.std {
	overflow:hidden;
	zoom: 1;
}

/*********************   
margin bottom
*********************/
.marginbottom_one, .marginbottom_one li {margin-bottom:1em;}
.marginbottom_half, .marginbottom_half li {margin-bottom:.5em;}
.marginbottom_quarter, .marginbottom_quarter li {margin-bottom:.25em;}
.marginbottom_none, .marginbottom_none li {margin-bottom:0;}

/*********************   
clear
*********************/
.clear {
height: 0;
clear: both;
}
.clear-std {
clear: both;
}

/***********************
containers
***********************/
.wrapper_std {
	padding:0 20px 5px;
}
#container {
	width:983px;
	margin:0 auto;
	border:1px solid #ccc;
	overflow:visible;
}
#content {
	overflow:visible;
	clear:both;
}
.col1,
.col2_lg,
.col2_sm,
.col2_inner_lg,
.col2_inner_lg.w_supp,
.col2_inner_sm,
.col2_lg_var1,
.col2_sm_var1,
.col2_inner_lg_var1,
.col2_inner_sm_var1,
.col2_inner_lg_var2,
.col2_inner_sm_var2{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.col1 {
	padding: 0 20px 20px;
}
.col2_lg {
	float:right;
	width:76%;
	padding: 0 20px 20px;
	background-color:#fff;
}
.col2_sm {
	float:left;
	width:24%;
	padding:0 0 20px 20px;
}
	.col2_inner_lg {
		width:100%;
	}
	.col2_inner_lg.w_supp {
		float:left;
		width:73%;
		padding: 0 20px 0 0;
	}
	.col2_inner_sm {
		float:right;
		width:27%;
		padding:0;
	}
.col2_lg_var1 {
	float:left;
	width:79%;
	padding: 0 20px 20px;
}
.col2_sm_var1 {
	float:right;
	width:21%;
	padding:0 20px 20px 0;
}
	.col2_inner_lg_var1 {
		float:right;
		width:60%;
		padding: 0 0 0 20px;
	}
	.col2_inner_sm_var1 {
		float:left;
		width:40%;
		padding:0;
	}
	.col2_inner_lg_var2 {
		float:right;
		width:71%;
		padding: 0 0 0 20px;
	}
	.col2_inner_sm_var2 {
		float:left;
		width:29%;
		padding:0;
	}

/***********************
share tool
***********************/
.sharetool_wrapper {
	margin: 5px 10px 5px 0;
}

/******************** 
buttons
*********************/
/* firefox button padding fix */
::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button.standardbtn,
input.standardbtn {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
input.standardbtn,
button.standardbtn {
	border-radius: 3px;
	/* gradients */
  	background-image: linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fff),
		color-stop(1, #ccc)
	);
	border: 1px solid #ccc;
	border-color: #ccc #999 #999 #ccc;
	cursor: pointer;
	color: #333;
	font-weight:bold;
	line-height:1.25;
	outline: 0;
	overflow: visible;
	padding: 2px 8px;
	text-shadow: white 0 1px 1px;
	width: auto;
	*padding-top: 0;
	*padding-bottom: 0;
}
.no-cssgradients input.standardbtn,
.no-cssgradients button.standardbtn {
  	background-color: #ddd;
}
input.standardbtn:hover,
input.standardbtn:focus,
button.standardbtn:hover,
button.standardbtn:focus {
	background-color:#333;
	color:#fff;
	/* gradients */
	background-image: linear-gradient(top, #ccc 0%, #333 100%);
	background-image: -o-linear-gradient(top, #ccc 0%, #333 100%);
	background-image: -moz-linear-gradient(top, #ccc 0%, #333 100%);
	background-image: -webkit-linear-gradient(top, #ccc 0%, #333 100%);
	background-image: -ms-linear-gradient(top, #ccc 0%, #333 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #ccc),
		color-stop(1, #333)
	);
	text-shadow: none;
}
.no-cssgradients input.standardbtn:hover,
.no-cssgradients input.standardbtn:focus,
.no-cssgradients button.standardbtn:hover,
.no-cssgradients button.standardbtn:focus{
	background-color:#333;
}
input.standardbtn:active,
button.standardbtn:active {
	/* gradients */
	background-image: linear-gradient(top, #333 0%, #ccc 100%);
	background-image: -o-linear-gradient(top, #333 0%, #ccc 100%);
	background-image: -moz-linear-gradient(top, #333 0%, #ccc 100%);
	background-image: -webkit-linear-gradient(top, #333 0%, #ccc 100%);
	background-image: -ms-linear-gradient(top, #333 0%, #ccc 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #333),
		color-stop(1, #ccc)
	);
	border-color: #999 #ccc #ccc #999;
}
.no-cssgradients input.standardbtn:active,
.no-cssgradients button.standardbtn:active {	
	background-color: #333;
}

/***********************
misc styles
***********************/
/* colored text */
.white {color:#fff;}
.gray {color:#666;}

/* external links */
a.external,
a.external-white,
a.external-gray {
	background: transparent url(../images/img-ui/ui_sprite_global.png) 100% 3px no-repeat;
	padding-right: 14px;
}
a.external-white {
	background-position:100% -29px;
}
a.external-gray {
	background-position:100% -61px;
}
a.external span,
a.external-white span,
a.external-gray span {
	position:absolute; 
	left:0; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
}
/* back to and more */
.link_back {
	background-image: url(../images/img-ui/ui_sprite_global.png);
	background-repeat: no-repeat;
	background-position: 0 -123px;
	padding-left:10px;
}
a.guillemet-right,
a.guillemet-right-white,
a.guillemet-right-gray {
	background: transparent url(../images/img-ui/ui_sprite_global.png) 100% -91px no-repeat;
	padding-right: 13px;
}
a.guillemet-right-white {
	background-position:100% -123px;
}
a.guillemet-right-gray {
	background-position:100% -155px;
}
a.guillemet-left,
a.guillemet-left-white,
a.guillemet-left-gray {
	background: transparent url(../images/img-ui/ui_sprite_global.png) 0 -187px no-repeat;
	padding-left:9px;
}
a.guillemet-left-white {
	background-position:0 -219px;
}
a.guillemet-left-gray {
	background-position:0 -251px;
}
/* back to top */
.backtotop,
.backtotop-white,
.backtotop-gray {
	text-align:right;
}
.backtotop a,
.backtotop-white a,
.backtotop-gray a {
	background: transparent url(../images/img-ui/ui_sprite_global.png) 0 -285px no-repeat;
	padding-left:11px;
}
.backtotop-white a {
	background-position:0 -317px;
}
.backtotop-gray a {
	background-position:0 -349px;
}

/***********************
three column lists group
***********************/
.col_lists_group {
	list-style:none;
	padding:15px 15px 10px;
	margin:0 0 1.5em;
	overflow:hidden;
	background-color:#f8f8f6;
	border-top:1px solid #ccc;
}
.col_lists_group li {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	width:33.3%;
	padding: 5px 20px;
	margin: 0;
	overflow:hidden;
	float:left;
}
.col_lists_group li img {
	clear:left;
	float:left;
	margin: 0 8px 5px 0;
}
.bg_content {
	padding:20px;
	background-color:#f8f8f6;
}
.intro_box_wrapper {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin-bottom:1.25em;
}
.intro_box {
	padding:15px 150px; 
	background-color:#e8e8e4;
	text-align:left;
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
}
.intro_box p {
	margin:0;
}

/***********************
Mobile Support
***********************/
@media screen and (max-width: 980px) {
#container {
	width:100%;
	border:0;
}
}
@media screen and (max-width: 810px) {
.col2_inner_lg.w_supp,
.col2_inner_sm {
	width:100%;
	float:none;
	padding: 0;
}
.col2_lg_var1 {
	width:100%;
	float:none;
}
.col2_sm_var1 {
	width:100%;
	float:none;
	padding: 20px;
}
}
@media screen and (max-width: 650px) {
.col2_lg {
	width:100%;
	float:none;
}
.col2_sm {
	width:100%;
	float:none;
	padding:20px;
}
.col2_sm.blank {
	display:none;
}
.col2_inner_lg.w_supp,
.col2_inner_sm, 
.col2_inner_lg_var1,
.col2_inner_sm_var1 {
	width:100%;
	float:none;
	padding: 0;
}
.intro_box {
	padding:15px 100px;
}

}
@media screen and (max-width: 480px) {
body { 
	font-size: 14px;
}
.col2_lg {
	padding: 8px 20px 20px;
}
.col2_inner_lg_var2,
.col2_inner_sm_var2 {
	width:100%;
	float:none;
	padding: 0;
}
.wrapper_std,
.col1,
.col2_lg,
.col2_sm,
/*.col2_inner_lg,
	.col2_inner_lg.w_supp,
	.col2_inner_sm,*/
	.col2_lg_var1,
.col2_sm_var1/*,
.col2_inner_lg_var1,
	.col2_inner_sm_var1,
	.col2_inner_lg_var2,
	.col2_inner_sm_var2*/ {
		padding-right:10px;
		padding-left:10px;
	}
.intro_box {
	padding:15px 50px;
}
}
@media screen and (max-width: 320px) {

}

/***********************
Print styles
***********************/
@media print {
* { /*background: transparent !important; color: black !important; */text-shadow: none !important; /*filter:none !important; -ms-filter: none !important; */} /* Black prints faster: h5bp.com/s */
a, a:visited { text-decoration: underline; }
/*a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }*/  /* Don't show links for images, or javascript/internal links */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
#container {width:100%;border:0;}
#nav {display:none;}
#main {float:none;width:100%;}
.sharetool_wrapper {display:none;}

.col2_inner_lg.w_supp,
.col2_inner_sm {
	width:100%;
	float:none;
	padding: 0;
}
.col2_lg_var1 {
	width:100%;
	float:none;
}
.col2_sm_var1 {
	width:100%;
	float:none;
	padding: 20px;
}
}