@charset "utf-8";
@font-face {
 font-family: 'Century Gothic Bold';
 src: url('fonts/GOTHICB.eot');
 src: local('☺'), url('fonts/GOTHICB.woff') format('woff'), url('fonts/GOTHICB.ttf') format('truetype'), url('fonts/GOTHICB.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Century Gothic';
 src: url('fonts/GOTHIC.eot');
 src: local('☺'), url('fonts/GOTHIC.woff') format('woff'), url('fonts/GOTHIC.ttf') format('truetype'), url('fonts/GOTHIC.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Century Gothic Bold Italic';
 src: url('fonts/GOTHICBI.eot');
 src: local('☺'), url('fonts/GOTHICBI.woff') format('woff'), url('fonts/GOTHICBI.ttf') format('truetype'), url('fonts/GOTHICBI.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Century Gothic Italic';
 src: url('fonts/GOTHICI.eot');
 src: local('☺'), url('fonts/GOTHICI.woff') format('woff'), url('fonts/GOTHICI.ttf') format('truetype'), url('fonts/GOTHICI.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
ins { text-decoration: none; }
.clear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }
body {
	background: #ebeaea url(../img/bodybg.jpg) repeat-x;
	padding-top: 15px;
}
.outer {
	background: #fff;
	border: 1px solid #d4d0d0;
	width: 958px;
	margin: 0 auto;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	-webkit-box-shadow:0px 2px 12px 0px #c9c9c9;
	-moz-box-shadow: 0px 2px 12px 0px #c9c9c9;
	box-shadow: 0px 2px 12px 0px #c9c9c9;
}
.outer-bottom {
	background: #fff;
	border: 1px solid #d4d0d0;
	width: 958px;
	margin: 0 auto;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow:0px 2px 12px 0px #c9c9c9;
	-moz-box-shadow: 0px 2px 12px 0px #c9c9c9;
	box-shadow: 0px 2px 12px 0px #c9c9c9;
}
#header {
	background: url(../img/headerbg.png) repeat-x;
	height1: 137px;
	height: 127px;
}
#header2 .logo { background: url('../img/logo.png') no-repeat; width: 214px; height: 103px; display: block; margin: 25px 0 0 25px; }
#header .logo { background: url('../img/logo.png') no-repeat; width: 314px; height: 103px; display: block; margin: 25px 0 0 25px; }
#header .toplinks {
	float: right;
	margin-top: 15px;
}
#header .toplinks li {
	float: left;
	list-style: none;
	margin-left: 25px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#header .toplinks li:first-child { margin-left: 0; }
#header .toplinks li a { color: #343434; }
#header .toplinks li i { margin-right: 3px; }
#header .navbar {
	float: right;
	margin-top: 15px;
}
#header .navbar-inner {
	height: 32px;
	border: 1px solid #ededed;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
	background: linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8', GradientType=0 );
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	padding: 7px;
}
#header .navbar .nav { margin: 0; }
#header .navbar .nav > li {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
#header .navbar .nav > li:first-child { margin-left: 0; }
#header .navbar .nav > li > a {
	color: #343434;
	text-shadow: 0 1px 1px #fefefe !important;
	padding: 6px 10px;
}
.navbar .nav .current-menu-item > a, .navbar .nav .current-menu-item > a:hover {
	background: #ffc028;
	background: -moz-linear-gradient(top, #ffc028 0%, #ff7901 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc028), color-stop(100%, #ff7901));
	background: -webkit-linear-gradient(top, #ffc028 0%, #ff7901 100%);
	background: -o-linear-gradient(top, #ffc028 0%, #ff7901 100%);
	background: -ms-linear-gradient(top, #ffc028 0%, #ff7901 100%);
	background: linear-gradient(top, #ffc028 0%, #ff7901 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc028', endColorstr='#ff7901', GradientType=0 );
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#subhead-wrap {
	background: #0d61a2;
	background: -moz-linear-gradient(top, #0d61a2 0%, #074380 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d61a2), color-stop(100%, #074380));
	background: -webkit-linear-gradient(top, #0d61a2 0%, #074380 100%);
	background: -o-linear-gradient(top, #0d61a2 0%, #074380 100%);
	background: -ms-linear-gradient(top, #0d61a2 0%, #074380 100%);
	background: linear-gradient(top, #0d61a2 0%, #074380 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d61a2', endColorstr='#074380', GradientType=0 );
	border-top: 1px solid #b2b2b1;
	border-bottom: 1px solid #b2b2b1;
	width: 100%;
	-webkit-box-shadow: inset 0px 2px 4px 0px #074380;
	-moz-box-shadow: inset 0px 2px 4px 0px #074380;
	box-shadow: inset 0px 2px 4px 0px #074380;
	z-index: 1;
	position: relative;
}
#subhead-wrap .topline {
	background: 1px solid #0d5e9d;
	border-bottom: 1px solid #4f9ddc;
	height: 1px;
}
#subhead-wrap .bgpattern {
	background: url(../img/home-package-wrap.png) repeat;
	padding-bottom: 15px;
	-webkit-background-size: 960px;
}
#subhead-wrap .lightshadow {
	background: url(../img/home-package-wrap-lightshadow.png) 50% 0 repeat;
	height: 478px;
	margin: 0 auto;
	position: absolute;
	top: 0;
}
#subhead {
	position: relative;
	z-index: 2;
}
#subhead .container .packagewrap {
	background: #0e4985;
	background: -moz-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e4985), color-stop(100%, #1063a4));
	background: -webkit-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: -o-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: -ms-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: linear-gradient(top, #0e4985 0%, #1063a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4985', endColorstr='#1063a4', GradientType=0 );
	border: 1px solid #04376b;
	-webkit-box-shadow: inset 2px 2px 4px 0px #0d5088;
	-moz-box-shadow: inset 2px 2px 4px 0px #0d5088;
	box-shadow: inset 2px 2px 4px 0px #0d5088;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-top: 15px;
	padding-bottom: 20px;
	min-height: 178px;
}
#subhead .container .packagewrap .pkgcon {
	border-top: 1px solid #3578b0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 0 10px;
}
#subhead .container .packagewrap .pkgcon h2 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	font-size1: 26px;
	text-shadow: 1px 1px 1px #041828;
	margin-top: 10px;
	font-family: Century Gothic Bold;
}
#subhead .container .packagewrap .pkgcon .divider {
	background: #07477d;
	border-bottom: 1px solid #246aa3;
	height: 1px;
	margin: 3px 0;
}
#subhead .container .packagewrap .pkgcon .price {
	color: #fff;
	font-size: 65px;
	margin: 25px 0 0 15px;
	text-shadow: 1px 1px 1px #041625;
	font-family: Century Gothic Bold;
}
#subhead .container .packagewrap .pkgcon .price span {
	color: #ffd27a;
	font-size: 30px;
	display: block;
	margin: -5px 5px 0 0;
	float: left;
}
#subhead .container .packagewrap .pkgcon .price  small {
	margin: -15px 0 0 -15px;
	display: inline-block;
	font-style: italic;
	font-size: 20px;
	font-weight: 700;
	vertical-align: top;
	text-shadow: none !important;
}
#subhead .container .packagewrap .pkgcon .permonth {
	background: #0f528f;
	background: -moz-linear-gradient(top, #0f528f 0%, #0b3e6c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f528f), color-stop(100%, #0b3e6c));
	background: -webkit-linear-gradient(top, #0f528f 0%, #0b3e6c 100%);
	background: -o-linear-gradient(top, #0f528f 0%, #0b3e6c 100%);
	background: -ms-linear-gradient(top, #0f528f 0%, #0b3e6c 100%);
	background: linear-gradient(top, #0f528f 0%, #0b3e6c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f528f', endColorstr='#0b3e6c', GradientType=0 );
	border: 1px solid #0b406f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	float: right;
	margin: -10px 25px 0 0;
	padding: 3px 15px;
	display: block;
	color: #92cbfc;
	font-weight: 700;
	font-size: 16px;
	text-shadow: 1px 1px 1px #0c1d2c;
	font-family: Century Gothic Bold;
}
@-moz-document url-prefix() {
  #subhead .container .packagewrap .pkgcon .permonth {
     margin: -25px 25px 0 0;
  }
}
#subhead .container .packagewrap .pkgcon .ordernow {
	display: block;
	width: 60%;
	margin: 30px 0 0 20px;
	font-weight: 700;
	color: #000;
	text-shadow: 1px 1px 1px #f7a320;
	font-size: 20px;
	margin-top: 12px;
}
#subhead .container .packagewrap .pkginfo h2 { text-align: left; }
#subhead .container .packagewrap .pkginfo ul {
	margin: 20px 0 0 0;
	padding1: 0 25px;
	padding: 0 22px;
}
#subhead .container .packagewrap .pkginfo li {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #041625;
	background: url(../img/list-bullet.png) left center no-repeat;
	list-style: none !important;
	padding-left: 25px;
	line-height: 25px;
}
.packagebox {
	background: #d9d9d9;
	background: -moz-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
	background: linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#ffffff', GradientType=0 );
	width: 319px;
	float: left;
	border-bottom: 4px solid #779bbc;
	min-height: 180px;
	margin-bottom: 15px;
}
.special {
	border-bottom: 4px solid #eba24c;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d9d9d9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
	background: linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0 );
	padding-bottom: 7px;
	width: 320px;
}



