﻿/* == 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;
}
:focus {
	outline: 0;
}
a{-moz-outline-style:none;}
a:active, a:focus {outline: 0 !important;}


/* == Base Element Styling
------------------------------------------------------------------------------------------------------------------------ */
body{color: #000;line-height: 1.5;font-size: 75%;background: #fff url(/_img/body-bg.gif) repeat-x; font-family: arial;}

h1, h2, h3, h4, h5, h6{font-size: 140%;font-weight: normal;color: #666148;}
h1{color: #666148;position:relative;}
h2{font-size: 160%;position:relative;}
h3{font-size: 150%;}
h4{font-size: 140%;}
h5{font-size: 120%;}
h6{font-size: 110%;}
.underline{border-bottom:solid 1px #333;padding-bottom:2px;}

.zoneOne h2, .zoneThree h2, .templateTwo .zoneTwo h2{color: #000;font-size: 160%;}
.templateTwo .zoneOne h2{font-size: 180%;color: #1edfee;background: none; padding: 0;text-transform: none;}

p{margin: 20px 0;line-height: 1.7em; color: #666148}
blockquote{margin: 20px;}

ul{margin: 20px 0 20px 20px; list-style-type: none;list-style-image: url(../_img/list-bullet.gif);}
ul.basic{margin: 10px 0 10px 0; list-style: none;list-style-image: none;}
ul li{margin: 5px 0;}
ul li ul{list-style-image: url(../_img/angle-arrow.gif);margin: 5px 0 5px 20px;}
ul li ul li{margin: 3px 0;}
ol{margin: 20px 0 20px 25px; list-style-type: decimal;}
ol li{margin: 10px 0;}
ul.plain{margin: 20px 0 20px 0;list-style: none;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{background: #fff; border-collapse: collapse;}
thead{}
tfoot{}
th{border: solid 1px #aaa;padding: 3px; background: #dfdbcf; color: #000;}
tr{}
td{border: solid 1px #ddd;padding: 3px;}

form{margin: 10px 0;}
fieldset{}
legend{font-weight: bold;}
label{color: #000;vertical-align: middle;}
.formHolder label{width: 30%;float: left; color: #fff;}
.input{margin: 0 0 3px 0;border: solid 1px #444;background: #fff;color: #000;}
textarea{margin: 0 0 3px 0;border: solid 1px #444;background: #fff;color: #000;}
select.sml{padding:3px 1px;}
.formHolder .input{width: 60%;}
.dropdown{border: solid 1px #444;background: #222 url(/_img/input-bg.gif);color: #fff;}
.btn{text-decoration: none; border: solid 2px #fff;background: #030406;color: #ddd39c;padding: 3px; text-transform: uppercase;cursor: pointer; font-size: 120%; font-weight: bold; font-family: Arial;}
.btn:hover{background: #ddd39c; color: #fff;}

/** provide width classes to stack onto elements **/
.ten{width:10%;}
.fifteen{width:15%;}
.twenty{width:20%;}
.twentyfive{width:25%;}
.thirty{width:30%;}
.thirtyfive{width:35%;}
.forty{width:40%;}
.fortyfive{width:45%;}
.fortynine{width:49%;}
.fifty{width:50%;}
.fiftyfive{width:55%;}
.sixty{width:60%;}
.sixtyfive{width:65%;}
.seventy{width:70%;}
.seventyfive{width:75%;}
.eighty{width:80%;}
.eightyfive{width:85%;}
.ninety{width:90%;}
.ninetyfive{width:95%;}
.hundred{width:100%;}

em{}

/* 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 #333;clear:both;}
div.hr hr{display:none;}

a{color: #666148;text-decoration: underline;}
a:hover{text-decoration: none;}

h1 a{color: #000;}
h1 a:hover{background: none;}

img{vertical-align: bottom;}
img.rssIcon{position: absolute; bottom: 6px; right: 5px;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
/** clearing **/
.clr{clear: both;}
.clrz, .clrSml{clear: both;line-height:1px;height:1px;}
/** presentation **/
.textRight{text-align: right;}
.hide{display: none;}
.snug{margin: 5px 0 10px 0;}
.inlineImg{border: solid 1px #444;padding:1px;margin: 0 7px 5px 0;}
.inlineImg{border: solid 1px #444;padding:1px;margin: 0 7px 5px 0;}
.inlineImgRight{margin: 0 0 5px 7px;}
.sml{font-size:90%;}
