﻿/* == 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: #5e6e74;
    font-family: Arial, Sans-Serif;
    font-size: 80%;
    background: url(/img/bg.gif) repeat top left;
}

h1, h2, h3, h4, h5, h6{font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande; color: #666; font-size: 170%; margin: 15px 0; font-weight: normal; border-bottom: 1px #567388 dotted;}
h2{font-size: 140%;}
h3{font-size: 110%; border: 0; color: #666; font-weight: bold;}
h4{font-size: 120%; background: url(/img/bg-h2.gif) #536871 repeat-x top left; border: 1px #405d72 solid; border-top: 1px #78b0dd solid; border-bottom: 1px #7eb4e0 solid; color: #fff; padding: 7px 10px;}
h5{font-size: 110%; color: #fff;}
h6{font-size: 100%;}

.alt{color: #911821;}
h4.alt{color: #fff;}
.endorsements h2{border: 0;}

p{margin: 10px 0;line-height: 1.5em;}
blockquote{margin: 20px;}

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;border: solid 1px #6f9cb1;margin: 5px 0;}
thead{}
tfoot{}
th{background: #314B57; padding: 5px; font-weight:bold; border:1px solid #6f9cb1; color: #fff;}
tr{}
td{padding: 3px;border: 0;}
td.offer{background: #efefef;font-size: 90%; font-weight: bold;}
tr.alt{background-color:#eee; color:#666;}

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;}
#wrap fieldset{border: solid 1px #ccc;}
#wrap legend{font-weight: bold;}
#wrap label{float: left;text-align: left;margin: 0px 5px 0 0;color:#333333;padding: 3px 0;}
#wrap input, #wrap textarea{margin:1px 0 1px 0;font-family: Arial, Sans-Serif;font-size: 100%;border: solid 1px #ccc;padding: 5px 2px 4px 2px;color: #333;}
#wrap .inputDisabled{background-color:#FAFAFA;color:#646464;padding:2px;}
#wrap input.check{border:0;}
#wrap select{font-size: 95%;font-family: Arial;color: #333; margin: 1px 0 1px 0; padding:1px 0 1px 0;border: solid 1px #ccc;}

/** 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 #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none; border-top: 1px solid #ccc;clear:both;}
div.hr hr{display:none;}

a{color: #333;}
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;}

/* = 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;}
.alignLeft{text-align: left;}
.alignRight{text-align: right;}
.alignCenter{text-align: center;}
.nomargin{margin: 0;}
.nopadding{padding: 0;}
.noborder{border: 0;}
.turquise{color:#63C1C9;}
.profileImg{padding: 10px; background: #eee; border: solid 1px #ccc; -moz-border-radius: 5px;-webkit-border-radius: 5px;}
