/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	
}
img { 
border:none;
}
a:link {color:#333; text-decoration:none;}     
a:visited {color:#333; text-decoration:none;} 
a:hover {color:#961417; text-decoration:underline;}  
a:active {color:#961417; text-decoration:none;}  
#container
{
    background: #FFFFFF;
    text-align: left;
}
#header
{
	background-color: #FFF;	
}
#headerWrapper
{
    width: 960px;
	height:200px;
    margin: 0 auto;
	background-color: #FFF;	

}
#header h1
{
	display:none;
}
h1 
{
	font-family:Harabara;
	font-size:45px;
	color:#961417;
	line-height:40px;
	font-weight: bold;
	margin:20px 0 10px 0px;
}
h2
{
	font-family:Harabara;
	font-size:20px;
	color:#961417;
	line-height:40px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding:0px;
}
h3
{
	font-family:Harabara;
	font-size:14px;
	color:#961417;
	line-height:40px;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.logo {
	padding:10px 0px 0px 0px;
}
.telephone {
	padding: 60px 22px 0px 0px;
}
#mainContent
{
	background-color: #FFF;	
}

#mainContentWrapper
{
    width: 960px;
    margin: 0 auto;
	background-color: #FFF;	
}
#mainText
{
    margin: 0px 20px 20px 0px;
    width: 680px;
}
#mainText p 
{
	text-align:justify;
}
#sidebar1
{
	width:246px;
	margin: 0px 0px 15px 0px;
}
#pageTestimonials
{
	margin:10px 0px;
}
#testimonialsBody
{
	padding:7px 10px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background-color: #333;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 0px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#footer {
	background-image: url(../webmedia/images/footerBG.gif);
	
}
#footerWrapper {
	width: 960px;
	height:183px;
	margin: 0 auto;
	background-image: url(../webmedia/images/footerEffect.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer p {
	margin: 0; 
	padding: 10px 0;

}
#footer_nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	float: left;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	line-height: 28px;
	
}
#footer_nav ul{
	margin: 0;
	padding: 0;
}

#footer_nav ul li{
display: inline;

}
#footer_nav ul li a {
	padding: 0px 10px 0px 0px;
	text-transform:uppercase;
	font-size:12px;
}

#footer_nav ul li a:hover
{
	color: #961417;
	text-decoration: none;
}
#footer_nav_right
{
	padding-top: 50px;
	float: right;
}


#footer_nav a:active, #footer_nav a:visited, #footer_nav a:link
{
	color: #fff;
	text-decoration: none;
}

.fltrt
{
    float: right;
    margin-left: 8px;
}
.fltlft
{
    float: left;
    margin-right: 8px;
}
.clearfloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
