/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	min-height: 101%;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
body {
	background: #F4F4F4 url(images/bg.jpg) repeat-y center top;
	color:#303030;
	font-family:Arial, sans-serif;
	font-size:0.8em;
	font-weight:lighter;
	line-height:1.2em;
	min-height:101%;
	margin: 0;
	padding:0;
	text-align:left;
}
div#pagewrapper {
	width: 910px;
	margin: 0 auto;
}
div#header {
	height: 150px;
	margin: 0;
	padding: 0;
}
div#header h1 a {
	background: url(images/logo.jpg) no-repeat 20px 20px;
	display: block;
	height: 150px;
	text-indent: -999em;
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(images/logo.jpg) no-repeat 20px 20px;
}

#banner {
margin: 0 auto;
height: 250px;
width: 910px;
}

div#content {
	margin: 1.5em auto 2em 0;
	padding: 0px;
}
div#main {
	margin-left: 29%;
	margin-right: 2%;
	padding: 10px 15px;
}
* html div#main {
	float: right;
	width: 69%;
	margin-left: 0%;
	margin-right: 10px;
}
div#sidebar {
	float: left;
	width: 26%;
	display: inline;
	margin: 0px 0px 20px;
	padding: 10px 15px 15px 0px;
}
div#footer {
	clear: both;
	padding: 0px 10px 0px 10px;
border-top:4px solid #F0F0F0;
}
div#footer p {
	font-size: 0.8em;
	padding: 1.5em;
	text-align: center;
	margin: 0;
	color: #808080;
}
div#footer p a {
	color: #808080;
}
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

h1, h2, h3, h4, h5, h6 {
font-family:Georgia, serif;
font-weight:lighter;
color: #808080;
}


div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {

	font-size: 1.8em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {

	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {

	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {

	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {

	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
div.templatecode {
	margin: 0 0 2.5em;
}
div#main ul, div#main ol, div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	list-style-position:outside;
}
div#main ul li, div#main ol li {
	margin: 0 0 0.25em 3em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}

input {
width: 300px;
margin-bottom: 10px;
}

label {
float: left;
width: 100px;
}

.formbuilderform textarea {
width: 300px;
height: 100px;
}
.fbsubmit {
width: 300px;
margin-left: 100px;
margin-top: 10px;
}
/* End of 'Layout: Top menu + 2 columns' */

