/* == 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: #333;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 75%;
    background: #f5f5f5;
}

h1, h2, h3, h4, h5, h6{margin: 10px 0;font-weight: bold;color: #333;font-family: arial;}
h1{font-size: 190%;letter-spacing: -1px;font-weight: normal;line-height: 1.5em;font-family: Times New Roman;display: inline;}
h2{font-size: 190%; font-weight: normal;padding: 0 0 5px 0;margin-bottom: 1px;letter-spacing: -1px;color: #980535;background: url(/_img/line.gif) bottom left repeat-x;}
h3{font-size: 160%;letter-spacing: -1px;font-weight: normal; border-bottom: solid 1px #E5E5E5;border-top: solid 1px #ddd;padding: 10px 0 10px 0;color: #333;background: url(/_img/gradient-basic.gif) bottom left repeat-x;float: left;width: 100%;}
h4{font-size: 140%;}
h5{font-size: 130%;}
h6{font-size: 120%;}
/* alternative heading style */
.headAlt{}

p{margin: 0 0 20px 0;line-height: 1.8em;}
blockquote{margin: 0 0 20px 0;background: url(/_img/quote.gif) top left no-repeat;}
blockquote p{margin: 0 0 0 100px}

ul{margin: 0px 0 20px 18px; list-style-image: url(/_img/bullet.gif);}
ul li{margin: 7px 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 #ccc;border-bottom: solid 3px #ccc;padding: 3px;background: #fff url(/_img/gradient-basic.gif) bottom left repeat-x;color: #980535; font-weight: bold;}
td{border: solid 1px #ccc;padding: 3px;background: #fff url(/_img/gradient-cell.gif) top left repeat-x;}
tr.rowAlt td{background: #eee;}
td.na, tr.rowAlt td.na{background: url(/_img/stripe.gif);}
.promo table{font-size: 90%;font-weight: bold;}
.tableWrap{width: 96%;padding: 2%;background: #eee;border: solid 1px #ccc;}
.tableWrap tr td{padding: 6px 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 **/
form{margin: 10px 0;}
fieldset{border: 0; margin: 0; padding: 0;}
legend{font-weight: bold;}
label{float: left;text-align: left;margin: 0px 5px 0 0;color:#980535;padding: 3px 0;font-weight: bold;}
.input, .inputLarge{margin:1px 0 1px 0;font-family: Arial, Sans-Serif;font-size: 100%;border: solid 1px #ccc;padding: 8px 10px;font-size: 100%;color: #333;}
.inputLarge{height: 100px;padding: 8px 10px 8px 30px;}
.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{padding: 0;background: #980535;border: 1px #420116 solid;color: #fff;width: auto;cursor: pointer;padding: 5px 15px;font-family: Georgia;font-size: 180%;letter-spacing: -1px;}
#foot .innerLeft .btn{background: #222;border: solid 1px #000;border-width: 1px 2px 2px 1px;color: #999;}
label img{vertical-align: top;}

/** inline icon use **/
.formNotes{background: #fff url(/_img/icon-notes.gif) top left no-repeat;}
.iconCalc{background: url(/_img/icon-calculator.gif) center left no-repeat;padding-left: 17px;}
.iconList{background: url(/_img/icon-list.gif) center left no-repeat;padding-left: 17px;}
.iconEmail{background: url(/_img/icon-email.gif) center left no-repeat;padding-left: 12px;}
.iconDatabase{background: url(/_img/icon-db.gif) center left no-repeat;padding-left: 23px;}
.iconDevelopment{background: url(/_img/icon-development.gif) center left no-repeat;padding-left: 23px;}
.iconUser{background: url(/_img/icon-user.gif) center left no-repeat;padding-left: 23px;}
.iconEdit{background: url(/_img/icon-edit.gif) center left no-repeat;padding-left: 23px;}

/** width classes **/
.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 #ccc; height: 1px; margin: 5px 0;}
div.hr{float: left; width: 100%;margin: 5px 0px; border: none;clear:both; height: 2px; background: url(/_img/line.gif) top left repeat-x;}
div.hr hr{display:none;}

/** Link Styles **/
a{color: #980535;text-decoration: underline;}
a:hover{text-decoration: none;}
a.linkBtn{padding: 5px 10px; background: #980535;border: 1px #420116 solid;color: #fff;padding: 5px 15px;font-family: Georgia;font-size: 180%;letter-spacing: -1px;}
h2 a{text-decoration: none;}
table a{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;}
img.icon{float: left;margin: 5px 20px 0 0;padding:2px; background-color:#dfdede; border:solid 1px #cccccc;}
.promo .icon{border: 0; background: none;}
.leader .icon{margin-top: 12px;}

/* = Independent Global Styles
------------------------------------------------- */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
.hide{display: none;}
.block{display: block;}
/** 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: #980535;}
.sml{font-size:90%;}
.vmiddle{vertical-align: middle;}
.intro{font-size: 150%;letter-spacing: -1px;font-family: Times New Roman;line-height: 1.5em;color: #666;position: relative;font-style: italic;background: transparent;}
.textCenter{text-align: center;}
.impact{font-size: 200%; font-weight: bold;letter-spacing: -2px;}
.shade{background: #eee;}


