/* CSS Document */
body 
{
	margin:0px;
	margin-top:0px;
	background-color:#bf8643;
	background-image:url(../images/page-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-family:arial;
	font-size: 13px;
	font-weight: normal;
	color:#333333;
	text-align:left;
	line-height:18px;
}


#outer
{
	width:996px;
	margin:auto;
}

.main
{
	background-image:url(../images/home-containg-bg.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
	background-position:center top;
	width:960px;
	padding-left:16px;
	padding-right:20px;
}



.left
{
	float:left;
	
}

.right
{
	float:right;
}


.clear
{
	clear:both;
}





/* LOGO CLASS STARTS */
.logo
{
	float:left;
	background-image:url(../images/logo-bg.jpg);
	background-repeat:no-repeat;
	width:996px;
	text-align:left;
	height:103px;
}

/* LOGO CLASS ENDS */

.facebook
{
	float:right;
	width:35px;
	height:35px;
	padding-top:15px;
	padding-right:15px;
}

/* TOP LINKS CLASS STARTS HERE */

.top_links
{
	float:right;
	text-align:right;
	width:993px;
	margin-right:5px;
	background-image:url(../images/top-links-bg.jpg);
}


.main-content
{
	float:left;
	width:615px;
	padding-left: 35px;
	padding-top:15px;

}

.main-content a:link, .main-content a:visited 
{	
	color:#991c20;
	text-decoration:underline;
	font-weight:normal;

		
}

.main-content a:hover, .main-content a:visited:hover
{
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}


.left_section
{
	float:left;
	width:254px;
}


.left_section a:link, .left_section a:visited 
{	
	color:#0A2DB2;
	text-decoration:underline;
	font-weight:normal;

		
}

.left_section a:hover, .left_section a:visited:hover
{
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}

.services-bg
{
	padding:10px;
	background-color:#feece7;
	width:557px;
	padding-left:15px;
	padding-right:15px;

}


/* FOOTER STARTS */

.footer
{
	background-image:url(../images/footer-bg.gif);
	height:30px;
	width:956px;
	text-align:center;
	color:#ffffff;
	background-repeat:no-repeat;
	margin:auto;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:17px;
}

.bottom
{
	height:80px;
	width:980px;
	text-align:center;
	color:#ffffff;
	margin:auto;
	padding-top:5px;
	

}

.footer a:link, .footer a:visited 
{	
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;

		
}

.footer a:hover, .footer a:visited:hover
{
	color:#e5bfb5;
	text-decoration:none;
}

.bottom a:link, .bottom a:visited 
{	
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;

		
}

.bottom a:hover, .bottom a:visited:hover
{
	color:#e5bfb5;
	text-decoration:none;
}




/* FOOTER ENDS */

ul
{
	margin:0px;
	padding:0px;

}


li
{
	padding-top:2px;
	margin-left:15px;
	list-style-type: bullet;

}





h1
{
	font-family:arial;
	font-size:22px;
	color:#46150c;
	font-weight:normal;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}



h2
{

	font-size:18px;
	font-weight:normal;
	color:#ab360e;
	background-repeat:no-repeat;
	text-align:left;
	margin:0px;
	padding-bottom:10px;
}

h3
{

	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	color:#333333;
	background-repeat:no-repeat;
	text-align:left;
	padding-bottom:5px;
	margin:0px;
}


h4
{

	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	color:#008b94;
	background-repeat:no-repeat;
	text-align:left;
	padding-bottom:5px;
	margin:0px;
}



a, a:link, a:active, a:visited
{
	color: #ffffff;
	font-weight:normal;
	text-decoration:none;
}

a:hover, a:visited:hover
{
	color: #F7B0B9;
	text-decoration:none;
}

img
{
	border:0px;
}


