﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; }
body, html { background: #fff; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 89%; color: #0d3869; }


/*************
Defaults
*************/

/* Links */
a { text-decoration: none; padding: 0px 2px; color: #0d3869; text-decoration: underline; }
a:visited {color: #0d3869;}
a:active {color: #0d3869;}
a:hover {color: #009FDC;}

/* Headings */
h1 { clear: both; font-weight: 500; font-size: 1.55em; padding: 0; margin: 0; color: #009FDC; text-transform: uppercase; letter-spacing: 0.09em;}
h2 { clear: both; font-weight: 700; font-size: 1.4em; line-height: 0.9em; padding: 0; margin: 0 0 10px 0; color: #f58220;}
h3 { clear: both; font-weight: 700; font-size: 1.1em; line-height: 0.9em; padding: 0; margin: 0 0 5px 0; color: #009FDC;}
h4 {clear: both; font-weight: 700; font-size: 1em; line-height: 0.9em; padding: 0; margin: 0 0 10px 0;}

/* Forms */
input { border: 1px solid #000; display: inline; float: left; padding: 5px; line-height: 1em;}
.inputOver { background: #fff; }
.inputOut { background: #f0f0f0; }
#__EVENTTARGET, #__EVENTARGUMENT, #__VIEWSTATE, #__EVENTVALIDATION, #__LASTFOCUS {display: none;}

textarea { border: 1px solid #000; display: inline; float: left;}
select {border: 1px solid #000; display: inline; float: left;}
.button { border: 1px solid #000; display: inline; float: left; padding: 4px; line-height: 1em; background: url('../images/layout/button_bg.png') #f58220 no-repeat; color: #000;}
.button:hover { background-color: #d06d19; cursor: pointer;}
.checkbox { border: 0; display: inline; float: left; }
.checkbox input{ border: 0; display: inline; float: left; padding: 0; }

/* Bulleted Lists / Numbered Lists */
.userText ul {list-style-type: none; padding: 0 0 15px 0; list-style-position: outside;}
.userText ul ul, .userText ul ol, .userText ol ul, .userText ol ol {padding: 5px 0 10px 0;}
.userText ol {padding: 0 0 15px 15px; list-style-position: inside;}
.userText li {padding: 1px 0 0 15px; margin-bottom: 8px; background: url('../images/layout/listItem_bg.jpg') no-repeat 0px 4px;}


/* Other */
.strong { font-weight: bold; }
p { padding: 0; margin-bottom: 20px; clear: both; line-height: 140%; }
p img {margin-right: 5px;}
embed {display: block; padding:0; margin: 0;}

a.noDecoration {background: none; border: none; text-decoration: none;}
a.noDecoration:hover {background: none; border: none; text-decoration: none;}

.hidden {display: none;}
.clear {clear: both;}