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 -50px; 
}
.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
	width: 100%;
	text-align: center;
}
.footer p {
	margin-top: 0;
}
.footer a {
	font-size: 10px;
	line-height: 10px;
}
body,div,dl,dt,dd,pre,form,fieldset,input,textarea,th { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	border: solid 1px white;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn{
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 10px;
}
h3 .fupld {
	margin-top: 0;
	margin-bottom: 10px;
}
h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 3px;
}
div.clear {
	clear: both;
}
abbr,acronym { 
	border:0;
}
a {
	color: #171717;
}

a:hover {
	color: #171717;
	text-decoration: none;
}
body {
	background-color: #ffffff;
	/* color and font edits amiller 2009-0228 */
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #171717;
	line-height: 18px;
}
#header {
	background-color: #171717;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 151px;	
}
#header_content {
	width: 950px;
	height: 111px;
	margin: 0 auto;
	position: relative;
}
#header_content h1 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	font-weight: bold;
	color: #ff8a00;
	padding-top: 20px;
	padding-bottom: 8px;
}
#header_content h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
#phone_content {
	position: absolute;
	height: 40px;
	width: 200px;
	top:15px;
	right: 5px;
	color: #ccc;
	text-align: right;
	text-transform: uppercase;
}
#nav {
	width: 929px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #4c4c4c;
	border-bottom: 0;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	padding-left: 19px;
}
#nav a:link, #nav a:visited {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #cccccc;
	text-decoration: none;
	padding-right: 20px;
}
#nav a:hover {
	color: #ffffff;
	text-decoration: underline;
	color: #ffffff;
}
#nav a.on {
	font-weight: bold;
	color: #ff8a00;
}
#content {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	min-height: 300px;
	height: auto !important;
	height:300px;
}
	/* color and font edits amiller 2009-0228 */
#subnav {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #a2cc3a;
	padding-left: 5px;
	padding-right: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
#subnav a:link, #subnav a:visited {
	color: #FFF;
	text-decoration: none;
	white-space: normal;
	display: block;
	font-weight: normal;
	margin-bottom: 9px;
	margin-left: 5px;

}
#subnav a.on {
	color: #000;
	}
#subnav a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 910px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 20px;
	min-height: 300px;
	height: auto !important;
	height:300px;
}
#left {
	float: left;
	border-right: 1px solid #bebebe;
	width: 150px;
	margin-right: 10px;
	padding-right: 10px;
	color: #000000;
}
#left img {
	border: 1px solid #eee
}
#middle {
	float: left;
	border-right: 1px solid #bebebe;
	width: 200px;
	margin-right: 10px;
	padding-right: 10px;
	color: #000000;
}
#middle img {
	border: 1px solid #eee
}
#middle.no {
	width: 0;
	display: none;
}
#right {
	float: left;
	width: 518px;
	color: #3e3e3e;
}
#right.wide {
	width: 735px;
}
.right-wider {
	width: 688px !important;
}
#right.extra {
	width: 910px !important;
}
#right img {
	padding: 8px;
}
#content .header {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	background-color: #ff8a00;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}

/* @group Accelsite Styles */


/* @group Generic Module Styles */

#module_toc {
	position: relative;
	padding: 10px;
}
#module_toc div.module-item {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
#module_toc h2 {
	
}
#module_toc div.module-image {
	
}
#module_toc div.module-description {
	
}
#module_detail {
	position: relative;
}
#module_detail a.back-to-list {
	
}
#module_detail h1 {
	
}

#module_detail h3 {
	
}

#module_detail h3 a {
	
}

#module-image-detail {
	margin-bottom: 10px;
}

#module-image-detail img {
	padding: 3px;
	border: 1px solid #ddd;
}
/* @end */
.smallNote {
 font-size: 11px;
 color: #999999;
 font-style: italic;
 }
 
.formLabel {
 background-color: #eee;
 }

.requiredField {
 font-weight: bold;
 }
.missingField {
 font-weight: bold;
 color: #FF0000;
 }
.contentHeaderCell {
 background-color: #ddd;
 color: #000;
 font-weight: bold;
 }
.contentListCell {
 background-color: #EEEEEE;
 color: #000000;
 }
.contentListCellAlt1 {
 background-color: #ddd;
 color: #000000;
 }
.contentListCellAlt2 {
 background-color: #fff;
 color: #000000;
 }
.alternate1 {
 background-color: #fff;
 color: #000000;
 }
.alternate2 {
 background-color: #eee;
 color: #000000;
 }
.alternate3 {
  background-color: #FFF;
  border:2px solid #ddd;
  color: #000000;
}
.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 #ff8a00;
}
.as_errorInput {
  border: 1px solid #ff8a00;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }
/* amiller 2009-0228 */ 
h3 {
	color: #ff8a00;
}


/* @end */