﻿/* == STYLESHEET FUNCTIONS - Global reset and base element styling
------------------------------------------------------------------------------------------------------------------------ 

/* == 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;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}

/* == Base Element Styling
------------------------------------------------------------------------------------------------------------------------ */

body{font-size: 75%;text-align: center;font-family: Arial, helvetica, Sans-Serif;color: #666;}

h1, h2, h3, h4, h5, h6{font-weight: bold;color: #3D3D3D;margin: 10px 0;}
h1{margin: 0 0 10px 0;font-size: 200%;letter-spacing: -1px;}
h2{color: #C3000E;font-size: 150%;letter-spacing: -1px;}
h3{font-size: 130%;}
h4{font-size: 120%;}
h5{font-size: 110%;}
h6{font-size: 100%;}

h2.withDivider{background: url(../img/heading-dots.gif) center right repeat-x;}
h2.withDivider span{background: #fff;padding-right: 8px;}

h3.withDivider{background: url(../img/heading-dots.gif) center right repeat-x;}
h3.withDivider span{background: #fff;padding-right: 8px;}

p{margin: 15px 0;line-height: 1.7em;}
blockquote{margin: 20px;}

ul{margin: 15px 0 15px 20px; list-style-type: none;list-style-image: url(../img/bullet.gif);}
ul li{margin: 5px 0;}
ol{margin: 15px 0 15px 25px; list-style-type: decimal;}
ol li{margin: 5px 0;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
thead{}
tfoot{}
th{}
tr{}
td{}

#wrap form{margin: 10px 0;}
fieldset{}
legend{font-weight: bold;}
.inputText{border:solid 1px #ababab;background: #fefefe url(../img/input-bg.gif) bottom left repeat-x;padding: 3px;}
.btn{border: solid 1px #afafaf;padding: 0px;background: #fc2424 url(../img/btn-bg.gif) bottom left repeat-x;color: #fff;height: 24px;line-height: 15px;font-weight: bold;font-family: Arial;}

/* Cross browser hr styling */
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;clear:both;}
div.hr hr{display:none;}

a{color: #d31616;text-decoration: none;}
a:hover{text-decoration: underline;}

a.btnLink{background: url(../img/btn-link-left.gif) top left no-repeat;text-decoration: none;color: #525252;font-weight: bold;}
a.btnLink span{float: left;background: url(../img/btn-link-right.gif) top right no-repeat; height: 19px; line-height: 19px;cursor: pointer;padding: 0 8px;}

img{vertical-align: bottom;}
img.siteBase{float: left;position: relative; left: -6px;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
#wrap .noPad{padding: 0;}
.textRight{text-align: right;}
.textLeft{text-align: left;}
/** clearing **/
.clr{clear: both;}
.clrSml{clear: both;line-height:1px;height:1px;}
/** presentation **/
.hlFix{height: 1%;}
.standoutText{color: #C30011;}
.date{color: #d31616;}
.black{color: #000;}
.padder10{padding: 10px;}
.padder5{padding: 5px;}


