@charset "utf-8";
/* CSS Document */


html { height: 100%; }

/***************** main body **************/
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background:#eaeef2 url(images/body-bg.jpg) repeat-x;
	font-family:Tahoma, Verdana, Arial;
}

/***************** float left class - used to float divs **************/
.fl {
  float: left;
}

/***************** float right class - used to right divs **************/
.fr {
  float: right;
}

/***************** float right class - used to right divs **************/
.clear {
 clear:both;
}


/***************** bold font **************/

.textbold{
 font-weight:bold;
}


.centertext {
  text-align:center;
}

/***************** set link of image border to none **************/
a img {border: none;}

/***************** container **************/
#container {
  width:850px;
  margin:0 auto;
  padding:0px 0px;
}



/***************** header section **************/
#header {
  margin: 0px auto 0px auto;
  width: 850px;
  height: 199px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


.indexheader {
  background:url(images/header-index.jpg) no-repeat;
}

.tourheader {
  background:url(images/header-tour.jpg) no-repeat;
}

.faqheader {
  background:url(images/header-faq.jpg) no-repeat;
}

.pricingheader {
  background:url(images/header-pricing.jpg) no-repeat;
}

/***************** top navigation box **************/

#toplogo {
  float:left;
  margin:-40px 0 0 35px;
  width:258px;
  height:153px;
  background:url(images/logo.gif) no-repeat;
  text-indent:-4200px;
  position:absolute;
  
}

.logoposition {
}

/***************** top navigation box **************/

#navigation {
  margin-left: 370px;
  text-align:center;
  width:525px;
  height:51px;
  background:url(images/navigation-bg.jpg) no-repeat;
}

#topnav{
  margin:0px 0px;
  padding:15px 40px;
}


#topnav li {
  background:url(images/top-bgbutton.gif) no-repeat; 
  float:left;
  padding:0px 10px;
  list-style:none;
}

#topnav li a {
  font-family:Tahoma, Verdana, Arial;
  font-size:12px; 
  font-weight:bold;
  text-decoration:none;
  color:#474d57;
  text-align:center;
}

#topnav li a:hover {
  color:#0c4071;
  text-decoration:underline;
}

.navsep {
  padding:0px 2px;
}


/***************** Question box **************/

.question {
  background:url(images/whitebox-bg.jpg) no-repeat;
  width:398px;
  height:170px;
  padding:12px;
  margin:5px 0 0 0;
}

.questionimg {
  background:url(images/questionimg.jpg) no-repeat;
  width:397px;
  height:63px;
  text-indent:-4200px;
  margin:0px;
  padding:0px;
}



/***************** titleredtext box **************/

.sectionredtitle {
  font-family:Tahoma, Verdana, Arial;
  font-size:20px;
  color:#d3213e;
  font-weight:normal;
  margin:0px;
  padding:0px 5px;
}

.titleredtext {
  color:#b31d35;
  font-family:Tahoma, Verdana, Arial;
  font-weight:bold;
  font-size:12px;
  margin:5px 0px 0px 0px;
  padding:0px;
}

.normaltext {
  font-family:Tahoma, Verdana, Arial;
  font-size:11px;
  color:#474d57;
  font-weight:normal;
  margin:0px 10px;
  padding:0px;
  display:block;
}

.paddingtext {
  padding-left:10px;
}

.logintext {
  font-family:Tahoma, Verdana, Arial;
  font-size:11px;
  color:#3f3f3f;
  font-weight:normal;
  padding:0px;
  display:block;
  font-weight:bold;
  margin-left:5px;
}

.graytext {
  color:#858383;
}


.whitetext {
  color:#FFF;
}


.boldtext {
  font-weight:bold;  
}


/***************** Answer box **************/

.answer {
  background:url(images/whitebox-bg.jpg) no-repeat;
  width:395px;
  height:170px;
  padding:12px;
  margin:5px 0 0 0;
}

.answerimg {
  background:url(images/answerimg.jpg) no-repeat;
  width:397px;
  height:63px;
  text-indent:-4200px;
  margin:0px;
  padding:0px;
}


/***************** bottom box **************/

#bottomcontent {
  width:840px;
  height:164px;
  background:url(images/bottom-box.jpg) no-repeat;
  margin:5px 0 0 0;
  padding:2px 0 0px 10px;
}


.benefits {
  width:400px;
  height:130px;
  margin-right:7px;
  margin-top:10px;
}

.benefittext {
  display:block;
  width:210px;
  height:85px;
  font-family:Tahoma, Verdana, Arial;
  font-weight:bold;
  margin:0px;
  padding:0px;
  font-size:11px;
  text-align:left;
  color:#40444e;
}

UL #benifitsul {
  margin:0px;
  padding:0px;
}

#benifitsul LI{
  margin-left:-25px;
  margin-bottom:5px;
  list-style:square;
}


.marketingimg {
  width:231px;
  height:160px;
}


.loginbox {
  float:right;
  width:177px;
  height:140px;
  padding:10px;
}


