/* CSS Document */
body 
{
	margin:0px;
	margin-top:35px;
	background-color:#ffffff;
	font-family:arial;
	font-size: 14px;
	font-weight: normal;
	color:#333333;
	text-align:left;
	background-image:url(../images/logo-bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	overflow-x: hidden;
}


#outer
{
	width:100%;
	margin-left: 15px;
	padding-right: 340px;

}

.left
{
	float:left;
	
}

.right
{
	float:right;
}


.clear
{
	clear:both;
}

.height_10
{
	height:10px;
	font-size:10px;
	border:1px solid red;
	width:20px;
}




/* LOGO CLASS STARTS */
.logo
{
	float:left;
	text-align:left;
	margin-bottom:9px;
	padding-left: 25px;
	#padding-left: 19px;
	width: 100%;

}

.hero-image
{
	width:198px;
	height:95px;
	border:0px solid red;
	padding-top:120px;
	padding-right:13px;
	padding-left:352px;
	font-size:15px;
	font-weight:bold;
	color:#000000;
}


/* LOGO CLASS ENDS */

/* TOP LINKS CLASS STARTS HERE */

.left_links_top
{
background-image:url(../images/left-links-top.gif);
width:212px;
height:15px;
font-size:0px;
}

.left_links_bg
{
	float:left;
	width:192px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(../images/left-links-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}


.left_links a:link, .left_links a:visited 
{	
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;

		
}

.left_links a:hover, .left_links a:visited:hover
{

	color:#C0E7A3;
	text-decoration:none;

}


li.left_links
{
	background-image:url(../images/left-links-bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:14px;
	padding-right:12px;
	margin-bottom:3px;
	padding-bottom:5px;
	background-repeat:no-repeat;
	list-style:none;
}








.main
{
	width:999px;
	float:left;
	background-image:url('../images/main-bg.jpg');
	background-repeat:repeat-y;

}






.left-sec
{
	float:left;
	width:219px;
	padding-left: 20px;
	#padding-left: 14px;

}

.right-sec
{
	float:left;
	width:545px;

}


.right-content
{
	line-height:150%;
	margin-top:10px;
	padding-left: 10px;
	
	width:524px;
	font-size: 14px;
	

}


#adspace
{
float: right;
width: 140px;
height: auto;
padding-right: 10px;
}



/* FOOTER STARTS */
.clearfooter
{
   height: 130px;
   clear: both;
    
}

.footer
{
	float: right;
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
	width:100%;
	margin-top:120px;
	height:20px;
	text-align:center;
	border:0px solid red;
	color:#FFFFFF;



}

/* FOOTER ENDS */

ul
{
	margin:0px;
	padding:0px;
}


li
{
	background-image:url(../images/left_links_bullet.gif);
	padding-top:2px;
	margin-left:12px;
	background-repeat:no-repeat;
	list-style:circle;

}




h1
{
	font-family:arial;
	font-size:24px;
	color:#60C317;
	background-repeat:no-repeat;
	text-align:left;
	font-weight:bold;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
}



h2
{

	background-position:left;
	font-size:14px;
	color:#60C317;
	background-repeat:no-repeat;
	text-align:left;
	padding-bottom:5px;
	margin:0px;
}

h3
{
	font-size: 14px;
	color: Blue;
	text-align: left;
	margin: 0px;
}


a, a:link, a:active, a:visited
{
	color: #60C317;
	font-weight:normal;
}

a:hover, a:visited:hover
{
	color: #333333;
	text-decoration:none;
}

img
{
	border:0px;
}

