﻿ /* global.css */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background-color: white;
	background-image: url('images/page_bg.png');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid red;
}

#logo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 160px;
	height: 36px;
	text-align: left;
}

#header {
	height: 140px;
	background-image: url('images/header.png');
}

#website {
	height: 40px;
	margin-top: 10px;
	padding-left: 10px;
	position: relative;
	text-align: center;
	color: red;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}

#const {
	height: 350px;
	width: 960px;
	position: relative;
	background-color: white;
	text-align: center;
}

#const h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-top: 10px;
}

#const_image {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 225px;
}

.bar {
	color: #6c9ccc;
	font-weight: bold;
}

.hide {
	visibility: hidden;
}

#footer {
	height: 56px;
	padding-left: 10px;
	border-top: 3px #000033 solid;
	position: relative;
	background-color: white;
}

#footerNav {
	width: 400px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 5px;
	margin-right: 20px;
	height: 25px;
}
#footerNav ul {
	list-style-type: none;
	margin-top: 0;
}

#footerNav li {
	display: inline;
	float: right;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 0;
}

#footerNav li a:hover {
	color: #ffffff;
	background: #251a52;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}


#footerNav li a {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #251a52;
	line-height: 2em;
	padding: 5px;
	background: none;
	height: 2em;
	letter-spacing: 1px;
	font-weight: bold;
}

