﻿#Main1Col
{
	float:left;
	background:#fff url(images/header_740.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 740px;
	margin: 10px 5px 5px 10px;
	padding: 40px 5px 5px 5px;	
	}

ul.rssFeedView
{

}

li.rssItem
{

}
li.rssItemAlt
{

}



.footerText
{
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
}
/*
 * Form Containers Start
 *
 * Wrapping appropriate form elements such as labels, inputs
 * buttons etc in the following classes will ensure that 
 * floats and padding can be applied as required.
 */
.formWrapper {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
fieldset {
	border: none;
	margin: 0 0 20px 0;
	padding: 8px 8px 0 8px;
}
fieldset.legend {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
fieldset.legend {
	font-weight: bold;
}
.formField
{
    /* wraps every form field 'set' of label, field & errors */
    /* Added to easy clearing */
    clear: both;
    padding: 0;
}
.formLabel,
.formInputText,
.formInputSelect,
.formInputRadio,
.formInputCheckbox,
.formInputButton
{
    padding: 0 3px 3px 0;
}
.formLabel {
	width: 150px;
	float: left;
	text-align: right;
}
.formField.radio .formLabel,
.formField.checkbox .formLabel
{
	width: auto;
	float: none;
	text-align: left;
}
.formInputText input {
	width: 300px;
}
textarea {
	width: 300px;
	height: 100px;
}
.formInputRadio,
.formInputCheckbox
{
	float: left;
	width: 15px;
	padding-top: 2px;
}
.formInputCheckbox {
	padding-top: 0;
}
.formErrorMsg {
	clear: both;
	padding-left: 155px;
}
.formErrorMsg p {
	font-weight: bold;
	color: #c00;
	margin-bottom: 10px;
}
.radio .formErrorMsg,
.checkbox .formErrorMsg 
{
	padding-left: 20px;
}
span.required {
	color: #c00;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 5px;
}
fieldset.submit .formInputButton {
	float: right;
}
.formInputButton.submit input {
	background-color: #566C10;
	border: 1px solid #000;
	color: #fff;
}
.formInputButton.submit input.disabled {
	background-color: #efefef;
	border: 1px solid #ccc;
	color: #999;
}
.formInputButton.reset input {
	background-color: #FFBF00;
	border: 1px solid #000;
	color: #000;
}
.formInputButton.reset {
	padding-right: 10px;
}
/*
 * Form Containers End
 */


/* float clearing for IE7 */
*+html .clearfix,
*+html #wrapper,
*+html #topnavmain,
*+html #topnavmain ul,
*+html #SideBar,
*+html #SideBar ul,
*+html .formField,
*+html dl.twoColDL,
*+html .contentBorder,
*+html .tablinks,
*+html .skipProjects
{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after,
#wrapper:after,
#SideBar:afer,
.formField:after,
dl.twoColDL:after,
.contentBorder:after,
.tablinks:after,
.skipProjects:after
{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}