/* 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:15px 0;
	font:16px/1.5em Arial, Helvetica, sans-serif;
	background:#490;
}
#holder {
	margin:0 auto;
	padding:10px;
	width:980px;
	background:#FFF;
}
#Header {
	height:228px;
	background:#FFF url('../uploads/images/bg_header01.jpg') no-repeat;
	position:relative;
}
#Header h1 {
	margin:35px 0 0 270px;
	width:450px;
	height:130px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#Header h1 a {
	width:450px;
	height:130px;
	display:block;
}
#Header h2,#Header h3 span {
	display:none;
}
#Header h3 {
	padding:195px 15px 0 0;
	font-size:20px;
	color:#FFF;
	display:block;
	text-align:right;
}
#Navigation {
	margin-top:3px;
	padding:5px 0;
	border-top:4px solid #F33;
}
#Content {
	margin-bottom:1px;
	padding:10px 0;
	border-bottom:3px solid #F33;
}
#Content h2, #Content h3, #Content h4 {
	margin:0 0 20px 0;
	display:block;
	color:#390;
	clear:both;
	font-weight:bold;
	text-decoration:underline;
}
#Content h2 {
	font-size:26px;
}
#Content h3 {
	font-size:22px;
}
#Content h4 {
	font-size:18px;
}
#Content p {
	margin:12px 5px 12px 0;
}
#Content a:link, #Content a:visited {
	color:#333;
	text-decoration:underline;
}
#Content a:hover {
	color:#000;
	text-decoration:none;
}
#Content ul {
	list-style:none;
	padding-left:20px;
	font-size:14px;
}
div.col-1 {
	padding:30px 5px 30px 15px;
}
div#banner-1 {
	height:262px;
}
#Footer {
	padding:10px;
	width:960px;
	background:#390;
	font-size:12px;
	color:#FFF;
	display:table;
	clear:both;
	position:relative;
}
#Footer p span {
	float:right;
}
a.NormalLink{
	color: #FFF;
}
a.NormalLink:Hover{
	color: #FFF;
}
a.FooterLink{
	color: #FFF;
	text-decoration:none;
}
a.FooterLink:hover{
	color: #FFF;
	text-decoration:underline;
}

input, textarea{
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #000;
}

.LargeText{
	font-size: 16px;
	font-weight: bold;
}
.FooterText{
	color: #FFF;
}
/* End of 'theme' */

