/*------------------------------------------------*/
/* Page Layout */
/*------------------------------------------------*/
body, html {
  height: 100%;
	margin: 0px;
	background-position: left;
	background-repeat: repeat-y;
	background-color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
  overflow: auto;
}
fieldset {
	margin-bottom: 8px;
	padding: 8px;
	border: 1px solid #AAB1B7;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px 0px 16px 0px;
	font-size: 14pt;
	color: #27408B;
}
h2 {
	margin: 0px 0px 8px 0px;
	font-size: 11pt;
	color: #666;
}
h3 {
	margin: 0px 0px 8px 0px;
	font-size: 9pt;
}
h4 {
	margin: 0px 0px 4px 0px;
	font-size: 9pt;
	font-weight: normal;
}
hr {
	height: 1px;
	margin: 0px;
	padding: 0px;
	background-color: #AAB1B7;
	color: #AAB1B7;
}
img {
	border: 0px;
}
input {
	padding-left: 2px;
	border: 1px solid #AAB1B7;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}
input.radio {
	padding-left: 0px;
	border: none;
	background-color: transparent;
}
input.checkbox {
	padding-left: 0px;
	border: none;
	background-color: transparent;
}
legend {
	padding: 0px 8px 8px 8px;
	font-weight: bold;
	color: #000;
}
p {
	margin: 0px 0px 16px 0px;
}
select {
	border: 1px solid #666;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}
textarea {
	width: 99%;
	border: 1px solid #AAB1B7;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #333;
  overflow-x: hidden;
  overflow-y: scroll;
}

#container {
	width: 768px;
}

/*------------------------------------------------*/
/* Standard Links */
/*------------------------------------------------*/
a {
	color: #EEEEEE;
	text-decoration: none;
}
a:hover {
	color: #FE000C;
	text-decoration: underline;
}

/*------------------------------------------------*/
/* Logo Section */
/*------------------------------------------------*/
#logo {
	width: 768px;
	height: 96px;
	background-image: url(../../images/bkgd_solsphere.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#logo table {
	height: 100%;
}
#logo td {
	padding-left: 16px;
	text-align: left;
	vertical-align: middle;
}

/*------------------------------------------------*/
/* Global Menu Section */
/*------------------------------------------------*/
#globalMenu {
	width: 768px;
	height: 28px;
	border-top: 1px solid #AAB1B7;
}

/*------------------------------------------------*/
/* Media Section */
/*------------------------------------------------*/
#media {
	width: 768px;
	height: auto;
}

/*------------------------------------------------*/
/* News Section */
/*------------------------------------------------*/
#news {
	width: 768px;
	height: auto;
}
#news table {
	width: 100%;
	height: 92px;
}
#news th {
	height: 24px;
	padding-left: 16px;
	border-top: 1px solid #AAB1B7;
	border-bottom: 1px solid #AAB1B7;
	font-weight: bold;
	color: #EEE;
}
#news td {
	height: 92px;
	padding: 0px 12px 0px 16px;
	text-align: justify;
	color: #EEE;
}

/*------------------------------------------------*/
/* Main Section */
/*------------------------------------------------*/
#main {
	width: 768px;
	background-image: url(../../images/bkgd_sidebar.jpg);
	background-repeat: no-repeat;
	background-color: #D1D8DE;
}
#main td {
	vertical-align: top;
}

