@charset "utf-8";
/* CSS Document */


body {
	background-repeat:repeat;
	background-image: url(../images/bg.jpg);
}
#content_container {
	width: 900px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/page.jpg);
	background-repeat: repeat;
	height: 1100px;
}
#logo {
	background-image:url(../images/logo.gif);
	width:225px;
	height:59px;
	background-repeat:no-repeat;
	position:relative;
	left:0px;
	top: 5px;
	background-position: center;
}
#topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #706969;
	position: relative;
	height: auto;
	width: 690px;
	top: 0px;
	left: 210px;
	z-index:2;
	text-align: center;
}
/*start coding for drop down*/
#topNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
#topNav li {
	float: left;
	position: relative;
	width: 110px;
  }
#topNav li ul {
	display: none;
	position: absolute;
	background-image:url(../images/dropBG.jpg);
	background-repeat:no-repeat;
	top: 1em;
	left: 0;
	height: 100px;
	line-height: 1.25em;
	padding-top: 5px;
  }
#topNav li:hover ul, #topNav li.over ul{ display: block; }
/*end coding for drop down*/
.contact{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: left;
	color: #7C1328;
}

.contact a:link {
	color: #7C1328;
	text-decoration:none;
}
.contact a:visited {
	color: #7C1328;
	text-decoration:none;
}
.contact a:hover {
	color: #706969;
	text-decoration:underline;
}
.contact a:active {
	color: #7C1328;
	text-decoration:none;
}
.phone {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align: right;
	color: #7C1328;
}

#mainImage {
	background-image:url(../images/page_images/home.jpg);
	width:815px;
	height:120px;
	background-repeat:no-repeat;
	position:relative;
	left:60px;
	top: 15px;
	background-position: left;
}
#sidebar {
	width:150px;
	position:relative;
	left:60px;
	top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #706969;
	text-align: left;
	line-height: 25px;
}
#mainContent {
	float: left;
	height: auto;
	width: 580px;
	position: absolute;
	left: 205px;
	top: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7C1328;
	margin-bottom: 20px;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7C1328;
	margin-bottom: 20px;
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	text-align: left;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-weight: normal;
}
#mainContent ul {
	color:#7C1328;
	position:relative;
	margin-top: 10px;
	margin-left: 10px;
	height: auto;
	width: auto;
	line-height: normal;
	text-align: left;
	clear: both;
	list-style-position: outside;
	list-style-type: square;
	left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: none;
	margin-bottom: 10px;
	font-weight: normal;
}
.client {
	padding-top:30px;
}
a:link {
	color: #706969;
	text-decoration:none;
}
a:visited {
	color: #706969;
	text-decoration:none;

}
a:hover {
	color: #7C1328;
	text-decoration:underline;
}
a:active {
	color: #706969;
	text-decoration:none;

}
