/****** General layout ******/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #CCCCCC;
	font: 62.5%/1.85em Arial, Helvetica, sans-serif;
	color: #333;
	min-width: 864px;
}

#brandingBg {
	background: url(imgs/brandingBgTile.jpg) repeat-x left top;
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

#branding {
	background: url(imgs/brandingBg.jpg) no-repeat left top;
	height: 200px;
	text-indent: -7000px;
}

#container {
	background: url(imgs/mainContentBg.jpg) repeat-y left 180px;
	width: 1024px;
	margin-left: -512px;
	position: relative;
	left: 50%;
	padding-bottom: 4px;
}

#mainSidebar {
	width: 164px;
	float: left;
	margin-left: 80px;
	margin-top: 20px;
	display: inline; /* fixes double-margin bug in IE6 */
}

#mainContent {
	width: 660px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
	display: inline; /* fixes double-margin bug in IE6 */
}

/****** end of General layout ******/

/****** General styling ******/

h2, h3, h4 {
	color: #24609B;
	margin-top: 1em;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 1.95em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.4em;
}

p	{
	font-size: 1.1em;
	margin-bottom: 1em;
}

ul {
	margin-bottom: 1em;
}

li {
	font-size: 1.1em;
	list-style: none;
}

li p, li ul li {
	font-size: 1em;
}
.mailink {
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}
/****** end of General styling ******/



/****** navigation ******/

#mainNav {
	background: url(imgs/navBorderDot.jpg) repeat-y right top;
	width: 137px;
	font: 1.4em Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 12px;
	padding-right: 17px;
	text-align: right;
	font-weight: bold;
	display: inline;
}

#mainNav li {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

#mainNav .first {
	padding-top: 0;
}

#mainNav .last {
	padding-bottom: 0;
}

#mainNav a {
	color: #999;
	text-decoration: none;
	display: block;
}

#mainNav a:hover {
	color: #24609B;
}

/****** end of navigation ******/



#mainContent .firstHeadline {
	margin-top: 0;
}

#mainContent .blockHeadline {
	color: #fcfcfc;
	background-color: #24609B;
	padding: 8px 0 8px 8px;
	margin-bottom: 0;
	clear: both;
}

#mainContent #features li {
	border-top: 5px solid #24609B;
	padding-top: 14px;
	clear: both;
	width: 100%;
	/*min-height: 138px;*/
}

#mainContent #features li ul li {
	border: none;
	padding: 0;
	clear: none;
}


#mainContent #features .firstFeature {
	margin-top: 0;
	border-top: none;
}

#mainContent #features .lastFeature {
	border-bottom: 1px solid #442400;
	min-height: 138px;
}

#mainContent li h4 {
	margin-top: 0; /* reset top margin for list items */
}

#mainContent img {
	margin-top: 2px;
}

#mainContent a {
	font-weight: bold;
	text-decoration: none;
	color: #24609B;
}

#mainContent a:hover {
	color: #777;
	font-weight: bold;
}	

#mainContent .bannerPic {
	margin-bottom: 14px;
}
.picRight  {
	float: right;
	clear: right;
	margin-left: 15px;
	margin-bottom: 2px;
}
.picLeft  {
	float: left;
	clear: left;
	margin-right: 15px;
	margin-bottom: 2px;
}

#mainContent em {
	color: #442400;
}	

#subSidebar h3, #subSidebar h4, #subSidebar ul {
	text-indent: -7000px;
}

#mainContent #welcome {
	background: url(imgs/welcomePic.jpg) no-repeat left top;
	width: 660px;
	height: 352px;
	text-indent: -7000px;
	margin-bottom: 10px;
}

#mainContent .name {
	font-weight: bold;
}

#mainContent .previousFeature, #mainContent .nextFeature, #mainContent .returnToTop {
	float: left;
	font-size: 1.1em;
	padding-right: 15px;
	margin-top: 1em;
}

#clearingDiv {
	width: 100%;
	clear: both;
}
#wagmp_map_1 {
	border: 2px solid #24609B;
}


#productAd {
	background: url(imgs/Chi-Centre-Ad.jpg) no-repeat left top;
	position: absolute;
	left: 100px;
	top: 34em;
	text-indent: -7000px;
}

#productAd a {
	width: 144px;
	height: 403px;
	display: block;
	margin-top: -5em;
} 

#Footer {
	background: url(imgs/footerBg.jpg) no-repeat left top;
	width: 1024px;
	position: relative;
	left: 50%;
	margin-left: -512px;
	color: #24609B;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}

#Footer ul {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0;
}

#Footer ul li {
	display: inline;
	font-size: 1em;
}

#Footer #telAndFax li {
	padding-left: 3px;
	padding-right: 3px;
}
