/* Input Form */
#formPosition
{
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 150px;
	top: 150px;
}

#formPos
{
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 200px;
	top: 150px;
}

form
{
	width: 500px;
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
}
.section
{
	border: solid;
	border-width: 1px;	
	padding: 0px;
	margin: 0px;
}
.section .footer
{
	clear: both;  /* FF needs this to calculate container height */
}
.hiddenFormSection
{
	display: none;
	border: solid;
	border-width: 1px;	
	padding: 0px;
	margin: 0px;
}
.sectionHead,.sectionFoot
{
 	background-color: #CCCCCC;
 	font-weight: bold;
 	text-align: center;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	height: 20px;
 	margin: 0px;
}
.previewPreamble
{
	padding: 5px;
}
.sectionFoot
{
	text-align: right;
	padding-right: 3px;
}
.formField
{
	width: 490px;
}
.formField input,textarea
{
	float: right;
	width: 290px;
	margin-right: 5px;
}
#thumb
{
	width: 345px;	
	padding-left: 5px;
}
#thumb img
{
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}
#logo
{
	width: 345px;	
	padding-left: 5px;	
}
#logo img
{
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;	
}
.formField label
{
	width: 160px;
	margin-left: 5px;
}
.radioButton
{
	margin-left: 150px;
}
#address label
{
	display: block;
	padding-bottom: 40px;
}
#adText label
{
	display: block;
	padding-bottom: 30px;
}
#classPrice
{
	width: 300px;
	float: left;
}
#classPrice input
{
	width: 100px;	
}
#classPriceType
{
	width: 185px;
	float: left;
}
#classPriceType select
{
	width: 85px;
	float: right;
}
#classPriceType label
{
	width: 100px;
}
#classAdText label
{
	display: block;
	padding-bottom: 110px;
}
#description label
{
	display: block;
	padding-bottom: 0px;
}
.listColumn
{
	float: left;
}
.listColumn ul
{
	list-style-type: none;	
}
.trail
{
	margin-left: 20px;
}

/* Ads All */
.employmentAd,.directoryAd,.classifiedAd
{
	width: 400px;
	font-size: 13px;
}

/* Employment Ad Layout */

.employmentAd
{
	border: solid;
	border-width: 1px;
	margin: 5px;
}
.employmentAd img
{
	float: left;
	margin: 5px;
}
.employmentAd p
{
	padding: 5px;
}
.employmentAd .titles
{
	width: 390px;
	_width: 388px;  /* IE hack */
	float: left;
	background-color: #C3E378;
	padding: 5px;
	text-align: center;
}
.employmentAd .titles h1,h2
{
	margin: 0px;
}
.employmentAd .titles h1
{
	font-size: 1.4em;
}
.employmentAd .titles h2
{
	font-size: 1.2em;
}
.employmentAd .footer
{
	background-color: #C3E378;
	clear: both;  /* FF needs this to calculate container height */
}

/* Directory Ad Layout */

.directoryAd
{
	border: solid;
	border-width: 1px;
	margin: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
}
.directoryAd img
{
	float: left;
	width: 150px;
}
.directoryAd address
{
	float: left;
	width: 245px;
}
.directoryAd .titles
{
	width: 400px;
	float: left;
	text-align: center;
	background-color: #C3E378;
}
.directoryAd .details
{
	padding-left: 3px;
}
.directoryAd .titles h1
{
	margin: 0px;
	font-size: 1.4em;
}
.directoryAd .titles h2
{
	margin: 0px;
	font-size: 1em;
}
.directoryAd .details address p
{
	margin: 0px;
}
.directoryAd .footer
{
	clear: both;  /* FF needs this to calculate container height */
}

/* Classified Ad Layout */

.classifiedAd
{
	height: 150px;
	border: solid;
	border-width: 1px;
	margin: 5px;
}
.imageContainer
{
	float: left;
	width: 150px;
	height: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: center;
	_margin-bottom: -3px;
}
.classifiedAd img
{
	border-width: 0px;
}
.classifiedAd .details
{
	width: 245px;
	_width: 246px;
	padding: 0px;
	float: left;
}
.classifiedAd .details h1
{
	background-color: #C3E378;
	font-size: 1.4em;
	padding-left: 3px;
	padding-bottom: 3px;
	width: 100%;
	margin: 0px;
}
.classifiedAd .details .classifiedText
{
	height: 106px;
	_height: 107px; /* IE hack */
	width: 100%;
	padding-left: 3px;
	overflow: hidden;  /* Ads are a fixed height and overflow is clipped to stop messing up rest of layout */	
}
.classifiedAd .details p
{
 	font-size: 1em;
 	margin: 0px;
}
.classifiedAd .details .contact
{
	background-color: #C3E378;
	width: 100%;
	padding-left: 3px;
	padding-bottom: 3px;
}
.classifiedAd .footer
{
	clear: both;  /* FF needs this to calculate container height */
}

/* Main container */

#screen #container #navbar2 {
	height: 500px;
	width: 130px;
	position: absolute;
	top: 165px;
	left: 0px;
}

#screen #container #left {
	position: absolute;
	height: 900px;
	width: 130px;
	background-color: #B7D1D3;
	top: 125px;
	left: 0px;
}
#screen #container #right {
	position: absolute;
	width: 130px;
	left: 670px;
	height: 900px;
	background-color: #B7D1D3;
	top: 125px;
}

#screen #container #direc_butt {
	position: absolute;
	left: 470px;
	top: 240px;
}

#screen #footer {
	background-color: #333399;
	position: absolute;
	width: 800px;
	height: 1px;
	left: 0px;
	top: 1000px;
	font-family: Arial, Helvetica, sans-serif;
}
