@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
	border:none;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font-size:70%; */
	/* Tip: Treat this as 10pt. */
	line-height: 1.0em;
}

p	{ margin:10px 0; }

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	/*line-height: 1em;*/
}

h1
{
	font-size:1.4em;
	color:#2D9AD3;
	font-weight:normal;
	line-height:1.2em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1#main
{
	font-size: 2.0em;
	color:#666666;
	font-weight:normal;
	line-height:1.2em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
  margin:5px 0;
}

h2
{
	font-size:1.4em;
	color:#68CA35;
	font-weight:normal;
	/* Who commented this out? :) */
	line-height:1.2em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h3
{
	font-size:1.3em;
	color:#2D9AD3;
	font-weight:bold; /* Changed 20080416 */
	line-height:1.2em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin:10px 0px;
}


.clearBoth
{
	clear:both;
}

#page
{
	width:858px;
	margin:0px auto;
	/* Added to give margin/padding as per design - SK20080409	*/
	margin-bottom: 20px;
}

#menu
{
	width:858px;
}

#menu .menuItem
{
	float:left;
	padding:0;
}

#leftColumn
{
	/*	width:250px;
	Changed to give padding as per design - SK20080409	*/
	width: 235px;
	float: left;
	padding: 0;
	margin: 0;
}

.imageWithBorder
{
	margin-top: 1em;
	padding:2px;
	border:1px solid #CDCDCF;
}

.newsItem img
{
	padding:2px;
	margin:10px 0px;
	border:1px solid #CDCDCF;
}

#content
{
	/* Added to give margin/padding as per design - SK20080409	*/
	margin-top: 10px;
	font-size:1.1em;
	line-height:1.2em;
	color:#8C8C8C;
	margin-bottom:10px;
}
.newsItem .newsHeader
{
	background-image:url(../img/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:2px 0px 2px 15px;
	font-weight:bold;
}

.newsItem .newsReadMore
{
	width:100%;
	text-align:right;
}
#rightColumn a, .newsItem .newsReadMore a
{
	font-weight:normal; /* Changed 20080416 - swap bold/normal for links and h3's */
	color:#2D9AD3;
}

#rightColumn
{
	border-left:1px solid #CDCDCD;
	padding-left:25px;
	width:580px;
	float:right;
	margin-bottom:30px;
}

#rightColumn ul
{
	width:560px;
	margin-left:17px;
	list-style-type:circle;
}

#rightColumn ul li
{
	width:170px;
	float:left;
	list-style-type: disc;
	display: inline-block;
	list-style-type: none;
	padding-left: 15px;
	background:url(/img/grey-bullet.gif) 0px 0.3em no-repeat;
}


#rightColumn ul:after{
	content: ".";
	display: block;
	clear:left;
}

#footer
{
	width:858px;
	height:9px;
	background-color:#68CA35;
}

#footerCopy,
#footerCopy a
{
	color:#676767;
	text-decoration:none;
	margin-top:10px;
	margin-bottom: 10px; /* Change 20080416 */
}
#rightColumn .normalList ul
{
        width:560px;
        margin-left:17px;
        list-style-type:circle;
}

#rightColumn  .normalList ul li, #rightColumn .newsItem ul li
{
        width:auto;
        float: none;
        list-style-type: disc;
        display: block;
        padding-left: 15px;

}
#rightColumn .normalList ul,#rightColumn .newsItem ul
{
        width:560px;
        margin-left:17px;
        list-style-type:circle;
}

#rightColumn  .normalList ul li, #rightColumn .newsItem ul li
{
        width:auto;
        float: none;
        list-style-type: disc;
        display: block;
        padding-left: 15px
}