/* CSS Document */

/************************ STRUCTURE & STYLES ************************/
body {
	background: #ffffff url(images/bg.gif) top center repeat-x;
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: Helvetica,Arial,Verdana,sans-serif;
	font-family:  verdana, Arial, sans-serif;*/
	font-size:13px;
	color: #010101;
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #ff7f00;
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-family:helvetica, arial, verdana, sans-serif;
	color: #000000;
}

#quote {
	position: fixed; 
	left: 100%; 
	top: 172px; 
	width: 50px; 
	height: 125px; 
	z-index: 2500;
	margin-left: -50px;
}
#container {
	width: 980px;
	margin-left:auto;
	margin-right: auto;
}


/************************ ACCESSIBILITY STYLES ************************/
.accessibility  {
	left:-999em;
	position:absolute;
	top:-999em;
}

/************************ HEADER ************************/

#header {
	width: 975px;
	height: 78px;
	margin: 0px;
}
/************** Logo **************/
#logo {
	height: 49px;
	width: 234px;
	float: left;
	margin: 16px 0 0 12px;
}
#logo h1 {
	height: 49px;
	width: 234px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: url(images/logo.gif) top left no-repeat;
}
#logo h1 a {
	display: block;
	height: 49px;
	width: 234px;
}
#logo span {
	display:none;
}
#logo_small {
	height: 40px;
	width: 40px;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	float: left;
}
/************** End Logo **************/
#topLinks {
	height: 27px;
	width: 450px;
	line-height: 27px;
	float: right;
	text-align: right;
	color: #010101;
	font-size: 10px;
}
#topLinks p {
	margin: 0;
	padding: 0;
}
#topLinks a, #topLinks a:link, #topLinks a:visited, #topLinks a:active {
	color: #010101;
	text-decoration: none;
	padding: 0 3px;
}
#topLinks a:hover, #topLinks a:focus {
	text-decoration: underline;
	color: #ff7f00;
}
#topNumber {
	width: 395px;
	float: right;
}
#number {
	height: 30px;
	width: 200px;
	float: left;
	text-align: right;
	padding: 0px 0px 10px 0px;
	/*margin-top: 10px;
	margin-left: 50px;
	font-size: 10px;*/
}
.numberRed {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #ff7f00;
}
#liveChat {
	height: 51px;
	width: 180px;
	float: right;
	text-align: right;
	cursor: pointer;
	margin-top: -10px;
}

/************************ NAVIGATION ************************/
/*************** Menus are style in hmenu.css ***************/
#navigation {
	width: 975px;
	height: 30px;
	/*margin-top: 15px;*/
	margin-bottom: 3px;
}

