form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #52534D;
	background-color: #FFFFFF; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 1024px;
	position:relative;
}

a           
{
    text-decoration: none;
    color: #8C0B05;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

#header { background: url(images/header2.jpg) no-repeat; }

#topNav
{
	margin: 0px 211px 0px 0px;
	text-decoration: none;
	text-align: right;
}
#topNav a
{
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px;
	margin: 0 5px;
	text-decoration: none;
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
}
#topNav a#navHome
{
	background: url(images/navHome.jpg) no-repeat;
	width: 93px;
}
#topNav a#navHome:hover, #topNav a#navHomeOn
{
	background: url(images/navHomeOn.jpg) no-repeat;
	width: 93px;
}
#topNav a#navServices
{
	background: url(images/navServices.jpg) no-repeat;
	width: 93px;
}
#topNav a#navServices:hover, #topNav a#navServicesOn
{
	background: url(images/navServicesOn.jpg) no-repeat;
	width: 93px;
}
#topNav a#navMore
{
	background: url(images/navMore.jpg) no-repeat;
	width: 172px;
}
#topNav a#navMore:hover, #topNav a#navMoreOn
{
	background: url(images/navMoreOn.jpg) no-repeat;
	width: 172px;
}
#topNav a:hover, #topNav a.selected
{
	color: #FFFFFF;
	text-decoration: none;
}

#leftSide
{
	margin:0px 0px;
	padding: 45px 20px 0 10px;
	float:left;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 13px;	
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}
h2{font-weight:bold;}

h4{margin:10px 80px;}


.mainText
{
	font-weight: normal;
	margin: 35px 140px 35px 320px;
	text-align: left;
}
.mainText h2
{
	font-weight: bold;
	font-size: 24px;
	margin: 10px 0px;
	text-align: left;
}
#redText{font-weight:bold;
color:#73140E;
font-size:14px;}

.number
{
	font-size: 85px;
	color: #949BA1;
	line-height: 85px;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}

#copyright
{
	font-weight: normal;
	background: #696A6C;
	color: #A7A9AC;
	font-size: 10px;
	margin: 0px;
	padding: 15px 15px 45px 320px;
	text-align: left;
}



/* Logoworks link back */
#linkback, #linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 0px 0px;
	margin: 10px 0px;
	text-decoration: none;
	text-align: center;
}


