/* J Peck Styles */

body {
	background: url(img/bkg.jpg) repeat-x #FFEACE;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	line-height: 1.4em;
}

p {
	font-size: 110%;
	margin: 8px 0;
}

img {
	border: 0
}

a:link {
	color: #CA0016;
}

a:visited {
	color: #3D1208
}

a:hover {
	background-color: #FFF1DF;
	text-decoration: none
}

/* Structural Styles */

#mainContainer {
	width: 770px;
	margin: 0 auto;
	position: relative;
}

/* Header Styles */

#header {
	background: url(img/header_bkg.jpg) no-repeat;
	width: 770px;
	height: 172px;
	position: relative;
}

#logo {
	background: url(img/logo.png) no-repeat;
	position: absolute;
	left: 325px;
	top: 20px;
	width: 120px;
	height: 157px;
	margin: 0;
	padding: 0;
	z-index: 1000
}

#logo span {
	display: none	
}

#printLogo {
	display: none;
}

#loginForm {
	position: absolute;
	top: 150px;
	left: 106px;
	width: 170px;
	height: 130px;
	z-index: 1000;
	background: url(img/login_bkg.jpg) bottom repeat-x #FFEACE;
	font-family: georgia, times, serif;
	padding: 10px 15px 10px 15px;
	font-size: 85%;
	voice-family: "\"}\""; 
  voice-family:inherit;
  width:140px;
  height: 110px;
  border: 1px solid #360F06
}

#loginForm input { 
	margin-bottom: 5px;
	font-family: georgia, times, serif;
}

#textField {
	width: 125px;
	border: 1px solid red
}

#ribbon {
	position: absolute;
	top: 148px;
	display: block;
	background: url(img/ribbon_bkg.png) no-repeat;
	height: 53px;
	width: 770px;
	z-index: 5
}

/* Home Template Styles */

#homeFlash {
	position: relative;
	left: 30px;
	bottom: 5px;
	width: 711px;
	height: 433px;
	z-index: 10
}

#bannerLink {
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	background: url(img/flash_alt_img.jpg) no-repeat;
	width: 711px;
	height: 316px;
	z-index: 6;
}

#bannerLink span {
	display: none
}

#homeContent {
	float: right;
	position: relative;
	right: 42px;
	width: 504px;
	background: url(img/home_content_bkg.jpg) repeat-y;
	padding: 5px 20px 0 20px;
	voice-family: "\"}\""; 
  voice-family:inherit;
  width: 464px;
  margin-top: 9px;
}

#homeContent p {
	font-size: 130%;
	margin: 0 0 12px 0;
	line-height: 1.3em
}

#contentFoot {
	display: block;
	position: relative;
	left: -20px;
	background: url(img/home_content_foot.jpg) no-repeat;
	width: 504px;
	height: 34px;
}

#contentCap {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/home_content_cap.jpg) no-repeat;
	width: 504px;
	height: 6px;
}

#navColumn {
	float: left;
	position: relative;
	left: 30px;
	width: 191px;
}

#signUp {
	background: url(img/sign_up_bkg.jpg) no-repeat;
	width: 191px;
	height: 256px;
	margin-top: 10px;
	font-family: georgia, times, serif;
	line-height: 1.7em;
	position: relative;
}

#signUp form {
	position: absolute;
	top: 47px;
	left: 38px;
}

#signUp input {
	width: 128px;
	padding: 2px;
	voice-family: "\"}\""; 
  voice-family:inherit;
  font-size: 90%;
  width: 124px;
  color: #401408
}

#signUpBtn {
	background: url(img/sign_up_btn.jpg) no-repeat;
	width: 104px;
	height: 29px;
	padding: 0;
	margin: 10px 0 0 0;
	border: none
}

#signUpBtn:hover {
	background: url(img/sign_up_btn.jpg) no-repeat 0 -29px;
	cursor: pointer;
}

/* Interior Styles */

#innerContent {
	float: right;
	position: relative;
	right: 42px;
	width: 504px;
	background: url(img/inner_content_bkg.jpg) repeat-y;
	padding: 5px 20px 0 20px;
	voice-family: "\"}\""; 
  voice-family:inherit;
  width: 464px;
  margin-top: 9px;
}

#innerContent p {
	font-size: 130%;
	margin: 0 0 12px 0;
	line-height: 1.3em
}

#innerContent #contentFoot {
	display: block;
	position: relative;
	left: -20px;
	background: url(img/inner_content_foot.jpg) no-repeat;
	width: 504px;
	height: 34px;
}

#innerContent #contentCap {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/inner_content_cap.jpg) no-repeat;
	width: 504px;
	height: 6px;
}

#welcomeBar {
	position: absolute;
	top: 0;
	right: 45px;
	background: url(img/logout_bkg.jpg) repeat-x #3D1208;
	font-family: georgia, times, serif;
	height: 20px;
	z-index: 100;
	height: 30px;
	color: #ECDED4;
	font-size: 85%;
	padding: 0 0 0 10px;
}

