/*all styles required for forms on site*/

ul.form {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.form li {
	margin: 0 0 3px 0;
	padding: 0;
	display: block;
  background: none;
}

ul.form li label {
	display: -moz-inline-box;
	display: inline-block;
	width: 135px;
	color: #333;
	vertical-align: top;
}

ul.form li label em {
	color: #afbd21;
}

ul.form li input,
ul.form li textarea {
	width: 349px;
	border: 1px solid #a5acb2;
	background-color: #f6f6f6;
}

ul.form li input.hidden {
  display: none;
}

#directors li input {
  width: 400px;
}

ul.form li select {
	width: 351px;
	border: 1px solid #a5acb2;
	background-color: #f6f6f6;
}

ul.form li a.clear {
  float: right;
  margin: 5px 9px 0 0;
  height: 28px;
  width: 94px;
  background: url("../images/button_clear.jpg") no-repeat top left;
}

ul.form li a.send {
  float: right;
  margin-top: 5px;
  height: 28px;
  width: 94px;
  background: url("../images/button_send.jpg") no-repeat top left;
}

.inlineCalendar {
  float: left;
  margin: 3px 3px 3px 0;
}

ul.form li a.submit {
  float: right;
  margin-top: 5px;
  height: 28px;
  width: 94px;
  background: url("../images/button_submit.jpg") no-repeat top left;
}

a.filter {
  float: left;
  height: 28px;
  width: 94px;
  background: url("../images/button_filter.jpg") no-repeat top left;
}

a.filter:hover,
ul.form li a:hover {
  background-position: bottom left;
}

a.filter span,
ul.form li a span {
  display: none;
}

ul.contactHolder {
	margin: 0;
        padding: 0;
        list-style-type: none;
        border-bottom: 1px solid #dfdfdf;
	width: 486px;
}

ul.contactHolder li {
margin: 0;
padding: 0;
display: inline;
}

.h {
	display: block;
}

.h a {
	color: #333;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.a {
	background: #fafafa url("../images/bg_contact_ring.jpg") no-repeat top right;
	border: 2px solid #e5e5e5;
	padding: 8px 5px;
	margin-bottom: 2px;
}

.parent.open .h,
.parent.closed:hover .h {
	background: #fafafa url("../images/bg_contact_pane_open.gif") no-repeat top right;
	border-left: 1px solid #E5E5E5;
}

.parent.closed .h {
	background: #fafafa url("../images/bg_contact_pane_closed.gif") no-repeat top right;
	border-left: 1px solid #E5E5E5;
}

.parent.open .a {
	display: block;
}

.parent.closed .a {
	display: none;
}

.outerLogin {
	background: url("../images/bg_outer_login.gif") no-repeat top right;
        padding: 34px 0 0 24px;
        margin-top: -40px;
        width: 463px;
}

.innerLogin {
	background: url("../images/bg_login_panel.gif") no-repeat top right;
	border: 1px solid #ebebeb;
}

.outerLogin p {
  padding: 10px 0 0 30px;
  font-weight: bold;
  margin: 0;
}

.innerLogin p {
  padding: 10px 0 0 100px;
  margin: 0;
}

.innerLogin p a {
  color: #005db5;
  font-weight: normal;
}

.innerLogin p a:hover {
  color: #afbe13;
}

ul.loginForm {
	padding: 18px 0 15px 30px;
	margin: 0;
	list-style-type: none;
	float: left;
}

ul.loginForm li {
	margin: 0;
	padding: 0 0 4px 0;
	display: block;
}

ul.loginForm li label {
	display: -moz-inline-box;
	display: inline-block;
	width: 100px;
	color: #333;
	vertical-align: top;
}

ul.loginForm li input {
	width: 200px;
	border: 1px solid #a5acb2;
	background-color: #fff;
}

a.loginButton {
        margin: 37px 0 0 10px;
	float: left;
	width: 50px;
	height: 28px;
	background: url("../images/button_login.gif") no-repeat top left;
}

a.loginButton:hover {
	background-position: top right;
}

a.loginButton span {
	display: none;
}


table.location .ap-data {
  font-weight: bold;
}

table.location .ap-data a {
  color: #005db5;
}

table.location .ap-data a:hover {
  color: #afbe13;
}