@CHARSET "UTF-8";

.clear {
	clear: both;
}

body {
	width: 970px;
	margin: auto;

	font-size: 12px;
	font-family: sans-serif;
	color: #555;
}

table {
	border-collapse: collapse;
}

img {
	display: block;
}

a {
	color: #B40;
}

a img {
	border: none;
}

h1,
h2,
h3,
h4 {
	color: #248;
}

#top {
	margin-top: 20px;

	overflow: hidden;
}

#logo {
	float: left;
}

#horizontalBanner {
	float: right;
}

#horizontalBanner object {
	width: 777px;
	height: 98px;
}

#bar,
#footer {
	background-color: #DEF;
}

#bar {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	overflow: hidden;
}

#menu {
	position: relative;
	top: 7px;
	left: 7px;

	width: 550px;
	float: left;
}

#menu a {
	padding: 0 10px;
	border-right: solid 1px #AAA;

	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li {
	display: inline;
}

#menu li.last a {
	border-right: none;
}

#menu li.current {
	font-weight: bold;
}

#maternaAccount {
	float: left;
}

#loginButton {
	position: relative;
	top: 8px;
	border: outset 2px #F93;
	padding: 2px 7px;

	color: #FFF;
	background-color: #F93;
	font-weight: bold;
	text-decoration: none;
}

#loginButton:hover {
	background-color: #FFF;
	color: #C60;
}

#loginButton:active {
	border-style: inset;
	background-color: #FFF;
	color: #C60;
}

#search {
	float: right;
	position: relative;
	top: 8px;
	right: 5px;
}

#search input {
	vertical-align: middle;
}

#searchField {
	border: solid 1px orange;
}

#footer {
	margin-top: 20px;
	padding: 2px 0;

	font-size: 11px;
	text-align: center;
}

#main {
	color: black;
}
