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

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	line-height: 1.5;
	color: #4A4A4A;
	font-weight: normal;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}
.wrapper1{
	height: 470px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0483cf;
	background-image: url(../images/Untitled-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.wrapper2{
	overflow: hidden;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 960px;
	background-color: #FFF;
	box-shadow:0px 0px 3px #666666;
}
.header{
	height: 120px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/wrapper-back.jpg);
	background-repeat: repeat-y;
}
.button{
	float: right;
	height: 40px;
	width: 610px;
	margin-top: 10px;
}
.slider{
	height: 350px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menuWrapper {
	width:100%; /* Menu width */
	height:40px;
	
	
}
.menu {
	padding:0;
	margin:0;
	list-style:none;
	height:40px;
	position:relative;
	z-index:5;
	font-family:arial, verdana, sans-serif;
}
.menu li:hover li a {
background:none;
}
.menu li.top {display:block; float:left;}
.menu li a.top_link {
	display:block;
	float:left;
	height:40px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Verdana", sans-serif;
	font-size:12px; /* Font size */
	font-weight:bold;
	cursor:pointer;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
	border-radius: 25px;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.menu li a.top_link span {
	float:left;
	display:block;
	height:40px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-top: 10px;
}
.menu li a.top_link span.down {
	float:left;
	display:block;
	height:40px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-top: 10px;
}
.menu li a.top_link:hover, .menu li:hover > a.top_link {
	color:#fff;
	border-radius: 25px;
	background-image: url(../images/buttonrollover.jpg);
	background-repeat: repeat-x;	
}
.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:35px;
	background:#333; /* Submenu background color */
	padding:3px;
	white-space:nowrap;
	width:200px;
	height:200px;
	z-index:3;
}
.menu li:hover ul.sub li {
display:block;
height:30px;
position:relative;
float:left;
width:200px;
font-weight:normal;
}
.menu li:hover ul.sub li a{
display:block;
height:30px;
width:200px;
line-height:30px;
text-indent:5px;
color:#ccc;
text-decoration:none;
}
.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:#515151; /* Background Color on mouseover */
color:#fff;
}
.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;
}
.page-heading{
	background-color: #f1f1f1;
	padding: 5px;
	border: 1px solid #DFDFDF;
	border-radius:5px;
}
h1{font-family: 'Marcellus SC', serif;
margin:5px ;
	}
h2{
	font-family: 'Marcellus SC', serif;
	margin:5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
	color: #690;
	font-size: 17px;
	}
.services1{
	padding: 5px;
	list-style-position: inside;
	list-style-image: url(../images/arrow-icon.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.div1{
	padding: 5px;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	background-color: #4A6F00;
	cursor:pointer;
	text-decoration: none;
	height: 19px;
	font-size: 14px;
}

.div1:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #76AE00;
}
.footer{
	background-image: url(../images/Untitled-2.jpg);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 10px;
	margin-top: 10px;
	color: #FFF;
}
a.a1:link,a.a1:visited,a.a1:active {
	color: #FFF;
	text-decoration: none;
}
a.a1:hover {
	color: #FFF;
	text-decoration: underline;
}
a.a2:link,a.a2:visited,a.a2:active {
	color: #015da3;
	text-decoration: underline;
}
a.a2:hover {
	color: #4c8700;
	text-decoration: underline;
}
.headingleft{
	background-image: url(../images/headingleft.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	text-shadow:0px 0px 2px #666666;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 50px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.heading2{
	background-image: url(../images/heading2.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 930px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #015DA3;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	margin-top: 10px;
}