.packagebox:hover {
border-bottom:4px solid #eba24c;
background:linear-gradient(top,#fff 0,#d9d9d9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d9d9d9',GradientType=0);
padding-bottom:7px;
width:319px;
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-moz-box-shadow:3px 5px 7px rgba(0,0,0,.7);
-webkit-box-shadow:3px 5px 7px rgba(0,0,0,.7);
box-shadow:3px 5px 7px rgba(0,0,0,.7);
cursor:pointer;
}



.packagebox h2 {
	color: #2d6995;
	font-size: 24px;
	font-weight: 700;
	padding: 15px 0 0 25px;
	margin-bottom: 10px;
	font-family: Century Gothic Bold;
}
.packagebox ul {
	float: left;
	margin: 0 0 0 20px;
	width: 55%;
}
.packagebox li {
	color: #313131;
	font: 12px Arial, Helvetica, sans-serif;
	list-style: none;
	text-align: right;
	border-bottom: 1px solid #cbcbcb;
	padding: 3px 0 3px 5px;
}
.packagebox .price {
	float: right;
	color: #313131;
	font: bold 25px Arial, Helvetica, sans-serif;
}
.packagebox .price span {
	font: 14px Arial, Helvetica, sans-serif !important;
	display: block;
	margin-top: -5px;
}
.packagebox .price a {
	margin-right: 10px;
	color: #000;
	text-shadow: 1px 1px 1px #f7a320;
}
.packagebox .price small {
vertical-align: top;
        font-size: 10px;
        font-weight: 700;

}
.content p {
	line-height: 22px !important;	
}
.content h2 {
	color: #0c0c0c;
	font-size: 24px;
	border-bottom: 1px solid #d7dee4;
	width: 100%;
	margin-bottom: 5px;
	font-family: Century Gothic !important;
	font-weight: 400;
}
.content h2 span {
	color: #14508a;
	font-family: Century Gothic Bold;
}
.content p {
	font: 14px Arial, Helvetica, sans-serif;
	color: #6a6a6a;
}
.conbox {
	background: #0e4985;
	background: -moz-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e4985), color-stop(100%, #1063a4));
	background: -webkit-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: -o-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: -ms-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: linear-gradient(top, #0e4985 0%, #1063a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4985', endColorstr='#1063a4', GradientType=0 );
	border: 1px solid #04376b;
	-webkit-box-shadow: inset 2px 2px 4px 0px #0d5088;
	-moz-box-shadow: inset 2px 2px 4px 0px #0d5088;
	box-shadow: inset 2px 2px 4px 0px #0d5088;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.conbox-content {
	border-top: 1px solid #3578b0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 10px;
}
.conbox .title-left {
	background: #1062a3;
	background: -moz-linear-gradient(top, #1062a3 0%, #0e4b87 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1062a3), color-stop(100%, #0e4b87));
	background: -webkit-linear-gradient(top, #1062a3 0%, #0e4b87 100%);
	background: -o-linear-gradient(top, #1062a3 0%, #0e4b87 100%);
	background: -ms-linear-gradient(top, #1062a3 0%, #0e4b87 100%);
	background: linear-gradient(top, #1062a3 0%, #0e4b87 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1062a3', endColorstr='#0e4b87', GradientType=0 );
	float: left;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #04376b;
	border-right: none !important;
	height: 39px;
}
.conbox .title-left h2 {
	border-top: 1px solid #3d80b7;
	border-bottom: 1px solid #0c3d6f;
	border-left: 1px solid #0c477a;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding-left: 10px;
	color: #fafafa;
	text-shadow: 1px 1px 1px #07233e;
	font-weight: 400;
	margin: 0 !important;
	font-family: Century Gothic Bold;
	font-size: 20px;
	height: 38px;
}
.conbox .title-left h2 span {
	font-weight: 700;
	color: #fafafa;
}
.conbox .title-right {
	background: #ff9228;
	background: -moz-linear-gradient(top, #ff9228 0%, #ff5e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9228), color-stop(100%, #ff5e0e));
	background: -webkit-linear-gradient(top, #ff9228 0%, #ff5e0e 100%);
	background: -o-linear-gradient(top, #ff9228 0%, #ff5e0e 100%);
	background: -ms-linear-gradient(top, #ff9228 0%, #ff5e0e 100%);
	background: linear-gradient(top, #ff9228 0%, #ff5e0e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9228', endColorstr='#ff5e0e', GradientType=0 );
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #04376b;
	border-left: none !important;
	float: right;
}
.testimonial .title-left { width: 352px; }
.testimonial .title-right {
	width: 244px;
	height: 39px;
}
.testimonial .title-right cite {
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 39px;
	text-shadow: 1px 1px 1px #8a4406;
	text-align: center;
	display: block;
}
.testimonial blockquote {
	background: url(../img/blockquotebg.png) no-repeat top left;
	width: 594px;
	border-left: none;
	margin: 0 auto;
	padding: 0;
}
.testimonial blockquote p {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #d3ebfe;
	text-shadow: 1px 1px 1px #0b3e6c;
	width: 545px;
	margin: 15px auto 0 auto;
	line-height: 18px;
	padding: 0;
}
.sidebar .title-left {
	width: 200px;
	margin-bottom: 10px;
}
.sidebar .title-right {
	width: 76px;
	height: 38px;
}
.sidebar input[type="button"] {
	color: #000;
	text-shadow: 1px 1px 1px #ffbd26;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar li {
	font: 12px Arial, Helvetica, sans-serif;
	list-style: none;
}
.sidebar li a { color: #f6f6f6; }
.widget {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
	background: linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0 );
	border: 1px solid #c2c2c2;
	padding: 10px 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 15px 0;
}
.widget h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #343434;
	margin-bottom: 5px;
}
.widget p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #727272;
}
.widget .widcon { float: left; }
#subhead-sub-wrap {
	background: #0d61a2;
	background: -moz-linear-gradient(top, #0d61a2 0%, #074380 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d61a2), color-stop(100%, #074380));
	background: -webkit-linear-gradient(top, #0d61a2 0%, #074380 100%);
	background: -o-linear-gradient(top, #0d61a2 0%, #074380 100%);
	background: -ms-linear-gradient(top, #0d61a2 0%, #074380 100%);
	background: linear-gradient(top, #0d61a2 0%, #074380 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d61a2', endColorstr='#074380', GradientType=0 );
	border-top: 1px solid #b2b2b1;
	width: 100%;
	-webkit-box-shadow: inset 0px 2px 4px 0px #074380;
	-moz-box-shadow: inset 0px 2px 4px 0px #074380;
	box-shadow: inset 0px 2px 4px 0px #074380;
	z-index: 1;
	position: relative;
}
#subhead-sub-wrap .topline {
	background: 1px solid #0d5e9d;
	border-bottom: 1px solid #4f9ddc;
	height: 1px;
}
#subhead-sub-wrap .bgpattern {
	background: url(../img/home-package-wrap-sub.png) repeat;
}
#subhead-sub-wrap .lightshadow {
	background: url(../img/home-package-wrap-lightshadow.png) 50% 0 repeat;
	height: 178px;
	margin: 0 auto;
	position: absolute;
	top: 0;
}
#subhead-sub {
	position: relative;
	z-index: 2;
}
#subhead-sub .container { height: 179px; }
#subhead-sub .container .packagewrap {
	background: #0e4985;
	background: -moz-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e4985), color-stop(100%, #1063a4));
	background: -webkit-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: -o-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: -ms-linear-gradient(top, #0e4985 0%, #1063a4 100%);
	background: linear-gradient(top, #0e4985 0%, #1063a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4985', endColorstr='#1063a4', GradientType=0 );
	border: 1px solid #04376b;
	-webkit-box-shadow: inset 2px 2px 4px 0px #0d5088;
	-moz-box-shadow: inset 2px 2px 4px 0px #0d5088;
	box-shadow: inset 2px 2px 4px 0px #0d5088;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 15px 0 30px 0;
	min-height: 150px;
}
#subhead-sub .container .packagewrap .pkgcon {
	border-top: 1px solid #3578b0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 0 10px;
}
#subhead-sub .container .packagewrap .pkgcon h2 {
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	text-shadow: 1px 1px 1px #041828;
	margin-top: 10px;
	font-family: Century Gothic Bold;
}
#subhead-sub .container .packagewrap .pkgcon .divider {
	background: #07477d;
	border-bottom: 1px solid #246aa3;
	height: 1px;
	margin: 3px 0;
}
#subhead-sub .container .packagewrap .pkgcon p {
	color: #91c4ec;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #042440;
	line-height: 22px;
}
#subhead-sub .container .packagewrap-norect {
	margin: 15px 0 30px 0;
	min-height: 150px;
}
#subhead-sub .container .packagewrap-norect .pkgcon {
	padding: 0 10px;
}
#subhead-sub .container .packagewrap-norect .pkgcon h2 {
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	text-shadow: 1px 1px 1px #041828;
	margin-top: 10px;
	font-family: Century Gothic Bold;
}
#subhead-sub .container .packagewrap-norect .pkgcon .divider {
	background: #07477d;
	border-bottom: 1px solid #246aa3;
	height: 1px;
	margin: 3px 0;
}
#subhead-sub .container .packagewrap-norect .pkgcon p {
	color: #91c4ec;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #042440;
	line-height: 22px;
}
.subcon {
	padding-top: 15px;
	margin-top: -10px;
}
#footer { margin-top: 40px; }
#footer .footertop {
	background: url(../img/footer-top.png) repeat-x;
	height: 4px;
	-webkit-background-size: 960px;
	
}
#footer .rowone {
	background: #0d61a2;
	background: -moz-linear-gradient(top, #0d61a2 0%, #06386b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d61a2), color-stop(100%, #06386b));
	background: -webkit-linear-gradient(top, #0d61a2 0%, #06386b 100%);
	background: -o-linear-gradient(top, #0d61a2 0%, #06386b 100%);
	background: -ms-linear-gradient(top, #0d61a2 0%, #06386b 100%);
	background: linear-gradient(top, #0d61a2 0%, #06386b 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d61a2', endColorstr='#06386b', GradientType=0 );
	border-bottom: 1px solid #06386b;
	height: 178px;
	padding-top: 30px;
	position: relative;
}
#footer .rowone .shadow {
	background: url(../img/footershadow.png) no-repeat;
	width: 962px;
	height: 107px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -481px;
	z-index: 1;
}
#footer .rowone h2 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #09365e;
	position: relative;
	z-index: 2;
}
#footer .rowone .divider {
	background: #084a87;
	height: 1px;
	border-bottom: 1px solid #3473a3;
	margin: 5px 0;
}
#footer .rowone ul {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}
#footer .rowone li {
	color: #b3d7f3;
	font: 14px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #0c4f88;
	list-style: none;
	line-height: 24px;
}
#footer .rowone li a { color: #b3d7f3; }
#footer .rowtwo {
	background: #105997;
	background: -moz-linear-gradient(top, #105997 0%, #094581 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #105997), color-stop(100%, #094581));
	background: -webkit-linear-gradient(top, #105997 0%, #094581 100%);
	background: -o-linear-gradient(top, #105997 0%, #094581 100%);
	background: -ms-linear-gradient(top, #105997 0%, #094581 100%);
	background: linear-gradient(top, #105997 0%, #094581 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105997', endColorstr='#094581', GradientType=0 );
	border-top: 1px solid #2b78a5;
	height: 77px;
}
#footer .rowtwo .logo { margin-top: 3px; background: url('../img/footerlogo.png') no-repeat; width: 167px; height: 69px; }
#footer .rowtwo p.copy {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #cee5f7;
	text-shadow: 1px 1px 1px #073661;
	margin-top: 20px;
}
#footer .rowtwo ul {
	margin: 0;
	padding: 0;
}
#footer .rowtwo li {
	list-style: none;
	float: left;
	margin-left: 5px;
}
#footer .rowtwo li.rss { background: url('../img/rssicon.png') no-repeat; width: 26px; height: 25px; }
#footer .rowtwo li.twitter { background: url('../img/twittericon.png') no-repeat; width: 26px; height: 25px; }
#footer .rowtwo li.facebook { background: url('../img/facebookicon.png') no-repeat; width: 26px; height: 25px; }
#footer .rowtwo li.google { background: url('../img/googleicon.png') no-repeat; width: 26px; height: 25px; }
#footer .rowtwo li:first-child { margin: 0; }
