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

    Output device: screen, projection

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

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

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background-color: #ffffff; margin:0; padding:0; font:0.8em "arial", sans-serif;min-width:960px; line-height: 1.5;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:10px 0px;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {margin:15px 0; list-style:none;}
ul.ul-01 li {padding:2px 0 2px 25px; background:url("../images/ul-01.png") 0 15% no-repeat; font-size:100%;}

ul.ul-list {margin:15px 0; list-style:none;}
ul.ul-list li {padding:1px 0;}
ul.ul-list span.date {padding-right:10px;}

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */
#page{
	min-height: 100%;
position: relative;
padding-bottom: 250px;
}

/*
#header {margin:0; padding:0; height:130px; background:url("../images/headerBg.png") 0 0 repeat-y;}
*/
#header {
	height: 147px;
min-width: 1000px;
background-color: #fff;
}

#header-inner {
width: 1000px;
padding: 0 10px;
margin: 0 auto;
position: relative;
}

	#logo {float:left; margin-top:30px;}

	#nav {float:right; margin:15px 0px 0 0; text-align:right;}
	#nav a{text-decoration:none; font:85%/1 "arial",sans-serif;}
	#nav a:hover{border-bottom: 1px; border-style:solid;}
	#nav span {margin:0 5px;font:75%/1 "arial",sans-serif;}
	#nav p{text-decoration:none; font: bold 100%/1 "arial",sans-serif; color:#106B91;margin: 45px 0 0 0;}

.in-container {
    width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.cd-heading, .cd-heading-white {
margin: 20px 0;
padding-left: 40px;
color: #106B91;
text-transform: uppercase;
margin-top: 100px;
background: url(/images/cross-sm.png) no-repeat 0 2px;
}

.cd-heading-white{
	color: #ffffff;
}

#btn-login {
    position: absolute;
    top: 50px;
    right: 10px;
    color: #303335;
    text-align: right;
}


.loginform {
    margin-top: 100px;
    width: 590px;
}

.modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
     border-radius: 0px !important;
}


.loginform .modal-header {
    background-color: #106B91;
    padding: 10px 20px;
    color: #FFFFFF;
}

.loginform .close {
    margin: 0;
    color: inherit;
}

.loginform .modal-body {
    padding: 40px 50px;
    overflow: hidden;
}

.loginform .err-msg {
    margin: 20px 0;
    color: #FF0000;
}

.loginform-in {
    float: right;
    width: 230px;
}

.loginform-in .form-control {
    border: 1px solid #bebebe;
    background-color: #f9fbfb;
    padding-left: 5px;
    padding-right: 5px;
    height: 32px;
}

.loginform-in .med-btn {
    height: 32px;
    line-height: 32px;
} 

.loginform-in label {
    font-weight: normal;
}



.loginform-in a,
.loginform-in a:hover {
    color: #242528;
    border-bottom: 1px dotted #a2a8b0;
    text-decoration: none;
}

ul.thumb-items-list {
    list-style-type: none;
    overflow: hidden;
    margin-left: -40px;
}

ul.thumb-items-list li {
    float: left;
    width: 300px;
    margin-left: 40px;
}

.more-info-box {
    background-color: #f4f5f5;
    border-radius: 5px;
    padding: 20px;
    margin: 30px 0 60px 0;
    height: 80px; 
    width: 650px; 
    margin: 0 auto;
}

