@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: #FFFFFF;
	line-height: 1.5em;
	font-size: 11pt;
}
img {
	border-style: none;
}

#sideItems, #navigation, #home, #demo {
	display: none;
}
#localNav {
	display: none;
}
#branding h1 {
	font-weight: 100;
	text-align: center;
}
#pageContent h1 {
	font-size: large;
	font-style: italic;
}
#pageContent h2 {
	font-style: italic;
	font-weight: 100;
	font-size: large;
}
#intro img {
	display: none;
}
#intro {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-top: 50px;
	margin-bottom: 30px;
}
#intro h2 {
	font-style: italic;
	color: #666666;
	font-weight: 100;
	line-height: 1.7em;
}
#welcome h3 {
	font-weight: 100;
	line-height: 1.5em;
}
#welcome {
	margin-bottom: 30px;
}
#welcome span {
	color: #663300;
	font-weight: bold;
}
#recentBlogs {
	width: 45%;
	float: left;
	padding-right: 50px;
}
#generalContact {
	float: left;
	width: 45%;
}
#contactForm {
	width: 45%;
	float: right;
}
textarea, input, button {
	display: none;
}
legend {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
hr {
	clear: both;
}