/************************ FEATURE ************************/
/* Images uploaded to /uploads/images/feature_images */
#feature {
	width: 980px;
	height: 389px;
	overflow: hidden;
	position:relative;
}
#controls {
	display:none;
	left:0;
	margin:20px 0 0 10px;
	padding:0;
	position:absolute;
	top:0;
	width:955px;
	height: 22px;
	z-index:1000;
}
#controls img {
	border: none;
}
/* Feature areas */
#feature_left {
	float: left;
	width: 334px;
}
#feature_left h2 {
	font-size: 33px;
}
#feature_right {
	float: right;
	width: 638px;
	/*margin-top: 20px;*/
}
/************************ BUTTONS ************************/
/*#pack_bot {
	width: 975px;
	background: url(images/pack_bot_bg.gif) bottom left no-repeat;
	padding-bottom: 45px;
}
#pack_top {
	width: 975px;
	background: url(images/pack_top_bg.gif) top left no-repeat;
	padding-top: 15px;
}
#pack_repeat {
	width: 945px;
	background: url(images/pack_repeat_bg.gif) top left repeat-y;
	min-height: 160px;
	padding: 0 15px;
}
.pack_sm {
	width: 230px;
	float: left;
	padding: 18px 13px 18px 13px;
	font-size: 12px;
	text-align:center;
}
.pack_lg {
	width: 401px;
	float: left;
	padding: 7px 16px 0 16px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}
.pack_sm p, .pack_lg p {
	margin: 0 0 7px 0;
	padding: 0;
}
.pack_sm h2, .pack_lg h2 {
	margin: 0px;
	font-size: 18px;
	text-align: center;
}
.pack_lg h2 {
	font-size:22px;
}
.pack_sm ul, .pack_lg ul {
	text-align:left;
	line-height: 1.5em;
	margin: 20ox auto;
}
.pack_sm ul {
	list-style-image: url(images/arrow.gif);
}
.pack_lg ul {
	list-style-image: url(images/arrow_white.gif);
	margin-left: 95px;
	margin-bottom: 30px;
}
.pack_price_lg {
	font-size: 32px;
	font-weight:bold;
	color: #ff7f00;
	text-align:center;
}

.pack_price_sm {
	font-size: 18px;
	color: #ff7f00;
	text-align:center;
}
a.start_now_button {
	display:block;
	background: #ff7f00;
	color: #ffffff;
	padding: 5px;
	width: 120px;
	text-decoration:none;
	text-align:center;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
	-moz-border-radius: 5px;
	border: 1px solid #ff7f00;
	-moz-box-shadow: 2px 2px 2px #888;
	
} */
/** middle package **/
.pack_price_lg_white {
	font-size: 36px;
	font-weight:bold;
	color: #ffffff;
	text-align:center;
}
.pack_price_sm_white {
	font-size: 18px;
	color: #ffffff;
	text-align:center;
}
a.start_now_button_white {
	display:block;
	background: #ffffff;
	color: #ff7f00;
	padding: 5px;
	width: 120px;
	text-decoration:none;
	text-align:center;
	margin: 0 auto;
	font-size:16px;
	font-weight:bold;
	-moz-border-radius: 5px;
	border: 1px solid #ffffff;
	-moz-box-shadow: 2px 2px 2px #888;
}
/************************ CONTENT ************************/
#content {
	width: 975px;
	margin-top: 20px;
}

/************************ Home Page ************************/
#frCont {
	width: 980px;
	/*background: #e9e9e9 url(images/frCont_bg.gif) top left repeat-x;*/
	padding-bottom: 16px;
	margin-top: 30px;
}
#frCont_lns {
	width: 980px;
	/*background: url(images/frCont_lns.gif) top left repeat-y;*/
}
.frCol {
	float: left;
	width: 285px;
	min-height: 236px;
	padding: 0 20px;
}
h2.frColHead {
	/*color: #ff7f00;*/
	margin: 0 0 9px 0;
	padding: 0;
	font-weight: bold;
	font-size: 22px;
}
.frColDesc {
	line-height: 1.5;
}
.frColDesc p {
	padding: 0;
	margin: 0 0 15px 0;
}
#testWrap {
	height: 240px;
	width: 285px;
	overflow: hidden;
	font-size: 13px;
}
ul#tests {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#tests li {
	list-style: none;
	margin: 0;
	padding: 6px 0 0 13px;
	background: url(images/openquote.gif) top left no-repeat;
}
ul#tests li span {
	display: block;
	padding: 0 13px 7px 0;
	background: url(images/closequote.gif) bottom right no-repeat;
}
ul#tests li b {
	color: #ff7f00;
}
ul#tests a, ul#tests a:link, ul#tests a:visited, ul#tests a:active {
	color: #010101;
	text-decoration: underline;
	font-weight: normal;
}
ul#tests a:hover, ul#tests a:focus {
	text-decoration: none;
	color: #ff7f00;
}
ul.frNews {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 6px 0 0 0;
}
ul.frNews li{
	margin: 0;
	padding: 0 0 15px 18px;
	background: url(images/arrow.gif) 0 7px no-repeat;
}
ul.frNews strong {
	font-weight: normal;
}
ul.frNews a, ul.frNews a:link, ul.frNews a:visited, ul.frNews a:active {
	color: #010101;
	text-decoration: none;
	font-weight: normal;
}
ul.frNews a:hover, ul.frNews a:focus {
	text-decoration: underline;
	color: #ff7f00;
}
#tests img {
	display:none;
}

