@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;
}
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: 13px/1.5 "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background:#FFF;
}

/* Text Related Styles */
h1 {color:#005696; font-size:24px}
h2 {color:#005696; font-size:22px;}
h2.home{color:#005696; font-size:16px; text-transform:uppercase; text-align:center;}
h3 {color:#005696; font-size:18px; margin-top:12px; text-transform:uppercase;}
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}
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;}



