@charset "utf-8";

body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

/* CSS Document */

.container {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgLoop.gif);
	background-repeat: repeat-y;
}
.container .header {
	height: 140px;
	background-image: url(../images/bgTop.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 10px;
	padding-left: 8px;
}
.container .header .logo {
	margin-top: 50px;
	margin-left: 50px;
	height: 59px;
	width: 213px;
	float: left;
}
.container .header .navList {
	width: 350px;
	float: right;
	margin-top: 60px;
	text-align: right;
}
.container .header .navList li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.container .promotional {
	height: 270px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 8px;
}
.container .promotional .promoMessage {

}
.container  .navList  {
	margin-top: 20px;
}
.container  .navList  li  {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

.container .contents {
	padding-right: 150px;
	padding-left: 150px;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
}
.container .contents p {
	padding-bottom: 30px;
}
.container .contents img {
	float: left;
	padding-right: 50px;
	padding-bottom: 20px;
}
.container     .contents     ol   {
	padding-left: 50px;
	list-style-type: lower-alpha;
}
.container  .contents  ol  li {
	list-style-position: outside;
}


.container    .contents    #dotPoints {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 50px;
}
.container .contents .ServiceList {
	background-color: #999999;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-transform: capitalize;
}





.footer  {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgLoop.gif);
	background-repeat: repeat-y;
}
.footer .footerContent {
	height: 70px;
	background-image: url(../images/bgBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 10px;
	padding-left: 8px;
}
h1 {
	font-weight: bold;
	color: #FF6600;
	font-size: 18px;
	padding-bottom: 20px;
}
h2 {
	font-weight: bold;
}
p a {
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FEB767;
}
