﻿/* Resets browser defaults and styles XHTML elements */

/* = Global Reset 
------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

/* = Default (X)HTML Styling
------------------------------------------------- */

body
{
    color: #006697;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 75%;
}
h1, h2, h3, h4, h5, h6{color: #0168B3; font-size: 190%; font-weight: normal; margin: 10px 0; font-family: Arial Narrow; letter-spacing: 0.5px;}
h2, h3{font-family: Arial; font-size: 110%; color: #000; font-weight: bold; letter-spacing: 0;}
h2.faq{color: #0168B3;}
h3{font-size: 110%; color: #0168B3; border-bottom: 1px #0168B3 dotted; padding-bottom: 3px;}
h4{}
h5{}
h6{}
/* alternative heading style */
.orange{color: #FF9900;}
.grey{color: #878D95;}

p{margin: 10px 0; line-height: 20px;}
blockquote{margin: 20px;}

ul{margin: 10px 0 10px 20px; list-style-type: none; list-style-image: url(/images/bullet-basic.gif);}
ol{margin: 10px 0 10px 25px; list-style-type: decimal;}
li{margin: 5px 0;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
th{border: solid 1px #336699;padding: 3px;}
tr{}
td{border: solid 1px #336699;padding: 3px;}

form{margin: 10px 0;}
input{width: 180px; border: 1px #7F9DB9 solid; margin-bottom: 2px;}
.emptyField{border: solid 1px #fff;height:1px; line-height: 1px;padding: 0;}
textarea{border: 1px #7F9DB9 solid; margin-bottom: 2px;}
select{width: 182px; margin-bottom: 2px;}
label{float: left; width: 110px; vertical-align: top;}
fieldset{}
legend{}
input#submit{width: 70px; border: 1px #C5D7E8 solid; background: #fff; color: #336699; padding: 2px;}
em{}

/* The below provides a default hr style along with a cross browser method with consideration for disabled styles */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #ccc;}
div.hr hr{display:none;}

a{color: #074A6A;}
a:hover{text-decoration: none;}

img{vertical-align: bottom;}

/* = Independent Styles
------------------------------------------------- */

.floatLeft{float: left;}
.floatRight{float: right;}
.clr{clear: both;}
.standoutText{color: #3366cc;}
.imgIndent{margin: 10px;}