html {
overflow-y: scroll;
} 

body{
	padding:6px 0 0;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../images/top-bg.gif) repeat-x;
	color:#333;
}

a{
	text-decoration:none;
	color:#0076A2;
	font-family:Tahoma;
}
a:hover{
	text-decoration:underline;
}

img, fieldset {
	border: 0;
}
ul
{
margin:0px; padding:0px; list-style-type:none;
}
ol{
	margin:0 20px;
	padding:0;
}
table {
	border-collapse: collapse;
}
a:focus {
	outline: 0;
}
html {
	overflow:-moz-scrollbars-vertical;
} /*Always show Firefox scrollbar*/
form {
	margin:0px;
	padding:0px
}
.required
{
color:#FF0000;
}

.underprocess
{
padding:150px 0px;
font-weight:normal;
text-align:center;
}
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}


/* Common things end */

.logo a{
	margin:15px 0px 14px;
	background:url(../images/logo.png) no-repeat;
	width:355px;
	height:50px;
	display:block;
}

.nav-bg{
	background:url(../images/nav-bg.gif) repeat-x;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	padding:0 10px 0 0;
}

.news-bg{
	background:url(../images/news-bg.gif) repeat-x bottom #fff;
	border:#d8d8d8 1px solid;
	padding:15px 0 15px 15px;
	line-height:20px;
	color:#000;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
.orng-bld{
	font-weight:bold;
	font-size:13px;
	color:#ea3200;
}

.feature-list ul li{
	list-style:none;
	background:url(../images/gry-arw.gif) no-repeat;
	background-position:10px 10px;
	line-height:26px;
	font-family:'Shanti', sans-serif;
	padding:0 0 0 25px;
	display:block;
	border-bottom:#d0d0d0 1px dotted;
	font-size:13px;
}
.feature-list ul li.last{
	border-bottom:none;
}
.mid-list ul li{
	list-style:none;
	background:url(../images/gry-arw.gif) no-repeat;
	background-position:10px 11px;
	line-height:28px;
	padding:0 0 0 25px;
	display:block;
	border-bottom:#CCCCCC 1px dotted;
}
.mid-list ul li.last{
	border-bottom:none;
}
.main-text{
	font-family:Arial, Helvetica, sans-serif;
	color:#525252;
	line-height:22px;
	text-align: justify;
	font-size: 12px;
}
.gray-box{
	background:#e2e2e2;
	padding:0 15px;
	line-height:18px;
	color:#3e3e3e;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:11px;
	font-family:Tahoma;
}
.gray-box h2{
	color:#a9a9a9;
	line-height:36px;
	font-family:'Francois One',sans-serif;
	font-size:24px;
	font-weight:normal;
	padding:8px 0 0;
	
}

.footer-bg{
	background:url(../images/footer-bg.gif) repeat-x;
	padding:22px 0 30px;
}
.footernav a{
	background:#fff;
	border:#c4c4c4 1px solid;
	padding:8px 17px;
	line-height:34px;
	margin:0 3px 0 0;
	text-decoration:none;
	color:#333;
}
.footernav a:hover{
	text-decoration:none;
	background:#f0f0f0;
	color:#000;
}

.top-scrl ul li{
	list-style:none;
	background:url(../images/gry-arw.gif) no-repeat;
	background-position:10px 10px;
	line-height:26px;
	font-family:'Shanti', sans-serif;
	padding:0 0 0 25px;
	float:left;
	font-size:13px;
	margin:0 20px 0 0;
}

h1{
	color:#789200;
	line-height:40px;
	font-family:'Francois One',sans-serif;
	font-size:30px;
	font-weight:normal;
	margin-bottom: 8px;
	
}
h1 a
{
float:right; line-height:20px; 
}
.blue-bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#006699;
}
.inputstyle{
	background: none repeat scroll 0 0 #FAFAFA;
	border-color: #B0B0B0 #ECECEC #ECECEC #B0B0B0;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-weight: normal;
	margin: 2px 0;
	padding: 5px;
	font-size:13px;
	line-height:20px;
}
.input2{
	background: none repeat scroll 0 0 #FAFAFA;
	border-color: #B0B0B0 #ECECEC #ECECEC #B0B0B0;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-family: 'Shanti',sans-serif;
	font-weight: normal;
	margin: 2px 0;
	padding: 5px;
	width: 250px;
	font-size:13px;
	line-height:21px;
}
.submit-btn, .button2 {
    background: none repeat scroll 0 0 #005683;
    border: 1px solid #003049;
    color: #FFFFFF;
    font-family: 'Shanti',sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 10px;
} 
 
a.button2:hover
{
text-decoration:none;
}

