@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, sans-serif, verdana;
	font-size:14px;
	color:#A6A6A6;
	background-image:url(../images/website/bkgHeader.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:100%;
}

.mainContainer{
	margin:auto;
	width:880px;
	position: relative; 
	min-height: 100%; 
	height: 100%;
}

/* mainStructure */
.header{
	width:880px;
	position:relative;
	padding:0px;
	margin:0px;
	top:0px;
	background-image:url(../images/website/header.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:100px;
}

.body{
	width:880px;
	position:relative;
	background-color:transparent;
	background-image:url(../images/website/gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.footer{
	background-image:url(../images/website/bkgFooter.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%; 
	position:relative; 
	height:57px; 
	vertical-align:bottom;
	clear:both;
	padding-top:95px;
}

.homeImage{
	width:880px;
	position:relative;
	height:170px;
}
/* end mainStructure */

/* header */
.logo{
	position:relative;
	top:10px;
	left:22px;
}

.menu{
	position:relative;
	top:0px;
	margin-left:290px;
}
.menu ul{
	padding:0px;
	margin:0px;
}
.menu ul li{
	display:block;
	float:left;
	padding:0px;
	margin:0px;
}
.menu ul li.separator{
	display:block;
	float:left;
	color:#FFEA97;
	font-size:10px;
}
.menu a{
	color:white;
	padding:10px;
	text-align:center;
	text-transform:uppercase;
}

div.homeImage{
	background-image:url(../images/website/top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	height:166px;
	border-bottom:5px solid #CDCCCB;
}

div.takeTour{
	margin-left:63px;
	padding-top:115px;
}

div.betaBudget{
	background-image:url(../images/website/budget.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:77px;
	height:76px;
	top:-30px;
	left:830px;
	position:absolute;
}

/* end header */

/* body */
.leftCol{
	width:380px;
	margin:30px 0px 0px 0px;	
	padding:0px;
	float:left;
	vertical-align:top;
	position:relative;
}
.rightCol{
	width:380px;
	margin:30px 0px 0px 40px;	
	padding:0px;
	float:left;
	vertical-align:top;
	position:relative;
}
.columns{
	width:100%;
	position:relative;	
	top:15px;

}
.columns .leftCol{
	width:380px;
	margin:0px 0px 0px 30px;	
	padding:0px 0px 0px 0px;
	vertical-align:top;
	position:absolute;
	top:0px;
	left:0px;
}

.columns .rightCol{
	width:380px;
	margin:0px;	
	padding:0px;
	vertical-align:top;
	position:relative;
	top:0px;
	left:460px;
}

.smallCol{
	width:590px;
	margin:0px 0px 0px 40px;
}

.mainCol{
	margin:0px 0px 0px 40px;	
	padding:20px 0px 0px 0px;
	width:800px;
	position:relative;
	background-color:transparent;
	background-image:url(../images/website/gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;
}
	
.mainCol a, .mainCol a:visited{
	text-decoration:underline;
	color:#ffcc00;
	}	
	
.mainCol a:hover{
	text-decoration:underline;
	color:#4c58a7;
	}	
		
div.imgHolder{
	width:170px;
	position:absolute;
	left:770px;
	top:10px;
	height:170px;
	z-index:100;
}
/* end body */

/* footer */
.footerLink{
	width:540px;
	margin:0px auto 0px auto;
	text-align:center;
}
.footerLink ul{
	padding:0px;
	margin:0px;
}
.footerLink ul li{
	display:block;
	float:left;
	padding:0px;
	margin:0px;
}
.footerLink ul li.separator{
	display:block;
	float:left;
	color:#e0e0e0;
	font-size:10px;
}
.footerLink a{
	color:#7a7a7a;
	padding:10px;
	text-align:center;
	text-transform:uppercase;
	font-size:9px;
}
/* end footer */

/* links */
a{
	text-decoration:none;
	color:#ffcc00;
}

a:hover{
	text-decoration:none;
	color:#4d4d4d;
}
/* end links */

/* txt */
h1{
	color:#ffcc00;
	font-size:24px;
	line-height:normal;
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ffcc00;
}

h2{
	color:#4B58A6;
	font-size:22px;
	line-height:30px;
	font-weight:normal;
}

span{
	color:#27B24D;
}

h3{
	color:#a6a6a6;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.size13_22{
	font-size:13px;
	line-height:22px;
}

p{
	font-size:18px;
	line-height:40px;
}

.size17_32{
	font-size:17px;
	line-height:32px;
}

.size18_22{
	font-size:18px;
	line-height:22px;
}

ul{
	padding-left:0px;
	margin:auto;
}

li{
	font-size:15px;
	line-height:32px;
	list-style-image:url(../images/website/listImg.gif);
	list-style-position:outside;
	margin-left:20px;
	padding-left:0px;
}

li span{
	/*color:#27B24D;*/
	color:#4B58A6;
	font-weight:bold;
}
/* end txt */

/*contact form*/
form{
	margin:0px;
	padding:0px;
}

input[type=text], input[type=password]{
	border:1px solid #CCCCCC;
	width:210px;
	height:25px;
	font-size:16px;
	color:#a6a6a6;
	line-height:23px;
}
textarea {
	border:1px solid #CCCCCC;
	font-size:16px;
	color:#a6a6a6;
}
.contactCol{
	width:585px;
	float:right;	
	margin:0px 0px 0px 20px;	
	padding:0px;
	vertical-align:top;
	margin-bottom:100px;
}

.contactCol label{
	display:block; 
	text-align:left;
	font-size:16px;
	margin-right:6px;
	height:34px;
	vertical-align:bottom;
	line-height:40px;
}

.contactImg{
	background-image:url(../images/website/envelop.gif);
	background-repeat:no-repeat;
	width:103px;
	height:120px;
	top:-60px;
	left:-30px;
	z-index:15;
	position:absolute;
}

.contactLeftCol{
	position:absolute;
	left:20px;
	width:230px; 
}

.contactRightCol{
	position:absolute;
	width:310px; 
	left:255px
}

.fail{
	color:#B31412; 
	margin-right:10px; 
	text-align:right
}

.succeed{
	color:#24B34D; 
	margin-right:10px; 
	text-align:right
}

/* faq page */
a.faqs:link, a.faqs:visited{
	padding-left:35px;
	text-decoration:none;
	color:#a6a6a6;
	font-size:18px;
}

a.faqs:hover{
	padding-left:35px;
	text-decoration:none;
	color:#4c58a7;
	font-size:18px;

}

.faqAnswer{
	font-size:14px;
	margin-top:7px;
	padding-bottom:5px;
	line-height:29px;
	padding-left:35px;
	padding-right:15px;
	color:#333;
}

.faqAnswer a:link{
	cursor:pointer;
	color:#ffcc00;
	text-decoration:underline;
}

.faqAnswer a:hover{
	cursor:pointer;
	color:#4c58a7;
	text-decoration:underline;
}

.qHeader{
	background-image:url(../images/website/bkgQuestionT.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
	width:585px;
	padding-top:45px;
}

/* used for tables!
.qBody{
	height:auto;
	background-color:#f7f2ff;
}*/

.qBody{
	background-image:url(../images/website/bkgQuestionB.gif);
	background-repeat:repeat-y;
	width:585px;
	position:relative;
}

.qFooter{
	background-image:url(../images/website/bkgQuestionF.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
	width:585px;
	position:absolute;
	overflow:visible;
}

.qHeaderL{
	height:10px;
	width:10px;
	background-image:url(../images/website/topLeft.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.qHeaderC{
	height:10px;
	background-image:url(../images/website/top.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.qHeaderR{
	height:10px;
	width:10px;
	background-image:url(../images/website/topRight.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.qBodyL{
	width:10px;
	background-image:url(../images/website/left.gif);
	background-repeat:repeat-y;
}

.qBodyR{
	width:10px;
	background-image:url(../images/website/right.gif);
	background-repeat:repeat-y;
}

.qFooterL{
	height:10px;
	width:10px;
	background-image:url(../images/website/bottomLeft.gif);
	background-repeat:no-repeat;
}

.qFooterC{
	height:10px;
	background-image:url(../images/website/bottom.gif);
	background-repeat:repeat-x;
}

.qFooterR{
	height:10px;
	width:10px;
	background-image:url(../images/website/bottomRight.gif);
	background-repeat:no-repeat;
}

/* used in tables
.calendarQ{
	background-image:url(../images/website/question.gif);
	background-repeat:no-repeat;
	width:41px;
	height:51px;
	left:-18px;
	bottom:20px;
	z-index:100;
	position:absolute;
	display:visible;
}*/

.calendarQ{
	background-image:url(../images/website/question.gif);
	background-repeat:no-repeat;
	width:41px;
	height:51px;
	margin-left:-15px;
	margin-top:-20px;
	bottom:0px;
	z-index:100;
	position:relative;
}

.principal{
	left:25px;
	position:relative;
	padding-bottom:35px;
}

.secondaryInfo{
	width:178px;
	z-index:10;
	position:relative;
	top:0px;
	vertical-align:top;
	margin:0px;
	padding:0px;
}

.floatL{
	float:left;
}

.floatR{
	float:right;
}

.marginB50{
	margin-top:80px;
}

/* features */

.featureLink{
	cursor:pointer; 
	color:#ffcc00; 
	line-height:25px;
	background-image:url(../images/website/listImgBg.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:15px;
}

.featuresImg{
	background-image:url(../images/website/featureBkg.gif);
	width:378px;
	height:186px;
}

.featuresImg img{
	margin:3px 0px 0px 3px;
	clear:both;
}

.featuresTxt{
	height:50px;
	width:378px;
	margin:10px 0px 0px 0px;
	color:#4C58A7;
}

.featuresTxt p{
	font-size:14px;
	line-height:18px;
	margin:8px 0px 0px 0px;
	color:#a6a6a6;
}

.selectedFeatureCaption {
	color:#4C58A7;
	background-image:url(../images/website/listImg2.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
}


/* login */
.logIn{
	width:880px;
	background-color:#CDCCCB;
	height:2px;
	text-align:right;
}

.logIn img{
	padding:2px 0px 0px 0px;
	z-index:120;
	position:absolute;
	right:5px;
}

.loginHidden{
	width:880px;
	background-image:url(../images/website/loginBkg.jpg);
	background-position:top;
	background-color:#CDCCCB;
	height:250px;
	text-align:left;
	border:1px solid #CDCCCB;
	border-left:none;
	border-right:none;
}

.loginTable{
	width:640px;
	margin:0px 0px 0px 100px;
	font-size:14px;
	line-height:22px;
	vertical-align:top;
	position:absolute;
}

.loginTable h2{
	border-bottom:1px dotted #4B58A6;
	margin-top:15px;
	clear:both;
}

.loginTable ul{
	width:300px;
	text-align:left;
	margin:0px;
	position:absolute;
	top:60px;
	vertical-align:top;
}

.loginTable label{
	font-size:16px;
	margin:0px;
}

div.loginTable li{
	font-size:14px;
	line-height:16px;
	font-style:normal;
	list-style-image:url(../images/website/listImg2.gif);
	margin-bottom:12px;
}

.vSep{
	background-image:url(../images/website/verticalSep.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:20px;
	height:135px;
	position:relative;
	left:310px;
	top:0px;
}

.loginForm{
	width:300px; 
	left:330px; 
	top:60px;
	padding:0px;
	position:absolute;
}

/* btns */
.btnYellow{
	background-image:url(../images/yellowBtn.gif);
	color:#fff;
	text-align:center;
	width:109px;
	height:60px;
	background-color:transparent;
	border:0px;	
	cursor:pointer;
}

.btnGray{
	background-image:url(../images/grayBtn.gif);
	color:#fff;
	text-align:center;
	width:129px;
	height:60px;
	background-color:transparent;
	border:0px;	
	cursor:pointer;
}

.btnBlue{
	background-image:url(../images/website/loginBlueBtn.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	width:81px;
	height:48px;
	background-color:transparent;
	border:0px;	
	cursor:pointer;
	font-size:16px;
	font-family:Tahoma, Arial, sans-serif, verdana;
	font-weight:bold;
}

.btnBlueBig{
	background-image:url(../images/website/takeTourBtn.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	width:150px;
	height:42px;
	background-color:transparent;
	border:0px;	
	cursor:pointer;
	font-size:16px;
	font-family:Tahoma, Arial, sans-serif, verdana;
	font-weight:bold;
}

/* end btns */

.sitemapIcon ul{
	padding:0px;
	margin:0px;
	position:relative;
}

.sitemapIcon ul li{
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	clear:both;
	padding-left:102px;
	padding-bottom:15px;
}

.sitemapIcon a, .sitemapIcon a:visited {
	text-align:center;
	/*text-transform:uppercase;*/
	text-decoration:none;
}
