﻿/* == 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;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

/* == Base Element Styling
------------------------------------------------- */

body
{
    color: #323232;
    font-family: Arial, Sans-Serif;
    font-size: 85%;
    background: #fff;
    text-align: center;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6{font-family: Myriad, 'Myriad Web', 'Myriad Web Pro', 'Franklin Gothic Medium', Arial; color: #1d1160; font-size: 150%; font-weight: bold; margin: 10px 0;}
h1{height: 25px;}
h2{font-size: 130%; margin: 10px 0 0 0;}
h3{font-size: 120%;font-weight: bold;}
h4{font-size: 115%;font-weight: bold; background: url(/_img/bg-h4.gif) no-repeat 0 4px; height: 18px; padding: 0 0 0 18px; margin: 10px 0 0 0;}
h5{font-size: 150%;font-weight: bold; border: 2px #ccc dotted; border-width: 2px 0; padding: 5px 0; height: 30px;}
h6{font-size: 100%;font-weight: bold;}
/* alternative heading style */
.headAlt{}

p{margin: 10px 0;line-height: 1.5em;}
blockquote{margin: 20px;}

ul{margin: 10px 0 10px 20px;}
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-bottom: dashed 1px #ae0808;padding: 3px;}
tr{}
td{border-bottom: dashed 1px #ae0808;padding: 3px 8px;vertical-align: top;}

th.center,td.center{text-align: center;}
th.right,td.right{text-align: right;}
th.left,td.left{text-align: left;}

tbody tr.rowalt{}

/** Set default styles for form elements **/
form{}
fieldset{}
legend{}
.input, .inputDisabled, .inputArea {
     margin:1px 0 1px 0;
     font-family:Arial, verdana;
	 font-size: 85%;
     border: solid 1px #a5acb2;
     padding: 2px 5px;
     color: #dbdcde;
}
.inputLarge, textarea{border: solid 1px #820201;background: #FFF url(../_img/input-bg.gif) top left repeat-x;font-family: Arial;color: #747474;}
select, .select{float:left;font-size: 85%;background: #FFF url(../_img/input-bg.gif) top left repeat-x;font-family: Arial;color: #000; margin-bottom: 5px; padding:1px 0 1px 0;border: solid 1px #a5acb2;margin-top: 1px;}
.inputDisabled{background-color:#FAFAFA;color:#646464;padding:2px;}
.radio, .checkbox input{width:auto;cursor: pointer;border: 0; background: transparent;float: left;}
.checkbox{background:#f3f3f3;border: solid 1px #ddd;padding: 1px 2px;float: left;margin-left: 174px;}
.checkbox label{width: 200px;float: left;font-size: 75%; font-weight: bold;}
label, .label{float: left;text-align: left;margin: 0px 5px 0 0; width: 20%;padding: 3px 0;}
.btn {
    background: #ccc;
    border: 0px #000 solid;
    color: #fff; 
    width: auto;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-size: 80%;
    letter-spacing: 0;
    padding: 5px;
}
a.btn{padding: 5px 10px 7px 10px;}
a.btn:hover{background: #00AFD8; text-decoration: none;}
.smallBtn{padding: 1px;}
.smlInput{font-size: 110%;font-weight: bold;color: #666;}
input.btn:hover {background-color: #00AFD8 !important;}

/** provide width classes to stack onto inputs **/
.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: dotted 2px #10bbe0; height: 2px; margin: 10px 0;}
div.hr{margin: 10px 0px; border: none; border-top: 2px dotted #10bbe0; clear: both;}
div.hr hr{display: none;}

a{color: #00afd8; text-transform: uppercase; text-decoration: none; font-size: 90%;}
a:hover{text-decoration: underline;}
#wrap #mainContent .centreCol a{text-transform: none; font-size: 100%;}

/** To remove dotted outline on links **/
a{outline-style:none;}
a:active, a:focus {outline: 0 !important;}

img{vertical-align: bottom;}
.thumbImg img{float: left;border: solid 8px #292828;padding: 1px;margin: 2px 12px 5px 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: #ca0137;}
.sml{font-size:90%;}
.vmiddle{vertical-align: middle;}
.fade{color: #8a8174;}
.grey{color: #999999;}
.textCenter{text-align: center;}
.makeDonation {width:89px; height:87px; background: transparent url(/_img/btn-donatenow.jpg) no-repeat; display:block; }
.makeDonation:hover { background: transparent url(/_img/btn-donatenow-on.jpg) no-repeat;}

.needHelp {width:104px; height:104px; background: transparent url(/_img/btn-needhelp.jpg) no-repeat; display:block; }
.needHelp:hover { background: transparent url(/_img/btn-needhelp-on.jpg) no-repeat;}
