@charset "utf-8";
/*@import url(http://fonts.googleapis.com/css?family=Cabin:500);*/
/* CSS Document */
body {
	background-image: url(../bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container{
	margin:0px auto;
	width:1000px;
	min-height:500px;
	height:auto !important;
	height:500px;	
}
#header{
	background:url(../images/logo.png) no-repeat;
	width:454px;
	height:196px;
	z-index:100;
	position:absolute;
	margin-left:25px;
}
#whitebg{
	width:1000px;	
	height:670px;
	background-color:#FFF;
	position:absolute;
	margin-top:60px;
}
#whitebg_col1{
	float:left;
	width:450px;	
}
#whitebg_col2{
	float:left;
	width:550px;	
	
}
#navrow{
	background-color:#f6303e;
	height:310px;
	width:310px;
	margin-left:100px;
	margin-top:100px;
	margin-bottom:0px;
}
#navrow ul{			
	font-size:20px;
	color:#FFF;	
	padding-top:30px;
	font-family:'Cabin',"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#navrow ul li{			
	padding-bottom:10px;
}
#navrow ul li a{			
	color:#FFF;
	text-decoration:none;
}
#navrow ul li a:hover{			
	color:#000;
	text-decoration:none;
}
#news{
	background-color:#eeeeee;
	height:330px;
	width:310px;
	margin-left:100px;
	margin-top:1px;
}
.section_heading{
	color:#f6303e;
	font-size:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left:40px;
	padding-top:10px;
}
.section_heading_inner{
	color:#f6303e;
	font-size:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;	
	height:35px;
	margin-bottom:5px;
}
#news ul{
	list-style:none;
}
#news ul li{
	list-style:none;	
	border-bottom:1px dotted #333333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;	
	width:220px;
	margin-bottom:20px;
	color:#666666;
	line-height:15px;
}
#slider{
	width:497px;
	height:274px;
	margin-left:10px;
	margin-top:25px;
}
#slider img{
	border:0px;
}
#intro{
	width:225px;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:6px;
	padding-top:20px;
	color:#999;
	margin-left:5px;
	line-height:18px;
	float:left;
	border-right:1px dotted #999;
}
#success_story{
	width:250px;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:6px;
	color:#999;
	margin-left:5px;
	line-height:15px;
	float:left;
	
}
.success_img{
	float:left;
	width:116px;
	
}
.success_txt{
	float:left;
	width:120px;
	margin-left:7px;
}
.success_title{
	font-weight:bold;
	font-size:18px;
	padding:10px;
}
.redtxt{
	font-weight:bold;
	color:#f6303e;
}
.copy{
	font-size:10px;
	margin-top:110px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}
#inner_content{
	margin-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	width:500px;
	text-align:justify;
	min-height:200px;
	height:auto !important;
	height:200px;
	background-color:#FFF;
	padding:5px;
}
.innercontent{
	margin-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;	
	text-align:justify;
}
