@charset "UTF-8";
/* 
Title:     French Paper Co. - subpage.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/
#primaryContent {
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}

/* Registration Form
============================================================================*/
#leftColumn {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 110px;
}
#leftColumn p {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: .85em;
}
#leftColumn ul {
	list-style:inherit;
	margin: 0;
	padding: 0;
	font-size: .85em;
}
#leftColumn li {
	list-style: none;
	margin: 0;
	padding: 3px 6px;
	background: url(../images/li-bullet.gif) no-repeat 0 14%;
}
#rightColumn {
	float: right;
	width: 589px;
}
#regForm thead th {
	margin: 0;
	padding: 10px;
	color: #fff;
	background: #666;
}
#regForm thead p {
	margin: 0;
	padding: 0;
	font-size: .75em;
	text-align: left;
}
#regForm thead strong {
	font-size: .95em;
}
#regForm thead #col1 {
	background: #666 url(../images/thead-bg.gif) repeat-y top left;
}
#regForm td {
	padding: 0 5px;
	font-size: .75em;
	background-color: #eeeeee;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
}
#regForm .textfield {
	width: 245px;
}

/* Elements Page
============================================================================*/
#contentHeader {
	float: left;
	margin: 0;
	padding: 10px 5px 5px 5px !important;
	padding: 5px 5px 10px 5px;
	width: 698px;
	display: block;
}
#contentHeader ul {
	list-style: none;
}
#contentHeader li {
	list-style: none;
	display: inline;
}
#contentHeader a:hover {
	color: #666;
	text-decoration: none;
}
#csa-logo {
	float: left;
}
#restrictions {
	float: right;
}
#contentHeader #description {
	clear: both;
	float: left;
	font-size: .85em;
	font-weight: bold;
	width: 100%;
}
#elementsWrap {
	float: left;
	width: 709px;
	border-top: 3px solid #000;
	border-bottom: 2px solid #000;
}
.bannerContainer {
	float: left;
	margin: 0;
	padding: 6px 0;
	width: 100%;
	border-bottom: 1px solid #000;
}
.bannerDescription {
	float: left;
	margin: 0;
	padding: 2px 5px;
	width: 150px;
}
.bannerDescription h3 {
	margin: 0;
	padding: 2px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.bannerDescription p {
	margin: 0;
	padding: 0;
	font-size: .75em;
}
.bannerImage {
	float: right;
	width: 538px;
}
#otherUses {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%
}
#otherUses p {
	color: #333;
	padding: 0 5px;
}
#otherUses span {
	color: #000;
}

/* Contest Banner
============================================================================*/
#contestBanner {
	float: left;
	margin-top: 0px;
	width: 709px;
}
