@charset "utf-8";
/* CSS Document */
/* Swatches are:
	#003333 : dark bluegrey
	#427B08 dark green
	#B9CCB9 light bluegrey
	#D9D85B mustard yellow
	#666666 text grey
*/

/***** Global Settings *****/

*, html, body {
border:0;
margin:0;
padding:0;
}
body {
	background-color: #003333;
	font:0.75em arial, helvetica, sans-serif;
	color: #666;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

p, ul, ol {
	margin:0;
	padding:0 0 1em 0;
}

ul, ol {
	list-style:none;
	padding:0 0 0 2em;
}

blockquote {
	margin:22px 40px;
	padding:0;
	font-size: 1em;
}

small {
font-size:0.85em;
}

img {
	border:0;
}

sup {

}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }
.float-none 	{
	float: none;
}

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:750px;margin:0 auto; }

.img-left, .productimage 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{
	list-style:none;
	list-style-image:none;
}
#regrets {
	visibility: visible;
}
.prizeTitle {
	font-size: 1.1em;
	text-align:center;
	clear:both;
	color: #223C24;
	margin: 5px 0;
}
.border_bottom{
	border-bottom:#CCCCCC solid 1px;}
.newsPost {
	margin: 5px 10px 0 15px;
	background: no-repeat url(../images/news-banner.gif) left top;
	padding: 40px 0 5px 8px;
	position: relative;
	overflow:auto;
}
.newsPost ul, .newsPost ul li {
	position:relative;
	margin: 0;
	padding: 0;
	float: none;
}

/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

.page-container {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	border: solid 2px #fff;
	background-color:#fff;
}
/****************************/
/* SECTION 2 - HEADER BLOCK */
/****************************/

.img-header {
	clear: both;
	float: left;
	width: 750px;
	height: 186px;
	margin: 0px;
	padding: 0px;
}
/*----------------------------*/
/* 2.1 - Navigation - Level 1 */
/*----------------------------*/
.nav-container {
	width: 750px;/*	height: 29px; */
	background-color: #003333;
/*	temp remove when finished layout work *//*	background-image:url(../images/homepage_R4-full-slices_07.jpg); */
}
.nav {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0.6em;
}
.nav ul {
	float: left;
	background-color: #003333;
	width: 750px;
	margin: 0px;
	padding: 0px 0px 1px 0px;
}
.nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/* Ugly bit for IE6 bug for random added whitespace afer menus*/
		.nav li a {
	display: inline-block; /* required for IE6 bug */
}
.nav li a {
	float: left;
	display: block; /* this is what it should be */
	margin: 4px 0px 7px 0px;
	padding: 2px 5px 2px 5px;
	border-right: solid 1px #B9CCB9;
	color: #B9CCB9;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:0px;
}
.nav a:hover, .nav2 a.selected {
	color: #fff;
	text-decoration: none;
}
/*----------------------------*/
/* 2.2 - shadow line /Buffer  */
/*----------------------------*/
.buffer {
	clear: both;
	width: 750px;
	height: 7px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header-buffer.jpg);
	background-repeat: no-repeat;
}
/*----------------------------*/
/* 3 - CONTENT                */
/*----------------------------*/
/*--------------------*/
/* 3.1 - Content Area */
/*--------------------*/

