body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* defaults for regular html */

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #000 url(/images/bg.jpg) top center no-repeat;
}

body#popup {
	background: #000;
	text-align: left;
}

body#print {
	background: #000;
	text-align: left;
}

h1 {
	font-size: 16pt;
	margin: 0 0 0.66em 0;
}

h2 {
	font-size: 13pt;
	margin: 0.66em 0;
}

h3 {
	font-size: 10pt;
	margin: 0.66em 0;
}

h4 {
	font-size: 10pt;
	margin: 0.66em 0;
}

p {
	margin: 0.66em 0;
	line-height: 140%;
}

a:link {
	text-decoration: underline;
	color: #8c8c8c;
}

a:visited {
	text-decoration: underline;
	color: #8c8c8c;
}

a:active {
	text-decoration: underline;
	color: #8c8c8c;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 8px 0 8px 16px;
	padding: 0;
}

code {
	font-family: courier, monospace;
	background: #222;
	color: #0c0;
	line-height: 120%;
	padding: 4px;
	display: block;
	margin: 8px 0;
}

form {
	margin: 0;
	padding: 0;
}

/* moz prevent border around flash */
object { 
	outline: none;
}

/* for clearing floating divs */
.clear {
	clear: both;
}

/* custom inline styles */

.alert {
	color: #c00;
}

.hilite {
	background: #ff6;
}

/* template structure */

#background {
}

#masthead {
  margin: 0 auto;
  width: 960px;
  height: 104px;
}

#masthead h1 {
  margin: 0 0 0 40px;
  width: 480px;
  float: left;
}

#masthead h1 a {
  margin: 12px 0 0 0;
  width: 210px;
  height: 79px;
  float: left;
  display: inline;
}

#masthead h1 a img {
  behavior: url(/images/iepngfix.htc);
}

#masthead h1 span {
  display: none;
}

#masthead h2 {
  width: 428px;
  margin: 24px 0 0 0;
  float: right;
  text-align: right;
  display: inline;/* IE6 */
  font-size: 18px;
}

#masthead h2 a {
	color: #6eb13b;
	text-decoration: none;
	font-size: 20pt;
	background: url(/images/phone-icon.png) 0 8px no-repeat;
	padding: 8px 8px 8px 32px;
}

#masthead h2 a:hover {
	color: #fff;
	background: url(/images/phone-icon.png) 0 -28px no-repeat;
}

#structure {
	margin: auto;
	width: 960px;
	position: relative;
	min-height: 580px;
}

#structure-sidebar {
	position: absolute;
	top: 32px;
	left: 0;
	width: 120px;
	z-index: 255;
}

#structure-content {
	position: absolute;
	top: 0;
	left: 48px;
	width: 912px;
	min-height: 564px;
	background: #fff;
/*	background: #a19f9f url(/images/content-bg.png) repeat-x; */
	z-index: 254;
}

#structure-content-stripe {
	display: block;
	width: 32px;
	height: 456px;
	position: absolute;
	right: 0;
	background: url(/images/structure-content-stripe-bg.png) 0 0 no-repeat;
}

#content {
	padding: 0;
	margin: 16px 32px 16px 104px;
	min-height: 456px;
	height: auto !important;/* IE6 */
	height: 456px;/* IE6 */
}

#sidenav {
	width: 120px;
	height: 346px;
	background: url(/images/sidebar-bg.png) 0 0 no-repeat;
}

#sidenav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidenav ul li {
	display: block;
	width: 120px;
	height: 80px;
	border-top: 1px solid #6d9a51;
	border-bottom: 1px solid #3c6920;
}
#sidenav ul li:hover {
	background: url(/images/alpha-15.png) 0 0 no-repeat;
}

#sidenav ul li a {
	display: block;
	color: #142f13;
	text-decoration: none;
	width: 120px;
	height: 78px;
	outline: none;
}

#sidenav ul li:first-child {
	border-top: none;
}

#sidenav ul li:last-child {
	border-bottom: none;
}

#sidenav ul li a:hover {
	color: #fff;
}

#sidenav ul li#sidenav-active a {
	color: #fff;
}

#sidenav ul li a span {
	display: block;
	padding: 32px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

/* footer */

#footer-wrap {
	margin: 0;
	padding: 0;
	width: 862px;
	margin: 24px auto 24px auto;
	text-align: center;
}

