@charset "utf-8";
/* CSS Document */

html, body 
{
	height: 100%;
	margin: 0;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 960px;
	height: 170px;
	margin-top: 12px;
	background-color: #e6e6e6;
}

#center
{
	width: 960px;	
	margin-bottom: 50px;
	background-color: #ffffff;
}

#footer
{
	width: 960px;
	height: 56px;
	background-color: #d7d7d7;
	margin-bottom: 12px;
}

.row1
{
	background: linear-gradient(#FFFFFF, #e6e6e6);
	height: 114px;
	width: 960px;	
}

.row2
{
	height: 56px;
	width: 960px;
	background: linear-gradient(#046daf, #015b99);
}



/* Header Menu */
.menu-header, .menu-header ul {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-style: normal;
	font-size: 24px;
	text-decoration: none;
	color: #ffffff;
	max-width: 960px;
	height: 0px;
	margin-top: 0px;
	z-index: 9999;
}
.menu-header li, .menu-header ul li {
	list-style-type: none;
	display: inline-block;
	color: #ffffff;
	margin-left: 30px;
	margin-top: 13px;
	font-weight: bold;
}
/*Link Appearance*/
.menu-header li a, .menu-header li ul li a {
	text-decoration: none;
	color: #ffffff;
	padding-right: 30px;
	display:inline-block;
}
/*Make the parent of sub-menu relative*/
.menu-header li{
	position: relative;
}
.menu-header a:hover {
	color: #82b9d8;

}

/*sub menu*/
.menu-header li ul {
	display:none;
	position: absolute;
	top: 30px;
	width: 100px;
	margin-left: -45px;
	margin-top: 0;
}
.menu-header li:hover ul  {
	display: block;
}
.menu-header a:hover {
	color: #82b9d8;

}
.menu-header li ul li a
{
    height: 30px;
	width: 120px;
	background: #ffffff;
	padding-top: 15px;
	text-align: center;
}

/* Footer Menu */
.menu-footer, .menu-footer ul {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	color: #015a96;
	max-width: 960px;
	height: 0px;
	margin-top: 0px;
	z-index: 9999;
	float: right;
}
.menu-footer li, .menu-footer ul li {
	list-style-type: none;
	display: inline-block;
	color: #015a96;
	margin-left: 0px;
	margin-top: 20px;
	font-weight: bold;
}
/*Link Appearance*/
.menu-footer li a, .menu-footer li ul li a {
	text-decoration: none;
	color: #015a96;
	padding-right: 15px;
	display:inline-block;
}
/*Make the parent of sub-menu relative*/
.menu-footer li{
	position: relative;
}
.menu-footer a:hover {
	color: #015a96;

}

/*sub menu*/
.menu-footer li ul {
	display:none;
	position: absolute;
	top: 30px;
	width: 100px;
	margin-left: -45px;
	margin-top: 0;
}
.menu-footer li:hover ul  {
	display: block;
}
.menu-footer a:hover {
	color: #82b9d8;

}
.menu-footer li ul li a
{
    height: 30px;
	width: 120px;
	background: #ffffff;
	padding-top: 15px;
	text-align: center;
}