﻿/* == STYLESHEET FUNCTIONS
------------------------------------------------------------------------------------------------------------------------
- Perform Global reset to remove browser defaults
- Style default (X)HTML 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;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

/* == Base Element Styling
------------------------------------------------- */

body
{
    color: #d8d9da;
    font-family: Trebuchet MS, Arial;
    font-size: 75%;
    background: #0e181a url(/_img/body-bg.gif) top left repeat-x;
    padding-bottom: 10px;
}

h1{font-size: 170%;margin: 10px 0 0 0;font-weight: bold; color: #ffffff;}
h2{font-size: 150%;margin: 0px 0 10px 0;font-weight: bold;color: #caf814;}
h3{font-size: 140%;margin: 10px 0;font-weight: bold;color: #fff;}
h4{font-size: 130%;margin: 10px 0;font-weight: bold;color: #caf814;}
h5{font-size: 120%;margin: 10px 0;font-weight: bold;color: #caf814;}
h6{font-size: 110%;margin: 10px 0;font-weight: bold;color: #caf814;}
/* alternative heading style */
#wrap #mainContent #templateOne .zoneOne .holder h3{margin-top: 0;}
.headAlt{}
.title{margin: 15px 0 0 0;font-size: 120%;font-weight: bold;background: #263f44 url(/_img/title-topleft.gif) top left no-repeat;}
.title span{display: block;padding: 5px 10px 5px 25px;background: url(/_img/title-topright.gif) top right no-repeat;position: relative;}
.title span a.link{position: absolute;top: 3px; right: 10px;font-size: 85%; text-decoration: none;font-weight:bold;}
.subTitle{color: #caf814; font-size: 140%; display: block;margin: 0 0 5px 0;}

p{margin: 10px 0;line-height: 1.5em; font-size: 110%;}
blockquote{margin: 10px 0 10px 0px;background: url(/_img/quote-open.gif) top left no-repeat;}
blockquote p{min-height: 54px; _height: 54px; margin: 10px 0 10px 70px;font-style: italic;font-size: 95%;}

ul{margin: 10px 0 10px 20px; list-style-type: disc;}
ul li{margin: 3px 0;}
ol{margin: 10px 0 10px 25px; list-style-type: decimal;}
ol li{margin: 3px 0;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
thead{}
tfoot{}
th{border: solid 1px #666;padding: 3px;}
tr{}
td{border: solid 1px #ccc;padding: 3px;}

th.center,td.center{text-align: center;}
th.right,td.right{text-align: right;}
th.left,td.left{text-align: left;}

/** Set default styles for form elements **/
#wrap form{margin: 10px 0;}
fieldset{border: solid 1px #ccc;}
legend{font-weight: bold;}
label{float: left;text-align: left;margin: 0px 5px 0 0;padding: 3px 0;}
input, textarea{margin:1px 0 1px 0;font-family: Arial, Sans-Serif;font-size: 100%;border: solid 1px #ccc;padding: 2px;color: #333;}
.inputDisabled{background-color:#FAFAFA;color:#646464;padding:2px;}
input.check{border:0;}
select{font-size: 95%;font-family: Arial;color: #333; margin: 1px 0 1px 0; padding:1px 0 1px 0;border: solid 1px #ccc;}
.btn{background: #ccc;border: 1px #333 solid;color: #333;width: auto;cursor: pointer;font-weight: bold;font-size: 95%;padding: 3px 5px;}

/** 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%;}
.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{}

/* 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 #334549; height: 1px; margin: 5px 0;}
div.hr{margin: 15px 0px; border: none; border-top: 1px dashed #334549;clear:both;}
div.hr hr{display:none;}

a{color: #9ec911;}
a:hover{text-decoration: none;}

/** To remove dotted outline on links **/
a{-moz-outline-style:none;}
a:active, a:focus {outline: 0 !important;}

img{vertical-align: bottom;}
.thumbnail{float: left; background: #fff; padding: 3px; border: solid 1px #c7c8c8; margin: 0 7px 7px 0;}

/* = Independent Global Styles
------------------------------------------------- */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
.hide{display: none;}
/** clearing **/
.clr{clear: both;}
.clrSml{clear: both;line-height:1px;height:1px;}
.clrLeft{clear: left;}
.clrLeftSml{clear: left;line-height:1px;height:1px;}
.clrRight{clear: right;}
.clrRightSml{clear: right;line-height:1px;height:1px;}
/** presentation **/
.standoutText{color: #9ec911;}
.sml{font-size:90%;}
.vmiddle{vertical-align: middle;}
.turq{color: #528892;}
.white{color: #fff;}
.grey{color: #acacac;}
.green{color: #9ec911;}
.emphasis{font-size: 130%;font-weight: bold;line-height: 1.2em;}
.withBG{background: #203236 url(/_img/content-bg.gif) top left repeat-x;}
.darkBG{background: #152124;padding: 0px 5px;}
.date{font-size: 330%;color: #213438;}
.nomargin{margin: 0;}
