﻿/* 
	the colour pallette to be used is as follows: 

	maroon:  		r130 	g36 	b51
	light blue: 	r179 	g200 	b230
	blue:			r42		g110	b187

*/



.imageBanner{
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 3px;
}
.imageLeft{
	float: left;
	width: 720px;
	height: auto;
	margin: 0;
}

.imageRight{
	float: left;
	width: 230px;
	height: auto;
}

/* CSS Control the text withint the content*/
.middleContent{
	width: 513px;
	float: left;
	margin-bottom:2px;
}
.middleContentFull{
	width: 950px;
	float: left;
	margin-bottom:2px;
}


.middleContentFull h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	color:rgb(130,36,51);
}


.middleContentNoRightNav{
	width: 713px;
	float: right;
	margin-bottom:2px;
}


.middleContentNoRightNav h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	color:rgb(130,36,51);
}

.middleContentNoLeftNav{
	width: 713px;
	float: left;
	margin-bottom:10px;
}


.middleContentNoLeftNav h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	color:rgb(130,36,51);
}


.middleContentR{
	width: 730px;
	float:left;
	left:0px;
}

/*Make some space after the title*/
.contentText{
	margin-top:15px;
}
/* Adjust the unorder list format, make space the same as <p> */
.contentText ul{
	margin-left:20px;
	line-height:18px;
}

/* Adjust the order list format, make space the same as <p> */
.contentText ol{
	margin-left:23px;
	line-height:18px;
}

.contextText a{
	text-decoration:none;
}

.contextText a:hover{
	text-decoration:underline;
}
/* Make some spaces for pathways images*/
.pathways{
	margin-top:20px;
}


.newsletterArchive
{
	clear: both;
	padding: 1emb 5px 1em 8px;
	background-color: #FFFFFF;
	margin: 1em 5px 1em 8px;
}

.newsletterArchive ul
{
	height: auto;
	overflow: hidden;
}

.newsletterArchive ul li
{
	width: 50%;
	float: left;
	padding:8px 0 5px 0;
	margin-bottom: 1em;
}

.policyStyle
{
	clear: both;
	padding: 0;
	background-color: #FFFFFF;
	margin: 0;
}

.policyStyle ul
{
	height: auto;
	padding:0;
	margin:0;
	overflow: hidden;
}

.policyStyle ul li
{
	width: 80%;
	float: left;
	padding: 2px 15px 2px 0;
	margin-bottom: 1em;
}



.middleContent h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	color:rgb(130,36,51);
}


.middleContent h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;	
}



/*****************RIGHT BAR ************************************/
.rightNav
{
	position:relative;
	width: 210px;
	float:right;
	margin-bottom:2px;
	margin-left:10px;
	top:-25px;
}

.rightNav ul#sidebar
{
	width: 210px;
	margin: 0;
	padding: 0;
}
.rightNav ul#sidebar li
{
	background-color: rgb(42,110,187);
	margin-bottom: 3px;
	padding: 6px;
	height: auto;
	overflow: hidden;
	
/*	background-color: #669FCE; */
	color: #FFF;

}
.rightNav ul#sidebar li img
{
	float: right;
	margin: -6px -6px -6px 6px;
}
.rightNav ul#sidebar li h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}


.rightNav ul#sidebar li a,
.rightNav ul#sidebar li h3
{
	color: #FFF;
}
.rightNav ul#sidebar li.light{	
	background-color: #D9E7F3;
	margin-bottom: 4px;
}

.rightNav ul#sidebar li.light *
{
	color: rgb(130,36,51);
}

.rightNav ul#sidebar li p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:lighter;
	padding-left:0px;
	margin-left:1px;
	margin-bottom:0.7px;
	margin-top:0.7px;
}


.news_list{
	margin-top: 2em;
}

.news_list dl
{
}

.news_list dl dt
{
	
}

.news_list dl dd
{
	margin-top: 0.5em;
	margin-bottom: 2em;
	height: auto;
	overflow: hidden;
}

.news_list dl dd p
{
	margin: 0;
}

.news_list dl dd img
{
	float: right;
	margin: 0 0 1em 1em;
}

.news_list dl dd p em
{
	font-size: 0.8334em;
}



