/* article pages stylesheet --------------------------------------*/

.headerLinks {
	float: left;
}

.headerLinks li {
	display: inline;
	font-weight: bold
}

/*------- related jobs -------------*/

#relatedJobs {
	width: 130px;
	margin: 0px 0px 15px 20px;
	text-align: left;
	font-size: 11px;
	background: #A3C7C6 url("../images/more_relatedjobs.gif") bottom left no-repeat;
}

#relatedJobs h2 {
	background: #6B9E9D;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}

#relatedJobs ul {
	list-style-type: none;
	padding: 5px 0px 0px 0px;
	margin: 0px;	
	border-right: solid 1px #6B9E9D;
	border-left: solid 1px #6B9E9D;
}

#relatedJobs li {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

#relatedJobs li a, #relatedJobs li a:visited {
	color: #000000;
}

#relatedJobs a:hover {
	color: #516363
}

#relatedJobs .more {
	display: block;
	padding: 2px 0px 5px 6px
}

/*---------- related events ------------*/

#relatedEvents {
	width: 130px;
	padding: 0px;
	margin: 0px 0px 15px 20px;
	text-align: left;
	font-size: 11px;
}

#relatedEvents h2 {
	background: url("../images/background_relatedevents.gif") no-repeat;
	text-indent: -1000em;
	height: 22px
}

#relatedEvents ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none
}

#relatedEvents ul li {
	padding: 0 0 5px 0;
	margin: 0px
}

#relatedEvents li a, #relatedEvents li a:visited {
	color: #000000;
}

#relatedEvents li a:hover {
	color: #ff0000
}

#relatedEvents .more {
	display: block;
	padding-top: 2px
}

/*---------- directory ------------*/

#directory {
	width: 130px;
	padding: 0px;
	margin: 0px 0px 15px 20px;
	text-align: left;
	font-size: 11px;
}

#directory h2 {
	background: url("../images/background_directory.gif") no-repeat;
	text-indent: -1000em;
	height: 22px
}

#directory p {
	padding: 0px;
	margin: 0px 0px 5px 0px
}

#directory ul {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	list-style-type: none
}

#directory ul li {
	padding: 0px;
	margin: 0px
}

#categories select {
	width: 125px
}


/* article detail page ----------------------------------------------------*/

#articleImage {
	float: left;
	padding: 17px 10px 10px 0px
}

p.first {
	margin-top: 12px
}

#comments {
	margin-top: 40px;
	margin-bottom: 15px
}

#comments h2 {
	background: url("../images/background_comments.gif") no-repeat;
	padding: 16px 0px 0px 54px;
	margin: 0px
}

#comments dt {
	font-weight: bold;
	padding-top: 15px
}

#comments dd {
	border-bottom: solid 1px #DAD8D8;
	padding: 0px 0px 15px 0px;
	margin: 0px
}

#comments dd p {
	padding: 0px;
	margin: 0px;
	color: #9D9D9D
}

#addComment {
	width: 460px
}

.legacyimage
{
	padding: 0px 5px 5px 5px;
}

/* article listing page ...............................................*/

.articleList {
	background: url("../images/divider.gif") repeat-y;
	background-position: 313px 0px;
	margin-bottom: 10px;
	padding-top: 10px
}

.mainArticleImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/*border: 1px solid #000000*/
}

#mainArticles h2 {
	font-weight: bold;
	line-height: 1em;
	font-family: 'Trebuchet MS', Arial;
	font-weight: normal;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background: #ffffff;
}

#mainArticles {
	float: left;
	width: 300px;
}

#mainArticles h3 a, #subArticles h3 a {
	color: #000000
}

#mainArticles h3 a:hover, #subArticles h3 a:hover, #mainArticles h2 a:hover {
	color: #ff0000
}

#subArticles {
	float: right;
	width: 145px;
	margin-top: -15px;
}

/*---------------- sub directory listing page ----------------*/

.articleListing {
	padding-bottom:30px;
	padding-top: 10px
}
.ImportedThumbnail
{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;	
}