/* CSS Document */
*{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #646464;
}

body{
	background:url(assets/img/body-bg.jpg) repeat-x #67a9b9;
}

.clearer{
	clear:both;
}

.sgap{
	height:15px;
}

.gap{
	height:30px;
}

.wrapper{
	width:1024px;
	margin:0px auto;
	position:relative;
}

.wrapper-bg{
	background:url(assets/img/wrapper-bg.jpg) repeat-y #ffffff;
}

#col-left{
	width:252px;
	float:left;
}

#col-right{
	width:772px;
	float:left;
}

#feat-banner{
	height:310px;
}

#menu li{
	list-style:none;
	border-bottom:1px solid #262e37;
}

#menu li a{
	display:block;
	color:#a1a2a2;
	padding:10px 15px;
	text-decoration:none;
}

#menu li a:hover{
	background:#3ac3cd;
	color:#ffffff;
}

h1, h2, h3, h4, h5, h6{
	color:#30355b;
}

h1, h2{
	font-size:30px;
	font-weight:normal;
	margin-bottom:10px;
}

h3{
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}

h4{
	font-size:16px;
}

h5, h6{
	font-style:14px;
}

#x-main-wrapper{
	padding:20px;
}

p, #main-wrapper li{
	color:#40474e;
	font-size:14px; 
	line-height:18px;
	margin-bottom:10px;
	text-align:justify;
}

#main-wrapper ul, #main-wrapper ol{
	margin-left:40px;
	margin-right:20px;
}

.links-wrapper{
	float:left;
	width:217px;
	margin:0px 20px;
}

.links-wrapper ul li{
	list-style:none;
	margin-bottom:10px;
}

.links-wrapper ul li a, .feat-link{
	color:#40474e;
	font-size:14px;
	text-decoration:none;
}

.links-wrapper ul li a:hover, .feat-link{
	color:#3ac3cd;
	text-decoration:underline;
}

#complaint-wrapper{
	text-align:center;
}

#complaint-wrapper img{
	border:1px solid #000000;
}

footer{
	border-top:1px solid #d6d6d6;
	color:#8c8c8c;
	text-align:center;
	padding:18px 0px;
	font-size:12px;
}

#dev-list{
	margin:0px !important;
}

#dev-list li{
	padding:5px;
	margin-bottom:10px;
	border-bottom:1px solid #999;
	list-style:none;
}

#dev-list li:last-child{
	border-bottom:none !important;
}


#stat tr:nth-child(odd){
	background:#f3f3f3;
}

#stat th{
	background:#30355b;
	padding:5px; 
	color:#ffffff;
	font-weight:normal;
}

.values{
	color:#40474e;
	font-size:14px;
}


td{ padding:10px 5px;}

.caption_defa{
	font-size:14px;
	text-align:left;
	width:35%;
	padding-right:10px;
	color:#40474e;
}

.requiredmsg{
	color:#C30;
	font-size:11px;
}


#data_entry input[type="text"], #data_entry textarea, #data_entry select{
	width:230px;
	font-size:14px;
	padding:10px;
	color:#3e3e3e;
	background:#fbfbfb; 
	border:1px solid #d0d0d0;
}

#data_entry input[type="text"]:focus, #data_entry textarea:focus, #data_entry select:focus{
	background:#FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#data_entry input[type="button"], #data_entry input[type="submit"]{	
	background: #3ac3cd;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
    text-transform: uppercase;
    cursor: pointer;
	padding:8px 12px;
	border:none;
	font-weight:normal;
}