@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Monda', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.7;
	color: #515151;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(../images/bckground.JPG);
	background-repeat: repeat-x;
	background-position: left top;
}
.wrapper{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	z-index: 100;
	box-shadow:0px 0px 5px #999999;
}
.header{
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
.button{
	height: 50px;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	box-shadow:0px -3px 5px #999999;
	position: relative;
	z-index: 200;
	overflow: visible;
	background-color: #245979;
}

#menuWrapper {
	width:100%; /* Menu width */
	height:40px; /* Background color */
	
}
.menu {
	padding:0;
	margin:0;
	list-style:none;
	height:35px;
	position:relative;
	z-index:5;
}
.menu li:hover li a {
background:none;
}
.menu li.top {display:block; float:left;}
.menu li a.top_link {
	display:block;
	float:left;
	height:50px;
	color:#FFF;
	text-decoration:none;
	font-size:15px;
	cursor:pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4F849B;
	text-align: center;
	font-weight: normal;
	line-height: 45px;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
}
.menu li a.top_link span {
	float:left;
	display:block;
	height:50px;
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 70px;
}
.menu li a.top_link span.down {
	float:left;
	display:block;
	height:50px;
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 70px;
}
.menu li a.top_link:hover, .menu li:hover > a.top_link {
	color:#fff;
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
}
.menu li:hover {position:relative; z-index:2;}
.menu ul,
.menu li:hover ul ul,
.menu li:hover ul li:hover ul ul,
.menu li:hover ul li:hover ul li:hover ul ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu li:hover ul.sub {
	left:0;
	top:48px; /* Submenu background color */
	padding:3px;
	white-space:nowrap;
	width:200px;
	height:auto;
	z-index:3;
	background-color: #4a5a66;
}
.menu li:hover ul.sub li {
	display:block;
	height:30px;
	position:relative;
	float:left;
	width:200px;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1f262b;
}
.menu li:hover ul.sub li a{
	display:block;
	height:30px;
	width:200px;
	line-height:30px;
	text-indent:5px;
	color:#fff;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1f262b;
}
.menu li ul.sub li a.fly {
/* Submenu Background Color */
background:#4a5a66 url(http://2.bp.blogspot.com/-38QeToUdU48/UWmqpRNO-LI/AAAAAAAADP4/A4AJhnSm0Fg/s1600/arrow_over.gif) 185px 10px no-repeat; }
.menu li:hover ul.sub li a:hover {
	color:#fff;
	background-color: #8b959d;	
	
	
}
.menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover > a.fly {
/* Background on Mouseover */
background:#8b959d url(http://2.bp.blogspot.com/-38QeToUdU48/UWmqpRNO-LI/AAAAAAAADP4/A4AJhnSm0Fg/s1600/arrow_over.gif) 185px 10px no-repeat; color:#fff; }

.menu li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul,
.menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
left:200px;
top:-4px;
background: #4a5a66; /* Background Color of the Submenu */
padding:3px;
white-space:nowrap;
width:200px;
z-index:4;
height:auto;

}
#search {
width: 228px; /* Width of the Search Box */
height: 50px;
float: right;
z-index: 2;
text-align: center;
margin-top: 5px;
margin-right: 6px;
/* Background of the Search Box */
background: url(http://2.bp.blogspot.com/-kSPW07r2Ct8/UazXPD9DbfI/AAAAAAAADtE/UyopBgIPe-w/s1600/searchBar1.png) no-repeat;
}
#search-box {
margin-top: 3px;
border:0px;
background: transparent;
text-align:center;
}

.slider{
	height: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.left-container{width:645px; height:auto; overflow:hidden; float:left; margin-right:25px;  border-bottom:2px solid #FFF; margin-bottom:10px;}


.right-container{width:310px; height:auto; overflow:hidden; float:right;}


.container{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	padding: 10px;
	height: auto;
}
h2{
	color: #C30;
}


a.ex1:link,a.ex1:active,a.ex1:visited {
	font-weight: bold;
	color: #558faa;
	text-decoration: none;
}
a.ex1:hover{
	color: #F6715E;
	text-decoration: underline;
}
.footer-wrapper{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #475764;
	overflow: hidden;
}
.footer{
	height: 30px;
	width: 1000px;
	font-size: 12px;
	color: #E4E9ED;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}
a.a1:link,a.a1:active,a.a1:visited {
	font-weight: normal;
	color: #E4E9ED;
	text-decoration: none;
	font-size: 12px;
}
a.a1:hover{
	color: #A8B6C1;
	text-decoration: underline;
}


a.a2:link,a.a2:active,a.a2:visited {
	font-weight: normal;
	color: #475764;
	text-decoration: none;
}
a.a2:hover{
	color: #698194;
	text-decoration: underline;
}

a.a3:link,a.a3:active,a.a3:visited {
	font-weight: normal;
	color: #657C8F;
	text-decoration: none;
	font-size: 11px;
}
a.a3:hover{
	color: #1E252B;
	text-decoration: underline;
}
.li{
	list-style-position: outside;
	list-style-image: url(../images/icon.png);
	list-style-type: none;
}
h3{
	color: #20648f;
}

.update{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 45px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #CC3300;
}