.logintitle {
  margin:0px 0 5px 0; 
  background:url(images/login-title.jpg) no-repeat;
  text-indent:-4200px;
  display:block;
  width:177px;
  padding:0px;
  border-bottom:1px solid #cecece;
  height:20px;
}




/* text box input text style background and border */


.inputloginbox {
  background:url(images/inputbox-bg.gif) no-repeat;
  border:none;
  width:178px;
  font-family:Tahoma, Verdana, Arial;
  font-size:12px;
  color:#737d87;
  font-weight:bold;
  padding:3px 5px;
  margin-bottom:5px;
  height:22px;
}

.loginprogform{
  float:left;
  width:177px; 
  text-align:left;
  margin-top:0px;
}

* HTML .loginbox
{
	margin-top:-165px;
}

#footer {
  width:850px;
  height:64px;
  background:url(images/footer-bg.gif) no-repeat;
  margin-top:5px;
  padding:10px;
}


.footerlink {
  width:300px;
}


.footerlink a {
  font-family:Tahoma, Verdana, Arial;
  font-size:12px; 
  font-weight:bold;
  text-decoration:none;
  color:#605e5e;
  text-align:center;
}

.footerlink a:hover {
  color:#474d57;
  text-decoration:underline;
}


.copyrightlink a {
  font-family:Tahoma, Verdana, Arial;
  font-size:11px; 
  font-weight:bold;
  text-decoration:none;
  color:#817f7f;
  text-align:left;
  display:block; 
  width:300px;
}

.copyrightlink a:hover {
  color:#474d57;
  text-decoration:underline;
}


* HTML #footer
{
	margin-top:0px;
}

.gbox {
  float:right; 
  display:block; 
  width:300px; 
  height:30px; 
  margin-top:-40px; 
  margin-right:30px;
}

/* TOUR PAGE */

.tourtop {
  width:850px;
  height:32px;
  margin-top:5px;
}

.faqimg {
  background:#FFF url(images/faq-topcontent.gif) no-repeat;
}

.forumimg {
  background:#FFF url(images/forum-topcontent.gif) no-repeat;
}

.pricingimg {
  background:#FFF url(images/pricing-topcontent.gif) no-repeat;
}



.tourimg {
  background:#FFF url(images/tour-topcontent.gif) no-repeat;
}

.tourcenter {
  width:820px;
  padding:15px;
  background:#FFFFFF;
}

.tourbottom {
  width:850px;
  height:12px;
  background:url(images/tour-bottomcontent.gif) no-repeat;
}

.dotsep {
  height:3px;
  background:url(images/sepdot.gif) repeat-x;
  margin:0px;
  padding:0px;
}

.tourleftcolumn {
  width:400px;
}

.tourrighttcolumn {
  width:400px;
}

.darkcurvetop {
  width:400px;
  height:10px;
  background:url(images/darkcurvetop.gif) no-repeat;
}


.darkcurvecenter {
  width:380px;
  background:#737d92;
  padding:0px 10px 10px 10px;
}

.darkcurvebottom {
  width:400px;
  height:10px;
  background:url(images/darkcurvebottom.gif) no-repeat;
  margin-bottom:10px;
  padding:0px;
}


.tourimg02 {
  height:79px;
  margin-bottom:5px;
}




.faqcenter {
  width:820px;
  padding:15px;
  background:#FFFFFF;
  font-family:Tahoma, Verdana, Arial;
}


.faqquestion {
  font-size:12px;
  font-weight:bold;
  color:#627592;
  list-style:none;
  padding:5px;
}


.faqanswer {
  font-size:11px;
  font-weight:bold;
  color:#506078;
  list-style:none;
  padding:5px;
}




.rightbox {
	float: left;
	display: inline;
	border-top-style: none;
	padding: 22px 0px 15px;
	margin-bottom: 5px;
	margin-top:-20px;
}


.rightbox ul {
	list-style-type: none;
}

.rightbox li a {
	background:url(images/faq-answer-bg.gif) no-repeat;
	width: 700px;
	border: 1px dashed #767e8b;
	text-decoration: none;
	padding: 5px 15px 0px 20px;
	display: block;
	height:41px;
 	border-left:none;
 	border-right:none;
	cursor:default;
	margin-bottom:10px;
}

.rightbox li a:hover {
	background-color: #d5d9df;
	color:#1e2123;
}

.rightbox li span.listanswer {
	font-size: 11px;
	color: #1e2123;
}

.rightbox li span.listanswer {
	color: #1e2123;
}




.forumbox {
  border:1px solid #e8eaed;
  width:798px;
  background:#f8f9f8;
  padding:10px;
}

.forumtitleleft{
  width:6px;
}

.forumtitlecenter {
  background:#737d92;
  padding:5px 20px 0px 5px;
  height:20px;
  display:block;
  width:200px;
}

.forumtitleright {
  width:6px;
}

H1.forumtitle {
  margin:0px;
  padding:0px;
  color:#FFF;
  font-size:12px;
}

.forumcategory {
  width: 798px;
  margin:5px 0px;
  background:#FFF;
  border:1px solid #cfd1d6;
  border-left:none;
  border-right:none;
  height:28px;
}


