/* Getting Started Page */
.guide-topic-title {
	background-color: #7eb8e3;
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	padding-bottom: 6px;
	font-size: 120%;
	padding-left: 6px;
	margin-top: 5px;
}

.sub-topic-wrapper {
	margin-left: 40px;
}

.guide-subtopic-title {
	font-weight: bold;
	font-size: 110%;
	font-style:italic;
	margin-top: 5px;
}
.guide-subtopic-title li {
	list-style-image:url("../images/bullet.png");
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}


.guide-subtopic-content {
	margin-left: 20px;
}
/* FAQ Page */
#page-wrapper {
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
}

#page-title {
	font-size: 150%;
	text-align: center;
	color: #739400;
}

#faq-wrapper {
	margin-top: 5px;
}

.faq-question-wrapper {
	margin-top: 10px;

}

.faq-question {
	background-color: #7eb8e3;
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	padding-bottom: 6px;
}

.faq-answer {
	border: 2px #7eb8e3 solid;
	border-top: 0px;
	padding: 4px;
	padding-bottom: 6px;
}

/* Mod Login Page */

#login-wrapper {
	margin: 0 auto;
	width: 420px;
	margin-top: 10px;
}

#login-form {
	background: #7eb8e3;
	height: 50px;
	padding-top: 30px;
	padding-left: 5px;
	text-align: center;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

/* about page */
	#about-wrapper {
		padding: 5px;
	}
	
	#about-wrapper ul {
	padding-left: 50px;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-image:url("../images/bullet.png");
	list-style-type: square;
}
		
