body {
	background-color: #5C5B5B;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px 0 40px;
}

a:link,a:visited{
	color: red;
	text-decoration: none;
}

a:hover{
	color: #555;
	text-decoration: underline;
}

#light {
	width: 960px;
	height: 54px;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/header_flare.jpg);
	background-repeat: no-repeat;
	z-index: 999;
}

.container_12 {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 960px;
}

.container_16 {
	font-weight: normal;
	font-size: 0.85em;
	color: #cdcdcd;
}

.header {
	height: 179px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#anim {
	position: absolute;
	top: 0px;
	left:50%; 
	margin-left:-480px;
	width: 960px;
	z-index: 1000;
}

.slide{
	width: 960px;
	position: relative;
	top: 20px;
}

.slide li{
	right: 0px;
	list-style: none;
}

.menu {
	font-size: 0.85em;
}

.content {
	font-family: tahoma;
	font-size: 0.85em;
	color: #888;
	padding-top: 25px;
}

.content h1 {
	margin: 10px 0px 10px 10px;
	padding: 0px;
	border-bottom: 1px solid #eee;
}

.content p {
	padding-left: 10px;
}

.content p img {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 5px 0 0;
	background-color: #fff;
	float: left;
}

.title {
	font-weight: bold;
}

.leftborder {
	border-left: 1px solid #eee;
	padding-left: 5px;
}

.bottomborder {
	border-bottom: 1px solid #eee;
}

.address {
	text-align: right;
}

.copyright a:link,.copyright a:visited{
        color: #eee;
        text-decoration: none
}

.copyright a:hover{
       color: #ccc;
       text-decoration: underline;
}

#message p{
	padding: 0;
	margin: 0;
}

blockquote {
	font-family: arial;
	display: block;
	padding: 0 60px;
	width: 63%
}

blockquote:before, blockquote:after {
	color: #ccc;
	display: block;
	font-size: 700%;
	width: 50px;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.45em;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -30px;
	margin-left: 75%;
}

#joblist li{
	padding: 5px;
	border-bottom: 1px solid #eee;
}