/* CSS Document */

.narrowCenter {
	width: 660px; 
	margin-left: auto; 
	margin-right: auto;	
	display: block;
}

#content h1 {
	font-size: 22px;
	font-weight: bold;
	color: #0548a2;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0548a2;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0548a2;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}

.blue {	color: #0548a2 !important; }
.yellow { color: #ffba16 !important; }
.orange { color: #ff9816 !important; }
.green { color: #04a38e !important; }

#content input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-size: 14px;
}
#content select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-size: 14px;
}
#content textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-size: 14px;
}
#content a {
	color: #105FC9;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#content .formDiv td { text-align:left; }

#content th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #124682;
	background-color: #ffd980;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right: 1px solid #FFD379;
	margin-bottom: 10px;
	text-align: left;
}
.trHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996700;
}
#content .visibleTable td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right: 1px solid #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content .visibleTable2 td {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right: 1px solid #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content .visibleTable2 th {
	text-align: center;
}

.trBackgr {
	background-color: #F8F8F8;
}
.trFooter {
	background-color: #FFF7E5;
}
.tdErr {
	font-weight: bold;
	color: #CC0000;
}

.sign {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #124682;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.alert {
	color:#FF6600;
	font-weight: bold;
}



.boxDark {
	
	padding: 8px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: left;

	background: #0548a3;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #095baf), color-stop(0.95, #033991));
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzA5NWJhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAzMzk5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

	background-image: linear-gradient(top, #095baf 5%, #033991 95%);
	background-image: -o-linear-gradient(top, #095baf 5%, #033991 95%);
	background-image: -moz-linear-gradient(top, #095baf 5%, #033991 95%);
	background-image: -ms-linear-gradient(top, #095baf 5%, #033991 95%);
	background-image: -webkit-linear-gradient(top, #095baf 5%, #033991 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095baf', endColorstr='#033991',GradientType=0 ); /* IE6-8 */

	color: #fff;	
}
.boxMedium {
	
	padding: 8px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: left;

	background: #0970ff;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzEwODJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzA3NWZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	
	background-image: linear-gradient(top, #1082ff 5%, #075fff 95%);
	background-image: -o-linear-gradient(top, #1082ff 5%, #075fff 95%);
	background-image: -moz-linear-gradient(top, #1082ff 5%, #075fff 95%);
	background-image: -ms-linear-gradient(top, #1082ff 5%, #075fff 95%);
	background-image: -webkit-linear-gradient(top, #1082ff 5%, #075fff 95%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1082ff), color-stop(0.95, #075fff));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1082ff', endColorstr='#075fff',GradientType=0 ); /* IE6-9 */

	color: #fff;	
}

.column {
	float:left;
	width: 400px;
	padding-right:30px;
}
	


#scrollArea {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height:480px;
	border: 1px solid #666;
	overflow: hidden;
}
#scrollContent {
	display: block;
	width: auto;
	
	-moz-transition: margin 0.3s ease-in-out;
	-webkit-transition: margin 0.3s ease-in-out;
	-o-transition: margin 0.3s ease-in-out;
	-ms-transition: margin 0.3s ease-in-out;
	transition: margin 0.3s ease-in-out;
	
}
.scrollImg {
	display: block;
	float: left;
	width: 800px;
	height: 480px;
	border-right: 5px solid #333;
}
.scrollText {
	position: absolute;
	display: block;
/*	bottom: 0px;
	left: 0px; */
	margin-top: 452px; 
	width: 788px;
	height: 24px;
	padding-top: 4px;
	padding-right: 12px;
	text-align: right;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#scrollButtonBox {
	background: rgba(0,0,0,0.5);
	display: block;
	position: absolute;
    bottom: 0px;
	width: 100px;
    height: 24px;
	padding: 6px;
	z-index: 1000;
	border-top-right-radius: 6px;
	font-size: 20px;
	
}
.scrollButton {
	position: relative;
	display: block;
	padding-left: 6px;
	padding-right: 4px;
    margin-right: 6px;
	color: #ccc;
	font-weight: bold;
	float: left;
    height: 24px;
    width: 18px;
	cursor: pointer;	
}
.scrollButton:hover {
	color: #fff;
}


a img {
	-moz-transition: box-shadow 0.1s ease-out;  /* FF4+ */
    -o-transition: box-shadow 0.1s ease-out;  /* Opera 10.5+ */
	-webkit-transition: box-shadow 0.1s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: box-shadow 0.1s ease-out;  /* IE10? */
    transition: box-shadow 0.1s ease-out;  	
}
a img:hover {
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}


#imgBox {
	float: right;
	position: relative;
/*	border: 1px solid #f00; */
	padding-right: 20px;
	width: 205px;
	height: 575px;
	margin-top: 20px;
	margin-left: 60px;
}

.boxImg1 {
	margin-top: -20px;
	margin-left: 40px;
	border: 1px solid #CCCCCC;

    -moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10? */
    transition: all 0.2s ease-out;  	
}
.boxImg2 {
	margin-top: -20px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;

    -moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10? */
    transition: all 0.2s ease-out;  	
}

.imgRight {
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
	border: 2px solid #CCCCCC;
}
.imgRight2 {
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 35px;
	margin-bottom: 15px;
	border: 2px solid #CCCCCC;
}
.imgRight3 {
	float: right;
	margin-top: -2px;
	margin-left: 20px;
	margin-bottom: 15px;
	border: 2px solid #CCCCCC;
}
.imgRight4 {
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 55px;
	margin-bottom: 15px;
	border: 2px solid #CCCCCC;
}
.imgLeft {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 2px solid #CCCCCC;
}
.imgLeft2 {
	float: left;
	margin-top: 15px;
	margin-left: 35px;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 2px solid #CCCCCC;
}
.imgBorder {
	border: 2px solid #CCCCCC;
}
.imgBorder2 {
	border: 2px solid #CCCCCC;
	margin-top: -2px; 
/*	margin-top: -10px; */
}
