/* Start of CMSMS style sheet '!Reskin' */
/********************************************
        Reset
********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */





/********************************************
        Global
********************************************/
body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	background: #b7d2ed url(uploads/images/reskin/bg-footer.jpg) center bottom repeat-x;
}

a { color: #1a618d; font-weight:bold; }
a:hover { color: #a5c155; }

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
  height: 1px;
}

#wrapper { background: url(uploads/images/reskin/bg.jpg) center top no-repeat; }

.container {
	width: 880px;
	margin: 0 auto;
}


/********************************************
        Header and Banner
********************************************/
#header {
	height: 102px;
	position: relative;
}

#header a {
	position: absolute;
	left: 0; top: 35px;
}

#banner {
	height: 279px;
	position: relative;
	margin-bottom: 20px;
}

#banner #banner-image {
	position: absolute;
	width: 560px; height: 279px;
	background: #b4d4e7 url(uploads/images/reskin/banner.jpg) no-repeat;
}

#banner-image h1 {
	font-size: 40px;
	line-height: 28px;
	font-weight: normal;
	margin: 50px 0 0 280px;
	color: #1a618d;
}

#banner-image ul {
	margin: 20px 0 0 280px;
	font-size: 14px;
}

#banner-image li {
	background: url(uploads/images/reskin/bullet-tick.gif) 0 3px no-repeat;
	padding-left: 25px;
	margin-bottom: 2px;
}

#banner #form {
	background: #c3e560 url(uploads/images/reskin/bg-form.gif) no-repeat;
	width: 270px; height: 239px;
	padding: 20px;
	position: absolute;
	top: 0; right: 0;
}

#banner .label {
	position: absolute;
	top: -6px; right: -7px;
}

#banner #form h2 {
	font-size: 30px;
	line-height: 25px;
	font-weight: normal;
	color: #fff;
}

#banner #form p {
	margin: 5px 40px 10px 0;
}

#banner #form label {
	display: inline-block;
	width: 60px;
	font-weight: bold;
	vertical-align: middle;
}

#banner #form input.field {
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	width: 169px;
	padding: 9px 10px 9px 10px;
	background: #fff url(uploads/images/reskin/bg-field.gif) no-repeat;
	border: 0;
}

#banner #form li { margin-bottom: 5px; }

#banner #form  li.button { margin: 15px 0 0 0; }

#banner #form label.error { display: none !important; }

#banner #form input.error { background: url(uploads/images/reskin/bg-field-error.gif) no-repeat; }



/********************************************
        Content
********************************************/
#content {
	min-height: 400px;
	background: #fff;
	padding: 40px 50px 20px 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 20px #8fb0d1;
	-webkit-box-shadow: 0 0 20px #8fb0d1;
	box-shadow: 0 0 20px #8fb0d1;
}

* html #content { height: auto; }

#content p, 
#content h2, 
#content h3, 
#content hr, 
#content ol, 
#content ul { margin-bottom: 20px; }

#content h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	color: #a5c155;
}

#content h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #a5c155;
}

#content blockquote {
	text-align: center;
	font-weight: normal;
	color: #34566b;
	background: #e6f0f7 url(uploads/images/reskin/bg-blockquote.gif) no-repeat;
	height: 100px;
	font-size: 18px;
	padding: 36px 60px 0 60px;
	margin-bottom: 20px;
}

#content a.cta {
	background: #edfbd0 url(uploads/images/reskin/bg-cta.gif) no-repeat;
	width: 310px; height: 44px;
	display: block;
	line-height: 44px;
	font-size: 14px;
	text-decoration: none;
	padding-left: 20px;
}

#content a.cta:hover { text-decoration: underline; }


#content a.cta:hover { text-decoration: underline; }

#content ul.pdf {
	margin-left: 20px;
}

#content ul.pdf li {
	background: url(uploads/images/reskin/pdf.gif) 0 3px no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
}



/********************************************
        Footer
********************************************/
#footer {
	height: 250px;
	margin: 20px 0 0 0;
	color: #fff;
	font-size: 11px;
}

#footer a { color: #fff; }









/* End of '!Reskin' */

