/* Chase */

/* -------------------------------------------------------------------------------------------------------- */
/* General */
/* -------------------------------------------------------------------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
	border-width:0;
	border-style:solid;
}

body
{
	background-color: #ffffff;
	color: #000000;
	font: 13px Helvetica;
}

a {outline: none; text-decoration: none;}
a img {border: none;}
a:hover {text-decoration: underline;}

a.generated_button
{
	display: block;
	height: 23px;
	border-width: 0px;
	border-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.generated_button span {display: none;}

.generated_heading {
display:block;
margin-bottom:15px;
}

h1, h2, h3
{
	margin-bottom: 10px;
}

input{border-width: 1px;}

/* General classes */

.clearing{clear:both}
.hidden{display:none}

/* -------------------------------------------------------------------------------------------------------- */
/* Main Blocks */
/* -------------------------------------------------------------------------------------------------------- */

#siteHeaderBox {height: 122px;}
#siteContent {padding: 4px;}
#searchBar {padding-top: 65px; padding-right: 30px;}

/* -------------------------------------------------------------------------------------------------------- */
/* Main Menu */
/* -------------------------------------------------------------------------------------------------------- */

#homePageMenu span {display:none}
#siteMenu a {margin-right: 10px; margin-top: 3px;}

/* -------------------------------------------------------------------------------------------------------- */
