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

body {
	font-family: 'Istok Web', sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.5;
	color: #607173;
}
.wrapper{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	box-shadow:0px 2px 3px #999999;
	
		
}

.header-wrapper{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #214460;

}

.header{
	height: 100px;
	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;

	padding-right: 10px;
	position: relative;
	z-index: 200;
	overflow: visible;
	background-color: #245979;
}

#menuWrapper {
	width:100%; /* Menu width */
	height:40px;
	border-radius:4px;

}
.menu {
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	position:relative;

}
.menu li:hover li a {
background:none;
}
.menu li.top {display:block; float:left;}
.menu li a.top_link {
	display:block;
	float:left;
	height:30px;
	color:#0d446b;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	border-radius:6px;
	;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4B93CD;
	margin-right: 5px;
	margin-left: 5px;
}
.menu li a.top_link span {
	float:left;
	display:block;
	height:25px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
.menu li a.top_link span.down {
	float:left;
	display:block;
	height:25px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
.menu li a.top_link:hover, .menu li:hover > a.top_link {
	color:#FFFFFF;
	background-color: #4B93CD;
}



.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:32px;
	white-space:nowrap;
	width:150px;
	height:auto;
	z-index:300;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.menu li:hover ul.sub li {
	display:block;
	height:30px;
	position:relative;
	float:left;
	width:150px;
	font-weight:normal;
	margin-top: 1px;
}
.menu li:hover ul.sub li a{
	display:block;
	height:30px;
	width:150px;
	line-height:30px;
	text-indent:5px;
	color:#FFF;
	text-decoration:none;
	background-color: #5EA1D6;
	border-radius:5px;
}
.menu li ul.sub li a.fly {
/* Submenu Background Color */
background:#333 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 {
background:#b1c8cb; /* Background Color on mouseover */
color:#2f393a;
}
.menu li:hover ul.sub li a.fly:hover, .menu li:hover ul li:hover > a.fly {
/* Background on Mouseover */
background:#646464 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: #333; /* 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-wrapper{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/sliderback.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;

}
.slider{
	height: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	position: relative;
	z-index: 0;
	box-shadow:0px 2px 3px #999999;
}

.heading{
	background-color: #5ea1d6;
	border-radius:6px;
	background-image: url(../images/heading.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}
.left-container{
	width:645px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:23px;
	border-bottom:2px solid #FFF;
	margin-bottom:10px;
}


.right-container{
	width:310px;
	height:auto;
	overflow:hidden;
	float:right;
	box-shadow: 0px 0px 2px #999999;
	border-radius:4px;
	border: 1px solid #FFF;
}

.container-topdiv{
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border:1px solid  #FFF;
	background-color: #8fa5a8;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}
.container{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	height: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h2{
	color: #0d4775;
	margin:0px;
}
h1{
	color:#fff;

}


a.ex1:link,a.ex1:active,a.ex1:visited {
	font-weight: normal;
	color: #C2382E;
	text-decoration: none;
}
a.ex1:hover{
	color: #D44638;
	text-decoration: underline;
}
.footer-wrapper{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
}
.footer{
	height: 30px;
	width: 1000px;
	font-size: 12px;
	color: #FFFFFF;
	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: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.a1:hover{
	color: #B7CAD9;
	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: #7498B6;
	text-decoration: none;
	font-size: 11px;
}
a.a3:hover{
	color: #2D4357;
	text-decoration: underline;
}


 #gallery
        {
	padding: 10px;
	margin: 0px;
        }
        #gallery ul
        {
	list-style: none;
        }
        #gallery ul li
        {
	display: inline;
	margin: 10px;
        }
        #gallery ul img
        {
	margin-bottom: 10px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E9EA;
	border-right-color: #E3E9EA;
	border-bottom-color: #E3E9EA;
	border-left-color: #E3E9EA;
        }
        #gallery ul a:hover img
        {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
        }
        #gallery ul a:hover
        {
	color: #FFF;
        }
