/* Start of CMSMS style sheet 'theme' */
/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

body {
	padding-bottom:15px;
	background:#000;
	font:12px/1.5em Verdana, Geneva, sans-serif;
}
#holder {
	margin:0 auto;
	padding:0 5px 5px 5px;
	background:#333;
	width:900px;
}
#Header {
	background:#333	 url('uploads/bg_header02.jpg') left top no-repeat;
	width:900px;
	height:146px;
	position:relative;
}
#Header h1 {
	width:550px;
	height:146px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#Header h1 a {
	width:550px;
	height:146px;
	display:block;
}
#Header h2 {
	display:none;
}
#Navigation {
	margin:5px auto;
	width:900px;
	background:#C00;
}
#Content {
	padding:0;
	width:900px;
	display:table;
	color:#CCC;
}
#Content h2, #Content h3, #Content h4 {
	padding:10px;
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:30px;
}
#Content h2 {
	font-size:30px;
	color:#FFF;
	background:#000;
}
#Content h3 {
	font-size:24px;
	color:#CCC;
}
#Content h4 {
	font-size:18px;
}
#Content p {
	margin:15px 10px;
}
#Content a:link, #Content a:visited {
	color:#FFF;
	text-decoration:underline;
}
#Content a:hover {
	color:#AAA;
	text-decoration:none;
}
#Content em {
	font-style:italic;
}
#Content ul, #Content ol {
	padding-left:20px;
}
#Banner {
}
#Banner h2, #Banner h3, #Banner h4 {
}
div.col-1, div.col-2 {
	display:block;
	position:relative;
}
div.col-1 {
	width:900px;
}
div.col-2 {
	margin-left:25px;
	padding-left:25px;
	border-left:1px dotted #89B;
	width:300px;
	float:right;
}
#footer-holder {
	margin-top:15px;
	background:#565049;
	width:900px;
	color:#FFF;
	display:table;
	clear:both;
}
#footer {
	margin:0 auto;
	padding:15px 0;
	width:880px;
	font-size:11px;
	display:table;
	clear:both;
	position:relative;
}
#footer p span {
	float:left;
}
a.NormalLink{
	color: #FFF;
}
a.NormalLink:Hover{
	color: #CCC;
}
a.FooterLink{
	color: #FFF;
	text-decoration:none;
}
a.FooterLink:hover{
	color: #CCC;
	text-decoration:underline;
}
.formbuilderform td {
	padding:3px;
	font-weight:bold;
}
.formbuilderform input, .formbuilderform textarea {
	width:250px;
}
.formbuilderform select {
	width:257px;
}
.cms_submit {
	width:100px !important;
}
.LargeText{
	font-size: 16px;
	font-weight: bold;
}
.FooterText{
	color: #FFFFFF;
}
/* End of 'theme' */

