﻿/* == 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;
}

/* == Base Element Styling
------------------------------------------------------------------------------------------------------------------------ */

body{color: #6b6b6b;font-family: verdana, arial, Serif;font-size: 75%;background: #fff url(../_img/body-bg.gif) repeat-x top left;}
h1, h2, h3, h4, h5, h6{font-size: 150%;margin: 20px 0;font-weight: normal;color: #7ea4ae;}
h1{margin: 0 0 20px 0;color: #7ea4ae;}
h2{font-size: 130%;}
h3{font-size: 120%;}
h4{font-size: 110%;}
h5{font-size: 110%;}
h6{font-size: 100%;}

p{margin-bottom: 20px;line-height: 1.7em;}
blockquote{margin: 20px;}

ul{margin: 20px 0 20px 20px; list-style-type: disc;}
ul li{margin: 10px 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{border-collapse: collapse;}
thead{}
tfoot{}
th{border: solid 1px #aaa;padding: 3px;}
tr{}
td{border: solid 1px #ddd;padding: 3px;}

form{margin: 10px 0;}
fieldset{}
legend{font-weight: bold;}
input.text{margin: 3px 0;border: solid 1px #D5D5D5;border-top: solid 2px #D5D5D5;}
input.textOnly{border: 0; background: none;padding: 0;margin: 0;text-align: left;color: #C95500;font-size: 100%;font-family: Georgia, Times New Roman, Serif;cursor: pointer;}
input.textOnly:hover{text-decoration: underline;}

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 #ccc;clear:both;}
div.hr hr{display:none;}
div.hrImage{border: 0; height: 14px; background: transparent url(../_img/hr-bg.gif) no-repeat top left;}

a{color: #4286a8;text-decoration: none;}
a:hover{text-decoration: underline;}

img{vertical-align: bottom;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
/** clearing **/
.clr{clear: both;}
.clearboth {clear:both;}
.clrSml{clear: both;line-height:1px;height:1px;}
/** presentation **/
.fadeTitle{color: #ADADAD; font-size: 90%;}
.intro{font-size: 105%;}
.underline{border-bottom: solid 1px #DADBD9;padding-bottom: 5px;}

