/*----------------------Semantic tags-------------------*/
html,body {overflow-x: hidden;}
body {
	background-color: #16191D;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, sans-serif;
}
h1 {
	margin-top:0;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	font-size: 19pt;
	color: white;
}
h2 {
	margin-top: 0;
	padding-left: 20px;
}
h3 {
	font-size: 12pt;
}
hr {width: 70%;}
img {border: none;}
form {
	text-align:right;
	padding-right: 260px;
}
b {
	color:red;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #AADD00;
}
a:hover {
	text-decoration: underline;
	color: white;
}
/*-------------------document wrapper-------------------*/
#container {
	width: 1000px;
	margin: 0 auto;
}
/*----------------------Header start-------------------*/
#header-wrapper {
	height: 195px;
	background: url(../images/hdr-wrapper.jpg) top center no-repeat;
}
#header {height: 57px;}
#header h1 {display: none;}
#header p {
	text-indent: 400px;
	color: #8a8f94;
	font-size: 10pt;
	margin-top: 103px;
	float: left;
	word-spacing: 3px;
}
#header img {
	float: right;
	margin-right: 75px;
	margin-top: 85px;
	border: none;
}
#mid-section {
	background: url(../images/mid-section.jpg) top center no-repeat;
	height: 341px;
}
#mid-section-plate {
	background: url(../images/mid-section-plate.jpg) top center no-repeat;
	height: 341px;
	width: 849px;
	margin: 0 auto;
}
#mid-section-plate p {
	padding: 85px 25px 0px 360px;
	font-size: 10pt;
	text-align: left;
	color: gray;
}
#mid-section  ul{
	padding-bottom: 15px;
	margin-top: 100px;
}
#mid-section  li{
	padding: 0px 45px 0px 25px;
	color: white;
	text-transform: uppercase;
	display: inline;
	font-size: 11pt;
	background: url(../images/bullet.gif) left center no-repeat;
}
#mid-section a{
	text-decoration:none;
	color: white;
}
#mid-section a:hover{
	text-decoration:none;
	color: #AADD00;
}

/*--------------------content begin------------------*/

#content {
	background-color: #24292D;
	width: 1000px;
	text-align: left;
	color: white;
	font-size: 10pt;
	padding-bottom: 80px;
}
#content p{
	margin-top: 0;
	padding: 0px 35px 0 35px;
}

/*-----------------Spacers--------------*/

#spacer-home {padding-top: 300px;}
#spacer-about {padding-top: 250px;}
#spacer-packages {padding-top: 960px;}

/*----------------Image control classes------------------*/

.right {float: right; margin: 5px 55px 5px 15px;}
.left {float: left; margin: 5px 15px 5px 55px;}

/*-------------------page formatting--------------------------*/

/*--Home page--*/

#home-page p{
	margin-top:0;
	font-size: 9pt;
	line-height: 18px;
	word-spacing: 1px;
	color: white;
	padding-left: 10px;
}
#home-page img{float: right;}
#home-col-left, #home-col-mid, #home-col-right {
	width: 240px;
	height: 198px;
	float: left;
	text-align: left;
}
#home-col-left {
	margin: 35px 30px 10px 100px;
	padding-right: 30px;
	background: url(../images/splitter.gif) right center no-repeat;
}
#home-col-mid{
	margin: 35px 0px 10px 10px;
	padding-right: 20px;
}
#home-col-right {
	margin: 35px 30px 10px 0px;
	padding-left: 30px;
	background: url(../images/splitter.gif) left center no-repeat;
}

/*--Services page--*/

#services-page p{
	margin-top:0;
	font-size: 9pt;
	line-height: 18px;
	word-spacing: 1px;
	padding-left: 35px;
}
#services-page img{float:right;}
#services-col-left, #services-col-right {
	width: 400px;
	text-align: left;
	padding-top: 15px;
	float: left;
}
#services-col-left {	margin-left: 115px;}
#services-col-bot{
	width: 800px;
	margin-top: 25px;
	margin-left: 115px;
	text-align: left;
}

/*--Packages page--*/

#packages {
	text-align: left;
	font-size: 9pt;
}
#packages li {
	margin-left: 10px;
	margin-top:3px;
	line-height: 18px;
	font-style:italic;
	color: gray;
}
#packages p {
	line-height: 20px;
	word-spacing: 1px;
}
#packages-col-left, #packages-col-mid, #packages-col-right {
	float: left;
	width: 270px;
	height: 450px;
}
#packages-col-left {
	margin-left: 50px;
	padding-right: 10px;
	background: url(../images/slither-indent.jpg) right center no-repeat;
}
#packages-col-mid{
	margin-left: 25px;
}
#packages-col-right {
	margin-left: 50px;
	padding-left: 40px;
	background: url(../images/slither-indent.jpg) left center no-repeat;
}

/*--About page--*/

#about-page {
	word-spacing: 1.5px;
}
#about-col-left, #about-col-right {
	width: 400px;
	padding-top: 15px;
	float: left;
	text-align: left;
}
#about-col-left {
	margin-left: 115px;
	background: url(../images/splitter.gif) right center no-repeat;
}

/*--------------------------footer---------------------*/

#footer {
	background: url(../images/footer.jpg) left center repeat-x;
	height: 88px;
	width: 1000px;
	font-size: 8pt;
	padding: 30px 0 0 150px;
	text-align: left;
	color: #AADD00;
}
#copyright {
	padding-left: 310px;
	color: gray;
}