#welcomeBar span {
	float: left;
	padding-top: 6px;
}

#logout {
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: url(img/logout_btn.jpg) no-repeat;
	width: 94px;
	height: 30px
}

#logout:hover {
	background: url(img/logout_btn.jpg) no-repeat 0 -30px;
}

#innerBanner {
	position: relative;
	top: 10px;
	left: 29px;
}

/* Interior 2 col template */

#leftCol {
	width: 220px;
	float: left;
	padding-bottom: 15px
}

#rightCol {
	width: 220px;
	float: right;
	padding-bottom: 15px
}

/* Footer Styles */

#footer {
	width: 100%;
	background: url(img/footer_bkg.jpg) repeat-x center top;
	height: 110px;
}

#footerWrap {
	width: 680px;
	margin: 0 auto;
	position: relative;
}

#footerWrap ul {
	position: absolute;
	top: 31px;
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0
}

#footerWrap span {
	display: none;
}

#footerWrap li {
	float: left;
}

p#copyright {
	font-family: georgia, times, serif;
	text-align: center;
	font-size: 90%;
	color: #351007;
	position: relative;
	top: 80px;
	padding-bottom: 20px;
}

p#copyright img {
	position: relative;
	top: 10px;
}

p#copyright a:hover {
	background-color: transparent !important;
}

#footerLogo {
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	background: url(img/footer_logo.jpg) no-repeat;
	width: 109px;
	height: 54px
}

#footerLogo:hover {
	background: url(img/footer_logo.jpg) no-repeat 0 -54px;
}

address {
	position: absolute;
	top: 17px;
	left: 125px;
	font-style: normal;
	font-size: 90%;
	color: #351007;
	line-height: 1.3em
}

#contact {
	display: block;
	background: url(img/contact_btn.gif) no-repeat;
	width: 99px;
	height: 18px;
}

#contact:hover {
	background: url(img/contact_btn.gif) no-repeat 0 -18px;
}

#siteMap {
	display: block;
	background: url(img/site_map_btn.gif) no-repeat;
	width: 87px;
	height: 18px;
}

#siteMap:hover {
	background: url(img/site_map_btn.gif) no-repeat 0 -18px;
}

#top {
	display: block;
	background: url(img/back_top_btn.gif) no-repeat;
	width: 103px;
	height: 18px;
}

#top:hover {
	background: url(img/back_top_btn.gif) no-repeat 0 -18px;
}

/* General Styles */
.clear {
	clear: both;
	font-size: 1px;
}

ol#results {
	font-size: 130%
}

ol#results li {
	padding-bottom: 8px;
}

/* Form Styles */

#innerContent form {
	display: inline;
	font-family: georgia, times, serif;
}

#innerContent label {
	display: block;
	width: 175px;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 6px;
	font-size: 110%;
	line-height: 1.8em;
}

#innerContent form span {
	font-family: georgia, times, serif;
	font-size: 110%;
	line-height: 1.8em;
	margin-bottom: 5px;
}

#innerContent label.required {
	font-weight: bold;
	color: #881500;
}

#innerContent form br {
	clear: left;
}

#innerContent input {
	font-family: georgia, times, serif;
	font-size: 110%;
}

#innerContent select {
	font-family: georgia, times, serif;
	font-size: 110%;
}

#innerContent textarea {
	font-family: georgia, times, serif;
	font-size: 110%;
}

/* 404 */

#errorList {
	font-size: 120%
}

/* Site Map */

#map {
	padding: 0;
	margin: 10px 20px 15px 8px;
	font-size: 120%;
	list-style-type: none
}

#map li a {
	display: block;
	font-size: 140%;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 8px 8px;
	text-decoration: none;
}

#map li a:hover {
	background-color: #FFF1DF;
	color: #3D1208
}

#map ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

#map ul li a {
	display: block;
	font-size: 140%;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 8px 8px;
	text-decoration: none;
}

#map ul ul {
	margin: 10px 20px 15px 25px;
	list-style-type: disc; 
}

#map ul ul li a {
	display: inline;
	font-size: 110%;
	border-bottom: none;
	padding: 0;
	text-decoration: underline;
}

#map ul ul li a:hover {
	background-color: #FFF1DF;
	text-decoration: none
}

/* Xstandard Styles */

.underline {
	text-decoration: underline
}

.strikethrough {
	text-decoration: line-through
}

.indent	{
	padding-left: 20px
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.imageFloatLeft {
	float: left;
	display: inline;
	padding-right: 10px
}

.imageFloatRight {
	float: right;
	display: inline;
}

.caption {
	font-size: 70%;
	color: #000;
	font-style: italic
}

.small {
	font-size: 70%;
	color: #000;
}

.callout {
	font-family: georgia, times, serif;
	color: #000;
	font-size: 140%;
	margin: 8px 0;
	padding: 0;
	font-weight: bold;
}








