/*----------------------------------------------------------------
Reset Styles */

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

li, p, h1, h2, h3, h4, h5, h6{
	color: #EEE;
	font-size: 100%;
	font-weight: lighter;
}

/*----------------------------------------------------------------
Default Styles */

body {
	font-family: Arial,"Helvetica Neue";
	background-color: #101010;
	background-image: url('images/bodybg.png');
	background-position: top;
	background-repeat: repeat-x;
	overflow-y: scroll;
}

.clear {
	clear:both;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#spacer {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
}
/*----------------------------------------------------------------
Typography Styles */

h3 {
	font-size: 80%; 
}

h4 {
	font-size: 70%;
}

#section {
	font-size: 70%
	font-weight: bold;
	color: #575757;
	text-align: center;
	padding: 10px 0 40px 0;
	letter-spacing: 5px;
}

#sectionlower {
	font-size: 70%
	font-weight: bold;
	color: #575757;
	text-align: center;
	padding-bottom: 50px;
	letter-spacing: 5px;
}

.secondhead {
	text-align: center;
	padding: 10px 0;
	font-size: 90%;
}

#contactlink {
	color: white;
}

.italic {
	font-style: italic;
}

/*----------------------------------------------------------------
Head Styles */

#head {
	height: 80px;
	background-color: black;
	background-image: url('images/headbg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}

#headwrapper {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	margin-top: 23px;
}

/*----------------------------------------------------------------
Nav Styles */

#nav {
	margin-top: -67px;
}

#navlist {
	padding-left: 305px;
}

#navlist li {
	float: left;
	padding-top: 0px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	margin-right: -1px;
	list-style: none;
	font-size: 110%;
	line-height: 50px;
}

#navlist a {
	color:#D9D9D9;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	height: 45px;
	padding: 0px 50px 0px 50px;
	margin-top: -3px;
}

#nav li a:hover {
	height: 53px;
	background-image: url('images/navOver.png');
	background-position: bottom;
	background-repeat: repeat-x;
	color: white;
}

#currentpage {
	background: url(images/navSelected.png) repeat-x;
}

.active {
	list-style: none;
	font-size: 110%;
	line-height: 50px;
}

/*----------------------------------------------------------------
Appstore Styles */

#appstore {
	width: 1000px;
	margin: 0 auto;
}

#getit {
	float: right;
	padding-top: 10px;
}

#ituneslink {
	
}


/*----------------------------------------------------------------
Index Styles */

#main {
	width: 900px;
	height: 500px;
	margin: 0 auto;
	padding-top: 30px;
}

/*#mainimage {
	margin-left: -30px;
	padding: 20px 0 50px 0px;
}*/

#mainimage {
			display: block;
			position:relative;
			z-index: 15;
			top: -786px;
}
		
#mainimagePlay {
			display: block;
			position:relative;
			z-index: 5;
			opacity: 0;
}
		
#mainimageSmarter {
			display: block;
			position:relative;
			z-index: 10;
			top: -393px;
			opacity: 0;
}


/*----------------------------------------------------------------
App Styles */

#mainapp {
	width: 1000px;
	margin: 0 auto;
}

#leftcolumn {
	float: left;
	width: 333px;
	height: 770px;
}

#midcolumn {
	float: left;
	width: 334px;
	height: 770px;
}

#rightcolumn {
	float: left;
	width: 333px;
	height: 770px;
}

.featurehead {
	font-size: 80%
	font-weight: bold;
	color: #939393;
	text-align: center;
}

.featurelist {
	padding: 5px 0 20px 15px;
}

.subfeaturelist {
	padding-bottom: 5px;
}

.features {
	list-style: none;
	width: 300px;
	font-size: 85%;
	color: #e6e6e6;
	padding-bottom: 5px;
}

.subfeature {
	list-style: circle;
	width: 300px;
	font-size: 80%;
	color: #e6e6e6;
	margin-left: 20px;
}

.imageblock {
	width: 170px;
	margin: 0 auto;
}

#mainphones {
	padding: 30px 0 50px 0;
}

.slideshow {
	height: 276px;
	width: 184px;
	margin: -465px 0px 0px 409px;
	overflow: hidden;
	padding-bottom: 150px;
}

/*----------------------------------------------------------------
Viewtiful Styles */

#viewtiful {
	width: 1000px;
	margin: 0 auto;
}

