/* 
Title:		Bethel main CSS stylesheet for print media.
Author:		Fabrice Million
Email:		fabrice@madeinspace.com.au
Website:	www.madeinspace.com.au
*/

#ornament {
	display: none;
}

body {
	color: #333333;
	background: white;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.backToTop {
	display: none;
}

#wrapper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
}

a:link, a:visited {
	color: #737672;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

#container a:link:after,#container a:visited:after {
	content: " (" attr(href) ") ";
   font-size: 90%;
}

#footer a:link:after,#footer a:visited:after {
	content: " (" attr(href) ") ";
   font-size: 90%;
}

h2 {
	color: #333333;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
}

#header h2 {
	color: #383638;
	font-size: 200%;
}

h4, h3 {
	color: #3d3d3d;
	font-size: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
}

#nav li a {
	list-style: none;
	text-decoration: none;
}

#nav li {
	list-style: none;
	float: left;
	padding: 5px;
}

#maincontainer #nav ul {
	text-align: center;
}

#faqList a:link:after, #faqList a:visited:after {
	display: none;
}

#faqList li {
	list-style: decimal;
}

#home #nav .home a, 
#about #nav .about a, 
#facilities #nav .facilities a, 
#gallery #nav .gallery a, 
#application #nav .application a, 
#moreInfo #nav .moreInfo a, 

#fees #nav .fees a,
#contact #nav .contact a,
#faq #nav .faq a {
	color: #727671;
	cursor: default;
	text-decoration: underline;
}

#footer {
	font-size: 90%;
	margin-top: 40px;
}

#footer li {
	list-style: square;
}

img{
	display: none;
}

.code_valid{
	display: none;
}
