/*html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
h1 img {
	display: block;
}*/
img {
	border: 0;
}
a {
	color: #125292;
	font-weight: bold;
	/*border-bottom:1px dotted #125292;*/
}
a:hover {
	color: #FFA405;
	/*border-bottom:1px solid #ffa405;*/
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.main {
	text-align: left;
	font: 12px arial, sans-serif;
	color: #135393;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	vertical-align: top;
	background-color: #FEFF35;	
	}
	.main ul {
	
	list-style-image: url(images/gif/bullet_tick.gif);
}
	.main ol {
	list-style-type: decimal;
}
	

.main h1 {
	color: #e4701e;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 6px;
}
.main h2 {
	color: #532393;
	font: 14px Tahoma;
	margin-bottom: 10px;
	font-weight: bold;
}
.main h3 {
	color: #e4701e;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 12px;
}
.main h4 {
	color: #135393;
	margin-bottom: -15px;
	font-family: Tahoma;
	font-size: 13px;
	margin-top: 5px;
	
/*SITE MAP PAGE*/
}.sitemap {
	text-align: left;
	font: 12px arial, sans-serif;
	color: #135393;
	background-image: url(templates/contact/page_bground.jpg);
	padding-left: 45px;
	padding-top: 12px;
	padding-right: 35px;
	vertical-align: top;}
	
	.sitemap h1 {
	color: #e4701e;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 6px;
}
	
	.sitemap ul {
	/*list-style-image: url(images/gif/bullet_tick.gif);*/
	list-style-type: circle;
}

/*SUB MENU*/
.subMenu {
	padding-left: 159px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
 }
.subMenu ul {
 
}
.subMenu li {
	float: left;
	width: 185px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-left: 1px solid white;
	list-style: none;
	/*background-image: url(images/tab_drk.gif);*/
	
}
.subMenu a {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
.subMenu a:hover {
	text-decoration: underline;
	font-weight: bold;
}
/*SUB MENU END*/
.leftcollumn{
	float: left;
	width: 500px;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-top: 0px;
	background-image: url(images/template/images/main_left.gif);
	background-repeat: repeat-y;
}
.rightcollumn{
	float: right;
	width: 220px;
	padding-left: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(images/template/images/main_right.jpg);
	background-repeat: repeat-y;
}
/*blockquote {
	margin: 15px;
	padding: 0 0 0 32px;
	/*background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important;
	border: 1px solid #EAEAEA;
	background-position: 8px 10px;
	border-left: 5px solid #A992CA;
	font-weight: normal;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
*/
.footer {
	text-align: center;
	font: 12px arial, sans-serif;
	background-image: url(templates/home/footer.jpg);
	padding-bottom: 14px;
}
