﻿/* -- Changes in default Header -- */
#globalNav {
	display: none;
}
/* -- End Changes in default Header -- */


/* -- Home page structure -- */
.HL, .HLL, .HLR, .HLRT {
	float:left;
	padding:0px;
	border: 0px;
	margin: 0px;
}

.HL img, .HLRT img {
	margin-bottom: 10px;
	border: 0px;
}

/* Home Left */
.HL {
	width: 750px;
}

/* Home Left, Left part */
.HLL {
	width: 370px;
}

/* Home Left, Right part */
.HLR {
	width: 370px;
}

/* Home Left, Right part, Teaser with no bg color */
.HLRT {
	width: 180px;
	height: 250px;
}
/* -- End of Home page structure -- */

.extra10 {
	margin-right: 10px;
}

.height283 {
	height: 283px;
}

/* -- Teasers with color -- */
.teaser {
	float: left;
	width: 180px;
	color: white;
	padding: 0px;
	margin: 0px;
}
.green { /* to use with teaser */
	/*background: #ccc68b;*/
}

.greenTop { /* to use with teaserTop */
	background: #ccc68b url("/PublishingImages/border-top_180x10_green.gif") no-repeat top left;
}

.greenBottom { /* to use with teaser */
	background: #ccc68b url("/PublishingImages/border-bottom_180x10_green.gif") no-repeat bottom left;
}

.blue { /* to use with teaser */
	background: #708ca1;
}

.teaserTop, .teaserBottom {
	padding: 10px 10px 10px 10px;
	width: 160px;
}

.teaser img {
	margin: 0px 0px 10px 0px;
	border: 0px;
}

.teaser a {
	color: white;
}

.teaser p {
	width: 160px;
}

.teaser a.bullet {
	padding-left:8px;
	background:url('/PublishingImages/bullet_white.gif') left 4px no-repeat;
}
/* -- End of teasers with color -- */

/* -- bios display -- */
.contactContainer {
	float: left;
	margin-bottom: 30px;
}

.picCol {
	clear: both;
	/*position: relative;*/
	float: left;
	width: 190px;
	text-align: left;
	padding: 0px;
}

.txtCol {
	float: left;
	/*position: relative;*/
	text-align: left;
	width: 370px;
}

.txtCol180 {
	float: left;
	/*position: relative;*/
	text-align: left;
	width: 175px;
	margin-right: 10px;
}
/* -- End of bios -- */