/* Containers */
.content {
	/*background-color:#FFFFFF;*/
	float: left;
	width: 585px;
	margin: 0;
	padding: 0px;
}
.content-2, .content-3 {
	clear: both;
	width: 750px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.content-container {
	clear: both;
	width: 560px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.content-prime {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

/*.content-2-container {
	clear:none;
	width: 750px;
	margin: 0px 170px 0px 150px;
	padding: 0px;
}
*/
.content-2-container, .content-3-container {
	margin: 0px 170px 0px 160px;
	padding: 0px 7px;
}
.content-container-full {
	overflow: hidden;
	margin: 0px;
	padding:5px 5px;
}
.content-2-container-copy, .content-3-container-copy {
	clear: none;
	overflow: visible;
	margin: 0px;
	padding:5px 7px;
}
.content-2-container-lhs {
	overflow: hidden;
	clear:none;
	width:135px;
	padding:5px 5px;
	float:left;
	border-right:solid 1px #B9CCB9;
}
.content-container-lhs {
	overflow: hidden;
	clear:none;
	width:262px;
	padding:5px 5px;
	float:left;
}
.content-container-rhs {
	width:262px;
	padding:5px 5px;
	float: right;
	clear:none;
	overflow: hidden;
}
.content-container-lhs ul, .content-container-rhs ul {
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 12px;

}

.content-container-lhs ul li, .content-container-rhs ul li{
	color: #666666;
	margin-bottom: 0px;
	padding: 0;
	margin-top:0.3em;
	margin-left: 0px;
	font-size: 0.72em;
	line-height: 1.2em;

}

.storyList1 li {
	margin-bottom: 0px;
	margin:0.3em;
	padding: 0.3em;
	line-height: 1.2em;
	list-style-type: none;
}

.content-container-lower {
	clear: both;
	margin: 0px;
	padding:5px 5px;
}

#leftstoryimage {
	width:262px;
	height:63px;
	background-color:#FFFFFF;
	margin: 0 0 7px 0;
}
#rightstoryimage {
	width:262px;
	height:63px;
	background-color:#FFFFFF;
	margin: 0 0 7px 0;
}
.content-txtbox {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	font-size: 0.8em;
}
/* Titles */
.content-pagetitle {
	overflow: hidden;
	width: 549px;
	margin: 14px 0px 0px 0px;
	padding:5px 5px;
	color: #003333;
	line-height: 1.2em;
	font-size: 1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
}
.content-2-pagetitle, .content-3-pagetitle {
	overflow: hidden;
	width: 400px;
	margin: 14px 0px 10px 0px;
	padding:5px 5px;
	color: #427B08;
	font-weight: bold;
	line-height: 1.1em;
	font-size: 0.85em;
}
.content-title {
	margin: 0px;
	padding: 0px;
	color: #003333;
	font-weight: bold;
	font-size: 130%;
}
.content-subtitle {
	margin: 0px;
	padding: 0px;
	color: #003333;
	font-weight: bold;
	font-size: 110%;
}
/* Headings */
h1 {
	letter-spacing:-1px;
	margin: 0.1em 0px 0.1em 0px;
	font-weight: bold;
	font-size: 1.5em;
}
.content h1 {
	letter-spacing:-1px;
	padding: 10px 0px;
	margin: 0.1em 0px 0.1em 0px;
	font-weight: bold;
	font-size: 1.4em;
}
.content-2 h1, .content-3 h1 {
	margin: 0.5em 0px;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0px;
}
.content-container-lhs h1, .content-container-rhs h1 {
	font-size:1.4em;
	}
h2 {
	margin: 0.5em 0px 0.1em 0px;
	font-weight: bold;
	font-size: 100%;
}
.content-2 h2, .content-3 h2 {
	margin: 0.1em 0px 0.1em 0px;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 100%;
}
h3 {
	margin: 0.5em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 100%;
}
h4 {
	margin: 1.0em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 100%;
}
h5 {
	margin: 0px 0px 0.2em 0px;
	font-weight: bold;
	font-size: 100%;
}
h6 {
	margin: 0px 0px 0.2em 0px;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
}
/* Paragraphs */
p {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.2em;
}
p.readmore {
	margin: 1.0em 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.0em;
	font-size: 0.7em;
}
p.google-results {
	font-size: 0.7em;
	line-height: 1.0em;
}
p.quote {
	margin: 0em 30px 0.6em 30px;
	line-height: 1.1em;
	font-size: 1em;
}
p.embed {
	float: left;
	width: 120px;
	margin: 7px 7px 5px 0px;
	padding: 5px 5px 5px 5px;
	background-color: rgb(238,237,249);
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 1.0em;
}
p.embed-caption {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 0.8em;
}
/* Quote */
p.quote {
	clear: left;
	margin: 0em 30px 0.6em 30px;
	line-height: 1.2em;
	font-size: 1.1em;
}
/* Embedded emphasis */
.embed {
	float: left;
	width: 120px;
	margin: 2px 7px 2px 0px;
	padding: 5px 5px 5px 5px;
	background-color: rgb(238,237,249);
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 1.0em;
}
.embed-caption {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 0.8em;
}
/* Lists */
ul.noindent {
	margin: 0px 0px 8px 15px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
	color: #666666;
}
li {
	margin: 0 0 .25em 0;
	padding: 0px;
}
ul.indent {
	margin: 0px 0px 7px 15px;
	padding: 0px 0px 0px 15px;
	list-style-type: disc;
	font-size: 70%;
	color: #003333;
}
ol {
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 25px;
	list-style-type: decimal;
	list-style-position: outside;
}
ul.linklist-noindent {
	margin: -0.3em 0px 0.5em 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.2em;
}
ul.linklist-indent {
	margin: -0.3em 0px 0.5em 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 75%;
}
dl {
	margin: 0px;
	padding: 0px;
	font-size: 100%
}
dt {
	margin: 15px 0px 0px 7px;
	padding: 0px;
	font-size: 100%
}
dd {
	font-size: 80%;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 15px;
}

/* Tables */
.table-borderless {
	clear: none;
	margin: 0.5em 0px 0.2em 30px;
	border-collapse: collapse;
	font-size: 0.8em;
}
.table {
	clear: none;
	margin: 0.5em 0px 0.2em 30px;
	border: solid 1px lightgrey;
	border-collapse: collapse;
	font-size: 0.8em;
}
.table tr, .table-borderless tr {
	margin: 0px;
	padding: 0px;
}
.table td {
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150,150,150);
	text-align: left;
	font-size: 120%;
}
.table-borderless td {
	padding: 2px 7px 2px 7px;
	text-align: left;
	font-size: 120%;
}
.table th{
	margin: 0px;
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150,150,150);
	text-align: left;
	font-size: 120%;
}
.table-borderless th {
	margin: 0px;
	padding: 2px 7px 2px 7px;
	text-align: left;
	font-size: 120%;
}
.table-caption {
	margin: 0.5em 0px 1.0em 30px;
	padding: 0px;
	clear: both;
	text-align: left;
	font-size: 120%;
}
/* Images */
.img-negative-offset {
	clear:none;
	margin: 0px 7px 7px -143px;
	text-align: center;
	}
