* { margin: 0; }

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* the bottom margin is the negative value of the footer's height */
	margin: 0 auto -65px; 
}
.footer, .push {
	height: 65px; /* .push must be the same height as .footer */
	width: 100%;
	text-align: center;
}
div.footer p.footer-nav {
	color: #4b7198;
	padding-top: 10px;
	padding-bottom: 5px;
}
body {
	background-color: #FFF;
	font-family: arial;
	font-size: 12px;
}

body.bg {
	background-color: #121212;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 12px;
}

h1 {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 2px solid #4b7198;
	color: #ffffff;
}
h2 {
	font-family: arial;
	font-size: 16px;
	color: #4b7198;
	font-weight: bold;
	padding-bottom: 3px;
}

h3 {
	color: #4b7198;
}

a {
	color: #4b7198;
}

#logo {
	width: 950px;
	height: 142px;
	
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;

}
#logo h1 { 
	font-family: arial;
	font-size: 30px;
	color: #ffffff;
	border: 0;
	font-weight: normal;
	top:30px;
	position: relative;
	}
#logo h2 { 
	font-family: arial;
	font-size: 14px;
	color: #4b7198;
	border: 0;
	font-weight: normal;
	position: relative;
	top:30px;
	}
	
#phone_content {
	position: absolute;
	bottom: 15px;
	right: 0px;
	color: #EEE;
}

#nav {
	width: 950px;
	height: 36px;

	margin: 0 auto;
	overflow: hidden;
}
#nav a:link, #nav a:visited {
	font-family: arial;
	font-size: 13px;
	line-height: 36px;
	padding: 30px 30px 30px 0px;
	color: #828282;
	text-decoration: none;
}
#nav a:hover,#nav a.on {
	color: #ffffff;
}
#content {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 950px;
	margin: 0 auto;
	color: #d6d6d6;
}
#left {
	width: 700px;
	padding-right: 19px;
	border-right: 1px solid #212121;
	margin-right: 20px;
	float: left;
	color: #ffffff;
	line-height: 18px;
}
#right {
	width: 210px;
	float: left;
	color: #cccccc;
}
#black {
	background-color: #0a0a0a;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 678px;
	color: #ffffff;
	border: 1px solid #191919;
}

#subnav {
	width: 210px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sub_nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sub_nav li {
	margin-bottom: 2px;
}
#sub_nav#sub_nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sub_nav li {
	margin-bottom: 3px;
}
#sub_nav a {
	background-color: #262626;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #cccccc;
	display: block;
	width: 205px;
	border-left: 5px solid #4b7198;
	padding-left: 10px;
}
#sub_nav a:hover, #sub_nav a.on {
	background-color: #414141;
	color: ffffff;
	text-decoration: none;
	border-left: 5px solid #4b7198;
}

#left ul {
	list-style:square;
	margin-left: 20px;
	padding: 8px 0;
}

#left ol {
	list-style:decimal;
	margin-left: 20px;
	padding: 8px 0;
}
#left p {
	padding: 8px 0;
}
#left blockquote {
	padding: 8px 20px;
}
#left td {
	padding: 5px;
}
.clear {
	clear: both;
}

.smallNote {
 font-size: 11px;
 color: #ccc;
 font-style: italic;
 }
 
.formLabel {
 background-color: #333;
 }

.requiredField {
 font-weight: bold;
 }
.missingField {
 font-weight: bold;
 color: #FF0000;
 }
.contentHeaderCell {
 background-color: #ddd;
 color: #000;
 font-weight: bold;
 }

.contentListCell {
 background-color: #333;
 color: #fff;
 }
.contentListCellAlt1 {
 background-color: #444;
 color: #eee;
 }
.contentListCellAlt2 {
 background-color: #666;
 color: #000000;
 }
.alternate1 {
 background-color: #333;
 color: #fff;
 }
.alternate2 {
 background-color: #444;
 color: #fff;
 }
.alternate3 {
  background-color: #555;
  border:2px solid #ddd;
  color: #fff;
}
.loginStatusSpan {
  font-size: 10px;
  color: #333;
}
.loginStatusSpan a {
  color: #ddd;
  text-decoration: none;
}
.as_errorText {
  color: red;
  font-weight: bold;
}
.as_errorField {
  border: 1px solid #FF0000;
}
.as_errorInput {
  border: 1px solid #FF0000;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }
