div.picPara {
	min-height: 65px;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: left;
}

div.picPara h3 {
	margin-bottom: 0.5em;
}

div.picPara div.pic {
	float: left;
	width: 60px;
	/*height: 60px;*/
	margin-top: 0.5em;
	line-height: 1px !important;
}

/* Pic in left hand column only */
div.subBlock div.picPara div.pic {
	margin-top: 0 !important;
}

div.picPara div.pic img {
	border: 1px solid #fff;
	display: block;
	/*height: 60px;*/
}

div.picPara div.txt {
	margin-left: 75px;
}

div.picPara h3, div.featureItem h3 {
	margin: 0 !important;
}

/* PICPARA WIDE IMAGE */
div.picPara div.picWide {
	float: left;
	width: 100px;
	border: 1px solid #fff;
	margin-top: 0.5em;
	line-height: 1px !important;
}

div.picPara div.picWide img {
	width: 100px;
	display: block;
}

div.picPara div.txtWide {
	margin-left: 115px;
}

/* FEATURED ITEM */

div.featureItem {
	min-height: 135px;
	margin-bottom: 1.5em;
}

div.featureItem div.pic {
	float: left;
	width: 130px;
	/*height: 130px;*/
	border: 1px solid #fff;
	margin-top: 0.4em;
}

div.featureItem div.pic img {
	width: 130px;
	display: block;
	/*height: 130px;*/
}

div.featureItem div.txt {
	margin-left: 150px;
}

/* For news items without images: */

div.noimg {
	min-height: 0px;
}

div.noimg div.pic {
	display: none !important;
}

div.noimg div.txt {
	margin-left: 0px !important;
}

/* Main Article Page */

div.mainArticlepic {
	float: left;
	margin-right: 10px;
	margin-top: 0.5em;
	border: 1px solid #fff;
}

div.mainArticlepic img {
	display: block;
}

/* TITLE IN LEFT COLUMN */

div.subContent div.title, 
div.subBlock div.title {
	min-height: 46px;
}

div.subContent div.icon, 
div.subBlock div.icon {
	float: left;
	width: 40px;
}

div.subContent h2, 
div.subBlock h2 {
	text-transform: uppercase;
	float: left;
	margin-top: 15px;
	width: 300px;
}

/* 2 COLUMN LIST */

div.twoColList {
	
}

div.twoColList div.leftList {
	float: left;
	width: 48%;
}

div.twoColList div.rightList {
	float: left;
	width: 48%;
	margin-left: 2%;
}

div.twoColList ul li {
	
}

/* UPDATES LIST */

div.updates {
	background-image: none !important;
	padding: 0 !important;
	clear: left !important;
}

div.updates ul {
	
}

div.updates ul li {
	background-image: none !important;
	padding: 0 !important;
	clear: left !important;
}

div.updates ul li span.date {
	display: block;
	width: 5em;
	float: left;
}

div.updates ul li span.link {
	display: block;
	margin-left: 5em;
}

/* EVENTS LIST */

div.events {
	
}

div.events ul {
	
}

div.events ul li {
	background-image: none !important;
	padding: 0 !important;
	clear: left !important;
}

div.events ul li span.date {
	display: block;
	width: 5em;
	float: left;
}

div.events ul li span.where {
	display: block;
	width: 8em;
	padding-right: 2em;
	float: left;
}

div.events ul li span.link {
	display: block;
	margin-left: 15em;
	background-image: url(/images/dotGreenHori.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 0.8em;
}


/* FORMS */

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

div.errors {
	background-color: #525969;
	border: 1px solid #7b8591;
	padding: 1em;
	margin-bottom: 1em;
}

div.errors ul {
	margin: 0 !important;
}

div.row,
div.question {
	clear: both;
	padding-top: 0.5em;
}

div.row label {
	width: 15em;
	float: left;
	display: block;
	padding-top: 0.2em;
	font-weight: bold;
}

div.question label {
	padding-top: 0.2em;
	font-weight: bold;
	margin-bottom: 0.3em;
	display: block;
}

div.question div.list label {
	padding-top: 0;
	font-weight: normal;
	margin-bottom: 0 !important;
	display: inline !important;
}

div.row div.field {
	margin-left: 15em;
}

div.row div.long input,
div.row div.long select,
div.question div.long input,
div.question div.long select {
	width: 24em;
	font-size: 1.0em;
}

div.row div.long textarea,
div.question div.long textarea {
    width: 24em;
    font-size: 1.2em;
}

div.row div.mid input,
div.row div.mid select,
div.question div.mid input,
div.question div.mid select {
	width: 18em;
	font-size: 1.0em;
}

div.row div.mid textarea,
div.question div.mid textarea {
    width: 18em;
    font-size: 1.2em;
}

div.row div.short input,
div.row div.short select,
div.question div.short input,
div.question div.short select {
	width: 10em;
	font-size: 1.0em;
}

div.row div.short textarea,
div.question div.short textarea {
    width: 10em;
    font-size: 1.2em;
}

div.row div.check div.row {
	padding-top: 0.2em;
	clear: none;
	min-height: 1.6em;
}

div.row div.check input {
	float: left;
}

div.row div.check label {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-left: 2.5em;
	float: none !important;
	padding-top: 0.2em;
	width: auto;
}

div.row div.button, 
div.Atwww-CreateUserWizard-CreateUserButtonPanel {
	text-align: center;
	padding-top: 1em;
}

div.button input, 
div.Atwww-CreateUserWizard-CreateUserButtonPanel input, 
input.button {
	color: #fff;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #70a329;
	cursor: pointer;
	border-top: 1px solid #70a329;
	border-bottom: 1px solid #3b5d0b;
	border-right: 1px solid #3b5d0b;
	border-left: 1px solid #70a329;
	font-size: 0.9em;
	padding: 0.2em 0.8em 0.2em 0.8em;
}

input.button {
	margin-left: 16.5em;
}

span.asterisk {
    color: #83BC34;
    font-weight: bold;
}