/* 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:10px 0;
	font:13px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#07606b;
}
#holder {
	margin:0 auto;
	padding:10px;
	background:#FFF;
	width:980px;
}
#Header {
	background:transparent url('../images/bg_header01.jpg') left bottom no-repeat;
	width:980px;
	height:264px;
	position:relative;
}
#Header h1 {
	width:980px;
	height:264px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#Header h1 a {
	width:980px;
	height:264px;
	display:block;
}
#Header h2 {
	display:none;
}
#Navigation {
	margin:10px 0;
	padding-bottom:10px;
	height:30px;
	width:980px;
	background:#009db0;
	position:relative;
	z-index:1;
}
#Content {
	margin-bottom:15px;
	padding:0;
	background:#FFF;
	width:980px;
	display:table;
	z-index:0;
}
#Content h2, #Content h3, #Content h4 {
	padding:15px 0;
	color:#000;
}
#Content h2 {
	padding:0 0 0 30px;
	font-size:24px;
	background:transparent url('../images/bl01.png') no-repeat;
	line-height:22px;
}
#Content h2.bl02 {
	background:transparent url('../images/bl02.png') no-repeat;
}
#Content h2.bl03 {
	background:transparent url('../images/bl03.png') no-repeat;
}
#Content h3 {
	font-size:20px;
}
#Content h4 {
	font-size:16px;
}
#Content p {
	margin:15px 0;
}
#Content a:link, #Content a:visited {
	color:#09B;
	text-decoration:underline;
}
#Content a:hover {
	color:#929;
	text-decoration:none;
}
#Content em {
	font-style:italic;
}
#Content ul, #Content ol {
	margin:25px 0;
	padding-left:20px;
}
#Content li {
	margin:5px 0;
}
div.col-1, div.col-2, div.col-3 {
	display:block;
	float:left;
	position:relative;
}
div.col-1 {
	padding:40px;
	width:900px;
}
div.col-2 {
	width:600px;
}
div.col-3 {
	margin-left:13px;
	padding-left:15px;
	border-left:1px dashed #d8bfd8;
	width:270px;
}
#footer-holder {
	background:#009db0;
	width:980px;
	color:#FFF;
	display:table;
	clear:both;
}
#footer {
	margin:0 auto;
	padding:10px 10px;
	width:960px;
	font-size:11px;
	display:table;
	clear:both;
	position:relative;
}
#footer p {
	display:block;
	float:left;
}
#social {
	width:38px;
	display:block;
	float:right;
}
a.NormalLink{
	color: #FFF;
}
a.NormalLink:Hover{
	color: #3bc27f;
}
a.FooterLink{
	color: #FFF;
	text-decoration:none;
}
a.FooterLink:hover{
	color: #3bc27f;
	text-decoration:underline;
}

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

.LargeText{
	font-size: 16px;
	font-weight: bold;
}
.FooterText{
	color: #FFFFFF;
}

/* End of 'theme' */

