body,html{
  height: 100%;/* makes the page full size but does not expand*/
  
}

#page{
	min-height: 90%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	width: 99%;
	margin-left:auto;
	margin-right: auto;
	/*min-height: 200px;*/
	/*min-height: 90%;*/
/*	min-height: 300px;*/
	
	position:relative;
	
	background-image: linear-gradient(bottom, #696969 43%, #DCDCDC 65%);
	background-image: -o-linear-gradient(bottom, #696969 43%, #DCDCDC 65%);
	background-image: -moz-linear-gradient(bottom, #696969 43%, #DCDCDC 65%);
	background-image: -webkit-linear-gradient(bottom, #696969 43%, #DCDCDC 65%);
	background-image: -ms-linear-gradient(bottom, #696969 43%, #DCDCDC 65%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, #696969),
		color-stop(0.65, #DCDCDC)
	);
	
	background-color: #DCDCDC;;
}

img {
 	background-color: #DCDCDC;
}
#content{
	margin-left: auto;
	margin-right:auto;
	width: 95%;
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
        overflow: hidden;
	/*padding-top: 30px;*/
}

#footer{

	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;/*#c8c8c8;*/
	background-color: #fff;
	/*background-image: url("../images/backtop-rept.jpg");
	background-repeat: repeat-x;
	background-position: left top;*/
	/*margin: 5px 0px 0px 0px; */
	

}
h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
a {
	color: navy;/*#70e7ff;*/
	text-decoration: none;	
}
a:hover {

	text-decoration: underline;
}

.main {
	width: 90%;
	margin-left: auto;
	margin-right:auto;
	overflow:hidden;
}


#page, .header {
	
}

.banner h1 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 48px;
	line-height: 100%;
	color: #000;
	z-index: 100;
	margin-top: 20px;
	
}


.topmenu {
	height: 38px;
	
}
.topmenu ul {
	color: #000;
	list-style-type: none;
}
.topmenu ul li {
	display: inline-block;
	float: left;
	padding: 0px 22px;
	
}
.topmenu ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
	text-decoration: none;
}
.topmenu ul li a:hover {
	color: #ff0303;
	
}

.topmenu ul ul {
	display: none;
        position:relative;
}

.topmenu ul li:hover > ul {
		display: block;
                z-index:999;
                width: auto;		
                position:absolute;
	}
	
.topmenu ul li:hover > ul li{
		color: orange;
		
	}
	
.topmenu .inner-menu ul li{
	/*display: block;*/
	color:orange;
	float: none;
	padding: 0px 22px;
}