#laptop {
	padding: 30px 0 50px 0;
}

/*----------------------------------------------------------------
Courses Styles */

#searchheader {
	margin: 0px auto;
	width: 1000px;
}

.searchinfo {

}

#form1 {
	padding: 20px 0;
}

#searchform {
	width: 225px;
	height: 24px;
	border: 0px;
	vertical-align:middle;
	font-size: 110%;
}

#searchbtn {
	position:relative;
	vertical-align:middle;
	margin-bottom: 1px;
	margin-left: -28px;
}

#resultwrapper {
	width: 1000px;
	height: 600px;
	margin: 0 auto;
}

#searchresulthead {
	font-size: 80%;
	padding: 2px 0 0 10px;
}

#searchresult {
	float: left;
	height: 582px;
	background-color: #ebebeb;
}

#searchtop {
	width: 400px;
	height: 22px;
	background-color: #555555;
}

#searchbottom {
	width: 400px;
	height: 18px;
	background-color: #555555;
}

#mapresult {
	float: right;
}

#maptop {
	width: 600px;
	height: 22px;
	background-color: #e1e1e1;
	background-image: url('images/mapborderbg.png');
	background-position: left;
	background-repeat: no-repeat;
}

#resetmap {
	display: block;
	padding-left: 15px;
	color: #363636;
}

#mapbottom {
	width: 600px;
	height: 18px;
	background-color: #e1e1e1;
	background-image: url('images/mapborderbg.png');
	background-position: left;
	background-repeat: no-repeat;
}

#courselist {
	width: 389px;
	height: 560px;
	overflow: auto;
	padding-left: 10px;
	color:black;
}

#courselist li {
	list-style: none;
	color:black;
	margin-bottom: 15px;
}

.resultname {
	display: block;
	font-size: 95%;
}

.courselink {
	color:black;
	text-decoration: none;
}

.courselink:hover {
	color:gray;
	text-decoration: underline;
}

.resultaddr {
	display: block;
	font-size: 80%;
}

.resultphone {
	display: block;
	font-size: 80%;
}

.hidden {
	display: none;
}

.errormessage {
	font-size: 120%;
	color: red;
}

/*----------------------------------------------------------------
Support Styles */

#supportwrapper {
	width: 1000px;
	margin: 0 auto;
}

#supportnav {
	padding: 50px 0 20px 170px;
	margin-bottom: 30px;
	border-bottom: solid 1px #EEE;
}

#supportnav li {
	display: inline;
	padding: 0 80px 0 0;
}

#questions {
	float: left;
	width: 600px;
}

#contactform {
	float: right;
	width: 400px;
}

#questionwrapper {
	width: 600px;
	float: left;
	overflow: hidden;
	position: relative;
}

#question {
	width: 3000px;
	position: relative;
}

#prepurchase {
	width: 1000px;
	float: left;
}

#gettingstarted {
	width: 1000px;
	float: left;
}


#troubleshooting {
	width: 1000px;
	float: left;
}

#contactform {
	float: right;
	width: 400px;
}

.support {
	width: 400px;
	float: right;
}

#formwrapper {
	width: 400px;
	float: right;
	padding-bottom: 300px;
}

#formwrapper h1 {
	padding-bottom: 15px;
	font-size: 105%;
}

#formwrapper h5 {
	padding-bottom: 5px;
	font-size: 105%;
}

.spacedheader {
	padding-top: 10px;
}

#formwrapper input, select, textarea {
	
}

#formwrapper textarea {
	width: 390px;
	height: 200px;
}

.inputtext {
	width: 390px;
}

.button {
	margin-top: 15px;
}

.supportheaders {
	font-size: 110%;
	text-decoration: none;
	color: #EEE;
}

.supportheaders:link {
	font-size: 110%;
	text-decoration: none;
	color: #EEE;
}

.supportheaders:visited {
	font-size: 110%;
	text-decoration: none;
	color: #EEE;
}

.supportheaders:hover {
	font-size: 110%;
	text-decoration: underline;
	color: #EEE;
}



#formmessage {
	text-align: center;
	padding-bottom: 400px;
}

.faqgroupheader {
	padding-bottom: 20px;
	font-size: 110%
}

.supportlist {
	width: 550px;
	float: left;
}

dt {
	color: #b5b2b2;
	font-size: 110%;
}

