@import 'flexslider.css';
@import 'fonts/stylesheet.css';
@import 'navigation.css';
@import 'blog.css';
@import 'form.css';
@import 'textimg.css';
@import 'highlights.css';
@import 'ui.dropdownchecklist.themeroller.css';


.wide{display:none !important;}
.tablet{display:none !important;}
.smartphone{display:none !important;}
.desktop{display:block !important;}

body{
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 23px;
	color: #3e3e3e;
	margin:0px;
	background: url("../images/bg.gif") top left;
}


::-moz-selection {
	background:#1e4376;
	color:white;
}
::selection {
	background: #1e4376;
	color:white;
}



h1{
	font-family: 'cordalight';
	font-size: 40px;
	line-height: normal;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
}

h2{
	font-family: 'cordalight';
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	color: #234d88;
}

h3{
	
}

hr{
	border: none;
	border-bottom: 1px dotted #cbcbcb;
	margin: 0px;
}

a{
	color: #1d4374;
	text-decoration: none;
	
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
	max-width: 100%;
	height: auto;
	border: 1px solid #d9d8d8;	
}

img,
iframe,
object{
	max-width: 100%;
}

#header img,
#footer img{
	border: none;
}

img.image_left{
	float: left;
	margin-right: 50px;
}

img.image_right{
	 float: right;
	 margin-left: 50px;
}

ul.download_files{
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
}

ul.download_files li{
	background: url("../images/bg-form.gif") top left;
	border: 1px solid #eaeaea;
	margin: 5px 0px;
	padding: 10px 12px;
}

ul.download_files li a{
	text-decoration: none;
}

ul.download_files li a:hover{
	text-decoration: underline;
}

ul.download_files li img{
	margin-bottom: -4px;
	border: none;
}

table{
	border-top: 1px dotted #cbcbcb;
}

table tr{
}

table tr td,
table tr th{
	text-align: left;
	vertical-align: top;
	padding: 15px 55px 15px 0px;
	border-bottom: 1px dotted #cbcbcb;
}

table tr td:last-child,
table tr th:last-child{
	padding-right: 0px;
}

p.legend{
	margin-top: 0px;
	font-size: 11px;
	line-height: normal;
	font-style: italic;
}

/***** Layout *****/

/** Leaderboard **/

#leaderboard{
	width: 100%;
	padding: 20px 0px;
}

/** Header **/

#header{
	height: 105px;
	border:1px solid #bebdbd;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 99;
	transition: transform 350ms;
}

@media (min-width: 980px) {
	#header.scrolled {
		transform: translateY(-75px);
	}
}

#header #content_header{
	padding: 0px 2% 0px 2%;
}

#header #content_header #logo{
	width: 370px;
	height: 42px;
	padding-top:43px;
	?padding-top:0px;
	?margin-top:-80px;
	overflow: hidden;
	float: left;
}

#header #content_header #header_right{
	display: inline-block;
	float: right;
	padding-top: 18px;
}

#header #content_header .link_top{
	display: inline-block;
	float: right;
	overflow: hidden;
}

#header #content_header .link_top a{
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	overflow: hidden;
	margin-left: 4px;
	-webkit-transition: background 500ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
}

#header #content_header .link_top a.rss{
	background: url("../images/rss.gif") top left no-repeat;
}

#header #content_header .link_top a.newsletter{
	background: url("../images/newsletter.gif") top left no-repeat;
}

#header #content_header .link_top a.rss:hover{
	background: url("../images/rss-hover.gif") top left no-repeat;
}

#header #content_header .link_top a.newsletter:hover{
	background: url("../images/newsletter-hover.gif") top left no-repeat;
}

/***** Main *****/

#main{
	width: 100%;
	padding-top: 105px;
}

#main #content_main{
	padding: 0px 2% 0px 2%;
}

#main #content_main #default{
	background: #fff;
	border: 1px solid #bebdbd;
	margin-top: 55px;
	padding: 30px;
}

#main #content_main #default .content{
	margin-bottom: 20px;
}

/** Home **/

#main #content_main #home_top{
	clear: both;
	width: 100%;
}

#main #content_main .show_top{
	width: 868px;
	margin: auto;
	margin-bottom: 35px;
	position: relative;
}

