/* HEADER */
@import url('header.css');

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
img {
	border: none;
}
a:active {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}

.clearer {
	font-size: 1px;
	clear: both;
}
#container {
	width: 100%;
	background: url('../images/container.png') repeat-x top left;
	padding: 40px 0;
}
#content {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#content p a {
	color: #e54527;
	text-decoration: none;
}
#content .read_more a {
	font-size: 13px;
	color: #e54527;
	display: block;
	border-top: 1px solid #dbdbdb;
	padding: 12px 0;
	margin: 12px 0 0 0;
	text-decoration: none;
}
#content .read_more a:hover {
	border-top: 1px solid #e54527;
}
#content p a:hover {
	text-decoration: underline;
}

#content .font_serif {
	font-family: Georgia, serif;
	font-size: 15px;
	color: #666;
	line-height: 1.55;
	text-align: justify;
}

#content .jobs_top {
	width: 300px;
	height: 13px;
	background: url('../images/jobs_top.png');
	font-size: 1px;
}
#content .jobs_bottom {
	width: 300px;
	height: 13px;
	background: url('../images/jobs_bottom.png');
	font-size: 1px;
}
#content .jobs {
	background: url('../images/jobs_bg.png');
	padding: 10px 23px;
}
#content .jobs p a {
	font-size: 13px;
	font-weight: bold;
}
#content .jobs h3 {
	color: #e54527;
}

.left {
	width: 335px;
	float: left;
	margin: 0 30px 0 0;
}
.left img {
	margin: 0 0 30px 0;
}
.left_frontpage {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #484848;
	line-height: 1.55;
	text-align: justify;
}
.right {
	width: 635px;
	float: left;
}
.right h3 {
	color: #484848;
	font-size: 16px;
	margin: 0 0 5px 0;
}
.right p {
	font-size: 12px;
	color: #484848;
	line-height: 1.45;
}
.right #frame {
	width: 635px;
	height: 198px;
	background: url('../images/new_branding.jpg') no-repeat top left;
	margin: 0 0 30px 0;
}

.right .right_column {
	width: 300px;
	float: left;
	text-align: justify;
}

.right .right_column table {
	width: 100%;
	margin: 0 0 10px 0;
}
.right .right_column .profile_image {
	width: 85px;
}

.right .second {
	margin: 0 0 0 35px;
	float: left;
	
}

#content .border {
	padding: 25px 0 25px 0;
	background: url('../images/border.gif') repeat-x center center;
}


#headers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 171px;
	text-align: center;
	z-index: 1;
	background: #dbdbdb;
}

#footer {
	width: 100%;
	padding: 30px 0;
	font-size: 12px;
	color: #868686;
	background: url('../images/footer.png') repeat-x top left;
}
#footer span {
	margin: 0 10px;
}
#footer a {
	color: #868686;
	border-bottom: 1px solid #868686;
	text-decoration: none;
}
#footer a:hover {
	color: #555;
	border-bottom: 1px solid #555;
}