/************ Top Feature Articles ******************/

#frContTop {
	display:block;
	width: 980px;
	height: 110px;
	margin: 0px;
	padding: 0px;
}
#frContTopLeft {
	width: 333px;
	float:left;
}
#frContTopRight {
	width: 647px;
	float:right;
}


/************** End Bottom **************/


/************ Plans ******************/
.plans {
	width:980px;
	margin:0px;
	padding: 0px;
	height: 470px;
	/*margin-bottom: 50px;*/
	text-align:center;
}
.plans h1 {
	font-size: 46px;
	font-weight: bold;
	letter-spacing:-2px;
	margin: 0px;
	margin-top: 60px;
}
.plans h2 {
	color: #444444;
	font-weight:normal;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.short, .tall {
	width: 225px;
	float:left;
	text-align: center;
	padding: 20px 0px;
}
.short {
	background: #F8F8F8;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}
.short h2, .short h2 a, .tall h2, .tall h2 a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	font-size: 34px;
}
.tall h2, .tall h2 a{
	color: #000000;
}
.short h3, .tall h3 {
	margin: 0px;
	font-size: 20px;
	font-weight:normal;
}
.short h4, .tall h4 {
	border-bottom: 1px solid #cccccc;
	color: #009900;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0px;
	padding-bottom: 10px;
}
.tall {
	background: #ffffff;
	border: 3px solid #333333;
	height: 315px;
	padding: 10px;
}
.short li, .short ul, .tall li, .tall ul {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 20px;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.short ul, .tall ul {
	margin-top: 15px;
}
.short li b, .tall li b {
	color: #ff7f00;
}
.tall li {
	font-size: 24px;
}

h2.signup, h2.signup a {
	display: block;
	width: 150px;
	height: 30px;
	font-size: 18px;
	color: #ffffff;
	background: #ff7f00;
	margin-left: auto;
	margin-right:auto;
	margin-top: 20px;
}
h2.signup b, h2.signup a b {
	/*margin-top: 5px;*/
}




/************** End Plans **************/

/************************ Articles ************************/
#artCont {
	width: 980px;
	/*background: #e9e9e9 url(images/artCont_bg.gif) top left repeat-x*/;
	padding: 25px 0 16px 0;
}
/************** Article Left Content **************/
#artLft {
	width: 980px;
	float: left;
	padding: 0 20px;
	min-height:500px;
}
#sideNav {
	min-height: 200px;
}
.artLlftSection {
	padding: 0 15px;
}
/************** End Article Left **************/

/************** Article Right Content **************/

#artRt {
	width: 195px;
	float: right;
	
	min-height: 450px;
}
h2.artHead, h1.artHead {
	
	margin: 0 0 15px 0;
	/*font-weight: normal;
	font-size: 22px;
	color: #ff7f00;*/
	padding: 0 0 2px 5px;
	/*border-bottom: 1px solid #7d7d7d;*/
	font-size: 36px;
}
.artDesc, .searchDesc {
	line-height: 1.5;
	padding: 0 5px;
}
.artDesc p, .searchDesc p {
	padding: 0;
	margin: 0 0 15px 0;
}
.searchDesc h1 { /* Hides default search heading. */
	display: none;
}

/************** End Article Right **************/

/************** Search Box **************/
#sideSearch {
	width: 155px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 10px 10px;
}
#sideSearch h2 {
	color: #ff7f00;
	margin: 0px 0px 5px 0px;
}
#searchvar {
	width: 150px;
}
#searchsubmit {
	margin: 5px;
}
/************** End Search Box **************/

/************** Side Testimonials **************/
#sideTests {
	height: 450px;
	width: 175px;
	overflow: hidden;
	font-size:12px;
}
#sideTests img {
	border: 0px;
	margin-bottom: 10px;
}
#sideTests h2 {
	color: #CC0000;
	margin: 10px 0px 5px 0px;
}