.img-left-noborder-bottommargin {
	float: left;
	margin: 0px 7px 7px 0px;
}
.img-left-noborder-topmargin {
	float: left;
	margin: 7px 7px 0px 0px;
}
.img-left-noborder-toprightmargin {
	float: left;
	margin: 7px 7px 0px 0px;
}
.img-left-noborder-topbottommargin {
	float: left;
	margin: 7px 7px 7px 0px;
}
.img-left-border-notopmargin {
	float: left;
	margin: 0px 7px 0px 0px;
	border: solid 1px #427B08; /*dark green */
}
.img-right-noborder-notopmargin {
	float: right;
	margin: 0px 0px 0px 10px;
}
.img-right-noborder-topmargin {
	float: right;
	margin: 3px 0px 0px 10px;
}
.img-right-border-notopmargin {
	float: right;
	margin: 0px 0px 0px 10px;
	border: solid 1px #427B08; /*dark green */
}
.img-right-border-topmargin {
	float: right;
	margin: 3px 0px 0px 10px;
	border: solid 1px #427B08; /*dark green */
}
.img-inline {
	border: none;
	vertical-align:middle;
}
.img-ctr-noborder-allmargin {
	float: none;
	text-align:center;
	margin: 7px;
	border: none;
}
.img-right-noborder-allmargin{
	float: right;
	margin: 7px 7px 7px 7px;
}
/*----------------------------*/
/* 2.5 - Navigation - Level 3 */
/*----------------------------*/
.leftnavbar {
	overflow: hidden;
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	color:#003333;
}
.leftnavbar ul {
	width: 160px;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #003333;
	background-color: #B9CCB9;
}
.leftnavbar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.leftnavbar li.title {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 2px 15px;
	background-color: #003333;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;
}
.leftnavbar li.subtitle {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 2px 15px;
	background-color: #003333;
	color: #B9CCB9;
	font-weight: bold;
	font-size: 110%;
}
.leftnavbar li a {
	display: block;
	height: auto !important;
	height: 1.7em;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px 7px 0px 15px;
	border-left: solid 1px #003333;
	text-decoration: none;
	color:#003333;
}
.leftnavbar li a:hover, .leftnavbar li a.selected {
	border-left: solid 7px #003333;
	padding: 0px 7px 0px 9px;
	color: #427B08;
	text-decoration: none;
}
/*--------------------*/
/* 6.2 - Sidebar Area */
/*--------------------*/
.sidebar {
	background-color:#D9D85B;
	color: #003333;
	overflow: hidden;
	float: right;
	width: 165px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.sidebar-maintitle {
	margin: 0px;
	padding: 0px;
	width: 165px;
	height: 114px;
	background-image:url(../images/sidebar-header.jpg);
	background-repeat:no-repeat;
}
.sidebar-txtbox {
	margin: 20px 0px 10px 3px;
	padding: 2px 10px 3px 3px;
}
.sidebar-txtbox h1 {
	color: #003333;
	margin: 0px 0px 7px 3px;
	padding: 0px;
	line-height: 1.25em;
	font-size: 110%;
	font-weight: bold;
}
.sidebar-txtbox p {
	color: #003333;
	margin: 0px 0px 5px 3px;
	padding: 0px;
	line-height: 1.25em;
	font-size: 90%;
}
.sidebar-txtbox ul{
	margin: 0;
	padding: 0;
	list-style: none;}
/*--------------------*/
/* 6.3 - Footer Area  */
/*--------------------*/
.footer {
	overflow: hidden;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #003333;
	color: #B9CCB9;
	font-size: 0.7em;
}
.footer p {
	color: #B9CCB9;
	margin: 0px;
	padding: 7px 0px 7px 0px;
	text-align: center;
	font-size: 1em;
}
/*-------------------*/
/* 6.4 - Hyperlinks  */
/*-------------------*/
.content a, .content-2 a, .content-3 a  {
	color: #427B08;
	text-decoration: none;
}
.sidebar-txtbox a, .sidebar-txtbox a:visited {
	color: #003333;
	text-decoration: none;
}
.content a:hover, .content-2 a:hover, .content-3 a:hover, .sidebar-txtbox a:hover {
	color: #666666;
	text-decoration: underline;
}
.content a:visited, .content-2 a:visited, .content-3 a:visited {
	color: #427B08;
	text-decoration: none;
}
.footer a {
	color: #B9CCB9;
	text-decoration: underline;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
/*******************************/
/* SECTION 7 - GENERIC CLASSES */
/*******************************/

/*----------------------------*/
/* 7.1 - Title decoration box */
/*----------------------------*/
.box-on {
	float: left;
	margin-right: 0.2em;
	padding: 0px 0.2em 0px 0.3em;
	border: solid 1px #003333;
}
.box-off {
	display: none;
}
/* html box-on {width: 1%;} /* IE6-Hack for min-width. Also compliant with IE7-Beta2 */ 
/*-----------------------------*/
/* 7.2 - Horizontal alignments */
/*-----------------------------*/
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
/*------------------*/
/* 7.3  Text colors */
/*------------------*/
/*	#003333 dark bluegrey
	#427B08 dark green
	#B9CCB9 light bluegrey
	#D9D85B mustard yellow
	#666666 text grey */
.txt-white {
	color: rgb(255,255,255);
}
.txt-black {
	color: rgb(0,0,0);
}
.txt-darkbluegrey {
	color: #003333;
}
.txt-lightbluegrey {
	color: #B9CCB9;
}
.txt-darkgreen {
	color: #427B08;
}
.txt-mustardyellow {
	color: #D9D85B;
}
.txt-textgrey {
	color: #666666;
}
/*-------------------------*/
/* 7.4 - Background colors */
/*-------------------------*/
.bg-white {
	background-color: #fff;
}
.bg-black {
	background-color: #000;
}
.bg-darkbluegrey {
	background-color: #003333;
}
.bg-lightbluegrey {
	background-color: #B9CCB9;
}
.bg-darkgreen {
	background-color: #427B08;
}
.bg-mustardyellow {
	background-color: #D9D85B;
}
.bg-textgrey {
	background-color: #666666;
	color: white;
}


/*****************************/
/* SECTION 8 - MISCELLANEOUS */
/*****************************/
#caption {
	position: relative;
	top: 5px;
	left: 10px;
}
.top-link {
	font-size: 0.6em;
	text-align:right;
	}
#regrets {
	padding: 0.2em;
	border: solid 1px #427B08;
	background-color: #B9CCB9;
	color: black;
	font-style:italic;
	clear: both;
	}
