@charset "utf-8";
/* CSS Document */

.containerTop {
	background:url(../images/layout/container-top.png) no-repeat;
	width:847px;
	height:24px;
	font-size:0;
}

.containerMiddle {
	background:url(../images/layout/container-middle.png) repeat-y;
	width:832px;
}

.containerBottom {
	background:url(../images/layout/container-bottom.png) no-repeat;
	width:847px;
	height:24px;
}

.containerMiddle h3,
.containerMiddle2 h3 {
	margin-top:0;
	color:#ca6a0f;
	font-size:23px;
	border-bottom:#f4dfc4 solid 2px;
} 

.containerMiddle,
.containerMiddle2 {
	padding: 0 15px;
}

.containerMiddle ul {
	margin:2px 0 0 18px;
	padding-bottom:15px;
}

.containerMiddle li {
	margin:0;
	padding:0;
}


.containerTop2 {
	background:url(../images/layout/container-top-2.png) no-repeat;
	width:568px;
	height:24px;
	font-size:0;
}

.containerMiddle2 {
	background:url(../images/layout/container-middle-2.png) repeat-y;
	width:568px;
	height:100%;
}

.containerBottom2 {
	background:url(../images/layout/container-bottom-2.png) no-repeat;
	width:568px;
	height:24px;
}

.featuredText {
	font-weight:bold;
	color:#7f7f7f;
}

form {
margin:0;
padding:0;
}

label {
	color:#FFFFFF;
}

.textField {
	border:1px solid #9f9f9f;
	height:18px;
	width:169px;
	padding-top:7px;
	color:#c4161c;
}

.submit {
	font-weight:bold;
	margin-top:5px;
	color:#666666;
}

.formButton {
/*	height:36px;*/
}

.columnA {
	width:470px;
	float:left;
}

.columnB {
	width:319px;
	float:left;
}

.imageContainer {
	padding-left:2px;
}


