/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background-color: #f7f8f5;
    width: 100%;
}

.maxheight {
    height: 100%;
}

/*-------------------------------------------------header-------------------------------------------------*/

#header {
    position:absolute;
    left:0;
    top: 0;
    z-index:2;
    width: 100%;
	min-width: 1035px;    
	height:259px;
	padding: 0;
	margin:0;
	background: url( /images/site/header_bg.jpg) left top;
}

#hand {
	float: right;
	height: 259px;
	width: 400px;
	background: url( /images/site/hand.gif) bottom right no-repeat;
}

#header_left {
	position: absolute;
	top: 0;
	left: 0;
	height: 259px;
	width: 100%;
	margin-left: -400px;
	min-width: 1100px;
	background: url( /images/site/earthaka.gif) top right no-repeat;
}

#banner {
	margin-top: 0;
	margin-left: 400px;
	margin-bottom: 0;
	height: 177px;
	max-width: 695px;
}

#wireball {
	margin-top: 0;
	margin-left: 0;
	height: 177px;
	width: 373px;
	background: url( /images/site/wireball.gif);
}

#logo {
	margin-top: 70px;
	margin-left: 10px;
}

#menu {
	background: url( /images/site/menu_bg.jpg);
	margin-top: 0;
	margin-left: 400px;
	height: 82px;
	padding-left: 20px;
	min-width: 300px;
}

.topmenu {
	width: 100%;
	min-width: 680px;
	height: 100%;
	text-align: center;
}

.topmenu a {
	color: white;
    text-decoration: none;
	font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
	width: 100%;
}

.menu_hover {
    background: url( /images/site/menu_hover.jpg) repeat-x;
}

.menu_normal {
    background: none;
}

/*-------------------------------------------------content-------------------------------------------------*/

#content {
	position: absolute;
	left: 0;
	top: 0;
    z-index:1;
    width: 100%;
	min-width: 1035px;
	min-height: /*644px*/850px;
	background-color: #ffffff;
}

/*left*/

.left {
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 644px;
	background-color: #eef4f9;
    overflow: hidden;
}

.left_content {
	margin-top: 259px;
	margin-bottom: 85px;
	min-height: 300px;
}

#sqlist ul {
    margin: 0;
    padding: 20px 10px 0 25px;
}

#sqlist li {
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #2d6b88;
    font-size: 12px;
    font-weight: bold;
    list-style-image: url( /images/site/greenlist.gif);
    padding: 0 0 10px 0;
}

.left_footer {
	width: 200px;
	height: 85px;
	max-height: 85px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: solid 1px #ffffff;
	overflow: hidden;
}

#login_panel {
	margin-left: 10px;
	padding-bottom: 3px;
	position: absolute;
	bottom: 0px;
}

.login_label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #005570;
    text-align: left;
	padding-top: 3px;
	padding-bottom: 1px;
}

.login_textbox {
    border: 1px solid #c1cecf;
    height: 18px;
    width: 120px;
    font-size: 11px;
    color: #005570;
    background-color: #f3f3f3;
}

.btsubmit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #005570;
    border: none;
    /*text-decoration: underline;*/
	background: url( /images/site/underline.gif) bottom center no-repeat #f3f3f3;
    width: 40px;
	height: 17px;
	cursor:pointer;
	vertical-align: bottom;
}

/*center*/

.center {
	height: 100%;
	margin-left: 201px;
	margin-right: 201px;
	min-height: 559px;
	background-color: #e1edf1;
}

.center_content {
	padding-top: 259px;
	min-height: 300px;
	/*border-bottom: solid 1px #ffffff;*/
	background: url( /images/site/index_right.gif) bottom repeat-x #ffffff;
}

/*right*/

.right {
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	min-height: 644px;
	background-color: #eef4f9;
}

.right_content {
	margin-top: 259px;
	margin-bottom: 85px;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 300px;
}

.right_footer {
	width: 200px;
	height: 85px;
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

#search_panel {
	padding: 0;
	padding-bottom: 3px;
	margin-left: 10px;
	position: absolute;
	bottom: 0px;
}

/*footer*/

.footer {
	position: absolute;
	height: 25px;
	bottom: 0;
	width: 100%;
	background-color: #e1edf1;
}

#footer_content {
	margin-left: 200px;
	margin-right: 200px;
	height: 25px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-top: solid 1px #ffffff;	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #446c86;
}

#copyright {
	height: 20px;
	margin-top: 5px;
	text-align: center;
}

#date {
	position: absolute;
	left: 211px;
	bottom: 0;
	height: 20px;
	width: 200px;
	text-align: left;
}

#legal {
	position: absolute;
	right: 211px;
	bottom: 0;
	height: 20px;
	width: 200px;
	text-align: right;
}

h2 {
    margin-top: 10px;
}

h3 {
    margin: 7px 0 3px 4px;
}

h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #bc410a;
    padding: 24px 0 0 0;
    margin: 0;
}