body {
	background-color: #FFFFFF;
	background-image:url("../images/bg.png");
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	min-width: 770px;
	}
	
ul {
	margin-top:5px;
	padding-left:20px;
}
h1 {
	color: #333333;
}

h2 {
	margin-top: 5px;
}
h3 {
	margin-bottom: 5px;}

h4 {
	margin-bottom: 0px;
}

h5 {
	margin-top: 0px;
}
hr {
	border: 0px;
	height: 1px;
	color: #991100;
	background-color: #991100;
	margin-bottom: 10px;
}
img {border: 0;}
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }

strong { color: #660000; }
a:link { color: #336699; }
a:visited {	color: #336699;	}
a:hover { color: #6699CC; }

form fieldset {
  border-color: #999999;
  background-color: #EEEEEE;
  border-width: 1px;
  border-style: solid;
  padding: 10px 15px 10px 10px;        /* padding in fieldset support spotty in IE */
}

form fieldset legend {
	padding: 3px;
	border: 1px solid #999999;
	color: #555555;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}


#lead_form {
	padding: 10px;
	background-color: #f4c042;
}

#vidMain {
	display:block;
	margin:auto;
	width: 560px;
}

#main {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 770px;
}

#content {
	padding: 1px 5px 10px 4px;
	background-image:url("../images/main_bg.png");
	background-repeat: repeat-y;
}

#contentPadded {
	margin: 20px;
}
#contentBottom {
	background-image:url("../images/main_bottom_bg.png");
	background-repeat: no-repeat;
	margin-bottom: 15px;
	height: 16px;
}

.module {
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	min-height: 50px;
}

#logo {
}

#twitter {
	float:right;
}

#header {
	background-image: url("../images/banner.png");
	background-repeat: no-repeat;
	width: 770px;
	height: 84px;
	margin: 20px 0 10px 0px;
}

#topMenu {

}

#topMenu.home{

}

#topMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

#topMenu ul a {
	text-decoration: none;
	color: #333333;
	font-size: 1.2em;
	width: 120px;
	height: 20px;
	display: block;
}

#topMenu ul a.chillin {

}

#topMenu ul a.active {
	width: 120px;
}
#topMenu ul li {
	float: left;
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px 0 0 0;
	margin:0;
	height: 25px;

}



#topMenu ul li.tab {
	width: 120px;
	background-image: url('../images/menu_tab.png');
}
#topMenu ul li.tab_on {
	width: 120px;
	background-image: url('../images/menu_tab_on.png');
}

#topMenu ul li.tab_left {
	width: 145px;
	background-image: url('../images/menu_tab_left.png');
}

#topMenu ul li.tab_left_on {
	width: 145px;
	background-image: url('../images/menu_tab_left_on.png');
}
#topMenu ul li.tab_right_on {
	width: 145px;
	background-image: url('../images/menu_tab_right_on.png');
}
#topMenu ul li.tab_right {
	width: 145px;
	background-image: url('../images/menu_tab_right.png');
}

#bottomMenu {
	margin-bottom: 20px;
}

#bottomMenu ul li {
	float:left;
}

#bottomMenu ul {
	list-style: none;
	float: right;
}

#bottomMenu ul a {
	text-decoration: none;
	padding: 0.4em 1em;
	color: #666666;
	margin-left: 5px;
    font-size: 0.8em;

}

#bottomMenu ul a.active {
	color: #000000;
	border-bottom: 3px solid #FFFFFF;
}

label { 
	display: inline;  /* block float the labels to left column, set a width */
	float: left; 
	text-align:right;
	width: 90px;
	padding-right: 10px;
	margin-bottom:10px; /* set top margin same as form input - textarea etc. elements */
}

input, textarea, select, submit {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
/*	width:auto; */    /* set width of form elements to auto-size, otherwise watch for wrap on resize */

	float: left;
	margin-bottom:0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	font-size: .9em;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
}

.founder {
	padding: 0px;
	margin: 5px;
	width: 120px;
	float:left;
}

.founderDescription {
	margin-left: 135px;
	padding:0px;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}	

#errorExplanation {
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
	color: #990000;
  padding: 5px 5px 5px 5px;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#jobList {
	margin-left:40px;
}

#flash_notice, #flash_error {
	font-weight: bold;
	color: #660000;
	margin:10px;
}

.centered {
	text-align: center;
}
.fieldWithErrors {
	display: inline;
}

.question {
	cursor: pointer;
	font-weight: bold;
	color: #991100;
	padding:5px;
	text-decoration:underline;
}
.answer {
	padding:5px;
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
	margin-bottom:5px;
	
}

 #featureText_gps, #featureText_rate, #featureText_outfits, #featureText_rps {

}

.featureTextContent {
	display: none;
}
#feature {
	background: url('../images/feature_bg.png') repeat-x;
	min-height: 375px;
	padding: 20px 0 20px 20px;
}

#featureText {
	width: 360px;
	float:left;
}

#featureImageContainer {
	float:right;
	width: 294px;
}

#featureImage {
	display:block;
	margin:auto;
}
.featureHeader {
	text-align: center;
	font-size: 1.6em;
	color: #666666;
	margin-top:20px;
}

.featureTitle {
	text-align: center;
	font-size: 2.5em;
	line-height: 1em;
	margin: 15px 0px;
	color:#222222;
}

.featureBullet {
	margin-left: 10px;
	font-size: 1.4em;
	line-height: 1.4em;

}

#appstoreDownloadIcon {
	margin:0 20px 4px 10px;
}