#footer {
	color: #fff;
	padding: 8px;
	background: url(/images/alpha-000-40.png);
}

#footer-fb {
	width: 324px;
	margin: auto auto 16px auto;
	background: url(/images/alpha-000-40.png);
}

#footer-fb p {
	margin: 0;
	padding: 10px 10px 0 10px;
}

/* web-app UI elements */

#controller {
	margin: 0 auto 4px auto;
	background: #ddd;
	color: #000;
	-moz-border-radius: 4px;
	padding: 2px;
}

#controller table {
	height: 32px;
	width: 100%;
}

#controller td {
	vertical-align: middle;
	padding: 2px;
}

#controller h1 {
	color: #000;
	margin: 2px 0 0;
	font-size: 10pt;
}

#controller a {
	color: #000;
}

#controller input {
	padding: 2px;
}

#controller button {
	padding: 2px;
}


#selector {
	background: #eee;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px;
}

#selector h1 {
	font-size: 10pt;
}

#selector a {
}


#selector table {
	width: 100%;
	height: 32px;
}

#selector table td {
	padding: 2px;
}

#selector select {
	padding: 4px;
}

#selector input {
	padding: 4px;
}

#selector input[type=submit] {
	padding: 2px;
}

#selector input[type=button] {
	padding: 2px;
}

/* dataset */

.dataset {
	margin: 8px 0 16px 0;
}

.dataset table {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 100%;
}

.dataset table td {
	vertical-align: middle;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

.dataset table td a {
}

.dataset table td.dataset-numeric {
	text-align: right;
}

.dataset thead td {
	border-bottom: 2px solid #999;
	font-weight: bold;
}

.dataset tfoot td {
	border-top: 1px solid #999;
}

/* formbox */

/* formbox common */

.formbox {
	margin: 0;
	padding: 0;
}

.formbox h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #000;
}

.formbox label.formbox-mandatory:before {
	content: "*";
	color: #c00;
}

.formbox label.formbox-invalid {
	display: block;
	color: #c00;
}

.formbox label.formbox-invalid:before {
	content: "";
}

.formbox input[type="button"], 
.formbox input[type="submit"] {
	padding: 4px;
}

.formbox input[type="text"], 
.formbox input[type="password"] {
	padding: 4px;
	width: 200px;
}

.formbox select {
	padding: 4px;
}

.formbox textarea {
	padding: 4px;
	width: 200px;
}

.formbox input[type="checkbox"] {
	margin: 8px 8px 0 0;
}

.formbox input[type="radio"] {
	margin: 8px 8px 0 0;
}

.formbox fieldset {
	border: 1px solid #ddd;
	margin: 8px;
	padding: 8px;
}

.formbox fieldset legend {
}

/* formbox semantic */

.formbox p {
	padding: 8px 0;
	margin: 8px 0;
	line-height: 140%;
}

.formbox>p:after {
	/* clearfix */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.formbox p>label {
	width: 40%;
	max-width: 200px;
	display: block;
	float: left;
	font-weight: bold;
	padding: 4px 0 0 0;
	margin: 0 8px 0 0;
}

.formbox label a {
	font-weight: normal;
}

/* for ul of multiple options */

.formbox ul.formbox-multiple {
	width: 200px;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

.formbox ul.formbox-multiple li {
	margin: 6px 0;
}

.formbox ul.formbox-multiple li input[type=radio] {
	 display: inline;
	 margin: 0 4px 0 0;
}

.formbox ul.formbox-multiple li input[type=checkbox] {
	 display: inline;
	 margin: 0 4px 0 0;
}

.formbox ul.formbox-multiple li label {
	display: inline;
	margin: auto;
	float: none;
	font-weight: normal;
}

/* formbox table */

.formbox table {
	width: 100%;
}

.formbox table tr td {
	vertical-align: top;
	padding: 4px;
}

.formbox table td:first-child {
	width: 200px;
}

.formbox table td p {
	padding: 4px 0;
}

/* multiple option ul */

.formbox table tr td ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.formbox table tr td ul li {
	margin: 4px 0;
	padding: 0;
}

.formbox table tr td ul li input {
	float: left;
	margin-top: 6px;
}

.formbox table tr td ul li label {
	display: inline;
	font-weight: normal;
}
