@charset "utf-8";

/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
}

#clearer {
	clear: both;
}

#container_top {
	width: 100%;
	height: 390px;
	background-color :#1B1B1B;
	border-bottom: 6px solid #b1b1b1;
}

#container_btm {
	width: 100%;
	height: auto;
}

#nav {
	width: 800px;
	height: 50px;
	margin: auto;
	margin-bottom: 8px;
	border-bottom: 4px solid #dbdbdb;
}

#divider_1 {
	width: 800px;
	height: 3px;
	margin: auto;
	background-color: #066;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	width:780px;
	height:auto;
	margin:auto;
	padding: 10px 10px 30px 10px
}

#footer {
	width: 800px;
	height: 50px;
	margin: auto;
	margin-top: 0px;
	border-top: 1px solid #999;
}
#number{
	width:780px;
	height:auto;
	margin:auto;
	margin-top:20px;
}

/* ---------------------index-------------------------- */

#index_pic {
	height:300px;
	width:800px;
	background-image:url(../images/index_pic.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

/* ---------------------services and rates-------------------------- */

#rates_pic{
	height:300px;
	width:800px;
	background-image:url(../images/rates.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#zone_map{
	width:746px;
	height:350px;
	margin:auto;
	border:2px solid #333;

	
}
#zone_table{
	width:750px;
	height:auto;
	margin:auto;
	margin-top:20px;
	
}

#services_text{
	width:780px;
	padding: 10px 10px 0px 10px;
}

/* ---------------------why century-------------------------- */

#why_messenger{
	height:300px;
	width:800px;
	background-image:url(../images/why_messenger.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

/* ---------------------contact-------------------------- */

#contact_pic {
	height:300px;
	width:800px;
	background-image:url(../images/contact_pic.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#form {
	width:auto;
	height:auto;
	float:right;
	margin-top:30px;
	
}

#contact_left {
	width:400px;
	height:auto;
	float:left;

}

/* ---------------------nav-------------------------- */

#navcontainer ul {
	list-style-type: none;
	width: 100%;
	font: normal 16px verdana, arial, helvetica, sans-serif;
	text-align: left;
	padding:18px 0px 0px 0px;
	margin:0px;
}

li {
	display: inline;
}

li a {
	text-decoration: none;
	color: #999;
	padding: 0px 30px 0px 10px;
}

li a:hover {
	color: #CCC;
}



/* ---------------------footer nav-------------------------- */

#footer_navcontainer ul {
	list-style-type: none;
	width: 100%;
	font: normal 12px verdana, arial, helvetica, sans-serif;
	text-align: left;
	padding:18px 0px 0px 0px;
	margin:0px;
}

li.footer {
	display: inline;
}

li.footer a {
	text-decoration: none;
	color: #333;
	padding: 0px 25px 0px 0px;
}

li.footer a:hover {
	color: #666;
}

/* ---------------------p,h1,h2, etc.-------------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#5B5F29;
	font-weight:100;
	margin-top:40px;


}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	font-weight:100;
	padding:0px;
	margin:0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5B5F29;
	font-weight:100;
	padding:0px;
	margin:0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:25px;
	text-align:justify;
	
}

p.reviews {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	line-height:25px;
	font-style:italic;
}

p.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

/* ---------------------tables-------------------------- */

table{
	background-color:#333;
	margin-top:

}
tr.title{
	background-color:#FFF;
	font-family: verdana, Geneva, sans-serif;
	font-size:18px;
	color:#5B5F29;
	font-weight:100;
	text-align:center;
	
}
tr{
	background-color:#FFF;
	font-family: verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	text-align:center;
	
}
td{
	width:250px;
}


table.additional{
	background-color:#333;

}
tr.additional{
	background-color:#333;
	font-family: verdana, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:center;
	
}

/* ---------------------links-------------------------- */
a.lafrance:link {
	

	color:#333;
	text-decoration: none;

}

a.lafrance:visited {
	text-decoration: none;
	color:#333;
}

a.lafrance:hover {
	text-decoration: none;
	color:#5B5F29;
}

a.lafrance:active {
	text-decoration: none;
	color:#333;
}
