@charset "UTF-8";
/* CSS Document */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*    GLOBAL RESETS                   */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

ol, ul {
  list-style: none;
}
img { border: none; }

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*    GENERAL STYLES                    */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
  margin: 0 auto;
  padding: 0;
  background: #FDD303 url(/images/bg-tile.gif) top left repeat;
  font: normal 14px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
  color: #252525;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
}

a {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

.cleared {
  clear: both;
  overflow: hidden;
  line-height: 1px;
  height: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*    WRAPPER STYLES                         */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#contentWrapper {
  margin: 0 auto;
  width: 960px;
  height: auto;
}

#header {
  float: left;
  position: relative;
  width: 960px;
  height: 191px;
  margin: 20px 0;
}

#content {
  float: left;
  position: relative;
  width: 960px;
  height: auto;
}

#sitemapContent {
  float: left;
  position: relative;
  width: 480px;
  height: auto;
}

#loginWrapper {
  margin: 40px auto 20px auto;
  width: 615px;
  height: 558px;
  background: url(/images/login-content-panel.png) top left no-repeat;
  padding: 117px 0 0 181px;
}

#termsFooter {
  float: left;
  position: relative;
  width: 960px;
  height: 264px;
  margin-bottom: 40px;
}

#sitemapFooter {
  float: right;
  position: relative;
  width: 480px;
  height: 264px;
  margin-bottom: 120px;
}

#errorFooter {
  float: left;
  position: relative;
  width: 960px;
  height: 264px;
  margin-bottom: 40px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*    TYPOGRAPHICAL STYLES                    */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

p { 
  line-height: 22px;
  margin: 1em 0 !important;
}

h1 {
  font-size: 22px;
  color: #252525;
  font-weight: normal;
  text-align: left;
  line-height: 30px;
  margin: 0 0 20px 0;
}

.logo {
  float: left;
  position: relative;
  width: 237px;
  height: 191px;
}

#loginWrapper p { 
  font: normal 13px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
}

#loginWrapper h1 {
  font-size: 30px;
  color: #FDD303;
  font-weight: normal;
  text-align: left;
  line-height: 34px;
  margin: 0 0 20px 0;
}

.mainHeading {
  float: left;
  position: relative;
  width: 525px;
  height: 191px;
  margin-left: 30px;
}

.subHeading {
  width: 251px;
  height: 22px;
}

.termsFooterLogo {
  float: right;
  position: relative;
  width: 412px;
  height: 264px;
  margin-right: 20px;
}

.sitemapFooterLogo {
  float: right;
  position: relative;
  width: 412px;
  height: 264px;
  margin-right: 20px;
	margin-top: 80px;
}

.errorFooterLogo {
  float: right;
  position: relative;
  width: 412px;
  height: 264px;
  margin-right: 20px;
}

#notice {
  margin: 0 auto;
  width: 775px;
  height: 12px;
  text-align: center;
  padding-bottom: 40px;
  padding-right: 15px;
}

.loginContentLeft {
  float: left;
  position: relative;
  width: 300px;
  height: auto;
}

.buttonPanel {
  float: left;
  position: relative;
  width: 246px;
  height: 46px;
  background: url(/images/login-button-panel.png) top left no-repeat;
  padding: 55px 0 0 54px;
}

.loginContentRight {
  float: left;
  position: relative;
  width: 260px;
  height: auto;
  top: 60px;
  left: 50px;
}

.buttonSavanna {
  float: left;
  position: relative;
  width: 182px;
  height: 44px;
  margin-left: 30px;
}

.buttonFacebook {
  float: left;
  position: relative;
  width: 202px;
  height: 47px;
  margin-left: 55px;
}

.buttonTerms {
  float: left;
  position: relative;
  width: 227px;
  height: 44px;
  margin-left: 10px;
}

.buttonMobile {
  float: left;
  position: relative;
  width: 226px;
  height: 46px;
  margin-left: 33px;
}

a.fbconnect_login_button  {
  background:  transparent url(/images/login-button-connect.png) top left no-repeat;
  cursor: pointer;
  float: left;
  height: 31px;
  position: relative;
  width: 199px;
}

a.fbconnect_login_button img {
	display: none;
}

/* Facebook CSS */
#fb-user-info p {
	float: left;
	position: relative;
	top: -25px;
	color: #333333;
}

#fb-user-info .FB_profile_pic {
	margin-right: 10px;
}

.start_button {
	float: left;
	position: relative;
	top: -46px;
	left: -15px;
}

ul.sitemap {
	list-style-type: disc !important;
	line-height: 26px;
}

ul.sitemap .disabled {
	color: #999999;
}

#submitButton {
	background: transparent url(/images/save-button.png) top left no-repeat;
	width: 138px;
	height: 64px;
	border: none;
	cursor: pointer;
}
.floatR { float: right; position: relative; }
.content_btn { position: relative; padding: 0 5px; vertical-align: middle; z-index: 20; top: 2px; }