dd {
	padding: 5px 0 15px 15px;
	font-size: 100%;
	line-height: 1.35em;
	color: #dcd9d9;
}

.filter {
	display: none;
}

.hiddenfilter {
	display: none;
}

.highlight {
	color: #009800;
}

.faqlist {
	list-style: none;
	padding-bottom: 5px;
	color: #EEE;
}

.error {
	color: red;
}

.faqlink {
	color: white;
}

#successinfo {
	padding-bottom: 30px;
}

#successinfo dt {
	font-size: 100%;
	padding-bottom: 15px;
}

#successinfoheader {
	font-size: 110%;
	padding-bottom: 20px;
}

#successheader {
	padding-bottom: 300px;
}

#errorinfo {
	padding-bottom: 30px;
}

#errorinfo dt {
	font-size: 100%;
	padding-bottom: 15px;
}

#errorinfoheader {
	font-size: 130%;
	padding-bottom: 20px;
}

#errorheader {
	padding-bottom: 300px;
}

/*----------------------------------------------------------------
About Styles */

#aboutwrapper {
	width: 1000px;
	margin: 0 auto;
	width: 900px;
}

#missionhead {
	font-size: 110%;
	color: #FFF;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
}

.aboutpagetext {
	padding-bottom: 30px;
}

/*----------------------------------------------------------------
Facebook/Blog Styles */

#fb-root {
	width: 1000px;
	margin: 0 auto;
}

#fbmain {
	width: 996px;
	margin: 0 auto;
	background-color: white;
	color: black;
	border: 2px solid blue;
}

#feedChatWrapper {
	float: left;
	width: 695px;
	border-right: 1px solid gray;
}
#facebookfeed {
	width: 695px;
}

#facebookfeed dt {
	color: black;
	list-style: none;
}

#commentList {
	color: black;
	list-style: none;
	border-bottom: 1px solid gray;
	height: 500px;
	overflow: auto;
}

.commentListItem {
	display: block;
	padding-left: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid gray;
	padding: 5px 0;
}

.commentListItem ol {
	padding-left: 25px;
}

.comment {
	margin-left: -35px;
}

#commentList li {
	color: black;
	padding: 5px 0 5px 10px;
}

#facebookfeed li {
	color: black;
	list-style: none;
}

#likefeed {
	width: 300px;
	height: 500px;
	float:left;
}

#users {
	height: 440px;
	overflow: auto;
}

.userComment {
	font-size: 95%;
}

.commentLink {
	display: inline-block;
	color: blue;
	text-decoration: underline;
	float: right;
	padding-right: 10px;
	cursor: pointer;
	font-size: 85%;
	margin-top: 5px 0 10px 0;
}

.commentDate {
	font-family: Courier, monospace;
	font-size: 75%;
}

.fbFrom {
	display: inline-block;
	padding-right: 10px;
	width: 110px;
	color: green;
	font-size: 90%;
	overflow: visible;
}

#newThreadMessage {
	width: 420px;
	height: 43px;
	font-size: 100%;
	margin-right: 10px;
}

.status {
	display: block;
}

.submitComment {
	display: block;
}

#chatbar {
	width: 996px;
	height: 80px;
	margin-top: 20px;
}

#fblikeButton {
	display: block;
	margin-left: 20px;
	padding-top: 20px;
}

#fbloginButton {
	display: block;
	margin: 10px 0 0 20px;
}

#login {
	margin: 0 0 0 20px;
}

#userNames li {
	color: black;
	padding: 0 0 5px 20px;
}

.facebookUser {
	
}

.facebookUserId {
	visibility: hidden;
}

#name {
	margin: 0 10px 0 15px;
}


/*----------------------------------------------------------------
Footer Styles */

#footer {
	width: 100%;
	height: 150px;
	position: relative;
	bottom: 0;
	background-image: url('images/footerbg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: black;
	margin: 75px auto 0 auto;
}

#footersubhead {
	font-size: 70%
	font-weight: bold;
	color: #575757;
	letter-spacing: 5px;
	padding: 30px 0 10px 0;
	text-align: center;
}

#sitemap {
	text-align: center;
}

#sitemaplist li {
	list-style: none;
	display: inline;
	padding-right: 20px;
}

.sitemaplink {
	font-size: 80%;
	color: #EEE;
}

#copyright {
	padding-top: 20px;
	text-align: center;
}

