
/***************** RESET STYLES *****************/


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;
}
:focus { /* remember to define focus styles! */
	outline: 0;
}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/***************** BUILD CLASSES *****************/

body {
	font: 8pt Arial, Helvetica Neue, Helvetica, sans-serif;
}
table, th, td, input, select, textarea {
	font: 1em Arial, Helvetica Neue, Helvetica, sans-serif;
}
th {
	text-align: left;
}
h1, .h1 {
	font-size: 2em;
	font-weight: normal;
	color: #d00;
	padding: 0 0 0.5em 0;
}
h2, .h2 {
	font-size: 1.25em;
	font-weight: normal;
	color: #35a;
	padding: 0.2em 0 0.5em 0;
}
h2 a {
	color: #35a;
}
h2 a:visited {
	color: #57a;
}
h2 a:hover {
	color: #d00;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #35a;
	padding: 0.2em 0 0.5em 0;
}
p {
	padding: 0 0 1em 0;
}
small {
	font-size: 0.9em;
}
a {
	text-decoration: underline;
	color: #d00;
}
legend {
	display: none;
}
@media aural {
	legend {
		display: block;
	 }
}
label.error {
	color:red;
}

	
	
	

/********** Generic Presentation Classes **********/

.alignc {
	text-align: center;
}
.alignl {
	text-align: left;
}
.alignr {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.group:after { /* Clears floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hide {
	display: none;
}
.nobold {
	font-weight: normal;
}
.off {
	position: absolute;
	left: -9999em;
}
.small {
	font-size: 0.9em;
}
@media aural {
	.off-aural {
		display: none;
	}
}



/********** Build (custom) Classes **********/

.aside4 {
	float: left;
	width: 208px;
}
.aside5 {
	
}
.box1 {
	border: 1pt solid #E0EBFC;
}
.box1 h2 {
	font-size: 1.8em;
	color: #000;
	padding: 0 0 0.3em 0;
	font-weight: normal;
}
.box1 p, .box1 ul {
	color: #000;
	font-size: 1.2em;
}
.box1 ul li {
	padding: 0 0 0.2em 10px;
	background: url("../images/bullet2.png") no-repeat 0 0.5em;
}
.box1 .inner {
	padding: 20px;
}
.box-home {
	border: 1pt solid #E0EBFC;
	width: 15%;
	margin: 0 0 2em 5px;
	float: left;
	font-size: 0.9em;
}
.box-home h2 {
	padding: 64px 0 0.25em 0;
	font-size: 1.4em;
}
.box-home h2 a, .box-home h2 a:visited {
	color: #35a;
	text-decoration: none;
	font-weight: bold;
}
.box-home h2 a:hover {
	color: #35a;
	text-decoration: underline;
}
.box-home p {
	padding: 0 0 0.4em 0;
}
.box-home .inner1 {
	background: url("../images/box-home.png") no-repeat 0 0;
}
.box-home .inner2 {
	padding: 10px 12px 8px 12px;
}
.box-home1 {
	margin-left: 0;
}
.box-home5 {
}
.box-home1 h2 {
	background: url("../images/home-pic.jpg") no-repeat 0 0;
}
.box-home2 h2 {
	background: url("../images/home-pic.jpg") no-repeat -160px 0;
}
.box-home3 h2 {
	background: url("../images/home-pic.jpg") no-repeat -320px 0;
}
.box-home4 h2 {
	background: url("../images/home-pic.jpg") no-repeat -480px 0;
}
.box-home5 h2 {
	background: url("../images/home-pic.jpg") no-repeat -640px 0;
}
.footer {
	border-top: 1pt solid #F2F2F2;
	padding: 1em 0;
	margin: 2em 0 0 0;
	text-align: center;
	color: #555;
}
.header .links {
	display: none;
}
.logo {
	margin: 0 0 1em 0;
}
.logo img {
	display: block;
}
.masthead-home {
	display: none;
}
.masthead-page {
	display: none;
}
.nav {
	display: none;
}
.submenu {
	display: none;
}
