@charset "utf-8";
/* CSS Document */

.menu {
	margin:0 auto;
	padding:0;
	height:30px;
	width:100%;
	display:block;
	background:url('../images/topMenuImages.png') repeat-x;
}

.menu li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}

.menu li a {
	float:left;
	padding-left:15px;
	display:block;
	color:rgb(255,255,255);
	text-decoration:none;
	font: 16px Trebuchet MS, Verdana, sans-serif;
	cursor:pointer;
	background:url('../images/topMenuImages.png') 0px -30px no-repeat;
}

.menu li a span {
	line-height:30px;
	float:left;
	display:block;
	padding-right:15px;
	background:url('../images/topMenuImages.png') 100% -30px no-repeat;
}

.menu li a:hover {
	background-position:0px -60px;
	color:rgb(255,255,255);
}

.menu li a:hover span {
	background-position:100% -60px;
}

.menu li a.active, .menu li a.active:hover {
	line-height:30px;
	font: 16px Trebuchet MS, Verdana, sans-serif;
	background:url('../images/topMenuImages.png') 0px -90px no-repeat;
	color:rgb(255,255,255);
}

.menu li a.active span, .menu li a.active:hover span {
	background:url('../images/topMenuImages.png') 100% -90px no-repeat;
}

body {
	background: #f4f4f4 url(../images/bg.png) center top repeat-x;
}

#leftcol {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
}

#rightcol {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 0 30px;
}

#logo {
	background: transparent url(../images/logo.png) center top no-repeat;
	width: 230px;
	height: 106px;
	margin-top: 11px;
	margin-left: -2px;
}

#content_top {
	background: transparent url(../images/content_top.png) center top no-repeat;
	width: 709px;
	height: 18px;
	margin: 3px 0;
}

#content {
	background: transparent url(../images/content_body.png) center top repeat-y;
	width: 709px;
	min-height: 759px;
	margin: -3px 0;
}

#content_body {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 20px 61px 40px 55px;
}

#content_body_lead {
	display: table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 0;
}

#content_body_sub_left_container {
	display: block;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 50%;
	padding: 0 20px 0 0;
}

#content_body_sub_left {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}

#content_body_sub_right_container {
	display: block;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 50%;
	padding: 0 0 0 20px;
}

#content_body_sub_right {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}

#prices {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	margin: -38px 39px 0 0;
	font-size: 24px;
	font-weight: bold;
}

#prices.platinum {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	margin: -38px 32px 0 0;
	font-size: 24px;
	font-weight: bold;
}

#content_bottom {
	background: transparent url(../images/content_bottom.png) center top no-repeat;
	width: 709px;
	height: 16px;
	margin: 3px 0;
}

#package_container {
	width: 230px;
	margin: 8px 0;
	vertical-align: top;
}

#package_header {
	background-color: #AB0000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 230px;
	height: 30px;
	color: white;
	margin: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid black;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	-webkit-border-left-top-radius: 14px;
	-webkit-border-radius-topright: 14px;
}

#package_content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#package1 {
	-moz-box-shadow: 2px 2px 2px black;
	-webkit-box-shadow: 2px 2px 2px black;
	width: 230px;
	margin: 0 0 9px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: white;
	vertical-align: top;
	border: 1px solid black;
}

#topnav {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 14px 0 -3px 4px;
	width: 700px;
	display: table;
	height: 34px;
}

#footer {
	background: url(../images/bg.png) center top repeat-x;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	margin: -178px 0 0 0;
	width: 100%;
	height: 197px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: -1;
}

#footercontent {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	tranform: rotate(180deg);
	margin: 43px auto;
	padding: 0 0 0 258px;
	color: white;
	line-height: 1.25em;
}

#footercontent2 {
	margin: 43px auto;
	padding: 0 0 0 31px;
	line-height: 1.25em;
	text-align: center;
}

#style {
	margin: 145px 0 0 13px;
}

#callme_widget {
	float: right;
	margin-top: 10px;
	padding-left: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#contactus_form {
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
/*	border: 1px solid black; 
	padding: 10px;
	box-shadow: 2px 2px 2px black;
	-moz-box-shadow: 2px 2px 2px black;
	-webkit-box-shadow: 2px 2px 2px black; */
}

IE_error {
	text-align: center;
	padding: 10px;
	z-index: 3;
	position: absolute;
	top: 10px;
	left:10px;
	border: 1px solid black;
	background-color: white;
	color: black;
	width: 620px;
}

#storypic_right {
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	padding: 10px 0 10px 10px;
	float: right;
}

#storypic_left {
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	padding: 10px 10px 10px 0;
	float: left;
}

#bronze {
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	background: url(../images/bronze.png) center top no-repeat;
	width: 150px;
	height: 182px;
	float: right;
	margin: -6px 15px 20px 10px;
	-webkit-box-reflect: below 2px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
	-moz-box-reflect: below 2px -moz-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
	box-reflect: below 2px gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
}

#silver {
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	background: url(../images/silver.png) center top no-repeat;
	width: 150px;
	height: 182px;
	float: right;
	margin: -6px 15px 20px 10px;
	-webkit-box-reflect: below 2px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
	-moz-box-reflect: below 2px -moz-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
	box-reflect: below 2px gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
}

#gold {
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	background: url(../images/gold.png) center top no-repeat;
	width: 150px;
	height: 182px;
	float: right;
	margin: -6px 15px 20px 10px;
	-webkit-box-reflect: below 2px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
	-moz-box-reflect: below 2px -moz-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
	box-reflect: below 2px gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
}

#platinum {
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	background: url(../images/platinum.png) center top no-repeat;
	width: 150px;
	height: 199px;
	float: right;
	margin: -6px 15px 35px 10px;
	-webkit-box-reflect: below 2px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
	-moz-box-reflect: below 2px -moz-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
	box-reflect: below 2px gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));
}

#contact_us_picture {
	background: white url(../images/jeff.jpg) right top no-repeat;
	width: 320px;
	height: 300px;
	margin: 20px 0 20px 0;
	float: right;
}

.wufoo .info {
	display:none
}
