@charset "UTF-8";

/*Reset styles - Thanks Eric Meyer */

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,

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-weight: inherit;
	font-style: inherit;

	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	/*background: transparent;*/ /*commented to allow mootools tool tips to work in IE*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;

	background: white;
}

hr{background:none; border:0px; border-bottom:1px solid #CCC; padding:10px; padding-bottom:10px; clear:both;}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {

	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* start new styles */


html, body 
{
	height: 100%; /*required for sticky footer*/
	font: 16px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background:#FFF;
	line-height:150%;
}

/* Text Related Styles */
h1 {color:#005696; font-size:24px}
h2 {color:#005696; font-size:25px;}
h2.home{color:#005696; font-size:25px; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; margin-top:15px; margin-bottom:15px;}
h3 {color:#005696; font-size:18px; margin-top:12px;}
h4 {color:#005696; font-size:14px; font-weight:bold; margin:5px 0}
h5 {color:#005696; font-size:12px; font-weight:bold;}
p {margin:3px 0; font-size:16px; line-height:150%; margin-bottom:10px;}
.date{text-transform:uppercase; font-size:10px; color:#CCC;}
strong{font-weight:bold;}
em {font-size:10px; font-style:italic;}

iframe { border:solid 1px #ccc; padding:10px;}



/* Links */
a {color:#005696; }
a:hover {color:#005696; text-decoration:none;}


/* form styles */


fieldset {border:1px solid #ccc; padding:20px;}
legend {padding:20px; font-size:18px; color:#005696;}
fieldset table td{padding:5px 5px 15px 5px; color:#005696; font-weight:bold;}
fieldset table td input{margin-right:45px; background:url(../img/input_bg.gif) top left repeat-x; border:1px solid #CCCCCC; padding:6px;}
.button {background:#005696; color:#FFFFFF;  width:162px;}
.formerrors, .errors{color:#F00; font-weight:bold;}

div.formerrors {
    border: 2px solid #ff0000;
    background: #ffe5e5;
    color: #ff0000;
    padding: 5px;
}

#form input.error, #form textarea.error{
	background: #ff0000;
	border:1px solid #ff0000;
}




