﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; color: #333; }
body, html { background: #7d815b; font: 0.82em Verdana, Arial, Tahoma, Helvetica, sans-serif; }


/*************
Defaults
*************/

/* Links */
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: underline; }
h1 a:link, h1 a:visited { text-decoration: underline; }
h1 a:hover, h1 a:active { text-decoration: none; }
a.noDecoration:link, a.noDecoration:visited, a.noDecoration:hover, a.noDecoration:active { text-decoration: none; background: 0; padding: 0; margin: 0; }

/* Headings */
h1 { clear: both; font-weight: 300; font-size: 3em; padding: 10px 5px 10px 5px; color: #e03b3a; font-family: Gill Sans MT, Verdana, Arial, Tahoma; letter-spacing: -1px; }
h2 { clear: both; font-weight: 300; font-size: 2em; padding: 10px 5px 5px 0; color: #e03b3a; font-family: Gill Sans MT, Verdana, Arial, Tahoma; letter-spacing: -1px; }
h2 strong { color: #e03b3a; }
h2 a { font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; }
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 5px; }

/* Forms */
input, textarea { font-size: 1em; border: 1px solid #838383; padding: 4px; font-family: Verdana, Arial, Tahoma; margin-right: 2px; margin-left: 5px; }
select {font-size: 1em; border: 1px solid #000;padding: 2px; font-family: Verdana, Arial, Tahoma; width:auto;margin-left: 5px; background: #f0ebe2; }
.button { background: #000 url('../images/layout/buttonBG.jpg') repeat-x top; color: #fff; font-weight: 700; padding: 4px 12px; cursor: pointer; }
.button:hover { background: #6a471f url('../images/layout/menuBG.jpg') top repeat-x; }
.inputOver { background: #fff; }
.inputOut { background: #f0ebe2; }
.checkbox { border: 0; display: inline; }
.chk input { float: left; margin-right: 10px; }
.chk label { float: left; width: 330px; }

/* Other */
.strong { font-weight: bold; }
p { padding: 5px; clear: both; line-height: 140%; }
.left {float:left;margin-right:5px;}
li { list-style-type: none; }