#vote-box {
	margin: 7px;
	padding: 0.2em;
	border: solid 1px #427B08;
	background-color: #B9CCB9;
	color: black;
	text-align:center;
	font-size: 1.2em;
	font-style:italic;
	}
#awardlogo{
	overflow:hidden;
	background-image:url(../images/award_logo.jpg);
	background-position:right;
	background-repeat:no-repeat;
	clear:none;
	text-align:left;
	font-size:2em;
	color:#FFFFFF;
	margin: 10px 0;
	padding: 20px;
	height: 45px;
	}
#awardlogo a, #awardlogo a:hover, #awardlogo a:visited {
	color:#FFFFFF;
}
#award-table {
	font-size: 0.7em;
	}
#award-table tr td {
	padding:0;
	}
/*.showcode {font-family: monospace; font-weight: bold; font-size: 13px; color: rgb(255,0,0);}
.clear {clear: both;}
.hide {display: none;}
br {clear: none;} */

/* BLOGGER STUFF */

.date-header {
	text-align:right;
	color: #B9CCB9;
	font-size:0.7em;
	padding-top:3px;
}
.post {
	clear:none;
	overflow: visible;
	padding: 5px 0;
}
.post-body {
	color: #003333;
	color:#666;
	font-size: 0.9em;
	float:left;
}
#blogfeeds {
	color: #003333;
	color:#666;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.0em;
	font-size: 0.8em;
}
.post-footer{
	text-align:right;
	clear:left;
}


