﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; }
body { background: #fff url(../images/layout/header-bg.jpg) repeat-x left 0; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 89%; }
form {font-size: 0.9em;}

/*************
Defaults
*************/

/* Links */
a { text-decoration: none; padding: 0px 2px; color: #000; text-decoration: underline; }
a:visited {color: #000;}
a:active {color: #000;}
a:hover {color: #284b35;}

/* Headings */
#h1Replacer {position: absolute; top: 0; left: 0;}
.h1Container {position: relative; overflow: hidden;}
h1 { clear: both; font-weight: 500; font-size: 28px; padding: 0; margin: 0 0 28px 0; font-family:  Arial, Trebuchet MS, Verdana; font-style: normal; color: #284b36;}
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 0; margin: 0; font-family: Arial, Trebuchet MS, Verdana;}
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 0; margin: 0; font-family: Arial, Trebuchet MS, Verdana;}

/* Forms */
input { border: 1px solid #000; display: inline; float: left; padding: 5px; line-height: 1em;}
.inputOver { background: #fff; }
.inputOut { background: #f0f0f0; }
#__EVENTTARGET, #__EVENTARGUMENT, #__VIEWSTATE, #__VIEWSTATEGUID, #__EVENTVALIDATION, #__LASTFOCUS, #__PREVIOUSPAGE, #__SCROLLPOSITIONX, #__SCROLLPOSITIONY {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: 3px; line-height: 1em; background: url('../images/layout/button_bg.png') #284b35 no-repeat left top; color: #fff;}
.buttonBack {border: 1px solid #000; display: inline; float: left; padding: 5px 5px 5px 22px; line-height: 1em; background: url('../images/layout/button_bg_back.png') #284b35 no-repeat left -1px; color: #fff; text-decoration: none;}
.buttonForward {border: 1px solid #000; display: inline; float: left; padding: 5px; line-height: 1em; background: url('../images/layout/button_bg_forward.png') #284b35 no-repeat right top; color: #fff;}
.button:hover, .buttonBack:hover, buttonForward:hover { background-color: #1a2e22; cursor: pointer; color: #fdf200;}
.checkbox { border: 0; display: inline; float: left; }
.checkbox input{ border: 0; display: inline; float: left; padding: 0; }

/* Lightbox Links */
.lightBoxLink {position: relative; display: block; overflow: hidden; padding: 0; margin: 0;}
.lightBoxLink img {display: block; float:left; padding: 2px; background: #fff; border: 1px solid #000 !important;}
.clickEnlarge {background: url(../images/layout/zoomLink.png) no-repeat; display: block; width: 999px; height: 27px; position: absolute; bottom: 0px; left: 0px;}

/* Bulleted Lists / Numbered Lists */
.userText ul {list-style-type: disc; padding:0px 25px 10px 25px; list-style-position: outside; display: inline-block;}
.userText ul ul, .userText ul ol, .userText ol ul, .userText ol ol {padding: 5px 0 10px 15px;}
.userText ol {padding: 10px 25px; list-style-position: outside; display: inline-block;}
.userText li {padding: 3px 0;}

/* Other */
.strong { font-weight: bold; }
p { padding: 0 0 10px 0; clear: both; line-height: 140%; }
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;}

img{border:none;}

.hidden {display: none;}
.center{text-align:center;}
.clear {clear: both;}

/* Standard pages */
.images { float: right; width: 226px;}
.images img { margin: 10px 10px 0 10px; }
.images span { display: block; margin: 4px 10px 10px 10px; font-weight: 700; }
.text { float: left; width: 400px; padding-bottom:40px;}

