@CHARSET "ISO-8859-1";
/* Side Nav */
.sideNav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 240px;
	position: relative;
}

iframe {
	float: left;
	height: 530px;
	width: 721px;
	padding: 0;
	margin: 0;
	border: 0;
}

.sideNav span {
  display: none;
  position: absolute;
}

.sideNav a {
  display: block;
  text-indent: -9000%;
  position: absolute;
  outline: none;
  width: 240px;
  height: 30px;
}

.sideNav a:hover,
.sideNav .selected a {
  background-position: left bottom;
}

.sideNav a:hover span,
.sideNav .selected a span {
  display: block;
}

/* Page Content */
#bodyContent {
	border: 1px solid #58595B;
	color: #4E4E4E;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	min-height:530px;
	position:relative;
	text-align: justify;
	text-decoration: none;
	top:-8px;
	width:961px;
	display: inline-block;
}

#htmlSidebar {
	float:left;
	min-height:530px;
	width: 240px;
	height: 100%;
	display: inline-block;
}

#bodyContent a,
#bodyContent a:hover{
	color: #9c5F0e;
	text-decoration: underline;	
}

#htmlContent img {
	float:left;
	padding: 0 19px 19px 0;
	display: inline-block;
}

.sideNav {
	height: 530px;
}

#htmlContent, 
#flashContainer {
	float:right;
	min-height:530px;
	background: url( images/content_background.jpg );
	display: inline-block;
}


#flashContainer {
	width: 720px;
}

#flashWrapper, #htmlContent {
	float:right;
	width: 720px;
	border-left: 1px solid #58595B;
	display: inline-block;
}

#htmlContent {
	width: 682px;
	padding: 19px;
	min-height: 492px;
	height:auto !important; /* Firefox, Safari, IE7, etc */
	height: 492px; /* IE6 */
}

/* Form Content */
.formItem {
	clear: left;
	margin: 5px 5px 5px 0;
}

.formRow .formItem{
	float:left;
	clear:none;
	display: inline-block;
}

.itemLabel{
	color: #9c5F0e;
	font-weight: bold;
}

.formRow {
	clear:left;
}

.radioButton .itemLabel,
.checkbox .itemLabel {
	color: #4E4E4E;
}

.formItem .checkboxLabel {
	display:inline;
}

select {
	width: 200px;
}

.message {
	clear: both;
}

.topHeading {
	padding-top: 0;
	margin-top: 0;
}