/* SITEMAP */

#sitemap {
	font-size: 0.8em;
	}
#sitemap ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-left: solid 1px #003333;
	border-bottom: solid 1px #003333;
}
#sitemap li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sitemap li.title {
	display: block;
	height: auto !important;
	height: 1.2em;
	background-color:#D9D85B;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
	border-top: solid 1px #003333;
	border-left: solid 1px #003333;
	padding: 3px 5px 2px 0px;
}
#sitemap li.title a:hover, .sitemap li.title a:selected {
	border-left: solid 7px #003333;
	color: #427B08;
	text-decoration: none;
}

#sitemap li.subtitle {
	padding: 3px 5px 2px 20px;
	color: #427B08;
	background-color:#B9CCB9;
	font-weight: bold;
	font-size: 0.9em;
}
#sitemap li a {
	display: block;
	height: auto !important;
	height: 1.2em;
	line-height: 1.2em;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	font-size: 100%;
	color:#003333;
}
#sitemap li a:hover, .sitemap li a.selected {
	border-left: solid 7px #003333;
	padding: 0px 0px 0px 13px;
	line-height: 1.2em;
	color: #427B08;
	text-decoration: none;
}
.greenbutton {
	background-image: url(../images/greenbutton_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 325px;
}
.greenbutton p {
	background-image: url(../images/greenbutton_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
.greenbutton p a, .greenbutton p a:visited, .greenbutton p a:hover {
	color: #FFFFFF;
}
.awardBanner {
	background-image: url(../images/award-banner-2009.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 20px 10px;
	float: none;
	height: 65px;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.awardBanner p {
	padding-top: 20px;
	font-size: 20px;
}
.awardBanner a {
	text-decoration:none;
	color:#FFFFFF;
}
.awardBanner p a, .awardBanner p a:visited, .awardBanner p a:hover {
	color: #FFFFFF;
}
.awardBanner p a:hover {
	text-decoration:underline;
}
.logos {
	margin: 5px 12px;
	border-top: 2px #006666 solid;
	border-bottom: 2px #006666 solid;
	padding: 5px 0;
}
.logos li {
	list-style:none;
	display:inline-block;
	padding: 0 10px;
	
}
ul.news_item_list li {
	border-bottom: 1px solid #999;
	}