.blue-box {
    padding-bottom: 50px;
    color: #FFFFFF;
    background: #486d7f;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d5c6b), color-stop(1, #486d7f));
    background-image: -o-linear-gradient(bottom, #3d5c6b 0%, #486d7f 100%);
    background-image: -moz-linear-gradient(bottom, #3d5c6b 0%, #486d7f 100%);
    background-image: -webkit-linear-gradient(bottom, #3d5c6b 0%, #486d7f 100%);
    background-image: -ms-linear-gradient(bottom, #3d5c6b 0%, #486d7f 100%);
    background-image: linear-gradient(to bottom, #3d5c6b 0%, #486d7f 100%);    
}

.blue-box h2.cd-heading {
    color: #FFFFFF;
}

.blue-box .cr_2 {
    width: 460px;
}

.blue-box .online {
    padding: 20px 0 0 20px;
    min-height: 380px;
    background: url(../../images/new/screen-bgr.png) no-repeat;
}

.blue-box .cr_2 p {
    margin: 35px 0 20px 0;
    font-size: 32px;
}

.blue-box .cr_2 .med-btn {
    margin-right: 5px;
}


/* navigation */


#tray-in {
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;	
}

#tray {
    height: 47px;
    min-width: 1000px;
    border-top: 1px solid #FFFFFF;
    background: #ecf0f1;
}
#tray  a {

		float: left;height: 45px;padding: 0 18px;font-size: 14px;font-weight: 500;line-height: 45px;color: #303335;text-transform: uppercase;text-decoration: none;
}
#tray .active, #tray a:hover {
    height: 47px; line-height: 47px;  margin-top: -2px;background-color: #00bbdc;color: #FFFFFF;text-decoration: none;
}      

#tray-user {
    height: 37px;
    min-width: 1000px;
    border-top: 1px solid #FFFFFF;
    background: #ecf0f1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ecf0f1), color-stop(1, #fefefe));
    background-image: -o-linear-gradient(bottom, #ecf0f1 0%, #fefefe 100%);
    background-image: -moz-linear-gradient(bottom, #ecf0f1 0%, #fefefe 100%);
    background-image: -webkit-linear-gradient(bottom, #ecf0f1 0%, #fefefe 100%);
    background-image: -ms-linear-gradient(bottom, #ecf0f1 0%, #fefefe 100%);
    background-image: linear-gradient(to bottom, #ecf0f1 0%, #fefefe 100%); 
}
#tray-user  a {

		float: left;
		height: 35px;
		line-height: 35px;
		padding: 0 5px 0 5px;
		font-size: 13px;
		font-weight: 500;
		color: #303335;
		text-decoration: none;
}
#tray-user .active, #tray-user a:hover {
    background-color: #00bbdc;
    color: #FFFFFF;
    text-decoration: none;
}      

#tray-user a.bwhite{
	/* color: #ffffff;padding: 0 10px 0 10px; background-color: #00bbdc; */
}


.subpanel div{
	
	font-size: 14px;
	font-style: normal;
	line-height: auto;
}

/* slideshow */
/* Home Slider */
.cr-slide {
    margin-top: -1px;
    margin-bottom: 70px;
    border-bottom: 1px solid #2b7e8d;
    background: #01b8db;
    color: #363f40;
    /*
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00bbdc), color-stop(1, #4a7a92));
    background-image: -o-linear-gradient(bottom, #effafd 0%, #01b8db 100%);
    background-image: -moz-linear-gradient(bottom, #effafd 0%, #01b8db 100%);
    background-image: -webkit-linear-gradient(bottom, #effafd 0%, #01b8db 100%);
    background-image: -ms-linear-gradient(bottom, #effafd 0%, #01b8db 100%);
    background-image: linear-gradient(to bottom, #effafd 0%, #01b8db 100%);     
    */
}

h3.rtitle{ font-size: 18px; font-weight: bold;}

h3.rtitle strong{
	color: #106B91;
}

.cr-slide .item {
    min-height: 275px;
    padding-top: 25px;
}

.cr-slide h3{
	color: #000;
}


.cr-slide .cr_2 {
    width: 590px;
}

.cr-slide .cr_2 p {
    font-size: 24px;
    margin: 20px 0 30px 0;
}

.cr-slide .carousel-indicators {
    bottom: -35px;
    margin-bottom: 0;
}

.cr-slide .carousel-indicators li,
.cr-slide .carousel-indicators li.active {
    background-color: #146E93;
    width: 12px;
    height: 12px;
    border: 0;
    margin: 0 2px 0 2px;
}

.cr-slide .carousel-indicators li.active {
    background-color: #ccc;
}
/* END Home Slider */



	#promo {width:960px; margin:0 auto; padding:16px;}
		#promo-browser {float:left; width:700px; padding:10px auto;}
			.entry-title { font-size: 15px; color: #005588; margin:0; }
			.entry-title a { text-decoration: none; text-transform: uppercase; font-size: 15px; font-weight: bold; color: #005588; padding:0; margin:0;}
			.entry { padding:0;}
			.entry-image { float: left; width: 300px; padding: 0 20px 0 0;}
		#promo-form {float:right; width:240px; padding:40px 0 60px 0; margin:0; background:url("../images/form.gif") 0 0 no-repeat;}
			#form-title{font:130% "arial",sans-serif; color: #ffffff; text-shadow: #cc6600 0 0 5px; margin:0 0 25px 0;}
			#userform {text-align:center;}
			#userform .form-text {border: 2px solid #ffcc66; padding: 2px; margin:5px; font-size:14px;}
#main {width:960px; margin:0px auto;overflow:hidden;}
	#cols3-top {width:960px; height:5px; margin:0; background:url("../images/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
	#cols3-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../images/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
	#cols3 {background:url("../images/cols3.gif") 0 0 repeat-y;}

		.promo {float:left; width:308px; padding:0 1px; margin-right:15px;}
		.promo.last {margin-right:0;}
		.promo h3 {margin:0; padding:7px 15px 12px 20px; background:url("../images/cols3-title.gif") 20px 40% no-repeat; font-size:100%;}
		.promo h3 a{text-decoration:none;}

			.promo-img { margin:0; padding:0 0 0 55px; }
			.promo-form {padding:0; border-top:1px solid #DFDFDF; text-align:justify; height:200px;}
			.promo-form p {margin:20px 10px 0 10px;font-size:120%; font-weight:bold;}
			.promo-form p.first {margin:22px 10px 0 10px;font-size:120%; font-weight:bold;}
			.promo-form ul {margin:10px 20px 20px 20px;}
			.promo-more {padding:10px 10px 1px 0; text-align:right;}

#footer {    border-top: 1px solid #d2d9db;
 background: #555;
   
    padding-top: 30px ;
    padding-bottom: 330px ;
    margin-bottom: 300px;
    min-width: 1000px;
    color: #ffffff;
    width: 100%;
    
   
}

#footer a{
	color: #ffffff;
	text-decoration: underline;
}

.foot-desc-box{
	 padding-top: 70px;
	 padding-bottom: 70px;
}
	



.blue-button,.blue-button:hover {
    display: inline-block;
    height: 39px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 38px;
    padding: 0 20px;
    border: 0;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background: #106B91; 
}

.blue-button:hover {
    background: #66d6ea; 
}

.blue-button img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

input[type=checkbox], 
input[type=radio] {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

input[type=text],
input[type=password] {
    border: 1px solid #bebebe;
    border-radius: 2px;
    height: 32px;
    padding: 0 10px;
}

label {
    font-weight: normal;
    margin: 0 5px 0 0;
    vertical-align: baseline;
}

.cr_1 {
    float: left;
}

.cr_2 {
    float: left;
}

.subtopic_title{
	
	text-transform: uppercase;
	padding: 10px;
	background-color: #ececec;
	border-bottom: 1px solid #ccc;
	display: block;
	display: none;
	
}

#info_panel{

	position: fixed;
	left: -500px;
	top: 111px;
	border: 1px solid #ececec;
	background-color: #ffffff;
	-webkit-box-shadow: 3px 3px 6px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 6px -2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 6px -2px rgba(0,0,0,0.5);
	max-height: 700px;
	overflow: auto;
}

#info_panel_title{
	background-color: #00bbdc;
	color: #fff;
	padding: 10px;
}

#info_panel_contents{
	padding: 10px;
}


#info_panel_contents .active_filter{
	background-color: #e3e3e3;
}

#toggle_pannel{
	cursor: pointer;
}

.facebook-container{
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment-row{
	border: 1px solid #ececec;
	margin: 5px;
	padding: 5px;
	width: 700px;
}
.is-child{
	margin-left: 20px;
}
.comment-date{
font-size: 11px;
}