html ul.tabs li.active, html ul.tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	/*border-bottom: 3px solid #fff; --Makes the active tab look like it's connected with its content--*/
border-bottom: none;
	/*height: 64px; <-- Active tab height*/
height: 50px;
	background-image: none;
}
html ul.tabs li.active {
	border: 3px solid #1f823b;
	border-bottom: none;
}
ul.tabs li.active a {
	color: #1f823b;
	background-image: none;
}
.map {
	width: 615px !important;
	border: 0 solid #007FB0;
	overflow: hidden;
	padding: 10px 0 0 10px;
}
.map-image {
	float: left;
	margin-right: 7px;
}
.content-main {
	margin-top: -17px;
}
.tab_content {
	padding: 10px 10px 0 0;
	margin-bottom: 10px;
	display: inline;
*margin-top: -450px; /* ie7 specific */
}
.image-right {
	float: right;
	clear: right;
	padding: 0 0 0 15;
}
#content p {
	font-size: 12px;
}
.list-items > li {
	font-size: 12px;
	margin: 0 10px 10px 20px;
	list-style-image: url("/media/campaigns/situation-vacant/arrow.gif");
}
h2.box-h2 {
	font-size: 15px;
	color: #003366;
	padding-top: 15px;
}
.text-bottom {
	clear: both;
	margin-top: 5px;
}
.ul-indent {
	float: right;
	width: 230px;
}
.cta-btn {
	margin-top: 5px;
}
.video {
	float: right;
	margin: 0 10px 10px 10px;
}
.search-label {
	font-size: 12px;
}
/* FONT */
body, div, dl, dt, dd, ul, ol, li, pre, code, form, p, blockquote, th, td {
	font-family: arial, helvetica, sans-serif;
}
/* REMOVES URL AFTER LINK */
#content a:after {
	content: none;
}