/* Private: Layout */

* { font-size: 100%; }

object, embed, img, h1, h2, h3, h4, h5, h6, table, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #666;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 60%;
}

#homeWrapper, #wrapper {
	width: 725px;
	margin: 20px auto auto auto;
	text-align: left;
	background: #fff url(/images/grid.gif) bottom left no-repeat;
	min-height: 580px;
	position: relative;
}

#wrapper_map {
	width: 800px;
	margin: 20px auto auto auto;
	text-align: left;
	background: #fff url(/images/grid.gif) bottom left no-repeat;
	min-height: 580px;
	position: relative;
}

* html #wrapper {
	height: 580px;
}

#homeWrapper {
	min-height: 440px;
	width: 600px;
	background-image: url(/images/grid-h.gif);
}

* html #homeWrapper {
	height: 440px;
}

#wrapper {
	padding-bottom: 45px;

}

h1 {
	text-align: right;
}

h1 #topLogo {
	float: left;
	margin: 0px 0px 0px 15px;
}

h1 #topLogoInner {
	float: left;
	margin: 35px 0px 0px 0px;
}

h1 #tagline {
	margin-top: 0px;
	margin-right: 0px;
}

h2 {
	color: #4490b4;
	font-size: 170%;
	margin-left: 190px;
}

#homeContent {
	margin: 0px 0px 20px 255px;
	border: 1px solid transparent;
}

* html #homeContent {
	border: 0px;
}

#homeContent h2 {
	color: #b0001d;
	font-size: 100%;
	margin-left: 0px;
}

#flash {
	text-align: left;
	margin-top: 8px;
}

#bottomLinks {
	color: #b2b2b2;
	margin: 6px 0px 0px 6px;
	text-align: center;
}


#briefabout {
	width:400px;
	margin-bottom:20px;
}

#bottomLinks a, #bottomLinks a:link, #bottomLinks a:visited, #bottomLinks a:active {
	color: #b2b2b2;
	text-decoration: none;
}

#bottomLinks a:hover {
	text-decoration: underline;
}

#innerHeader {
	text-align: right;
	height: 170px;
	position: relative;
}

#taglineInner {
	position: absolute;
	bottom: 6px;
	right: 0px;
}

* html #taglineInner {
	bottom: 15px;
}

div.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}

#mainMenu {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	background: none;
}

#mainMenu li {
	width: 165px;
	margin-bottom: 1px;
	background: #fff;
	list-style: none;
}

#mainMenu li a {
	display: block;
	min-height: 15px;
	width: 155px;
	padding: 6px 0px 4px 10px;
	background: #e9f5f8;
	text-decoration: none;
	font-weight: bold;
	color: #45494a;
	font-size: 110%;
}

* html #mainMenu li a {
	height: 15px;
}

#mainMenu li a:hover {
	background: #fff;
}

#mainMenu li.sectionHeading a {
	background: #7dbcd3;
	color: #fff;
	font-size: 110%;
	min-height: 17px;
	padding: 6px 0px 3px 10px;
}

* html #mainMenu li.sectionHeading a {
	height: 17px;
}

#mainMenu li.sectionHeading a:hover {
	background: #7dbcd3;
	color: #45494a;
}

#mainMenu li.homeLink, #mainMenu li.homeLink a, #mainMenu li.homeLink a:hover {
	background: none;
	color: #b0001c;
}

#breadcrumb {
	margin: 10px 0px 10px 185px;
	border: 1px solid #9cd4f0;
	border-left: 0px;
	border-right: 0px;
}

#breadcrumb a {
	color: #666;
}

#breadcrumb p {
	margin: 7px 0px 7px 0px;
}

#mainContent {
	margin: 0px 0px 20px 185px;
	width: 535px;
	font-size: 110%;
	padding-bottom: 10px;
}

#mainContent a {
	color: #444;
	font-weight: bold;
}

#mainContent table {
	float:left;
	margin-bottom:50px;
	margin-left: 20px;
}

#mainContent table#nomargin, #mainContent table.nomargin {
	margin: 0px;
	float: none;
}

#mainContent table.form th {
	background: #7ebcd3;
	color: #fff;
	font-weight: bold;
}

#mainContent table.form td {
	background: #eaf5f9;
	color: #2f6981;
	font-weight: bold;
	padding-left: 8px;
}

#mainContent table.form tr.error td {
	background: #fdd;
}

#topNav {
	list-style: none;
	float: right;
}

#topNav li {
	display: inline;
	float: left;
}

label {
	cursor: pointer;
	font-weight: bold;
}

#backLinks {
	text-align: left;
	position: absolute;
	bottom: 20px;
	left: 200px;
}

#backBtn {
	margin-left: 20px;
}

#backTopBtn {
	margin-left: 150px;
}

p.error {
	color: #b0001c;
	font-weight: bold;
	font-size: 120%;
}

#homeLogo
{
	float: left;
	text-align: left;
}

#homeTagLine
{
	padding-top: 15px;
	float: right;
	text-align: right;
}
