/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/

@import url("base.css");
@import url("layout.css");
@import url("nav.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body {
  font-family: arial, verdana, helvetica, sans-serif;
  color: black;
  line-height:16px;
  font-size:11px;
}

h1 {
  color: #194465;
  margin: 26px 0 16px 0;
  padding: 3px 0;
  font-size: 18px;
  border-bottom: 1px dotted #666;
}

h2 {
  color: #194465;
  margin: 26px 0 6px 0;
  font-size: 14px;
}

p {
  margin: 10px 0 6px 0;
}


a{
  color: #AA1948;
}

a:hover {
  color: #AA1948;
  text-decoration:none;
}


/* HEADER CONTENT
----------------------------------------------------------------*/
#header h1 {
  margin: 0 20px;
  padding: 20px 0; 
  color: white;
  font-weight: normal;
  font-size: 24px;
}
#header h1 em {
  color: yellow;
  font-family: georgia;
  font-weight: bold;
  font-size: 28px;
}

#sitemap {
	width:90px;
	padding:0;
	margin:3px 0 0 0;
	color:#333333;
	float:right;
}
#sitemap a { color:#333333; text-decoration:none; }
#sitemap a:hover { color:#333333; text-decoration:underline; }

/* SIDEBAR CONTENT
----------------------------------------------------------------*/
#sidebar h2 {
  color: #000000;
  margin-top: 0;
}
#sidebar p {
  font-size: 11px;
}

/* FORMS
----------------------------------------------------------------*/
fieldset {
  border: 1px solid #AAA;
}

fieldset p {
  margin: 4px 0;
}

legend {
  color: #999;
  font-weight: bold;
  font-size: 18px;
}

label {
  float: left;
  width: 160px;
  text-align: right;
  font-size: medium;
  margin-right: 14px;
}

input.text {
  width: 290px;
} 

input.textShort {
  width: 80px;
}

input.submit {
  float: right;
}


/* TABLES
----------------------------------------------------------------*/
table {
  clear: both;
  border-collapse: collapse;
  text-align: left;
}
td {
  padding: 2px 3px;
  font-size: small;
}


/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer p {
  text-align: right;
  color: #FFFFFF;
  font-size: 11px;
  padding: 10px 20px;
  line-height:8px;
}

#footer a {
  color: #FFFFFF;
  text-decoration:none;
}

#footer a:hover {
  color: #FFFFFF;
  text-decoration:underline;
}


/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
p.error {
  color: red;
}

.bannerAd{
	margin: 10px 0 20px 10px;
}
