#mainfeature {
	border: none;
	height: auto;
	clear: both;
}

#left-col {
	width: 541px;
	float: left;
	text-align: left;
}

#right-col {
	width: 313px;
	float: right;
	text-align: left;
}

/* Contact Page */
#contact-details {
	width: 283px;
	height: 307px;
	background: url(../images/contact-details-bg.jpg) top left no-repeat;
	margin-bottom: 10px;
	color: #000;
	font-size: 13px;
	line-height: 1.2em;
	overflow: hidden;
	padding: 15px 15px 0 15px;
} 

#contact-details a,
#contact-details span {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#contact-details a:hover {
	text-decoration: underline;
}

#contact-details p {
	padding: 0;
	margin: 0 0 14px 0;
}

#contact-details p.small-text {
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	margin-right: 10px;
}

#twitter,
#twitter * {
	cursor: pointer;
}

#twitter {
	display: block;
	width: 298px;
	height:	91px;
	background: url(../images/twitter-bg.jpg) top left no-repeat;
	text-decoration: none;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
}

#twitter .info {
	display: block;
	color: #000067;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	padding: 14px 0 3px 0;
}

#twitter img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	background: transparent;
}

#twitter .link {
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
}

#twitter:hover .link {
	text-decoration: underline;
}

#contact-form {
	width: 313px;
	height: 245px;
	background: url(../images/contact-form-bg.jpg) top left no-repeat;
	margin-bottom: 10px;
}

#newsletter-form {
	width: 313px;
	height: 105px;
	background: url(../images/newsletter-form-bg.jpg) top left no-repeat;
	margin-bottom: 10px;
}

#contact-form form,
#newsletter-form form {
	padding: 13px 15px 0 15px;
}

#contact-form h3,
#newsletter-form h3 {
	color: #fff;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

#contact-form .std-input,
#contact-form textarea,
#newsletter-form .std-input,
#newsletter-form .short-input {
	font-size: 13px;
	line-height: 1.2em;
	color: #000;
	font-family: Arial, sans-serif !important;
	background-color: #fff !important;
	border: none !important;
	margin: 0 0 5px 0;
	padding: 4px;
	width: 275px;
}

#contact-form textarea {
	height: 68px;
	margin-bottom: 10px;
}

#newsletter-form .short-input {
	width: 198px;
}

#contact-form .submit-button,
#newsletter-form .submit-button {
	width: 77px;
	float: right;
}

#contact-form .submit-button input,
#newsletter-form .submit-button input {
	display: none;
}

#contact-form .submit-button a,
#newsletter-form .submit-button a {
	display: block;
	width: 77px;
	height: 23px;
	background: #000067 url(../images/form-button.jpg) bottom left no-repeat;
	color: #fff ;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
	text-align: left;
	margin: 0;
	text-indent: 7px;
	text-decoration: none;
}

#contact-form .submit-button a:hover,
#newsletter-form .submit-button a:hover {
	text-decoration: underline;
}

#marketing-checkbox {
	float: left;
	width: 190px;
	position: relative;
	top: -1px; left: 0;
}

#marketing-checkbox input {
	position: absolute;
	top: 0; left: 0;
}

#marketing-checkbox label {
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	display: block;
	position: absolute;
	top: 0; left: 25px;
	width: 160px;
}

#jobs-box {
	width: 283px;
	height: 127px;
	background: url(../images/jobs-box-bg.jpg) top left no-repeat;
	margin-bottom: 10px;
	padding: 15px 15px 0 15px;
	font-size: 13px;
	line-height: 1.2em;
	color: #000;
}

#jobs-box h3 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
	color: #ff9900;
}

#jobs-box a {
	color: #808080;
	text-decoration: none;
}

#jobs-box a:hover {
	text-decoration: underline;
}

#jobs-box p {
	padding: 0;
	margin: 4px 0 12px 0;
}

#jobs-box ul {
	padding: 0;
	margin: 0;
}

#jobs-box li {
	padding-left: 1px;
	list-style-position: inside;
}

#jobs-box li.title {
	font-weight: bold;
	list-style: none;
	padding: 0 0 4px 0;
}

#google-map {
	width: 541px;
	height: 541px;
}

.dark-blue-lrg,
.light-blue-lrg {
	display: block;
	width: 541px;
	height: 30px;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-decoration: none;
	text-indent: 10px;
	margin-top: 6px;
	cursor: pointer;
}

.dark-blue-lrg { background-image: url(../images/dark-blue-lrg.jpg); background-color: #010066; }
.light-blue-lrg { background-image: url(../images/light-blue-lrg.jpg); background-color: #0066cb; }

.dark-blue-lrg:hover,
.light-blue-lrg:hover {
	text-decoration: underline;
}

.light-blue-sml {
	display: block;
	width: 531px;
	height: 24px;
	background: #cce1f6 url(../images/light-blue-sml.jpg) top left no-repeat;
	color: #0066cb !important;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	overflow: hidden;
	text-decoration: none;
	text-indent: 10px;
	margin-top: 6px;
}

.light-blue-sml:hover {
	text-decoration: underline;
}

#written-directions a.selected {
	background-position: bottom left;
}

#written-directions {
	padding: 0 0 15px 10px;
	display: none;
}

#written-directions h2 {
	padding: 15px 0 5px 0;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	color: #80b2e5;
}

#written-directions .direction-info ul {
	padding: 0;
	margin: 10px 0 10px 10px;
}

#written-directions .direction-info li {
	list-style: none;
	color: #666;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
	width: 486px;
}