div { margin: 0; padding: 0; }
.clear { display: block; clear: both; }

input.smallint { width: 2em; }
input.medium { width: 9.65em; }
input.watermarked { color: #999; font-style: italic; }
input, select, textarea { font-family: 'Calibri', 'Trebuchet MS', sans-serif; }

a { color: #fff; text-decoration: underline; }
a > img { border: none; }

.glass { background: url('../images/transparentpx-10.png') repeat; }
fieldset { border: 0; padding: 0; margin: 0; }
.hidden { display: none; }

body
{
	background: #005447 url('../images/body-bg.png') repeat-x top;
	margin: 0; padding: 0;
	font: 11pt/150% 'Calibri', 'Trebuchet MS', sans-serif;
	color: #fff;
}

#wrap
{
	width: 950px;
	background: url('../images/detail-bg.png') no-repeat top center;
	min-height: 700px;
	margin: 0 auto;
}

#header
{
	height: 200px;
	/*padding-bottom: 35px;*/
	padding-bottom: 10px;
}

#header #logo
{
	position: relative;
	left: 10px; top: 30px;
	background: url('../images/logo.png') no-repeat top left;
	width: 250px;
	height: 174px;
}
#header #logo h1 { display: none; }

#slogan
{
	float: right;
	font-size: 185%;
	color: #fff;
	font-style: italic;
	padding-right: 95px;
	font-weight: normal;
	margin: 0;
}


#menu
{
    /* old...
	position: absolute;
	top: 15px; right: 50px;
    background: url('../images/menu-bg.png') repeat-y top left;
    min-width: 428px;
    */
	padding: 5px 0 0 5px;
	margin-bottom: 25px;
	height: 34px; 
	background: url('../images/transparentpx-10.png') repeat;
}
#menu a
{
	font-size: 135%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu a:hover
{
	color: #80A09B;
}

#menu ul
{
	padding: 0; margin: 0;
	padding-top: 3px;
}
#menu li
{
	display: inline;
	list-style: none;
	margin-left: 12px;
	margin-right: 12px;
}
/*
#menu .bg-left
{
	background: url('../images/menu-left-bg.png') no-repeat bottom left;
	padding-left: 25px;
}
#menu .bg-right
{
	background: url('../images/menu-right-bg.png') no-repeat bottom right;
	padding-right: 25px;
}
#menu .bg
{ 
	background: url('../images/menu-bg.png') repeat-x bottom;
	height: 40px;
}
*/
#content
{
    width: 950px; /* apparently IE6 needs to be told twice. */
	clear: both;
}

#footer
{
	clear: both;
	border-top: 1px solid #407F75;
	padding-top: 8px;
	padding-bottom: 8px; 
	height: 100px;
}
#footer .vcard div
{
	clear: left;
	font-size: 12px;
	width: 50%;
	color: #407F75;
	margin: 0; padding: 0;
}
#footer img.footer-logo
{
	float: right;
	margin-left: 8px;
}