/* CSS Document */

body {
	background:url(../images/body_bg2.png) repeat-x #fff;
	margin:0px auto 0 auto;
	text-align:center;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#434343;
}
p {
	font-size:12px;
}
a {
	color:#996633;
}
a img {
	border:0;
}
h1 {
	font-size:20px;
	font-weight:normal;
	width:99%;
	margin:5px;
}
h3 {
	font-size:13px;
	margin:5px 0 0 0;
}
h4 {
	font-size:13px;
	margin:0 9px;
}
.news_entry {
	width:90%;
	margin:auto;
}
.news_entry .meta {
	color:#666666;
	font-size:.7em;
	text-align:right;
}

blockquote {
	width:314px;
	height:84px;
	margin:5px auto;
	padding:5px;
	padding-right:10px;
	overflow:auto;
	font-size:11px;

}
#main_wrap {
	text-align:left;
	width:770px;
	height:500px;
	margin:auto;
}
html>body #main_wrap {
	min-height:500px;
	height:auto;
}
#container {
	/*height:381px;*/
	padding-top:32px;	
}
#main_container {
	/*margin:0 17px;*/
	margin:auto;
	width:736px;
	height:420px;
	position:relative;
}
html>body #main_container {
	min-height:420px;
	height:auto;
}
#foot {
	height:92px;
	margin-top:0;
	position:relative;
}
#main_logo img {
	margin-top:12px;
	margin-left:25px;
}
#nav {
	position:absolute;
	left:260px;
	z-index:100

}
#nav a {
	display:block;
	float:left;
	width:80px;
	height:29px;
	color:#635648;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	padding-top:6px;
}
#nav a:hover {
	text-decoration:underline;
}
#copyright {
	font-size:.75em;
	color:#878787;	
	margin-top:8px;
	z-index:120;
}
#copyright a {
	color:#996633;
}
.clearer {
	clear:both;
	font-size:1px;
}
#left_content {
	width:48%;	
	height:100%;
	
}
#right_content {
	position:absolute;
	right:0;
}
#image_holder {
	width:350px;
	text-align:center;
	padding-top:5px;
}
#image_holder img {
	margin:auto;
	border:1px solid #ddd;
}
.justify {
	text-align:justify;
}
.careers_table {
	
	}
.careers_table td {
	border-top:1px solid #888;
	border-bottom:1px solid #999;
	}	