@charset "utf-8";
/* CSS Document */

*{ padding:0px; margin:0px;}
html{ background:url(images/bg.jpg) top center repeat-x; text-align:center;}
body{
	margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px;
	color:#333;
	padding:0px;
	background: #4080ac url(images/bg.jpg) repeat-x top; text-align:center;
	
}
/*#bottombg{ background:url(images/bg-bottom.jpg) top center repeat-x; text-align:center;}
*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
h2{ font-size:16px; color:#000; font-weight:bold; display:block; padding-bottom:15px;}

.flotleft{float:left;}
.flotright{float:right;}
.texcenter{text-align:center;}
.textfright{ text-align:right;}
.smallfont{ font-size:11px; color: #737373;}
.clear{clear:both;}
.padtop20{ padding-top:20px;}
.pad10{ padding:10px;}
.pad15{ padding:15px;}
.marbot{ margin-bottom:15px;}
.readmore{ padding-top:10px; text-align:right; padding-right:15px;}
.img-border{ border:1px solid #e3e3e3;}
.bb{ font-weight:700;}
a{ outline:none;  text-decoration:none;}
a:hover{ outline:none;  text-decoration:underline;}
img{ border:0px;}
.font-12{ font-size:12px;}
p{ font-size:14px; line-height:18px;}
.graytxt{ color:#666666;}
h1{ color:#024666; font-size:18px;}

.ddbox230, .input230, .input150, .input460, .input400, .txtarea1, .txtarea460, .input100{  padding:1px; border:1px solid #cfcfcf;}
.ddbox230{ width:238px; }
.input230{ width:230px; }
.input400{ width:400px; }
.input100{ width:100px; }
.input460{ width:460px; }
.input150{ width:150px; }
.txtarea1{ width:375px; }
.txtarea460{ width:460px;}
.redstar{ color:#f30000;}

/***********************lists*/
.list1 ul { padding:5px 0 5px 5px; list-style-image:none; list-style-type:none; background:url(images/list-bg.png); width:95%;}
.list1 ul li{ padding-left:0px; font-size:12px; font-weight:700; display:block; padding-bottom:5px; padding-top:5px; color:#fff; background: url(images/dot-line.jpg) bottom left repeat-x;/*url(images/arrow.jpg) no-repeat left 8px; */text-transform:uppercase; width:100%} 
.list1 ul li a{ display:block; color:#fff;  padding-bottom:5px; background:url(images/arrow.jpg) no-repeat left; padding-left:15px; }