#main #content_main .show_top span{
	width: 31px;
	height: 23px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	margin-top: -1px;
	float: right;
	margin-right: 9px;
}

#main #content_main .show_top span.close{
	background: url("../images/close.png") top left no-repeat;
	
}

#main #content_main .show_top span.open{
	background: url("../images/open.png") top left no-repeat;
	display: none;
	margin-top: -34px;
	?margin-top:0px;
	position: absolute;
	z-index: 99;
	right: 0;
}

#main #content_main #home_default{
	clear: both;
	width: 100%;
	?width:876px;
	margin:auto;
}

#main #content_main #home_default #default_left{
	display: inline-block;
	float: left;
	?width:602px;
}

#main #content_main #home_default #default_right{
	width: 252px;
	padding:9px;
	padding-bottom:23px;
	float: left;
	background: #1E4376;
	border: 1px solid #18365f;
	margin-top: 155px;
	?margin-top:228px;
	color: #fff;
}

#main #content_main #home_bottom{
	clear: both;
	width: 100%;
	margin-top: 5px;
}

#main #content_main #home_bottom .content{
	margin-right: 30px;
}

#main #content_main #home_bottom .powered{
	float: left;
	font-family: 'cordalight';
	font-size: 28px;
	line-height: 25px;
	/*text-shadow: 1px 1px 1px #a9a9a9;
	color: #fff;*/
	color: #1d4374;
	text-shadow: 1px 1px 1px #efeeee;
	padding: 20px 0px;
	width: 580px;
}

#main #content_main #home_bottom .powered a{
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

/*#main #content_main #home_bottom .powered:hover a{
	color: #1d4374;
	text-shadow: 1px 1px 1px #efeeee;
}*/

#main #content_main #home_bottom .powered a{
	color: #1d4374;
	text-shadow: 1px 1px 1px #efeeee;
	text-decoration: none;
}

#main #content_main #home_bottom .powered p{
	margin: 0px;
}

#main #content_main #home_bottom .powered span{
	display: block;
	font-size: 16px;
	line-height: 30px;
}

#main #content_main #home_bottom .powered .logo_cc{
	border: none;
	float: right;
	margin-top: 11px;
	display: block;
	height: 49px;
	width: 128px;
	
	background: url("../images/logo-cc-hover.png") top left no-repeat;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#main #content_main #home_bottom .powered:hover .logo_cc{
	/*background: url("../images/logo-cc.png") top left no-repeat;*/
}

/** Left Right **/

#main #content_main #left,
#main #content_main #right{
	float: left;
}

#main #content_main #left{
	width: 10%;
	padding-top: 96px;
}

#main #content_main #right{
	width: 88%;
	margin-left: 2%;
}

/***** Footer *****/

#footer{
	height: 68px;
	width: 100%;
	background: #fff;
	border: 1px solid #bebdbd;
	border-left:none;
	border-right:none;
	font-size: 11px;
	line-height: normal;
	margin-top: 30px;
	clear: both;
}

#footer #content_footer{
	padding: 0px 30px 0px 45px;
}

#footer #content_footer .logo{
	width: 296px;
	height: 33px;
	overflow: hidden;
	float: left;
	padding-top: 19px;
	padding-right: 5px;
}

#footer #content_footer a{
	color: #f38a00;
}

#footer #content_footer #footer_left,
#footer #content_footer #footer_right{
	display: inline-block;
	float: left;
	padding-top: 24px;
	?padding-top:34px;
}


#footer #content_footer #footer_right{
	float: right;
}

#footer .line{
	display: inline-block !important;
}


/***** Messages *****/

#system_messages { 
	margin:auto;
	width:1000px;  
}
#system_messages .messages { 
	padding: 15px 25px;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;
	text-shadow: none;
	margin:10px 0;
}
#system_messages .messages p { 
	margin:0;
}

#system_messages .messages.messages_error { 
	background: #ffdfdf !important;
	color:red;
}

#system_messages .messages.messages_success { 
	background: #e4ffde !important;
	color:green;
}

.form_messages.messages_error {
	color:#d92323;
	font-size:11px;
	line-height:14px;
}


.message_error label,
.message_error label.required {
	color:#D92323;
}