@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	font-family: Arial;
	background: #ebeced;
}

body#hic
{
	background: black;
	color: orange;
}

.wd
{
	width: 1024px;
	margin: 0 auto;	
}

.header
{
  height: 83px;
}

#line
{
	background: #2185c5;
	height: 12px;
}

#hic #line
{
	background: black;
}

.above_header div.wd
{
	background-image: url("../../../logo");
	background-position: 2px;
	background-repeat: no-repeat;
	background-size: 130px 38px ;
	height: 45px;
}

#hic .above_header div.wd
{
	background-image: url("../../../logohic");
}

.above_header 
{
	background: none repeat scroll 0 0 #E8F2F9;
	box-shadow: 0 0 6px 0 #000000;
}

#hic .above_header 
{
	background-color: black;
	border-bottom: 1px solid orange;
	box-shadow: none; 
}

.main_container
{
	background: #fffbf4;
	height: 501px;
	width: 806px;
	margin: 50px auto 30px;
	box-shadow: 2px 6px 2px 0px #98999A;
}

#hic .main_container
{
	background: #1f1f1f;
	color: orange;
	box-shadow: none;
}

.container1
{
	float: left;
	width: 404px;
	height: auto;
}

h2
{
	border-bottom: 2px solid #98999A;;
	font-size: 27px;
	font-weight: bold;
	margin: 0 30px 10px 20px;
	padding: 14px 0 16px;
}

p
{
	font-size: 14px;
	/*text-shadow: 0.2px 0.2px 0.2px #000000;*/
}

li
{
	list-style: none outside none;
	padding-bottom: 14px;
	font-size: 14px;
	/*text-shadow: 0.2px 0.2px 0.2px #000000;*/
}

.container2
{
	float: right;
	height: auto;
	width: 383px;
}

.color_box
{
	background: #ebeced;
	height: 385px;
	width: 356px;
}

#hic .color_box
{
	background: black;
	border: 1px solid green;
}


.color_box p 
{
	color: #757a7f;
	padding: 10px 30px 10px 30px;
}

#hic .color_box p 
{
	color: green;
}

h3
{
	color: #2D8BC7;
	font-weight: normal;
	padding-left: 30px;
	font-size: 14px;
}

#hic h3
{
	color: green;
}

.indata
{
	font-size: 16pt;
	margin-left: 30px;
	margin-top: -12px;
	padding: 5px;
	width: 291px;
}

#hic input,
#hic select,
#hic textarea
{
	background-color: black;
	border: 1px solid #FF9933;
	color: #FF9933;
	background-image: none;
}

button
{
	background: none repeat scroll 0 0 #3791CA;
	border: medium none;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 28px;
	height: 50px;
	text-align: center;
	width: 118px;
	font-weight:bold;
}

button:active {
    border: 1px solid;
}

#hic button:active {
    border: 3px solid;
}


#hic button
{
	background-color: black;
	border: 2px solid;
	color: orange;
}

#hic a, #hic a:link, #hic a:visited, #hic a:hover,  a:active
{
	color: orange;
}

.color_box button
{
	margin-left: 31px;
	margin-top: 16px;
}

.text 
{
	padding: 20px;
}