/* messages */
.error {
  BORDER: #EFB3B5 1px solid; PADDING: 4px 4px 4px 30px;  MARGIN: 8px auto; BACKGROUND: url(../images/error.gif) #FCEFE3 no-repeat 10px 6px; font-size:12px; text-align:left; color:#000000;  position:relative;
}
.alert {
	BORDER: #D5A739 1px solid;
	BACKGROUND: url(../images/alert.gif) #FCF9DE no-repeat 10px 6px;
	PADDING: 4px 4px 4px 30px;
	MARGIN: 8px auto;
	font-size:12px;
	text-align:left;
	color:#000000; position:relative;
	line-height: 20px;
}
.success {
	BORDER: #cae2a4 1px solid;
	BACKGROUND: url(../images/success.gif) #f7faf1 no-repeat 10px 6px;
	PADDING: 4px 4px 4px 30px;
	MARGIN: 8px auto;
	font-size:12px; 
	text-align:left; position:relative;
	color:#000000;
}
.tblclass th {
	background-color: #D2E2E1;
	border: 1px solid #91BBC2;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	line-height: 23px;
	padding: 5px;
	text-align: left;
}

.tblclass td, .tblclass2 td {
    border: 1px solid #cdcdcd;
    font-size: 13px;
    padding: 5px;
	line-height:24px;
}

 .tblclass2 th {
	background-color: #f1f1f1;
	border: 1px solid #cdcdcd;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	height: 21px;
	line-height: 23px;
	padding: 5px;
	text-align: left;
}
 
.norecords, .tblclass td.norecords, .tblclass2 td.norecords
{
	text-align:center;
	color:#0066CC;
	font-weight:bold;
	line-height:200px;
	font-size:12px;
	vertical-align:middle;
}
/* paging */
#paging {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px;
}
#paging a{
   background:#eeeee0;
	line-height:22px;
	border:#e0e0ce 1px solid;
	color:#666;
	padding:0 5px;
	display:block;
	text-decoration:none;
	margin:0 5px 0 0;
	float:left;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

#paging span.active, #paging a:hover{
  background:#b7c68a;
line-height:22px;
padding:0 5px;
	display:block;
	border:#9bae62 1px solid;
	color:#000;
	text-decoration:none;
	margin:0 5px 0 0;
	float:left;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.box-bg-rt{
	-moz-border-radius: 9px 9px 9px 9px;
	-moz-box-shadow: 2px 2px 3px #CACACA;
	-webkit-border-radius: 9px 9px 9px 9px;
	border: 1px solid #CACACA;
}

.page-title{
	background:#1F8BAF;
	line-height:35px;
	display:block;
	-moz-border-radius: 9px 9px 0px 0px;
	-webkit-border-radius: 9px 9px 0px 0px;
	font-size:18px;
	color:#FFFFFF;
	padding:0 0 0 15px;
}
.img-wrap{display:inline-block;background-color:#FFF;-moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;border:1px solid #ccc;padding:3px; line-height:18px;} 

.welcome
{
	font-size:18px;
	font-weight:bold;
	height:30px;
	padding:6px;
	font-family:arial;
	text-align:right;
	color: #fff;
}
.welcome a
{
color:#FFCC00;
}
.clear
{
clear:both;
}
.form-bg{
	background:#eeece4;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:#e2dfd3 1px solid;
	padding:10px;
}
ul.list
{
margin:0; padding:0;
}
ul.list li 
{
background:url(../images/black-arw.gif) no-repeat; background-position:5px 8px; line-height:20px; border-bottom:#CCCCCC 1px dashed; padding:2px 0 2px 22px; font-size:12px; 
}

.notice-bg{
	background:url(../images/notice-bg.gif) repeat-x bottom #fff;
	border:#c8dbe1 1px solid;
	padding:15px 0 15px 15px;
	line-height:20px;
	color:#000;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
.notice-list ul
{
margin:0; padding:8px 0 0 0;
}
.notice-list ul li 
{
background:url(../images/black-arw.gif) no-repeat; background-position:5px 8px; line-height:20px; padding:2px 0 2px 22px; font-size:12px; font-weight:bold; border-bottom:#ccc 1px dashed;
}
.noticedate
{
text-align:right; color:#336600; 
}
.noticeall 
{
text-align:right;
}
.noticeall a
{
color:#FF0000;
}

.gal-title a{
font-family: 'Shanti', sans-serif;
	font-size:13px;
	text-decoration:none;
	padding:5px 0 10px;
	display:block;
	line-height:18px;
	color:#a70a02;
	text-align:center;
	background:url(../images/gal-img-btm.gif) no-repeat center top;
	vertical-align:top;
	margin:1px 0 0;
}
.gal-title a:hover{
	color:#540400;
	text-decoration:none;
}


.box-bg{
	background:#f3f3f3;
	padding:15px;
	margin:0 0 10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	float:left;
}
.rt-img{
	float:left;
	margin:0 15px 0 0px;
	border: #CCCCCC 1px solid;
	padding:2px;
}
.gallery2
{
font-size:12px;
}
.gallery2 img
{
border:#dddddd 1px solid; padding:2px; margin:3px;
}
.gallery2 img:hover
{
 border:#3399FF 1px solid; padding:2px; margin:3px;
}
.gallery2 a
{
color:#222222;
}
.gallery2 a:hover
{
color:#ED1651; 
}
.imgrt
{
float:right; margin-left:10px;	
}
.clr
{
clear:both;	
	}