/* Block level formatting */

body, html {
	background-color: #2f6691;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #555555;
	min-width: 900px;
}

div#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #F3F3F3;
	border-left: 2px solid #353A3C;
	border-right: 2px solid #353A3C;
}

div#header {
	background-image: url("../images/header-background.png");
	height: 132px;
}

div#content {
	padding-left: 10px;
	padding-right: 10px;
	height: 1%;
}

#left-column {
	width: 200px;
	text-align:center;
	float:left;
}

#right-column {
	width: 680px;
	float:right;
}

form#search > span {
	display: block;
	width: 225px;
	float: left;
}

form#search input[type=text] {
	border: 2px solid #989EA2;
	font-size: 1.1em;
	width: 75%;
	padding: 3px;
}

form#search label {
	font-size: 0.7em;
	margin-top: 5px;
	display:block;
}

ul#active_communities_list {
	clear:both;
	margin: 0;
	padding: 0;
}

ul#active_communities_list li {
	list-style: none;
/*	display:inline;*/
	margin: 0.8em;
}

ul#active_communities_list li > a {
	text-decoration: underline;
	font-weight: bold;
}

div#footer {
	clear:both;
	background-color: #fff;
	border-top: 2px solid #989EA2;
	padding-bottom: 60px;
/*	height: 1%;*/
}

div#byline {
	width: 680px;
	float:left;
	text-align:center;
	background-color: #fff;
	padding-top: 1em;
}

p.job-listing {
	margin: 1em;
/*  clear:left;*/
}

a.listing-map-marker {
	float:left; 
	margin-right: 1em;
}

a.listing-map-marker img {
	border: 0;
}

div#job-search-results {
	clear:both;
	margin-top:7em;
}

div#map {
	height: 400px;
	width: 400px;
}

div#map-container {
	position: relative; 
	float: right; 
	width: 400px; 
	margin-left: 20px;
}

div#map-toggle-link {
	text-align:right;
}

div#pagination-links {
	margin: 0 auto;
	text-align:center;
}

/* Image */

div#left-column img {
	border: 2px solid #999;
	margin: 1em 0 ;
}

#j4r-logo {
	border: 0;
	margin-left: 1em;
	margin-top: 40px;
}

#post-a-job {
	margin: 0 auto;
	border: 0;
}

#bclc-logo {
	margin-left: 10px;
	width: 95px;
	height: 50px;
	float:left;
	background-color: #fff;
}

#ibm-logo {
	margin-right: 10px;
	width: 98px;
	height: 40px;
	float:right;
	background-color: #fff;
}

/* fonts */

#content h1 {
	color: #000;
}

#content h2 {
	color: #296492;
	font-size: 1.2em;
}

#content h3 {
	color: #CA304A;
	font-size: 1.1em;
}

#content p {
	font-size: 0.8em;
	color: #555555;
}

div.horizontal-rule {
	background-image: url('../images/dotted-horizontal-rule.png');
	background-repeat: repeat-x;
	height: 5px;
}

div#pagination-links {
	font-size: 1.2em;
	font-weight: bold;
}

div#footer {
	color: #555555;
	font-size: 0.7em;
	
}

div#map-toggle-link {
	font-size: 0.5em;
}

div#map-toggle-link a {
  text-decoration: none;
	color: #000;
	text-align:right; 
}

a > img {
	border: 0;
}