.content-in {
	background-image: url("../images/bottom-round.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 948px;
	float: left;
	padding-left: 20px;
	padding-right: 21px;
	padding-bottom: 20px;
}
.left-panel {
	width: 25%;
	float: left;
}
.left-panel h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 48px;
	color: #f1f1f1;
	background-image: url("../images/left-head.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	padding-left: 17px;
}
.gap {
	height: 9px;
	clear: both;
}
.left-content {
	background-color: #f1f1f1;
	background-image: url("../images/left-bottom.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	padding-bottom: 24px;
}
.left-content ul {
	padding-right: 18px;
	padding-left: 18px;
	list-style-type: none;
}
.left-content ul li {
	background-image: url("../images/dottedline.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 30px;
}
.left-content ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 29px;
	color: #000000;
	text-decoration: none;
	background-image: url("../images/red-bullet.jpg");
	background-repeat: no-repeat;
	background-position: 7px center;
	text-align: left;
	display: block;
	height: 29px;
	padding-left: 35px;
}
.left-content ul li a:hover {
	color: #ff0303;
}
.left-content ol {
	padding-right: 11px;
	padding-left: 11px;
	list-style-type: none;
}
.left-content ol li {
	color: #000000;
	background-image: url("../images/black-bullet.jpg");
	background-repeat: no-repeat;
	background-position: left 24px;
	padding-left: 16px;
	padding-top: 20px;
}
a.more {
	font-size: 12px;
	color: #ff0303;
	text-decoration: none;
	text-align: right;
}
a.more:hover {
	text-decoration: underline;
}
.right-panel {
	background-color: #646363;
	background-image: url("../images/top-round2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 698px;
	float: right;
	padding-top: 16px;
}
.right-panel-in {
	background-image: url("../images/bottom-round2.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 698px;
	float: left;
	padding-bottom: 16px;
}
.right-panel-in strong {
	color: #FFF;
}

.row {
	clear: both;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 25px;
	color: #fafafa;
	background-color: #898989;
	height: 25px;
	padding-left: 34px;
}
.title span {
	background-color: #646363;
	padding-right: 5px;
	padding-left: 5px;
}
.title span span {
	color: #990000;
	padding: 0px;
}
.row2 {
	clear: both;
	padding: 14px 35px 55px 44px;
}
ul.list-home {
	list-style-type: none;
}
ul.list-home li {
	background-image: url("../images/round-bullet.jpg");
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 25px;
	margin-top: 10px;
}
.vline {
	background-image: url("../images/vline.jpg");
	background-repeat: no-repeat;
	background-position: 340px top;
	width: 689px;
	float: left;
	padding-right: 9px;
}
.section1 {
	width: 320px;
	float: left;
}
.section2 {
	width: 320px;
	float: right;
}
a.more2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
a.more2:hover {
	text-decoration: none;
}
#footer {
	/*line-height: 61px;
	/*background-image: url("../images/footerslice.jpg");
	/*background-repeat: no-repeat;*/
	/*background-position: left top;*/

	/*height: 61px;
	overflow: hidden;
	
	padding-left:20px;
	width: 100%;
	
	/*position: absolute;
	bottom:0;*/

    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
#footer span {
	font-size: 12px;
	color: #FFF;
	/* float: left; */
}
#footer ul {
	overflow: hidden;
	float: right;
	list-style-type: none;
	padding-right: 30px;
}
#footer ul li {
	display: inline;
	padding: 0px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footer ul li a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #ff0303;
}


/* custume input */
.float-left{
	float:left;
	
}
.float-right{
	float: right;
}
.border-round {
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	
}
.center{
	text-align: center;
}


.left{
	text-align: left;
}
.no-list-style{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	width :100%;
}

.no-list-style li{
	margin-bottom: 9px;
	overflow: hidden;
}




#book-img{
	position: absolute;
	top:20px;
	right:20px;
	height: auto;
	width:85px;
	background-color: lightseagreen;
	color:white;
	text-align: center;
}
#book-img-old{
	transform:rotate(7deg);
		-ms-transform:rotate(7deg); /* IE 9 */
		-moz-transform:rotate(7deg); /* Firefox */
		-webkit-transform:rotate(7deg); /* Safari and Chrome */
		-o-transform:rotate(7deg); /* Opera */
	
}


#book-img img{
	width: 100%;
	height:auto;
}


.first-menu-item{
	border-left: medium none;
}

/* c247 constant values */
.hide{
	display:none;
}


.error{
	font-size: smaller;
	color:red;
}

.error:hover{
	font-size: large;
}

.success{
	color: green;
	font-size: 1.5em;
}


#subheader{
	font-size: 2em;
    margin-left: 4.5%;
    margin-top: 15px;
	text-align: center;
}

input[type="submit"]{
	width: 75px;
	font-weight: bold;
	font-size: medium;
}


#captcha{
	vertical-align: middle;
}


#captcha-a{
	color:#000;
}

.clear{
	clear:both;
}
#right-side{
	float: right;
	width: 48.5%;
	display:inline-block;
	overflow: hidden;
}
#right-side h3{
	text-align: center;

}

#left-side{
	overflow: hidden;
	float:left;	
	width:48.5%;
	display: inline-block;
}

form label{
	text-align: right;
	width:30%;
	float:left;
	margin-right: 1%;
}
form input[type='text']{
	width: 63%;
}

form input[type='password']{
	width: 63%;
}


#homepage-btn{
	width: auto;
	margin: 4px;
}

.left-side{
	width: 49%;
	float: left;
}

.right-side{
	width: 49%;
	float:right;
}


.btn-menu{
	margin-left: 30%;
	text-align: center;
}

#system-constants{
	display: none;
}