/*
# $Id$
*/

body {
	background: #0084c5 url('/images/global-view/header-bg.jpg') repeat-x;
	font-family: "Trebuchet MS", Verdana;
	text-align: center;
}

.float-wrapper {
	height: 1px;
}
.float-wrapper[class] {
	height: auto;
	overflow: hidden;
}

p {
	font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

#wrapper-main {
	text-align: center;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 960px;
}

#wrapper-bottom {
	text-align: center;
}

a, a:link { color: #A60A18; }
a:visited { color: #A60A18; }
a:hover { color: #0084C5; }
a:active { color: #A60A18; }

/* ------------------------------------------------------------- Header & Nav */
#header {
	height: 81px;
	margin: 0px auto;
	width: 960px;
}

	#header-logo {
		background: url('/images/global-view/header-logo.gif') no-repeat;
		float: left;
		height: 81px;
		margin: 0px;
		padding: 0px;
		width: 259px;
	}

		#header-logo a {
			display: block;
			height: 100%;
			text-decoration: none;
			width: 100%;
		}

			#header-logo span {
				visibility: hidden;
			}

	#header-menu {
		float: left;
		margin-top: 33px;
		text-align: center;
		width: 516px;
	}

		#header-menu ul {
		}

			#header-menu ul li {
				display: inline;
				zoom: 1;
			}

			#header-menu >/**/ ul li {	/* Hack to hide from IE7 */
				display: inline-block;
			}

			#header-menu ul li a {
				border-left: #FFFFFF 1px solid;
				color: #FFFFFF;
				display: block;
				font-size: 12px;
				padding: 0px 10px;
				text-decoration: none;
			}

			#header-menu ul li:first-child a {
				border: none;
			}

	#header-tel {
		background: url('/images/global-view/header-tel.gif') no-repeat;
		float: right;
		height: 81px;
		width: 185px;
	}

		#header-tel h3 {
			visibility: hidden;
		}


/* -------------------------------------------------------- Main content area */
#main {
	background: #FFFFFF;
	padding: 10px;
}

#main h1 {
	color: #006699;
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

#main h2 {
	color: #cf1141;
	font-size: 19px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

/* ------------------------------------------------------------------- Footer */
#footer {
	background: #e5e5e5 url('/images/global-view/footer-icons.gif') no-repeat right top;
	height: 78px;
	margin: 0px auto;
	padding: 10px;
	width: 960px;
}
#footer[id] {
	height: 58px;
	width: 940px;
}

	#footer-menu {
		float: left;
		margin-top: 20px;
		text-align: left;
	}

		#footer-menu ul {
		}

			#footer-menu ul li {
				display: block;
				float: left;
			}

			#footer-menu ul li a, #footer-menu li span {
				border-left: #666666 1px solid;
				color: #666666;
				display: block;
				font-size: 10px;
				padding: 0px 5px;
				text-decoration: none;
			}

			#footer-menu ul li:first-child a {
				border: none;
			}

			#footer-menu ul li a:hover {
				text-decoration: underline;
			}
