/* CSS Document */
body {
	background-image: url(images/homenew_bg.jpg);
	background-repeat: repeat;
	background-color:#7e848d;
	margin: 80px 0 0 0;
	font-family:Tahoma;
}
.bgother {
	background-color: #FFFFFF;
}
.bgtop {
	background-image:	url(images/homenew_bgtop.jpg);
	background-repeat:repeat-x;
	height: 121px;
}
.bgbottom {
	background-image: url(images/homenew_bgbottom.jpg);
	background-repeat:repeat-x;
	height: 100px;
}
.footer{
	color: #d3d5d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px; 
}
.footer a{
	color: #d3d5d8;
	text-decoration:none;
}
.footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.content {
	color: #565656;
	font-size:11px;
	text-align:justify;
}
.content a{
	color: #565656;
	text-decoration: underline;
}
.content a:hover{
	color: #000000; 
	text-decoration: none; 
}

.content1 {
	color: #565656;
	font-size:11px;
	text-align:justify;
	line-height: 18px;
}

.content1 a{
	color: #688aba;
	text-decoration: underline;
	font-weight: bold;
}

.content1 a:hover{
	color: #688aba;
	text-decoration: none;
	font-weight: bold;
}

a.content1link{
	color: #565656;
	text-decoration: underline;
	font-weight: bold;
}

a.content1link:hover{
	color: #565656;
	text-decoration: none;
	font-weight: bold;
}
.textbottom {
	color: #515250;
	font-family: Tahoma;
	font-size: 11px;
}
.textbottom a{
	color: #515250;
	text-decoration:none;
}
.textbottom a:hover{
	color: #000000;
	text-decoration:none;
}
.divider {
	padding: 0 5px 0 5px;
}
ul.roadmap {
	padding:0;
	margin:0;
}
li.r {
	margin-left: 15px;
	list-style: disc;
	padding-top:5px;
	padding-bottom: 5px;
}
/*contact*/
.contact {
	color: #565656;
	font-size:11px;
	text-align:justify;
}
.contact a{
	color: #565656;
	text-decoration: underline;
}
.conpact a:hover{
	color: #000000;
	text-decoration: none;
}
input, textarea, select {
	color: #575757;
	font-size:11px;
	background-color: #FFFFFF; 
} 

.bdr {
	border:1px solid #000004;
}
.local_heading {
	font-size: 16px;
	text-decoration:underline;
	font-weight:bold;
}
/* for the positioning */
.heading{
	margin: 5px 0 5px 0;
}

p {
	margin-top: 10px;
	margin-bottom:10px;
}

