*
{
	margin:0;
	padding:0;
}
body 
{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
.wrapper
{
	height:500px;
	width:100%;
	margin:0 auto;
}
.wrap
{
	height:500px;
	width:1020px;
	margin:0 auto;
}
.header
{
	height:120px;
	width:1020px;
	margin:0 auto;
	font-size:24px;
	text-align:center;
	position:relative;
	top:80px;
}

h1, h2, h3 {
	font-weight:bold;
	color:#2a2a2a;
	margin:0;
}
p {
	margin-bottom:15px;
	color:#999;
}
h1 {
	margin-bottom:20px;
}
hr {
	border: 1px dashed #eee;
	margin: 20px 0;
}
a {
	text-decoration:none;
}
a.scroll {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.scroll:hover {
	color: #1a1a1a;
}
.section {
	margin:0px;
	bottom:0px;
	width:1600px;
	float:left;
	height:100%;
	text-align:center;
}
.login-form, .signup-form, .forgot-pwd {
	background:#fff;
	border-radius: 4px;
	padding:30px;
	text-align:center;
	margin:0 auto;
	position:relative;
	top:60px;
}
.login-form, .forgot-pwd {
	width:350px;
}
.signup-form {
	width:600px;
	}
.login-form .inputbox {
	border: 1px solid #ccc;
	border-radius:3px;
	height: 20px;
	padding: 10px 0 10px 32px;
	width: 44%;
	outline:none;
	margin-bottom:10px;
}
.login-form .inputbox:focus
{
	border: 1px solid #334881;
}
.login-form .inputbox {
	width:88%;
}
.login-form .name {
	background:#eaedf2 url(../images/user.png) 10px 13px no-repeat;
}
.login-form .email {
	background:#eaedf2 url(../images/user.png) 2px 8px no-repeat;
}
.login-form .password {
	background:#eaedf2 url(../images/pass.png) 2px 8px no-repeat;
}
.login-form .button {
	background-color:#1a2a57;
	border: none;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 20px;
}
.login-form .button:hover {
	background:#111f45;
}
.profile_headerwrap
{
	height:40px;
	width:100%;
	margin:0 auto;
	position:relative;
	top:-20px;
	background: #01518e;

}
.profile_header 
{
	height:40px;
    width:1080px;
    margin:0 auto;
    line-height: 37px;
    color: #ddd;
    text-shadow: 0 -1px black;
    background: #01518e;
}

.profile_header h1 a {
  padding: 0 15px;
  font-size: 16px;
  color: #eee;
  text-decoration: none;
  float:left;
}
.profile_header h1 a:hover {
  color: white;
}
.profile_header .nav 
{
  float: right;
  position:relative;
  top:0px;
  border-left: 1px solid #2f4b56;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid #111;

}
.profile_header .nav li {
  float: left;
  list-style-type:none;
}
.profile_header .nav a {
  display: block;
  padding: 0 10px 0px 10px;
  color: #ffffff;
  text-decoration: none;
  border-left: 1px solid #191919;
  border-right: 1px solid #2f4b56;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
}
.profile_header .nav a:hover {
  background: #014578;
}
.profile_header .nav li.active a, header .nav a:active {
  padding-right: 16px;
  background-color: #55b0f6;
  border-right: 0;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
}
.profile_header .nav span {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  padding: 0 5px;
  line-height: 16px;
  font-size: 11px;
  color: white;
  text-shadow: 0 1px #902a27;
  background: #e93631;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
  background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
  background-image: -o-linear-gradient(top, #f65d5f, #e93631);
  background-image: linear-gradient(to bottom, #f65d5f, #e93631);

}





.profile_header .nav ul > li > ul {
    opacity: 0;
    visibility: hidden;
    padding: 10px 0 10px 0;
    background-color:#fff;
    text-align: left;
    position: absolute;
    top: 55px;
    margin-left:0px;
    width: 160px;
    transition: all .1s .1s;
 border:1px solid #ccc;
 z-index: 100000;

}

.profile_header .nav > ul > li:hover > ul {
    opacity: 1;
    top: 35px;
    visibility: visible;
}

.profile_header .nav > ul > li > ul:before{
    content: '';
    display: block;
    border-color: transparent transparent rgb(250,250,250) transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 10%;
    margin-left: -10px;
     z-index: 100000;
}

.profile_header .nav > ul ul > li { position: relative;width:160px;border-left:none;height: 30px; z-index: 100000;}

.profile_header .nav ul ul a{
    color:#000;
    font-size: 13px;
    display: block;
    transition: background-color .1s;
 text-shadow:none;
 border:none;
 padding-top:0px;
 height:35px;
  z-index: 100000;
}

.profile_header .nav ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -6px;
    left: 0px;
    padding: 10px 0 10px 0;
    text-align: left;
    width: 100px;
    transition: all .3s;
}
.profile_header .nav ul ul > li:hover > ul { opacity: 1; left: 6px; visibility: visible;}


.profile_header .nav ul ul a:hover{
    background-color:#01518E;
 color:#fff;
}
.footerwrap
{
	background-color:#01518E;
	height:45px;
	width:100%;
	margin:0 auto;
	position:relative;
	top:2px;
}
.footer
{
	height:20px;
	width:1020px;
	margin:0 auto;
	position:relative;
	top:15px;
	color:#fff;
}
.footer a
{
	color:#fff;
}
.mainwrap
{
	width:100%;
	margin:0 auto;
	position:relative;
	top:-20px;
	height:auto;
	margin-bottom:150px;
}
.wrap1
{
	min-height:560px;
	height:auto;
	width:100%;
float: left;
	font-size:13px;
	font-weight:normal;
	color:#000;

}
.wrap2
{
	height:50px;
	width:55%;
	margin:0 auto;
	color:#1F4298;
	position:relative;
	top:0px;
	left:70px;
	font-size: 24px;
	float:left;
}
.wrap3
{
	width:1020px;
	position:relative;
	top:40px;
	left:40px;
	float:left;
	font-size: 13px;
	font-weight: normal;
}
.icon1
{
	background-color:#eee;
	height:130px;
	width:222px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	margin-right: 22px;
	border:1px solid #ccc;
}
.icon_img
{
	height:40px;
	width:40px;
	margin:0 auto;
	position:relative;
	top:15px;
}
.icontxt
{
	border-top:2px solid #01518e;
	position:relative;
	top:42px;
	margin:0 auto;
	font-size:14px;
	padding:10px;
	text-align:center;
	background-color:#fff;
}
.wrap1 a
{
	color:#000;
}
.icon2
{
	background-color:#eee;
	height:130px;
	width:222px;
	position:relative;
	top:0px;
	float:right;
	border:1px solid #ccc;
}
.icon3
{
	background-color:#eee;
	height:130px;
	width:222px;
	position:relative;
	float:left;
	border:1px solid #ccc;
}
.icon4
{
	background-color:#eee;
	height:130px;
	width:222px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	border:1px solid #ccc;
	margin-right: 10px;
	margin-right: 30px;
}
#fancyClock
{
	background-color:#243942;
	height:50px;
	border:2px solid #fff;
	width:370px;
	float:right;
	position:relative;
	top:20px;
	right:70px;
	box-shadow:0px 0px 6px #666;
}
.date
{
	font-size:15px;
	width:200px;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	color:#fff;
	height:35px;
	padding-top:15px;
	padding-left:10px;
	border-right:1px solid #666;
}
/*****************************************************************************************************************************/
#main-nav-bg {
  width: 250px;
  position: relative;
  float: left;
  border-right: 1px solid #dddddd;
  background: #f4f4f4;
  margin-top: 40px;
  height: 550px;

  }
.menu ul li {
	width: 100%;
	padding: 14px 0 0 0;
	height: 30px;
	text-align: center;
	border: none;
	border-bottom: 1px solid #353539;
	font-size: 15px;
	cursor: pointer;

}

.menu ul li:hover span {
	background: url('../images/arrow.png') no-repeat;
	padding-left: 8px;
	padding-right: 10px;
}
.menu ul li:hover {
color: #012B8E;
}
.menu ul li:hover a{
color: #101092;
}
.menu ul li:hover span img{
	padding-right: 35px;

}
.menu ul .active{
color: #101092;
	background-color: #fff;
	width: 100%;
}
.menu .active{
	background-color: #fff;
}
.menu ul .active a{
color: #101092;
}
.menu ul .active span {
	background: url('../images/arrow.png') no-repeat;
	padding-left: 8px;
	padding-right: 10px;
}
.menu ul li a span {
	background: url('../images/arrow.png') -20px center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
.box1
{
	height:430px;
	width:1020px;
	position:relative;
	top:50px;
	float:left;
}
.box2
{
	border:1px solid #ccc;
	height:295px;
	width:500px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
}
#page {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.head
{
	background-image:url(../images/reminder.png);
	background-repeat:no-repeat;
	background-position:20px;
	background-color:#01518e;
	height:30px;
	width:480px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	padding-top:10px;
	text-align:right;
	padding-right:20px;
}
.reminder_box
{
	background-image:url(../images/note.png);
	background-repeat:no-repeat;
	background-position:20px;
	border-top:1px solid #ccc;
	height:19px;
	width:420px;
	padding:10px;
	position:relative;
	top:0px;
	left:0px;
	font-size:14px;
	float:left;
	color:#666;
}
.reminder_box section
{
	position:relative;
	left:50px;
}

.notice_box
{
	background-position:20px;
	border-top:1px solid #ccc;
	height:19px;
	width:420px;
	padding:10px;
	position:relative;
	top:0px;
	left:0px;
	font-size:13px;
	float:left;
	color:#666;
}
.notice_box section
{
	position:relative;
	left:05px;
	margin-left: 10px;
	float: left;
	width: 50px;
}

.box3
{
	border:1px solid #ccc;
	height:295px;
	width:500px;
	position:relative;
	top:0px;
	float:right;
	background-color:#fff;
}
.calendar
{
	background-image:url(../images/reminder.png);
	background-repeat:no-repeat;
	background-position:20px;
	background-color:#01518e;
	height:30px;
	width:420px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	padding-top:10px;
	text-align:right;
	padding-right:20px;
}
.calendar_box
{
	height:240px;
	width:440px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	background-color:#fff;
}

.box4
{
	height:120px;
	width:1020px;
	position:relative;
	top:25px;
	left:0px;
	float:left;
}

/****************************************************************************************************************************************/


.section
{
	border-bottom:1px solid #ccc;
	height:48px;
	width:900px;
	position:relative;
	top:0px;
	left:0px;
	clear:left;
	margin-top:10px;
}
.section .left
{
	height:35px;
	width:450px;
	position:relative;
	top:2px;
	left:0px;
	float:left;
}
.section .right
{
	height:35px;
	width:450px;
	position:relative;
	top:2px;
	right:0px;
	float:right;
}
.contact_form
{
	position:relative;
	top:0px;
	font-size:15px;
}



.contact_form ul {
    width:1020px;
    list-style-type:none;
	list-style-position:outside;
	margin-top:40px;
	padding:0px;
}
.contact_form li
{
	position:relative;
} 
#hocheck
{
	float:left;
	position:relative;
	top:0px;
	left:-90px;
	top:9px;
}
.as_above
{
	float:left;
	position:relative;
	top:0px;
	left:-180px;
	top:9px;
}
.contact_form h2 
{
	margin:0;
	display: inline;
	font-size:20px;
	font-weight:normal;
	float:left;
}
.required_notification 
{
	color:#d45252; 
	margin:8px 0 0 0; 
	display:inline;
	float:right;
}
.contact_form label 
{
	width:165px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	text-align:left;
	padding:3px;
}
.contact_form input 
{
	height:25px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea 
{
	height:20px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form select 
{
	height:30px; 
	width:230px; 

}
.contact_form input, .contact_form textarea
{ 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	padding-right:0px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus 
{
	background: #fff; 
	border:1px solid #ccc; 
	padding-right:0px;
}
.contact_form .submit
{
	background-color: #1570a6;
	color: #fff;
	cursor: pointer;
	float: left;
	height: 30px;
	margin-top:10px;
	position: relative;
	width: 120px;
	border-radius:5px;
	margin-left:10px;
	box-shadow:none;
	border:none;
}
.contact_form .submit:hover {
	background-color:#115e8b;
}




.submit
{
	background-color: #1570a6;
	color: #fff;
	cursor: pointer;
	float: left;
	height: 30px;
	margin-top:10px;
	position: relative;
	width: 120px;
	border-radius:5px;
	margin-left:10px;
	box-shadow:none;
	border:none;
}
.submit:hover {
	background-color:#115e8b;
}



a.botton_green{
	 background: url("../images/button_green.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #78883C;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 2px 2px #DDDDDD;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 2px;
    text-shadow: 0 -1px #7A8A3D;
	 display: inline-block;
    padding: 4px 11px;
    text-decoration: none;
}
a.botton_red{
	 background: url("../images/button_red.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #FF3300;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 2px 2px #DDDDDD;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 2px;
    text-shadow: 0 -1px #FF3300;
	 display: inline-block;
    padding: 4px 11px;
    text-decoration: none;
}
.note td
{
text-align:center;
padding-top:3px;
padding-bottom:3px;
}
.contact_form input[type=radio]
{
width:25px;	
	}

td
{
padding: 5px;
color: black;	
}
th
{
 background-color:#ddd; 	
 color: black;
}