ul#sideTestimonials {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#sideTestimonials li {
	list-style: none;
	margin: 0;
	/*padding: 6px 0 0 13px;*/
	background: url(images/openquote.gif) top left no-repeat;
}
ul#sideTestimonials li span {
	display: block;
	padding: 0 13px 7px 0;
	background: url(images/closequote.gif) bottom right no-repeat;
}
ul#sideTestimonials li b {
	color: #ff7f00;
}
ul#sideTestimonials a, ul#sideTestimonials a:link, ul#sideTestimonials a:visited, ul#sideTestimonials a:active {
	color: #010101;
	text-decoration: underline;
	font-weight: normal;
}
ul#sideTestimonials a:hover, ul#sideTestimonials a:focus {
	text-decoration: none;
	color: #ff7f00;
}
/************** End Side Testimonials **************/

/************** Side Ads **************/

#sideAds {
	margin: 10px 0px;
}
#sideAds img{
	border: 1px solid #CCCCCC;
	padding: 4px;
	background: #ffffff;
}

/************** End Side Ads **************/


/************** Wide Articles **************/
#wideCont {
	width: 849px;
	background: #ffffff;
	float: left;
	min-height: 360px;
}
#artWide {
	width: 811px;
	float: left;
	padding: 15px 19px 8px 19px;
}
/************** End Wide Articles **************/

/************** Minimal Articles **************/
#artMin {
	width: 600px;
	padding: 20px;
}
/************** End Minimal Articles **************/

/************** Summary Pages **************/
blockquote.summaryPageTitle {
	font-weight: bold;
	margin: 0 0 2px;
	padding: 0;
	font-size: 14px;
}
blockquote.summaryPageDescription {
	margin: 0 0 20px;
	padding: 0;
}
/************** End Summary Pages **************/




/************************ FOOTER ************************/

.clear {
	clear: both;
}
#footer {
	width: 100%;
	/*background: #7d7d7d url(images/footer_bg.gif) top left repeat-x;*/
	background: #000000;
	min-height: 150px;
	float: left;
	padding: 20px 0px;
	font-size: 11px;
	color: #ffffff;
}
#footer h3 {
	color: #ffffff;
}
#footerFeatures {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:570px;
	height: 150px;
}
.ftCol {
	float: left;
	width: 150px;
	padding: 0 20px;
}
.footDesc {
	line-height: 1.3;
}
.footDesc a, .footDesc a:link, .footDesc a:visited, .footDesc a:active {
	text-decoration: underline;
	color: #ffffff;
}
.footDesc a:hover, .footDesc a:focus {
	text-decoration: none;
}
.footDesc p {
	padding: 0;
	margin: 0 0 12px 0;
}
.footDesc h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #ffffff;
	font-size: 11px;
}
.footDesc img {
	border: none;
}
.footDesc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footDesc ul li {
	margin: 0;
	padding: 0 0 7px 0;
}
#copyright {
	width: 940px;
	margin-top: 40px;
	margin-left:auto;
	margin-right: auto;
	padding: 10px 20px 10px 20px;
	text-align: center;
	color: #7d7d7d;
	font-size: 10px;
	line-height:18px;
	clear: both;
}

/******************
Price Table Styles
******************/

.price_table {
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}
.price_table_row1 {
	background-color: #e9e9e9;
}
.price_table_header {
	/*background-color: #003C6C;*/
	background-color: #ff7f00;
	font-weight: bold;
	color: #FFFFFF;
}
.price_table_header a:link, .price_table_header a:visited {
	color: #ffffff;
	text-decoration:underline;
}
.price_table_header a:hover {
	color: #ffffff;
	text-decoration:none;
}
.price_table_price {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.price_table_green {
	color: #009900;
}
.price_table_selected {
	background-color:#d1ded1;
}

/*********************
	Ad stuff here
*********************/
.bottom_ad_box {
	display:block;
	position: fixed;
	background: #ff0000;
	bottom: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	z-index:5000;
	padding: 0px;
}
#bottom_ad {
	display:block;
	/*background:#ff0000;*/
	color: #ffffff;
	height: 100px;
	margin: 0px;
	padding: 0px;
}