/*------------------------------------------------*/
/* Side Bar Section */
/*------------------------------------------------*/
#sideBar {
	width: 188px;
	margin: 57px 16px 16px 16px;
}
#sideBar table {
	width: 100%;
}
#sideBar td {
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #AAB1B7;
	text-align: left;
	color: #EEE;
}
#sideBar td.subLink {
	border-bottom: 1px dotted #AAB1B7;
}
#sideBar a {
	color: #000;
	text-decoration: none;
}
#sideBar a:hover {
	color: #666;
	text-decoration: underline;
}
#sideBar a.selected {
	color: #27408B;
	font-weight: bold;
	text-decoration: none;
}
#sideBar a:hover.selected {
	color: #27408B;
	font-weight: bold;
	text-decoration: underline;
}
#sideBar ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 4px;
	font-weight: bold;
}
#sideBar li.selected {
	list-style-image: url(../../images/arrow_list_dn_sel.gif);
}
#sideBar ul.subLink {
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 8px;
	font-weight: bold;
}
#sideBar ul.subSubLink {
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 12px;
	font-weight: normal;
}
#sideBar div.directions {
	margin-top: -4px;
	padding: 8px 0px;
	color: #000;
}
#sideBar input.directions {
	width: 156px;
}

/*------------------------------------------------*/
/* Content Section */
/*------------------------------------------------*/
#content {
	width: 516px;
	min-height: 424px;
	height: auto !important;
	height: 424px;
	margin: 0px;
	padding: 0px 16px 16px 16px;
	background-image: url(../../images/bkgd_content.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	overflow: visible !important;
}
#content table {
	width: 100%;
	height: auto;
}
#content table.noFormat {
	width: auto;
	height: auto;
}
#content table.features {
	width: 200px;
	height: auto;
	margin: 4px 16px 0px 0px;
	background-color: #FFF;
	border: 1px solid #AAB1B7;
}
#content table.listing {
	width: 516px;
	height: auto;
	margin-top: 4px;
	border-bottom: 1px solid #AAB1B7;
}
#content th {
	padding: 32px 0px 16px 0px;
	text-align: left;
	vertical-align: top;
	font-size: 14pt;
	color: #27408B;
}
#content td {
	background-repeat: no-repeat;
	text-align: justify;
	vertical-align: top;
	line-height: 16px;
	color: #000;
}
#content td.noFormat {
	text-align: left;
}
#content img.heading {
	border-bottom: 1px solid #666;
}
#content img.left {
	padding-right: 16px;
	border-bottom: none;
}
#content img.right {
	padding-left: 16px;
	border-bottom: none;
}
#content img.map {
	border: 1px solid #666;
}
#content ul {
	list-style-type: none;
	list-style-image: url(../../images/arrow_list_fwd.gif);
	padding: 0px 0px 4px 8px;
	margin: 0px 0px 4px 8px;
	text-align: left;
}
#content li {
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 4px 12px;
}
#content ul.subLink {
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 8px;
	text-align: left;
}
#content a {
	color: #36C;
	text-decoration: underline;
}
#content a:hover {
	color: #36C;
	text-decoration: underline;
}
#form table {
	width: 100%;
	height: auto;
}
#form td {
	padding-bottom: 4px;
}
#form td.formLabel {
	width: 150px;
	padding-right: 4px;
	text-align: right;
	vertical-align: middle;
}
#form input.required {
	background-color: #FF9;
}
#form select.required {
	background-color: #FF9;
}
span.required {
	color: #F00;
}

/*------------------------------------------------*/
/* Pop Up Layer Section */
/*------------------------------------------------*/
#popUpLayer {
}

#popUpLayer th {
	height: 30px;
	background-image: url(../../images/icon_titlebar.gif);
	padding-right: 6px;
	text-align: right;
}

#popUpLayer img {
	border: 2px ridge #F1EFE2;
}

#popUpLayer img.close {
	border: none;
	cursor: hand;
}

/*------------------------------------------------*/
/* Footer Section */
/*------------------------------------------------*/
#footer {
	width: 768px;
	height: 24px;
	font-size: 8pt;
	color: #EEE;
}
#footer table {
	width: 100%;
	border-top: 1px solid #AAB1B7;
}
#footer td {
	height: 24px;
	padding-left: 16px;
	text-align: left;
	vertical-align: middle;
}
#footer a {
	font-size: 8pt;
	color: #EEE;
	text-decoration: underline;
}
#footer a:hover {
	font-size: 8pt;
	color: #EEE;
	text-decoration: underline;
}