body{
	background:#81A0BF url('../images/body_bg.jpg') repeat-x;
	font:70% Verdana, Arial, Helvetica, sans-serif;
	font-family:Tahoma;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#2688C9;
	border:none;
}
a:hover{
	color:#000;
}

ul{
	padding:0px 20px;
}
h3{
	font-size:120%;
	color:#628706;
	padding:6px;
	margin:0px;
	border-bottom:2px solid #ccc;
}
.title{
	padding:6px;
	margin:-8px;
	border-bottom:2px solid green;
	float:left;
}
.clear-all{
clear:both;
}

#body_container{
	width:880px;
	margin:auto;
	background:#fff;
	margin-top:25px;
	padding:10px;
	border:1px solid #ccc;
}
#logo{
	float:left;
	width:239px;
}
#primary_links{
	background:url('../images/tabs_bg.jpg');
	border:1px solid #ccc;
	height:14px;
	padding:8px 9px 9px 9px;
	float:right;
	text-align:center;
	margin-top:5px;
	color:#666;
}
#primary_links a{
	color:#2688C9;
	font-size:90%;
	padding:4px;
	font-weight:bold;
}
#primary_links a:hover{
	color:#333;
}

#home_banner{
	background:url('../images/final_homepage_banner.jpg') no-repeat;
	height:220px;
	width:900px;
	margin:10px -10px;
}

#top_banner{
	margin:10px -10px;
}
.box{
	border:1px solid #7193C3;
	width:230px;
	padding:10px;
	margin-bottom:10px;
}

.box_top_border{
	border-top:5px solid #D1DFEC;
	margin:-10px -10px 10px -10px;
}
.box_header{
	font-weight:bold;
	font-size:120%;
}
#left_column{
	float:left;
	width:260px;
}
#left_column a{
	color:#2C475A;
}
#left_column a:hover{
	color:#0099CC;
}

#right_column{
	float:right;
	width:620px;
	text-align:justify;
}
.padded{
	padding:10px;
}

#home_tab_box{
	background:url('../images/home_box_gradient.jpg');
	height:151px;
	width:100%;
	border:1px solid #ddd;
}

#footer{
	margin:auto;
	width:890px;
	padding:5px;
}
#footer a{
	color:#333;
	padding:5px;
}
#footer a:hover{
	color:#2688C9;
}
#footer_links{
	float:left;
	width:600px;
}

#copyright_message{
	float:right;
	width:280px;
	text-align:right;
}

#content_wrapper{
	min-height:300px;
}
.read-more-link{
	text-align:right;
}

.job_post_title{
	font-weight:bold;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:5px;
	background:#f7f7f7;
}