#newFeaturesLabel {
	background-color:#234255;
	width:180px;
	font-size: 2em;
	color: #666666;
	float:left;
	line-height: 2em;
}

.newFeaturesPointer {
	background: url('../images/newFeaturePointer.png');
	width:105px;
	float:left;
	text-align:center;
	padding-top:25px;
}

.newFeaturesEndSpace {
	background: url('../images/newFeaturePointer.png');
	width:56px;
	float:left;
}
.newFeaturesMyTownEndSpace {
	background: url('../images/newFeaturePointer.png') repeat-x;

	width:47px;
	float:left;
}
.newFeaturesPointerOn {
	background: url('../images/newFeaturePointerOn.png');
	width:105px;
	float:left;
	text-align:center;
	padding-top:25px;
}

.newFeatureIcon {
	cursor: pointer;
}


#product {
	margin: 3px 0 0 0;
	min-height: 550px;
	background-image: url('../images/features_main.png');
	background-repeat: no-repeat;
}

		#community, #achievements, #rps, #rate, #points {
			float: left;
			margin: 10px;
		}
		#communityText, #achievementsText, #rpsText, #rateText, #pointsText  {
			float: left;
			width: 400px;
			margin: 20px;

		}
		#rpsText {
			float: left;
			width: 300px;
			margin: 20px;
		}
		#communityText li, #profileText  li, #achievementsText li, #journalText li,  #gpsText li, #outfitsText li,  #rpsText li, #rateText li, #pointsText li{
			font-size: 1.4em;
			line-height:1.4em;
			margin: 15px;
		}

		#profile, #journal, #gps, #outfits {
			float: left;
			margin: 10px;
		}
		#profileText, #journalText, #gpsText, #outfitsText {
			float: left;
			width: 400px;
			margin: 20px;
		}

.achievement {
	margin: 5px;
	width: 340px;
	float: left;
}

.achievementIcon {
	float:left;
	margin:0 8px 0 0;
}

.achievementName {
	font-weight: bold;
	font-size: 1.2em;
}

.achievementDescription {
	
}

.achievementCategory {
	font-size: 0.8em;
}

.achievementGroup {
	margin: 20px 0 0 0;
}

.categoryPointer {
	background: url('../images/categoryPointer.png');
	width: 83px;
	height: 105px;
	float: left;
}

.categoryPointerOn {
	background: url('../images/categoryPointerOn.png');
	width: 83px;
	height: 105px;
	float:left;
}
.categoryIcon {
	cursor: pointer;
}

.categoryEndSpace {
	background: url('../images/categoryPointer.png');
	width: 14px;
	height: 105px;
	float: left;
}

#quoteBoxFrame {
	background-color:#228baf;
	padding: 10px 20px 5px 10px;
	text-align:center;
	margin: 0 6px 0 4px ;
}

#quoteBox {
	font-size: 1.5em;
	color:#FFFFFF;
	margin-left: 10px;
	float:left;
}

#quoteBoxFBTwitter {
	float:left;

}
#quoteBoxTop {
	background-image: url('../images/quotebox_top.png');
	background-repeat: no-repeat;
	height: 12px;
}

#quoteBoxBottom {
	background-image: url('../images/quotebox_bottom.png');
	background-repeat: no-repeat;
	height: 20px;
}

#tshirtContest, #tshirtContest img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:5px;
}

.followUsIcon {
	vertical-align: middle;
	border: 0;
	margin: 0 5px;
	width: 20px;
	height: 20px;
}

#followUs {
	font-size: 1.2em;
	color: #666666;
	float: left;
	margin: 5px 10px;
}

#followUsTop {
	font-size: 1.2em;
	color: #666666;
	float: right;
	margin: 0 10px 5px 10px;
}

#contentLeft {
	float: left;
	width: 55%;
	padding:0px;
}

#contentRight {
	margin-left: 57%;
	padding:0px;
}

/*==============================================================================
Validation Form Classes
==============================================================================*/
h4.formHeading {
	margin: 15px 0 15px 0;
}

.formGroup {
	margin-right: auto;
	margin-left: auto;
	width: 350px;
	clear: both;
}

.formGroup input {
	width: 200px;
	margin-bottom:10px;
}

input#birthDate {
	margin-right: 0px;
	width: 100%;
	margin-bottom: 5px;
}

div.calendarContainer {
	width: 170px;
	float: left;
}

#calendarButton {
	border: 0;
	margin: 1px 0 0 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url("../images/cal.png") no-repeat;
	float: right;
	margin-right: 36px;
}

.formGroup select {
	margin-bottom:10px;
}

.formGroup label {
	display: inline;  /* block float the labels to left column, set a width */
	float: left;
	text-align:right;
	width: 100px;
	padding-right: 10px;
	margin-bottom:10px; /* set top margin same as form input - textarea etc. elements */
}

.formGroup .validationError {
	background-color: #FBEFEF;
}

.formGroup .errorExplanation {
	clear: both;
	color: #990000;
	border: 2px solid #990000;
	background-color: #FBEFEF;
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0;
}

.formGroup .errorExplanation ul {
	text-align: left;
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
}

.formGroup .errorExplanation li {
	line-height: 24px;
/*	list-style-image: url("../images/error_16.png");*/
	background-image: url("../images/error_16.png");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 18px;
}

.formGroup .submitFrame {
	clear: both;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.formGroup .submitFrame input {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

.formGroup ul.fieldExplanation {
	margin: 0 0 10px 110px;
	float: left;
	font-size: 0.9em;
	color: #666666;
}