/* Set defaults */
body			{ margin: 0; padding: 0; font-size: 76%; }
input,
select,
textarea		{ font-size: 1em; }
th,
td				{ vertical-align: top; font-size: 1em; }
img				{ border: 0; }
a				{ text-decoration: none; }
a:hover			{ text-decoration: underline; }

/* Generic classes */
.clear:after	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear			{ display: inline-block; }
/* \*/
.clear			{ display: block; }
/* */

.align-left		{ text-align: left !important; }
.align-right	{ text-align: right !important; }
.align-centre	{ text-align: center !important; }
.align-top		{ vertical-align: top !important; }
.align-bottom	{ vertical-align: bottom !important; }
.align-middle	{ vertical-align: middle !important; }

.bold		{ font-weight: bold !important; }
.italic		{ font-style: italic !important; }
.underline	{ text-decoration: underline !important; }


/* Site specific */
body		{ background: #4482a5 url(../graphics/background.png) repeat-x; }
body,
input,
select,
textarea	{ font-family: "Lucida Sans Regular", "Lucida Sans", Arial, Helvetica, sans-serif; }

h1, h2	{ font-family: "Times New Roman"; }
h1			{ font-size: 2em; font-weight: normal; margin: 0 0 0.5em; color: #003a48; }
h2			{ font-size: 1.6em; font-weight: normal; margin: 0 0 0.5em; }
h3			{ font-size: 1.2em; margin: 0 0 0.5em; }

a			{ color: #591c08; }

#wrapper { width: 570px; margin: 0 auto; padding: 20px 0 0; }

#header	{ margin: 0 0 1em; }

#banner	{ }

#crumbs		{ display: none; }

#navigation									{ margin: 0 0 15px; }
#navigation ul								{ margin: 0; padding: 0; list-style-type: none; }
#navigation li								{ position: relative; padding: 0 0 1px; }
#navigation li a							{ zoom: 1; display: block; padding: 10px 15px; background: #86673a; color: white; }
#navigation li a:hover					{ text-decoration: none; background: #392b23; }
#navigation li.nav_active a,
#navigation li.nav_active a:hover	{ background: #392b23; }

#navigation ul ul									{ position: absolute; }
#navigation ul ul li								{  }
#navigation ul ul li a							{  }
#navigation ul ul li.nav_active a,
#navigation ul ul li.nav_active a:hover	{  }


/* Navigation dropdown (do not edit) */
* html #navigation table							{ border-collapse: collapse; padding: 0; margin: 0 0 -7px; width: 0; height: 0; z-index: 300; position: absolute; left: 0; top: -1000px; }
* html #navigation a:hover table					{ display: block; left: 0; top: 0; }
#navigation td											{ margin: 0; padding: 0; }
#navigation td a										{ position: relative; zoom: 1; }
* html #navigation a:hover							{ position: relative; z-index: 100; }
#navigation li:hover									{ position: relative; }
* html #navigation ul ul a:hover					{ position: relative; z-index: 110; }
#navigation ul ul li:hover							{ position: relative; }
* html #navigation ul ul ul a:hover				{ position: relative; z-index: 120; }
#navigation ul ul ul ul a:hover					{ position: relative; z-index: 130; }
#navigation ul ul										{ visibility: hidden; display: none; }
#navigation ul :hover ul							{ visibility: visible; display: block; height: auto; }
#navigation ul :hover ul ul						{ visibility: hidden; }
#navigation ul :hover ul :hover ul ul			{ visibility: hidden; }
#navigation ul :hover ul :hover ul				{ visibility: visible; }
#navigation ul :hover ul :hover ul :hover ul	{ visibility: visible; }

#main					{ background: #f2f1f0 url(../graphics/main.gif) repeat-x; }
#main div.inner	{ background: url(../graphics/main1.png) no-repeat right top; }

#main div.sidebar	{ display: none; }

#footer-teasers	{ display: none; }

#footer-teasers li.teaser1 a { background-image: url(../graphics/teaser1.gif); }
#footer-teasers li.teaser2 a { background-image: url(../graphics/teaser2.gif); }
#footer-teasers li.teaser3 a { background-image: url(../graphics/teaser3.gif); }
#footer-teasers li.teaser4 a { background-image: url(../graphics/teaser4.gif); }

#footer						{ font-size: 0.9em; color: #439bb2; background: #005c74 url(../graphics/footer.gif) repeat-x left bottom; }
#footer ul					{ display: none; }
#footer p					{ clear: left; margin: 2.5em 0 0; padding: 1em 0 0; border-top: 1px solid #0086ab; }
#footer p a					{ color: #439bb2; }