﻿/* == 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: 150%;color:#5b5b5b; background: url(/_img/heading-dots.gif) center right repeat-x;font-family: Georgia, Times New Roman, Serif;}
h4{font-size: 120%;color:#C3000E;}
h5{font-size: 110%;}
h6{font-size: 100%;}
h3 span{background: #fff;padding-right: 8px;}

h2.lead{border-top: solid 12px #ececec; padding-top: 10px;margin-top: 0;padding-left: 15px;}
#templateTwo h2.lead{padding-left: 0;}

p{margin: 10px 0;line-height: 1.5em;}
blockquote{margin: 20px;}

ul{margin: 10px 0 10px 20px; list-style-type: none;list-style-image: url(/_img/bullet.gif);}
ul li{margin: 5px 0;}
ol{margin: 10px 0 10px 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{background: #d0d0d0;padding: 4px 5px;color: #111;font-weight: bold;border: solid 1px #fff;}
tr{}
td{background: #e6e6e6; padding: 4px 5px;border: solid 1px #fff;}

label{float: left;}
.input{border: solid 1px #ccc;margin: 0 0 3px 0;background: url(/_img/input-bg.gif) bottom left repeat-x;}
textarea{border: solid 1px #ccc;background: #eee;}
#templateTwo .zoneTwo .input{width: 195px;}
#templateTwo .zoneTwo label{width: 90px;padding-top: 3px;}

#templateTwo .zoneTwo textarea{width: 287px;height: 100px;margin-bottom: 8px;}
.btn{background: url(/_img/btn-bg.gif) repeat-x top left;border: solid 1px #333;color: #fff; font-weight: bold; letter-spacing: 0; font-family: Arial; font-size: 100%;padding: 2px 6px;}

/* Cross browser hr styling */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 10px 0px; border: none; border-top: 1px solid #fff;border-bottom: solid 1px #eae8e9;clear:both;height: 0px;}
div.hr hr{display:none;}
div.hrStyle{border: 0;height: 12px; background: url(/_img/heading-dots.gif) repeat-x top left;}
#footer div.hr{clear: none;}

a{color: #d31616;text-decoration: none;}
a:hover{text-decoration: underline;}

.linkBtn{background: url(/_img/link-btn-left.gif) top left no-repeat;display: inline-block;color: #222;}
.linkBtn span{background: url(/_img/link-btn-right.gif) top right no-repeat;display: inline-block;height: 24px; line-height: 24px;padding: 0 8px;cursor: pointer;}
.linkBtn:hover{text-decoration: none;}

img{vertical-align: bottom;}
img.siteBase{float: left;position: relative; left: -6px;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
.textRight{text-align: right;}
.textLeft{text-align: left;}
.textCen{text-align: center;}
/** clearing **/
.clr{clear: both;}
.clrSml{clear: both;line-height:1px;height:1px;}
.clrLeft{clear: left;}
/** presentation **/
.hlFixIE, .hlFix{height: 1%;}
.hlFix:after{content: ".";clear: both;display: block;height: 0;visibility: hidden;}
.uniformIntro{min-height: 127px; height: auto !important; height: 127px;}
.bg{background: #cccacb;padding: 5px;}
.sml{font-size: 90%;}
.mainImg{float: left;margin: 2px 18px 0 0;background: url(/_img/main-img-bg.gif) no-repeat top left;padding: 8px 9px 12px 8px;}

.hide{display: none;}
.abs{position:absolute;}
.rel{position:relative;}
.fix{position:fixed;}