#fcategorylist{
  margin:0px 0px;
  padding:3px 10px;
}


#fcategorylist li {
  background:url(images/top-bgbutton.gif) no-repeat; 
  float:left;
  padding:4px 10px;
  list-style:none;
  font-size:11px;
  color:#605e5e;
  font-weight:bold;
}


.forumwidthtitle {
  width:408px;
}

.topicswidthtitle {
  width:39px;
  text-align:center;
}

.replieswidthtitle {
  width:39px;
  text-align:center;
}

.lastinfowidthtitle {
  width:205px;
}


.forumtable {
  margin-bottom:5px;
}

.fboxcenter {
  background:url(images/forumcentercurve.gif) repeat-y;
  width:788px;
  padding:5px;
}

.forumicon {
  float:left;
  margin:5px 10px 5px 5px;
  width:50px;
}


.forumtopic {
  font-size:11px;
  color:#2e3239;
  float:left;
  width:368px;
}

.topicnumber {
  font-size:12px;
  color:#ac283e;
  font-weight:bold;
  width:59px;
  text-align:center;
}

.repliesnumber {
  font-size:12px;
  color:#ac283e;
  font-weight:bold;
  width:62px;
  text-align:center;
}

.forumlastpost {
  font-size:11px;
  color:#64686f;
  width:215px;
  padding-left:5px;
}




.pricingcontainer {
  width:820px;
  padding:15px;
  background:#FFFFFF;
  font-family:Tahoma, Verdana, Arial;
}

.pricingleft {
  width:360px;
}

.pricingright {
  background:#dcdee4 url(images/sigup-bg.gif) no-repeat;
  width:403px;
  height:360px;
  padding:0px 25px;
  
}

.pricing01 {
  height:110px;
  background:#f1f2f4;
}


.imgsample {
  margin:18px 15px 11px 13px;
}

.princingtitle {
  color:#CC3333;
  font-size:12px;
  font-weight:bold;
}


H1.signuptitle {
  font-size:12px;
  font-weight:bold;
  color:#FFF;
  margin:13px 0px 0px -5px;
}



/* form style */

.addprogform{
  float:left;
  width:390px; 
  text-align:left;
  margin-top:20px;
}

/* field set border and padding */

fieldset {
	
	border:none;
	padding:5px 0px;
	margin:0px;
	
}

/* form label text */

.signuptext {
  font-size:12px;
  color:#3c4556;
  font-weight:bold;
  vertical-align:top;
  display:block;
  width:140px;
  margin-top:0px;
}

.whitetextmargin {
  margin-right:43px;
}

/* text box input text style background and border */

.textbox {
  background:url(images/input-tilebg.gif) repeat-x;
  border:1px solid #909298;
  width:192px;
  font-family:Tahoma, Verdana, Arial;
  font-size:12px;
  color:#737d87;
  font-weight:bold;
  padding:3px 5px;
  margin-top:0px;
  margin-bottom:5px;
  height:14px;
}

.blacktextbox {
  background:#565e6f;
  border:1px solid #242830;
  width:315px;
  font-family:Tahoma, Verdana, Arial;
  font-size:12px;
  color:#FFF;
  font-weight:bold;
  padding:3px 5px;
  margin-bottom:15px; 
}

.textboxlong {
  width:230px;
}

.textboxshorter {
  width:100px;
}

.messbox {
  background:url(images/messboxbg.gif) repeat-x;
  height:65px;
}

.pricingbottom {
  width:820px;
  border-top:2px solid #737d92;
  margin-top:7px;
}

.bottomtext {
  font-family:Tahoma, Verdana, Arial;
  font-size:12px;
  color:#3c4556;
  font-weight:bold;
  display:block;
  margin:5px 0px 3px 0px;
}

.nomargin {
  margin:0px;
}


.submit {
  margin-top:-20px;
}

#home cite {
  font-size: 11px;
  float: right;	
}

#home #about p, #home #about h1, #home #policies p, #home #policies h1, #home #contact p, #home #contact h1 {
  text-align: left;
  width: 500px;
  margin: 0px auto;
  padding-top: 10px;
  color: #704d20;
}

#home #about, #home #policies, #home #contact {
  text-align: center;
  background-color: #FFFFFF !important;
  display: none;
  width: 500px;
}

#home #about br, #home #policies br, #home #contact br {
  clear: both;
}

#about img, #policies img, #contact img {
  margin: 10px 10px 10px 0px;
  float: right;
}

#about h1, #policies h1, #contact h1 {
  font-size: 13px;
  font-weight: bold;
}


#test {
  width:677px; 
  float:left;
  border:3px solid #FFF; 
  background:url(images/policy-bg.gif) repeat-x; 
  height:29px;
  
}

#policy-slide {
  float:left;
  margin-top:2px;
}

* HTML #test
{
	width:680px; 
}



.slidetext {
  font-family:Tahoma, Verdana, Arial; 
  font-size:13px; 
  color:#506078; 
  font-weight:bold;
  padding:6px 10px;
  float:left;
}