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;
}
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;
}

h4, h5, h6 {
	margin-top: 5px;
	margin-bottom: 3px;
}
abbr,acronym { 
	border:0;
}
a {
	color: #171717;
}

a:hover {
	color: #171717;
	text-decoration: none;
}
body {
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	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: #80895c;
	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: verdana;
	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: #80895c;
}
#content {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#subnav {
	width: 930px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	background-color: #c7c7c7;
	padding-left: 20px;
}
#subnav a:link, #subnav a:visited {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	padding-right: 20px;
	text-decoration: none;
}
#subnav a.on, #subnav a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 910px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 20px;
}
#left {
	float: left;
	border-right: 1px solid #bebebe;
	width: 200px;
	margin-right: 20px;
	padding-right: 20px;
	color: #000000;
}
#left img {
	border: 1px solid #eee
}
#right {
	float: left;
	width: 669px;
	color: #3e3e3e;
}
#right img {
	padding: 8px;
}
.header {
	padding: 3px;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	background-color: #80895c;
	margin-bottom: 3px;
}

/* @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 #80895c;
}
.as_errorInput {
  border: 1px solid #80895c;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }

/* @end */