/*  Sections  */

.section {
	background: url(../images/sectionBG.jpg) repeat-y;
	width: 100%;
}

.section h1 {
	font-size: 2em;
	color: #003366;
}

.section dd {
	background: url(../images/sectionTop.jpg) top no-repeat;
	margin: 0px;
	padding: 0px;
	min-height: 175px;
	padding: 13px 30px 0px 30px;
}

.section dt {
	background: url(../images/sectionbottom.jpg) no-repeat;
	height: 17px;
	margin: 0px;
	padding: 0px;
}

/*  Specific Sections  */

#signIn label {
	clear: left;
	float: left;
	width: 25%;
	margin: 0 0 10px 0;
	display: block;
}

#signIn input {
	clear: right;
	float:right;
	margin: 0 0 0px 0;
}

#signIn .input2 {
	clear: right;
	float:right;
	width:65%;
	margin: 0 0 0px 0;
}


#signIn .block {
	clear: right;
	float:right;
	width: 65%;
}

#signIn .block label, #signIn .block input {
	display: inline;
	float: none;
	clear: none;
	width: auto;
}

#featured ul {
	margin: 0px;
	padding: 0px;
}

#featured ul li {
	list-style-type: none;
	margin: 0 0 2px 0;
	text-transform: uppercase;
	text-align: right;
}

#featured ul li a {
	display: block;
	background: #fff url(../images/linkBG.jpg) bottom repeat-x;
	padding: 10px;
	border: 1px solid #c2cfdb;
}

#featured ul li a:hover {
	text-decoration: none;
}

#featured ul li a span {
	font-weight: bold;
	text-transform: none !important;
	color: #003366 !important;
}

#featured ul li a:hover span {
	border-bottom: 1px solid #003366;
}

#featured ul li a .icon {
	width: 42px;
	height: 42px;
	float: left;
	border: 1px solid #c2cfdb;
	margin-top: -4px;
}

.small dd {
	background: url(../images/sectionTopSmall.jpg) top no-repeat;
	min-height: 80px;
}

.noBG {
	background: none;
}

.noBG dd {
	background: none;
	min-height: 0px;
}

