body {
	background:url(../images/body_bkgd.png) top left repeat-x #eee;
	color:#333;
	font-size:13px;
	line-height:1.35em;
	margin:0;
	font-family:'Helvetica Neue', helvetica, arial, sans-serif;
}

p, li, h1, h2, h3, h4 {
	line-height:135%;
}

a { 
	color:#a62b24;
	outline:none;
	text-decoration:underline;
}

a:hover { color:black; text-decoration:underline; }

a img { border:none; }

h1, h2, h3, h4, h5 {
	color:#001932;
	font-weight:normal;
	margin:0.5em 0;
	line-height:1.3em;
	font-family:'Myriad Pro', 'Calibri', 'Helvetica Neue', helvetica, arial, sans-serif;
	text-shadow:#ccc 2px 2px 2px;
}

h2 { font-size:23px; margin:0 }
h3 { font-size:19px; margin-bottom:0 }
h4 { font-size:15px; }

h2 + p, h3 + p, h4 + p { margin-top:0.3em; }

.underline { border-bottom:1px solid #003777; }
.note { color:#666; }
.small { font-size:10px; font-family:verdana; }
.tiny { font-size:11px; }
.clear { clear:both; }
.date { font-size:12px; color:#666; }
.left { float:left; margin:0 1em 1em 0 }
.right { float:right; margin:0 0 1em 2em }
.hilite { color:#036; }

hr { height: 1px; color: #ccc; border: none; } /* For Internet Explorer */
html>body hr { height: 1px; background-color: #ccc; border: none; } /* For Gecko-based browsers */
html>body hr { height: 1px; background-color: #ccc; border: 0px solid #ccc; } /* For Opera and Gecko-based browsers */

th, td { padding:0.3em 1em 0.3em 0; border-bottom:1px solid #ddd; text-align:left; vertical-align:top }
th { padding-top:1em }
table { border-spacing:0 }
caption { text-align:left; }
address { font-style:normal; }

.error {
	border:1px solid red;
	padding:0.5em 1em;
	color:red;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
}

.success {
	padding:3px 0 10px 36px;
	background:url(../images/success.png) top left transparent no-repeat;
	color:#060;
	font-size:15px;
}

.pdf {
	padding:5px 8px 5px 27px;
	background:url(../images/pdf_rollover.gif) 5px -22px no-repeat transparent;
}

ul.pdfs li {
	list-style-image:url(../images/pdf-small.gif);
	margin-bottom:0.3em;
}

.clearfix:after { content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a.button {
	padding:0.6em 1em;
	background-color:#4f6270;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	line-height:100%;
}

a.button:hover {
	background-color:#000;
}

a.button span {
	font-weight:normal;
}

p.button_p {
	margin:1.5em 0;
}