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

* {
	padding:: 0;
	margin: 0;
	}

body {
	background:url(images/bg.jpg) fixed;
	border-top:8px solid #54A23E;
	font:12px Verdana, Geneva, sans-serif;
	line-height: 18px;
	color:#333;
	}

h1 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	
	}

h2 {
	margin: 0;

	color: #5AB243;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCC;
	padding-bottom: 6px;
}

h3 {
	margin: 0;

	color: #333;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

h5 {
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	
	}
	
.img {
	float: left;
	padding-right:10px;
	padding-bottom:10px;
	}
	
.img2 {
	float: left;
	margin-right:2px;
	margin-bottom:2px;
	text-align:center;
	padding:2px;
	}


	
#container {
	margin: 0 auto;
	width:900px;
	}
	
#logo {
	float:left;
	width:550px;
	padding-top: 25px;
	}

#box {
	float:left;
	width:350px;
	padding:15px 0px 0 0px;
	text-align: right;
	}
	
#box1 {
	float:left;
	width:900px;
	height:40px;
	margin-top:15px;
	background:url(images/menu.jpg) no-repeat;
	border-radius: 6px 6px 0px 0px;
	
	}
	
#menu {
	float:left;
	width: 630px;
	height:40px;
	padding-left:265px;

	}

#menu ul {
	float: left;
	list-style: none;
	overflow: hidden;
	padding: 0;
	width:100%;
}

#menu ul li {
	float: left;
	padding: 0 10px;
}

#menu ul li a {
	color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
	width: auto;
	font-size:13px;
	padding: 0 12px 0 12px;
}
		
		#menu ul li a:hover {
	color: #F60;
}

#box2 {
	float:left;
	width:900px;
	height:259px;
	border-bottom: 5px solid #999;
	background:#FFF;
	}

#banner {
	float:left;
	width:645px;
	height:250px;
	margin-top:5px;
	}

#slider {
	position: relative;
	width: 645px;
	height: 250px;
	background: url(images/loading.gif) no-repeat 50% 50%;
		
}
#slider img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	font-family:arial;
	text-transform:uppercase;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	color:red;
	text-decoration:none;
}
.nivo-caption a:hover {
	text-decoration:underline;
	color:blue;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	width:30px;
	height:30px;
	display:block;

}
a.nivo-prevNav {
	left:15px;
}
a.nivo-nextNav {
	right:15px;
	background-position:-30px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom: -30px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	float:left;
	background: url(images/bullets.png) no-repeat;
	width:22px;
	height:22px;
	text-indent:-9999px;

}
.nivo-controlNav a.active {
	background-position: 0 -22px;
	
}

/*------------- end nivo slider --------------------- */

#nav {
	float: left;
	width: 210px;
	height: 214px;
	background: #FBE684;
	margin-top:5px;
	margin-right:5px;
	padding: 14px 20px 20px 20px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	border-bottom: 1px solid #FFC106;
		padding:4px 0 4px 0px;
}

#nav li ul {
	padding: 20px;
}

#nav li a {
	background:url(images/img07.png) no-repeat center left;
	padding: 0px 0 0px 22px;
	text-decoration: none;
	color:#333;
	font-size: 12px;
	
}

#nav li.end {
		border:none;
		padding: 5px 0 5px 0px;
}

#main {
	float:left;
	width:898px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding-top:10px;
	padding-bottom:15px;
	background:url(images/mainbg.jpg) repeat-y;
	}

#left {
	float: left;
	width: 210px;
	padding:20px;
	height:100%;
	}
	
#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left li {
	
		background: url(images/img07.png) left center no-repeat;
		padding: 3px 0px 0 20px;
		
}

#left li ul {
	padding: 20px;
}	

.testimonials {
	background:url(images/testimonials_bg.png) left center no-repeat;
	padding-left:20px;
	border-left: 4px solid #A09D99;
}
.quot {
	background:url(images/quot1.png) 0 0 no-repeat;
	padding-left:18px;
	font-style:italic;
	font-size: 11px;
}
.quot img {
	display:inline-block;
	margin-top:1px;
	padding-left:4px;
}


#right {
	float: left;
	width: 613px;
	padding:20px 20px 20px 15px;
	}

#float1 {
	float:left;
	width:613px;
	}

#float2 {
	float:left;
	width: 194px;
	padding-right:10px;
	}

#float3 {
	float:left;
	width: 295px;
	margin-right:23px;
	margin-top:20px;
	}
#float4 {
	float:left;
	width: 295px;
	margin-top:20px;
	}

table {
	float:right;
	border:none;
	outline:none;
	}

table td{
	border:none;
	outline:none;
	}


select {
	border-radius: 6px;
	height: 30px;
	width: 200px;
	border: none;
	outline:none;
	font-size: 11px;
	color:#5AB243;
	padding: 4px;
	
	}
	
	select a:hover {
		background: #090;
	}
	

#box3 {
	margin: 0 auto;
	width:900px;
	}
	
input[type="button"] {
	width: 30px;
	height:30px;
	color: #FFF;
	background: #54A23E;
	background-position:center;
	font-size:11px;
	border: #000;
	cursor:pointer;
	border-radius:4px;
	
	}

#sectn1 {
	float: left;
	width: 280px;
	padding: 30px 11px 30px 20px;
	color:#CCC;
	font-size:12px;
	}

#sectn1 h1{
	margin: 0;
	color: #CCC;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	font-weight:bold;
	padding-bottom:12px;
}


#sectn2 {
	float: left;
	width: 250px;
	padding: 30px 0px 30px 20px;
	color:#CCC;
	font-size:12px;
	}

#sectn2 h1{
	margin: 0;
	color: #CCC;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	font-weight:bold;
	padding-bottom:12px;
}



#copyright{

	width: 100%;
	background:#666;
	padding-top: 10px;
	padding-bottom:10px;
	text-align:center;
	color:#CCC;
	font-size:x-small;


	}



#bottom {
	clear:both;
	width:900px;
	background:#333;
	border-top: 9px solid #54A23E;
	}