@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background:url(../images/mainBG.png) repeat-x #f9f7f3;
	font-family: "Lucida Grande", Verdana;
	font-size: 12px;
	color: #434343;
}

a {
	color: #529aba;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

a img { border: none; outline: none; }

#wrapper {
	width: 922px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}

#top {
	height: 77px;
}

.topLeft {
	float: left;
}

.topRight {
	float: right;
}

.clear { height: 1px; clear:both; }

.topRight ul { margin:0; padding:0; margin: 32px 20px 0 0; float:right;}

.topRight li { list-style:none; float: left;  margin-left: 34px; text-align:center; }

.topRight li a { color: #434343; font-weight: bold; font-size: 14px; text-decoration: none; }	

.topRight li a:hover { color:#88b9cf; font-weight: bold; text-decoration: underline; }

#loginBar {
	height: 34px;
	background:url(../images/loginBarBGSub.png) no-repeat;
	clear:both;
	font-size: 12px;
	font-style: italics; 
	padding-left: 12px;
	padding-top: 8px;
	color: #a9a9a9;
}

#loginBar a { color: #434343; text-decoration:underline; }

#bannerfaq {
	height: 113px;
	text-indent: -9999px;
	background:url(../images/subBannerFAQ.gif) no-repeat;
	color: #FFF;
	padding-left: 47px;
	padding-top: 50px;
	margin-bottom: 9px;
}

#bannercontact {
	height: 113px;
	text-indent: -9999px;
	background:url(../images/subBannerContact.gif) no-repeat;
	color: #FFF;
	padding-left: 47px;
	padding-top: 50px;
	margin-bottom: 9px;
}

#bannerregister {
	height: 113px;
	text-indent: -9999px;
	background:url(../images/subBannerRegister.gif) no-repeat;
	color: #FFF;
	padding-left: 47px;
	padding-top: 50px;
	margin-bottom: 9px;
}

#bannerforgotpass {
	height: 113px;
	text-indent: -9999px;
	background:url(../images/subBannerForgotPassword.gif) no-repeat;
	color: #FFF;
	padding-left: 47px;
	padding-top: 50px;
	margin-bottom: 9px;
}

#bannertour {
	height: 113px;
	text-indent: -9999px;
	background:url(../images/subBannerTour.gif) no-repeat;
	color: #FFF;
	padding-left: 47px;
	padding-top: 50px;
	margin-bottom: 9px;
}

#bannerapi {
	height: 113px;
	text-indent: -9999px;
	background:url(../images/subBannerApi.gif) no-repeat;
	color: #FFF;
	padding-left: 47px;
	padding-top: 50px;
	margin-bottom: 9px;
}

#banner h1 { margin:0; padding: 0; font-size: 28px; }

#banner h2 { margin-top: 5px; color: #ffcdf2; font-size: 20px; }


#mainContent {
	background:#FFF;
	border: #eaeaea 3px solid ;
	clear:both;
	padding: 29px 0 29px 29px;
	color: #222222;
	height: auto;
	overflow: hidden;
}

#mainContentTour {
	background:#FFF;
	border: #eaeaea 3px solid ;
	clear:both;
	color: #222222;
	height: auto;
	overflow: hidden;
	padding: 21px 0 29px 21px;
}

#mainContentTour img {
	border: #000 1px solid;
}

#mainContentApi {
	background:#FFF;
	border: #eaeaea 3px solid ;
	clear:both;
	color: #222222;
	height: auto;
	overflow: hidden;
	padding: 8px 0 29px 21px;
}

#mainContentApi a { color: #8f3778; font-weight: normal; text-decoration: none;}
#mainContentApi a:hover { border-bottom: #777 1px solid; }
#mainContentApi a.heading { color: #8f3778; font-weight: normal; text-decoration: none; }

#mainContentApi strong { color: #363636; font-weight: bold; }

a.gotoapi { color: #a0a0a0; font-size: 14px; font-weight: bold; border-bottom: #777 1px solid;}

.arguments { color: #787878; }


code, pre { line-height: 12px; margin-left: 20px; display: block; padding: 15px 15px 14px; background: #f5f5f5; border: #ddd 1px solid; color: #787878; font-family: "Lucida Grande", Tahoma, sans-serif; width: 780px; clear: both; }

code, pre strong { color: #787878; }

#leftColumn {
	float: left;
	width: 280px;
}

a.sub {
	color: #3b3b3b;
	text-decoration: underline;
}

#middleColumn {
	float: left;
	width: 280px;
}

#rightColumn {
	margin-right: 41px;
	float: right;
	width: 290px;
}

#rightColumn p { width: 290px; }

.mainContentLeft {
	float: left;
	width: 600px;
	line-height: 20px;
}

.contentTour {
	width: 100%;
}

.contentApi {
	width: 100%;
}

.contentTour p {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 14px;
	width: 870px;
	color: #373737;
}

.contentApi p {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 13px;
	width: 870px;
	color: #787878;
}

.number {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #8f3778;
}

.mainContentRight {
	float: left;
	width: 242px;
	margin-left: 20px;
}

#mainContent h1 { margin:0; padding:0; font-size: 18px; color: #121212; margin-bottom: 10px; }

.scootDown { margin-top: 15px; }

form {
	color: #5d666d;
}

.textBox {
	width: 400px;
	height: 20px;
	background:url(../images/textBoxBG.png) no-repeat;
	border:1px solid #FFF;
	font-size: 12px;
	color: #5d666d;
	outline: none;
	padding-top: 5px;
	padding-left: 5px;
}

.textArea {
	width: 400px;
	height: auto;
	border: 1px solid #cdcdcd;
	color: #5d666d;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
	outline: none;
}

.buttonGo {
	margin-left: 100px;
}

.formErrors {
	border-top: 1px dotted #FF0000;
	border-bottom: 1px dotted #FF0000;
	padding: 5px;
	margin-top: 10px;
}

.formErrorText {
	color: #FF0000;
}

.formSuccess {
	border-top: 1px dotted green;
	border-bottom: 1px dotted green;
	padding: 10px;	
	margin-top: 20px;
}

.formSuccessText {
	color: green;
}


#latestBlog {
	width: 215px;
	height: 250px;
	background:url(../images/latestBlogBG.png) no-repeat;
	padding-left: 24px;
	padding-top: 25px;
}

#latestBlog h1 { margin:0; padding:0; font-size: 14px; font-weight: bold; color: #434343; }

#latestBlog img { margin-left: 40px; margin-top: -45px; }

.posts { margin-top: 10px; width: 210px; }

.postTitle { color: #80b5cc; font-weight: bold; font-size: 14px; }

.postDate { color: #afafaf; font-style: italic; font-size: 12px; }

.postContent { color:#5e5e5e; font-style: normal; font-size: 12px; margin-top: 10px; margin-right: 15px; }

.postSeparator { background:url(../images/postSeparator.png); margin-bottom: 10px; height: 1px; margin-top: 10px; margin-right: 5px; }

#footer {
	clear:both;
	height: 41px;
	background:url(../images/footerBG.png) no-repeat;
	margin-top: 20px;
	padding-left: 30px;
	padding-top: 28px;
	font-size: 14px;
	color: #aaa;
	font-weight: bold;
}

#footer a { color: #FFF; text-decoration: none; }

.goRight { float:right; margin: 0 30px 0 0; color: #fff }