html {
	width: 100%;
	height: 100%;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
}

body {
	margin: 0px;
	padding: 0px;
	background: #646667;
}

#footer {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 8pt;
	padding: 0 0 4px 0;
}

#container {
  min-height: 600px;
	margin: 5px auto;
	border: 7px solid #d6ceb6;
	width: 907px;
	background: #404040;
	color: #fff;
}

#header {
	width: 100%;
	height: 89px;
}

#content {
	float: left;
	width: 723px;
}

#menu-left {
	float: left;
	width: 160px;
	margin: 0 14px 0 10px;
	display: inline;
}

#menu-left ul li {
	width: 160px;
	height: auto; /* 40px;*/
	background: url('../images/menu.gif') no-repeat;
	line-height: 40px;
	margin-bottom: 7px;
}

.menu-left-content {
	width: 140px;
	padding: 4px 10px;
	background: #262626;
 }

#menu-top {
	float: left;
	width: 723px;
	height: 40px;
	background: url('../images/menu-top.gif') no-repeat;
	z-index: 1000;
}

#menu-top ul li {
  width: auto;
	float: left;
	padding: 0;
	line-height: 40px;
}

#menu-top a {
  display: block;
  width: auto;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0 15px;
	color: #fff;
}

#menu-top ul li ul li a {
  width: 180px;
  }

/* new */
#menu-top li ul {
	position: absolute;
	width: 210px;
	padding: 0;
	margin: 0;
	left: -999em;
	background: #262626;
}

#menu-top li:hover ul, #menu-top li.sfhover ul {
	left: auto;
	margin: 0;
	z-index: 1000;
}
/* new */

/* This stops the sticky menu problem */
#menu-top li:hover, #menu-top li.hover {
	position: static;
}

#menu-top ul li ul li:hover {
  background: #202020;
  }

#menu-left a.tophead {
	color: #fff;
	font-style: italic;
	height: 40px;
	width: 140px;
	padding: 0 10px;
	display: block;
}

#menu-top a:hover, #menu-left a:hover, #cms-output a {
	color: #908Fb6;
}

#menu-left ul, #menu-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#banner {
	display: inline;
	width: 100%;
	height: 210px;
	z-index: -1;
}

#agencies {
	float: left;
	width: 723px;
	height: 100px;
	margin: 5px 0 0 0;
}

#agencies img {
	margin-right: 3px;
}

#cms-output {
	float: left;
	background: #262626;
	width: 639px;
	margin: 5px 4px 5px 0;
	padding: 7px 40px;
	overflow: auto;
	background: url('../images/gradient.gif') no-repeat;
	height: 476px;
}

#cms-output h1, h2, h3, h4, h5, h6 {
	font-style: italic;
}

#cms-output h1 {
	margin-bottom: 4px;
}

#cms-output li {
  padding-bottom: 10px;
}

.form_list {
  width: 100%;
  background: none;
}

#block1 form ul li, #block2 form ul li, #block3 form ul li {
  width: 100%;
  background: none;
  padding: 0;
  margin: 4px 0;
  line-height: 100%;
  }

.accreditation {
	width: 100%;
	background: #262626;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.menu_unsel {
	line-height: 20px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	float: left;
	background: url("/images/menubutton-off.jpg");
	background-repeat: no-repeat;
}

.menu_unsel:hover {
	color: #ffffff;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	float: left;
	background: url("/images/menubutton-rollover.jpg");
	background-repeat: no-repeat;
}

.menu_sel {
	color: #333333;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	float: left;
	background: url("/images/menubutton-on.jpg");
	background-repeat: no-repeat;
}

p {
	font-size: 9pt;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

a {
	color: #fed17b;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: 0px;
}

.required {
	color: #ffffff;
}

.field_title {
	font-size: 8pt;
	width: 200px;
	vertical-align: middle;
}

.field_input {
	font-size: 8pt;
	padding-bottom: 12px;
}

.captcha {
  font-size: 8pt;
  width: 200px;
}

.textfield {
	font-size: 8pt;
	width: 200px;
}

.textarea {
	font-size: 8pt;
	width: 200px;
	height: 50px;
}

.field_heading {
	font-size: 8pt;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}

.select {
  /* width: 140px; */
	font-size: 8pt;
}

.checkbox_label {
	font-size: 8pt;
	cursor: pointer;
}

.radio_label {
	font-size: 8pt;
	cursor: pointer;
}

.email {
	font-size: 8pt;
	width: 200px;
}

.form_frame {
	width: 340px;
	float: left;
}

.form_row {
	width: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
	font-size: 10pt;
}

.form_left {
	width: 120px;
	float: left;
	text-align: right;
	font-size: 10pt;
	margin-top: 3px;
}

.form_right {
	margin-left: 10px;
	width: auto;
	float: left;
	text-align: left;
	font-size: 10pt;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	padding: 10px;
	margin: 0px 5px 5px 5px;
}

input.newsubmit {
  background: url('../images/submit.jpg') no-repeat center top ;
  width: 85px;
  height: 32px;
  border: 0;
  cursor: pointer;
}

/* Date picker */


table.jCalendar {
	z-index: 1000;
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

.shift-form input {
	width: 120px;
	margin: 0 4px 4px 0;
}

#field65, #field70 {
	width: 360px;
	height: 120px;
	overflow: scroll;
}

.shift-form .checkbox {
	width: 50px;
	}