body {
	/*padding: 50px 0 0 0;*/
	background-color: #fff;
	font: 12px arial;
	line-height: 18px;
}

a {
	color: #562964;
}
a:hover {
	color:#993399;
}

#wrapper {
	width: 972px;
	margin: 0 auto;
	height: 100%;
}
#contentContainer {
	background: #fff url(/images/bg/shadow.back.gif) bottom left repeat-y;
	width: 972px;
	/*position: fixed;*/
	bottom: 0;
}
	#content {
		width: 961px;
		margin: 0 auto;
		padding: 0 0 60px 0;
		position: relative;
	}
	#header ul {
		display: block;
		background-color: #000;
		height: 27px;
		padding: 10px 0 0 18px;
	}
	#header ul li, #header ul li * {
		float: left;
	}
	#header ul li span{
		text-indent: -9999px;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
	#header ul li strong{
		width: 26px;
		height: 27px;
		line-height: 15px;
		text-align: center;
		color: #fff;
	}
	#subContent{
		width: 972px;
		height: 750px;
		background: url(/images/bg/sub.content.bg.gif) top left no-repeat;
	}

/*admin specific*/
.admin#subContent {
	background: url(/images/bg/sub.admin.bg.png) top left no-repeat;
	}
		#colLeft {
			width: 229px;
			padding: 0 0 0 10px;
			float: left;
		}
.admin #colLeft ul {
	margin: 0 0 0 15px;
}
.admin #colLeft ul li strong{
	margin: 0 0 0 -15px;
	padding: 20px 0 0 0;
	display: block;
}
			#colLeft .featurePics {
				background: url(/images/bg/featured.pic.bg.lg.png) top left no-repeat;
				position: relative;
				padding: 16px 17px 15px 13px;
				margin: 0 0 42px 0;
				position: relative;
				left: -4px;
				top: 30px;
				min-height: 210px;
				width: 224px;
			}
			#colLeft .featCrop {
				width: 222px;
				height: 207px;
				overflow: hidden;
			}
#colLeft p.homeLink {
	position: relative;
	top: 15px;
	left: 10px;
}
	#colLeft p.homeLink a{
		background: url(/images/header/home.header.gif) top left no-repeat;
		width:44px;
		height: 12px;
		padding-left: 9999px;
	}
	#colLeft p.weOffer {
		background: url(/images/misc/ajb.blurb.gif) top left no-repeat;
		width: 217px;
		height: 48px;
		text-indent: -9999px;
	}
	
		#colMid {
			width: 396px;
			float:left;
			margin: 0 0 0 38px;
			padding: 150px 0 0 0;
		}
		#colMid h1 {
			display: block;
			height: 23px;
			text-indent: -9999px;
			margin: 0 0 10px 0;
		}
			#colMid h2 {
				font: bold 14px arial;
				display: block;
				margin: 0 0 15px 0;
				padding: 0 0 10px 0;
				border-bottom: 1px solid #000;	
			}
			#colMid p {
				margin: 0 0 15px 0;
			}
			.admin #colMid p, #colMid p.list{
				padding: 0 0 15px 0;
				margin: 0 0 15px 0;
				border-bottom: 1px solid #ccc;
				font-weight: bold;
			}
				.admin #colMid p em {
					font-weight: normal;
					margin: 0 0 0 5px;
				}
				#forMat fieldset {
				  display: block;
				  margin: 0 0 4px 0;
				  
				}
					#forMat fieldset label {
					  font: bold 11px;
					  margin: 0 0 0 0;
					  width: 43px;
					  float: left;
					  line-height: 20px;
					}
					#forMat fieldset textarea {
					  height: 150px;
					  width: 300px;
					  float: right;
					}
					#forMat fieldset input {
					  width: 300px;
					  float: right;
					}
					#forMat fieldset .pword {
					  width: 307px;
					}
		#colRight {
			background-color: #ececec;
			width: 214px;
			float: left;
			padding: 0 10px;
			margin: 0 0 0 54px;
			
		}
		#colRight h3 {
			background: url(/images/header/latest.news.header.gif) 0 15px no-repeat;
			width: 122px;
			height: 15px;
			text-indent: -9999px;
			margin: 0 0 5px 0;
			padding: 20px 0 0 0;
			/*border-top: 1px solid #666;*/
		}
			#colRight p {
				margin: 0 0 20px 0;
			}
				#colRight span {
					color:# a0a0a0;
					display: block;
					margin: 0 0 0 0;
				}
				#colRight strong {
					
				}
/*Forms*/
			fieldset label {
			  font: bold 11px;
			  margin: 0 0 0 0;
			  width: 80px;
			  float: left;
			  line-height: 20px;
			}
			fieldset select {
			  width: 120px;
			  float:left;
			}
			.errorBox {
				color: #ff0000;
			}
			.errorBox p {font-weight: bold;}
			.errorBox ul {margin: 0 0 30px 20px;}
				.errorBox ul li {
					margin: auto;
					list-style: disc;
				}
			.fieldWithErrors input {background-color: #efefef;}
/*Footer*/

#footer {
	height: 30px;
	background-color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
	width: 521px;
	right: 5px;
}
	#footer img {
		float: left;
		margin: 0 20px 0 0;
		position: relative;
		top: 5px;
	}