body, td
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}

table
{
	font-size: 12px;
	text-align: left;
}

a
{
	text-decoration: none;
	color: #089208;
}

a:hover
{
	text-decoration: underline;
}

input, textarea
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
}

b, strong, .label, h1, h2, h3, h4, h5, h6
{
	color: #008e00;
	font-weight: bold;
	font-family: inherit;
}

h1
{
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 14px;
}

h2
{
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

h3
{
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	font-style: italic;
}

img.regionMap
{
	margin: auto;
	border: 0px;
}

#siteSearch
{
	margin: 0px auto;
	text-align: center;
	width: 400px;
	padding: 10px;
}

#siteSearch a, #headerCenter a
{
	font-size: 14px;
	font-weight: bold;
}

#siteSearch #searchText
{
	width: 300px;
}

#siteSearch #searchBoxLinks
{
	width: 400px;
}

#searchBoxLinks
{
	margin: auto;
	text-align: center;
}

#footerContainer
{
	clear: both;
	width: 780px;
	margin: 10px auto 0px auto;
	text-align: left;
	padding-top: 10px;
}

#footer
{
	clear: both;
}

#copyright
{
	float: left;
}

#sectionLinks
{
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #089208;
}

#googleSearch
{
	text-align: center;
	width: 780px;
}

#googleSearch img
{
	border: 0px;
	width: 84px;
	height: 37px;
}

#googleSearch input
{
	position: relative;
	top: -10px;
}

#content
{
	border-top: 3px solid #7fc67f;
	margin: 0px auto;
	width: 780px;
	min-height: 450px;
	text-align: left;
	_height: 450px;
}

#header
{
	margin: 0px auto;
	width: 780px;
	height: 102px;
	border-bottom: 5px solid #090;
}

#headerLeft
{
	float: left;
	width: 234px;
	height: 102px;
	text-align: center;
}

#headerLeft img
{
	border: 0px;
}

#headerCenter
{
	float: left;
	width: 313px;
	height: 102px;
	text-align: center;
}

#headerCenter #searchText
{
	width: 200px
}

#headerCenter #searchBoxLinks
{
	width: 100%;
}

#headerRight
{
	float: left;
	width: 220px;
	height: 102px;
	text-align: right;
}

#mapContainer
{
	text-align: center;
	width: 780px;
	margin: 0px auto;
}

#mapContainer img
{
	border: 0px;
}

#profileImageContainer
{
	width: 259px;
	min-height: 330px;
	float: right;
	_height: 330px;
}

div.profileImage
{
	margin-left: 10px;
	width: 110px; 
	height: 110px; 
	float: left; 
	text-align: center;
}

img.profileImage
{
	border: 1px solid #008e00;
}

#console
{
	width: 780px;
	min-height: 400px;
	_height: 400px;
	margin: 0px auto;
}

#consoleLeftColumn
{
	float: left;
	width: 190px;
	min-height: 390px;
	height: 100%;
	_height: 400px;
	/*border-right: 1px solid black; */
	padding: 5px;
}

#consoleMainColumn
{
	width: 565px;
	min-height: 400px;
	_height: 400px;
	float: left;
	padding: 5px;
}

.alignCenter
{
	text-align: center;
}

#rdeeLogo
{
	width: 80px;
	float: right;
	margin-top: 20px;
}

#rdeeLogo img, #cccrLogo img
{
	border: 0px;
}

ul.folderList, ul.linkList
{
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
}

div.portalImagePreview
{
	float: left;
	width: 110px;
	height: 150px;
	text-align: center;
}

span.portalImagePreview
{
	margin-top: 10px;
	display: block;
}


.formStep, .selectedFormStep
{
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 25px;
	margin-left: 5px;
	padding: 10px;
	cursor: pointer;
	/* font-weight: bold; */
}

.formStep
{
	background-image: url( ../../Images/otherStep.gif );
}

.selectedFormStep
{
	background-image: url( ../../Images/currentStep.gif );
	color: white;
}

/* Profile Admin Environment */

#profileConsole
{
	border: 1px solid #008e00;
	/* border-top: 0px; */
	padding: 8px;
	padding-top: 0px;
	clear: both;
	width: 780px;
	margin: auto;
	min-height: 300px;
	_height: 300px;
}

label
{
	float: left;
	padding-right: 5px;
}

div.row
{
	padding-bottom: 3px;
}

div.value
{
	font-style: italic;
}

/* Steps used for the profile creation */

#stepContainer
{
	width: 780px;
	margin: auto;
	margin-top: 10px;
}

div.profileStepSelected, div.profileStep
{
	float: left;
	padding: 2px 5px;
	border: 1px solid white;
	border-bottom: none;
	margin-top: 1px;
}

div.profileStep a
{
	color: white;
}

div.profileStep
{
	background-color: #008e00;
}

div.profileStepSelected
{
	border-color: #008e00;
}

div.profileStepSelected a
{
	font-weight: bold;
}

#profileConsole #profileImageContainer
{
	float: none;
	margin: auto;
}

textarea
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}

/* Create Profile Fields */

div.question
{
	padding-top: 15px;
	padding-bottom: 7px;
	line-height: 1.25;
	clear: both;
}

div.field
{
	padding-bottom: 10px;
}

div.stepNav
{
	text-align: right;
	padding-top: 5px;
	clear: both;
}

input.button, input.text, input.text.weekdayTime, select, input.password
{
	border: 1px solid #008e00;
	background-color: white;
	color: #008e00;
	font-size: 11px;
}

div.weekday
{
	float: left;
	margin-right: 6px;
	border: 1px solid #CCC;
	padding: 3px;
	text-align: right;
}

div.weekday div
{
	padding-bottom: 2px;
}

div.weekday div.weekdayName
{
	text-align: center;
	padding-bottom: 10px;
	font-style: italic;
}

input.text.weekdayTime
{
	width: 35px;
}

.areaOfExpertise
{
	float: left;
	width: 33%;
	line-height: 1.25;
	margin-bottom: 3px;
	font-size: 9px;
}

#weekdays
{
	margin-top: 5px;
}

textarea.direction, textarea.description
{
	width: 500px;
	height: 100px;
	border: 1px solid #008e00;
}

#regionMap
{
	text-align: center;
}

ul.communityreach, ul.employeenum, ul.chambers
{
	list-style: none;
}



#virtuo
{
	text-align: center;
	clear:both;
	padding-top: 40px;
	color: #999;
}

#virtuo a
{
	color: #339;
}


