body {
	margin: 0px;
	padding: 0px;
	background-color: #ccc;
	font: normal 12px Verdana,Arial,sans-serif;
}

div#container {
	width: 750px;
	margin-left:auto;
	margin-right: auto;
	position:relative;
	border: 1px solid black;
}

div#header {
	position: relative;
	width: 750px;
	height: 50px;
	background-color: #036;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#header img {
	vertical-align: middle;
}

div#header h1 {
	display: none;
}

div#header h2 {
	display: inline;
	font: italic 15px Verdana, Arial,sans-serif;
	color: white;
	position: absolute;
	right: 5px;
	top: 8px;
}
	

div.row {
	width: 604px;
	height: auto;
	border-top: 2px solid white;
	position: relative;
	background-color: #036;
	float:right;
	clear: right;
}

div.imgcolumn {
	float: left;
	width: 200px;
	height: 200px;
	position: relative;
}

div.column {
	float: left;
	width: 196px;
	position: relative;
	text-align: center;
	font: normal 10px Arial,sans-serif;
	color: white;
	line-height: 1.5;
	padding: 0px 2px 8px 2px;
}

div.middlecolumn {
	border-left: 2px solid white;
	border-right: 2px solid white;
}

div#facebox {
	background-color: white;
	width: 146px;
	text-align:center;
	padding-top: 10px;
}

div#menucontainer {
	width: 146px;
	float: left;
	background-color: white;
}

div#menu a:link, div#menu a:visited, div#menu a:hover, div#menu a:active {
	display: block;
	background-color: #264a82;
	padding-top: 2px; padding-bottom: 2px;
	font: normal 12px Verdana,Arial,sans-serif;
	color: #eee;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1.0px;
}

div#menu a:hover, div#menu a:active {
	background-color: #3b699d;
}

.fader {
	position: absolute;
	top:0px;
	left:0px;
}

div.column h3 {
	font: bold 16px Verdana,Arial,sans-serif;
	color: white;
	line-height: 0.5;
}

div.content {
	background-color: #f9f9f5;
	background-image: url(/images/bridgelogo.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 596px;
	min-height: 250px;
	float: right;
	clear: right;
	padding: 4px;
}

div.interior_content {
	background-color: #f9f9f5;
	background-image: url(/images/bridgelogo.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 596px;
	min-height: 250px;
	float: right;
	padding: 4px;
}

div#footer {
	clear: both;
	width: 750px;
	border-top: 1px solid #000;
	border-bottom: 1px solid white;
	background-color: #036;
	text-align: center;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
}

div#footer a:link, div#footer a:hover, div#footer a:visited, div#footer a:active {
	color: #438eff;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	text-decoration: underline;
}

.loginbox {
	width: 146px;
	background-color: #036;
	margin-top: 10px;
	padding-bottom: 4px;
}

.loginbox form {
	display: inline;
}

.loginbox fieldset {
	border: 1px solid #fff;
	font-size: 10px;
	color: white;
	margin-left: 2px;
	padding-left: 2px;
}

/* stupid IE */
.loginbox fieldset legend {
	color: white;
}

.loginbox fieldset input {
	width: 115px;
	font-size: 10px;
}

.loginbox fieldset div {
	width: 120px;
	margin-top: 2px;
	font: bold 12px Arial,sans-serif;
	text-align: right;
}

.loginbox fieldset div button {
	background-color: #438eff;
	border: 1px solid #000;
	font: bold 12px Arial,sans-serif;
	color: white;
}
