﻿/*-----------------------Begin the wipe -------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}


ol {
	list-style: none;
}


q:after {
	content: "";
}


q:before {
	content: "";
}


blockquote:after {
	content: "";
}


blockquote:before {

	content: "";
}

q {
	quotes: "" "";
}


blockquote {
	quotes: "" "";
}
a
{
	text-decoration: none;
}

/* ------- end to the wipe ---------------------------------------------*/

#wrapper
{
    width: 744px;
    margin: 18px 0 0 18px;
    font-family: Arial, Helvetica, sans-serif;
}
#top
{
    padding: 0px;
    margin: 0px;
    height: 66px;
}
#logo
{
    float: left;
    width: 185px;
}
#motto
{
    float: left;
    width: 292px;
    margin-top: 34px;
}
#search
{
	margin: 32px 0px 0px 20px;
	padding: 0;
	float: right;
}
#searchbox
{
    font-size: .8em;
    float: left;
    height: 20px;
    vertical-align: middle;
}
#searchlabel
{
	float: left;
	font-size: .7em;
	margin-left: 8px;
	background-color: transparent;
	background-image: url('../images/topmenuslice.gif');
	background-repeat: repeat-x;
	text-align: center;
	height: 18px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 22px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
div#searchlabel a
{
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
}
div#searchlabel a:hover
{
	background-color: #7485a1;
	color: #FFFFFF;
}
#topmenu
{
	height: 22px;
	background-color: transparent;
	background-image: url('../images/topmenuslice.gif');
	background-repeat: repeat-x;
	padding-left: 152px;
}
div#topmenu li
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #7485a1;
	display: block;
	line-height: 22px;
	position: relative;
}
.topMenuSelect
{
    background-color: #7485A1;
}
div#topmenu a
{
	background-color: transparent;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
div#topmenu li:hover
{
    background-color: #7485A1;
    color: #243575;
}
div#topmenu li:first-child
{
	border-width: 0px;
	border-style: none;
}
div#topmenu ul li ul
{
	margin: 0px 0px 0px -1px;
	position: absolute;
	z-index: 10;
	display: none;
	background-color: #EEEEEE;
	color: #000000;
	width: 15em;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
}
div#topmenu ul li ul a
{
	color: #000000;
}
div#topmenu ul li ul li
{
	border-style: none;
	border-width: 0px;
	font-size: .9em;
	width: 100%;
}
div#topmenu ul li:hover ul
{
	display: block;
}
div#topmenu ul li ul li:hover
{
	background-color: #FFFFFF;
	color: #000000;
}
#contentwrapper
{
    margin-top: 10px;
    min-height: 350px;
}
#footer
{
	color: #999999;
	font-size: .6em;
	margin-top: 56px;
}
.clearboth
{
    clear: both;
}
