body {
	font-family:trebuchet ms, helvetica, arial, sans-serif;
	background:url('../images/bg.png') repeat-x #000;
	margin:0;
	color:#4d4d4d;
}
a:link, a:visited {
	text-decoration:none;
	color:#999;
}
a:hover {
	text-decoration:underline;
	color:#99ff66;
}
a:active {
	text-decoration:none;
	color:#999;
}
div#pageWrap {
	width:900px;
	margin:auto;
}
div#header {
	background:url('../images/header.png') no-repeat;
	width:900px;
	height:127px;
}
div#leftNav {
	background:url('../images/leftNav.png') no-repeat;
	width:463px;
	height:21px;
	float:left;
}
div#leftNav2 {
	background:url('../images/menuFill.png') no-repeat;
	width:429px;
	height:21px;
	float:left;
}
div#rightNav {
	float:left;
	width:437px;
	height:21px;
}
div#rightNav2 {
	float:left;
	width:471px;
	height:21px;
}
div#footer {
	background:url('../images/footer.png') no-repeat;
	width:900px;
	height:65px;
}
div#pageBody {
	background:url('../images/botHead.png') top no-repeat #fff;
	width:900px;
}
div#copy {
	margin-top:10px;
	font-size:12px;
	color:#666;
	text-align:center;
	line-height:16px;
}
div#contactImg {
	margin:20px 20px 20px 10px;
	width:533px;
	height:350px;
	float:left;
}
div#contactTxt {
	width:325px;
	margin:40px 0 0 0;
	float:left;
}
div#packLeft {
margin-left:30px;
	padding:40px 10px 20px 0px;
	width:350px;
	float:left;
}
div#packRight {
margin-left:30px;
	padding:40px 0 20px 0px;
	width:460px;
	float:left;
}
.packTitle {
	font-weight:bold;
	font-size:20px;
	color:#4d4d4d;
}
.packDesc {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	color:#999;
}
.packBody {
	line-height:24px;
	color:#999;
}
.packSub {
	font-size:12px;
	line-height:16px;
	width:150px;
	padding:10px 0 10px 10px;
	color:#777;
	float:left;
}
.packBox {
	background:#eee;
	border:1px solid #ddd;
	margin-top:10px;
}
div#packImg {
	margin:10px 0 20px 0;
	width:470px;
	height:200px;
	background:url('../images/packImg.png') no-repeat;
}
.title {
	color:#4d4d4d;
	font-size:20px;
	font-weight:bold;
}
.position {
	font-weight:bold;
	font-size:18px;
	color:#af987b;
}
.contactInfo {
	font-size:16px;
}
.link {
	float:left;
}
.green {
	height:2px;
	background:#99ff66;
	border:0px;
}
.clear {
	clear:both;
}
.homeBtn {
	position:relative;
	background:url('../images/homeO.png') no-repeat;
	white-space:nowrap;
	display:block;
	width:85px;
	height:21px;
	margin:0;
	padding:0;
	float:left;
}
.homeBtn a {
	display:block;
	color:#000000;
	font-size:11px;
	width:85px;
	height:21px;
	display:block;
	float:left;
	color:black;
	text-decoration:none;
}
.homeBtn img {
	width:85px;
	height:21px;
	border:0;
}

.blogBtn {
	position:relative;
	background:url('../images/blogO.png') no-repeat;
	white-space:nowrap;
	display:block;
	width:81px;
	height:21px;
	margin:0;
	padding:0;
	float:left;
}
.blogBtn a {
	display:block;
	color:#000000;
	font-size:11px;
	width:81px;
	height:21px;
	display:block;
	float:left;
	color:black;
	text-decoration:none;
}
.blogBtn img {
	width:81px;
	height:21px;
	border:0;
}
.packagesBtn {
	position:relative;
	background:url('../images/packagesO.png') no-repeat;
	white-space:nowrap;
	display:block;
	width:134px;
	height:21px;
	margin:0;
	padding:0;
	float:left;
}
.packagesBtn a {
	display:block;
	color:#000000;
	font-size:11px;
	width:134px;
	height:21px;
	display:block;
	float:left;
	color:black;
	text-decoration:none;
}
.packagesBtn img {
	width:134px;
	height:21px;
	border:0;
}
.contactBtn {
	position:relative;
	background:url('../images/contactO.png') no-repeat;
	white-space:nowrap;
	display:block;
	width:137px;
	height:21px;
	margin:0;
	padding:0;
	float:left;
}
.contactBtn a {
	display:block;
	color:#000000;
	font-size:11px;
	width:137px;
	height:21px;
	display:block;
	float:left;
	color:black;
	text-decoration:none;
}
.contactBtn img {
	width:137px;
	height:21px;
	border:0;
}
.homeBtn a:hover img, .blogBtn a:hover img, .packagesBtn a:hover img, .contactBtn a:hover img {
	visibility:hidden;
}	
* html a:hover {
	visibility:visible;
}
