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

body{
	background-color:#79a5e9;
	margin:0px;
	}
	
#page-wrapper{
	width:800px;
	margin: 0 auto;overflow: auto;
	}
	

#page-wrapper-2{
	width:800px;
	margin: 0 auto;
	overflow: auto;
	text-align: center;
	}

/* Hearder Starts  */	
#top-title{
	width:800px;
	height:30px;
	text-align:center;
	font-size:18px;
	font-family: "Arial Rounded MT Bold";
	font-weight:bold;
	padding-top:20px;
	}	
	
#header-wrapper{
	width:800px;
	height:300px;
	background-image: url(images/header-image.jpg);
	background-repeat:no-repeat;
	
	}
	
/* Content bottom  */	
#content-wrapper{
	width:800px;overflow: auto;
	}

#content-left{
	width:350px;
	padding:10px;
	float:left;

	}

#content-right{
	width:400px;
	padding:10px;
	float:right;
	overflow: auto;
	border-left-style:solid;
	border-width:2px;
	border-color:#FFF;overflow: auto;
	}
	
/*Footer starts*/
#footer{
	background-image:url(images/foot-bg.png);
	background-repeat:no-repeat;
	width:800px;
	height:30px;
	margin: 0 auto;
	padding-top:2px;
	padding-left:5px;
	margin-top:5px;
	}
	
.text1 {
	font-family: "Arial Rounded MT Bold";
	font-size:12px;
	color:#FFF;
}
.text2 {
	font-family: "Arial Rounded MT Bold";
	color: #000;
}

.text3 {
	font-family: "Arial Rounded MT Bold";
	font-size:12px;
	color: #000;
}

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}

.field{
list-style: none;
margin-left: 20px;
padding-left: 1em;
text-indent: -1em;
}

.field-li-2{
font-family:Arial, Helvetica, sans-serif; 
color:#2668cf;
font-style:italic;
}

.submit{
	margin-top:-5px;
	margin-left: 20px;
	}
	
.testimonials{
	border-bottom-style:solid;
	border-color:#FFF;
	border-width:thin;
	}
