﻿/* 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
------------------------------------------------- */

html{background: url(/_img/bg-html.gif) no-repeat top right #AA0000;}

body
{
    color: #666;
    font-family: Arial, Sans-Serif;
    font-size: 75%;
    background: url(/_img/bg-body.gif) no-repeat top left;
	text-align: center;
	padding: 20px 0;
}
h1, h2, h3, h4, h5, h6{color: #587BB5; font-size: 130%; font-weight: bold; margin: 5px 0 0 0;}
h2, h3{color: #CC0000; font-size: 100%;}
h3{margin: 2px 0;}
h4{}
h5{}
h6{}
/* alternative heading style */
.alt{color: #aac31f;}
.red{color: #CC0000;}

p{margin: 10px 0;}
p strong{color: #061251;}
blockquote{margin: 20px;}

ul{margin: 10px 0 10px 20px; list-style-type: disc;}
ol{margin: 10px 0 10px 25px; list-style-type: decimal;}
li{}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
th{border: solid 1px #a0a0a0;padding: 3px; background: #a0a0a0; color: #fff;}
tr{}
td{border: solid 1px #a0a0a0;padding: 3px; vertical-align: top;}

table.form th, table.form td{border: none; text-align: left;}

form{margin: 10px 0;}
input{margin-bottom: 2px;}
textarea{margin-bottom: 2px;}
select{}
label{vertical-align: top;}
fieldset{}
legend{}
.btn{border: 0; border: solid 1px #eee;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: #4c5f6a;}
a:hover{text-decoration: none;}

img{vertical-align: bottom;}

/* = Independent Styles
------------------------------------------------- */

.floatLeft{float: left;}
.floatRight{float: right;}
.clr{clear: both;}
.clrsml{clear: both;height:1px;line-height:1px;}
.standoutText{color: #3366cc;}
