/* CSS Document */

/*
page width: 800px
masthead: 118px high
primary nav: 110px wide
brand image: 235px high
blue: #517EA4
orange: #E6832B
red: #B20F62
dkblue: #1D4469
green: #8FAA1F
purple: #9966CC
grey: #9966CC
*/
/*********************************************
*
*	Duplicated from main site
*
**********************************************/

#header {
	position: relative;
	background: #D42427;
	}

#header #site-logo img {
	display: block;
	}

.nav ul {
	margin: 0;
	}

.nav li {
	list-style: none;
	line-height: 1em;
	font-size: 1.2em;
	}

.nav li a {
	text-decoration: none;
	}

.nav-h li {
	float: left;
	display: block;
	}

#primary-nav li {
	width: 113px;
	height: 30px;
	background: #EFF1F4;
	border-right: #999999 1px solid;
	overflow: hidden;
	}

#primary-nav li.last-item {
	width: 116px;
	border: none;
	}

#primary-nav li a {
	display: block;
	height: 20px;
	padding: 5px;
	color: #000;
	}

#primary-nav li a:hover {
	background: #CCC;
	color: #000000;
	}
	
#secondary-nav {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 5px 10px 0px 0px;
	}

#secondary-nav {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 5px 10px 0px 0px;
	}

#secondary-nav li {
	display: inline;
	padding-right: 5px;
	margin-right: 5px;
	}

#secondary-nav li {
	
	border-right: #5c5c5c 1px solid;
	}

#secondary-nav li.last-item {
	border: none;
	}

#secondary-nav li a {
	color: #5c5c5c;
	}

#secondary-nav li a:hover {
	color: #999;
	}
	
#footer {
	clear: both;
	padding: 5px 0px 5px 10px;
	background: #D42427;
	}

#footer a {
	color: #fff;
	}

#credits {
	/*height: 41px;
	background: url(/assets/graphics/credit-logos.jpg) no-repeat 10px top;*/
	margin: 10px 0px 20px 0px;
	padding-bottom: 15px;
	text-align: right;
	}

#credits p {
	margin: 0 10px 0 0;
	font-size: 1em;
	}


.clear-fix {
	overflow: hidden;
	/* width: 100%; */
	zoom: 1;
	}

/**************************************************************
***************************************************************
*
*                       generic styles
* 
***************************************************************        
**************************************************************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #8ac7f9;
}

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

.clearboth {
	clear: both;
	font-size: 1%;
	display: block;
	height: 1%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.hidden {
	display: none;
}

img {
	border-style: none;
}



/**************************************************************
***************************************************************
*
*                       page set up
* 
***************************************************************        
**************************************************************/

#pageContainer {
	height: auto;
	width: 800px;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	border-left: 9px solid #FFFFFF;
	border-right: 9px solid #FFFFFF;
}

/***************************************
*
*               header
*         
****************************************/

#pageHeader {
	width: 800px;
	height: 90px;
}

#pageHeader a {
	display: block;
	height: 90px;
	width: 230px;
}

#pageHeader {
	background: url(/images/masthead-magazine.jpg) no-repeat;
}

/***************************************
*
*          primary navigation
*         
****************************************/

/* set width of menu container */
#primaryNav {
	width: 800px;
	background-color: #CCCCCC;
	}

/* float top level list items */
#primaryNav ul  {
	border-left: #999999 solid 1px;
	border-right: #999999 solid 1px;
}

#primaryNav ul li {
	float: left;
}

#primaryNav ul li a {
	display: block;
	width: 110px;
	padding: 6px 0px 6px 0px;
	font-size: 1.2em;
	color: #333333;
	text-align: center;
	text-decoration: none;
	background: #CCCCCC url(/images/pixel-999.gif) repeat-y left;
}

#primaryNav ul li a:hover {
	background: #999999 url(/images/pixel-999.gif) repeat-y left;
}

#primaryNav ul li#nP1 a {
	background-image: none;
}

/***************************************
*
*          magazine navigation
*         
****************************************/

/* set width of menu container */
#magNav {
	width: 800px;
	background-color: #525154;
	clear: both;
	}

#magNav ul {
	padding: 6px 0px 6px 38px;
	}

/* float top level list items */
#magNav ul li {
	display: inline;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 1.2em;
	color: #BAB9BB;
	border-right: 1px solid #BAB9BB;
}

#magNav ul li.lastItem {
	border-right: none;
}

#magNav ul li a {
	color: #BAB9BB;
	text-decoration: none;
}

#magNav ul li a:hover {
	color: #FFFFFF;
}

#magNav ul li#nP1 a {
	background-image: none;
}

/***************************************
*
*               mast head
*         
****************************************/

#mastHead {
	width: 800px;
	height: 87px;
	background: url(/champions/assets/images/masthead.gif) no-repeat;
	border-bottom: 1px solid #525154;
	}

#columnBlock {
	margin-top: 20px;
	}
	

/*************************************

          breadcrumb
			 
*************************************/

#breadCrumb ul {
	margin-bottom: 15px;
	}

#breadCrumb li {
	color: #D42427;
	font-weight: bold;
	font-size: 1.2em;
	display: inline;
	}
	
#breadCrumb li a {
	color: #3D3D3D;
	text-decoration: none;
	padding-right: 8px;
	margin-right: 6px;
	border-right: 2px solid #525154;
	}

#breadCrumb li a:hover {
	text-decoration: underline;
	}
	
/***************************************
*
*               front page
*         
****************************************/

#frontPage #mastHead {
	width: 800px;
	height: 175px;
	border-bottom: 1px solid #525154;
	}

#frontPage #mastHead img {
	display: block;
	}

	
/* main feature */
	
#frontPage #mainFeature {
	padding: 25px 15px 25px 25px;
	border-bottom: 1px solid #525154;
	}
	
#frontPage #mainFeature h1 {
	font-size: 3em;
	line-height: 1em;
	display: inline;
	color: #3D3D3D;
	}

#frontPage #mainFeature p {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #3D3D3D;
	}
		
#frontPage #mainFeature img {
	float: left;
	margin: 0px 25px 0px 0px;
	}
	
/* highlights */

#frontPage #highlightsBlock {
	margin: 20px 0px 20px 0px;
	}

#frontPage #highlightsBlock h2 {
	font-size: 2.1em;
	line-height: 1em;
	text-indent: -9000px;
	margin: 0px 0px 5px 0px;
	}

#frontPage #highlightsBlock h3 {
	font-size: 1.4em;
	line-height: 1em;
	color: #3D3D3D;
	display: inline;
	}

#frontPage #highlightsBlock p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 1px;
	color: #3D3D3D;
	}

#frontPage #highlightsBlock p a{
	text-decoration: none;
	color: #3D3D3D;
	}

#frontPage #highlightsBlock p .more {
	font-weight: bold;
	text-decoration: none;
	color: #D42427;
	}

#frontPage #highlightsBlock li {
	margin: 0px 0px 15px 0px;
	}

#frontPage #highlightsBlock #columnOne {
	float: left;
	width: 165px;
	padding: 0px 30px 0px 25px;
	}
	
#frontPage #highlightsBlock #columnOne .contentBox {
	border-bottom: 1px solid #525154;
	margin: 0px 0px 10px 0px;
	}

#frontPage #highlightsBlock #commentBox h2 {
	background: url(/champions/assets/images/heading-comment.gif) no-repeat;
	}

#frontPage #highlightsBlock #archiveBox h2 {
	background: url(/champions/assets/images/heading-archive.gif) no-repeat;
	}
	
#frontPage #highlightsBlock #storyBox h2 {
	background: url(/champions/assets/images/heading-story.gif) no-repeat;
	}

#frontPage #highlightsBlock .contentBox#storyBox {
	border: none;
	}
	
#frontPage #highlightsBlock #columnTwo {
	float: left;
	width: 360px;
	padding-right: 20px;
	}

#frontPage #highlightsBlock #columnTwo h2 {
	background: url(/champions/assets/images/heading-latest-features.gif) no-repeat;
	}

#frontPage #highlightsBlock #columnTwo li img {
	float: left;
	padding: 3px 10px 10px 0px;
	}
	
#frontPage #highlightsBlock #columnThree {
	float: left;
	width: 195px;
	padding: 0px 5px 0px 0px;
	}

#frontPage #highlightsBlock #columnThree li img {
	padding: 0px 0px 15px 0px;
	}
	
#frontPage #highlightsBlock #columnThree h2 {
	background: url(/champions/assets/images/heading-featured-video.gif) no-repeat;
	}
	
/***************************************
*
*               video page
*         
****************************************/



.videoPage #columnOne {
	padding: 0px 0px 15px 25px;
	}
	
/* column one video */

.videoPage #columnOne #featuredVideoInfo {
	float: left;
	height: 307px;
	width: 220px;
	border-top: 2px solid #525154;
	border-bottom: 2px solid #525154;
	padding-top: 15px;
	}
	
.videoPage #columnOne #featuredVideoInfo h1 {
	font-size: 2.2em;
	line-height: 1em;
	display: inline;
	color: #D42427;
	}

.videoPage #columnOne #featuredVideoInfo p {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #3D3D3D;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	}
	
.videoPage #columnOne #featuredVideoInfo li {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #D42427;
	margin: 8px 0px 8px 0px;
	}
	
.videoPage #columnOne #featuredVideoInfo li a {
	text-decoration: none;
	color: #D42427;
	}
	
.videoPage #columnOne #featuredVideoBlock{
	margin: 0px 0px 20px 0px;
	}

.videoPage #columnOne #featuredVideoBlock #featuredVideo {
	float: left;
	width: 515px;
	padding: 0px 20px 0px 0px;
	}
	
.videoPage #columnOne #featuredVideoBlock #featuredVideoInfo {
	
	}
	
.videoPage #columnOne #videoGallery h2 {
	font-size: 1.3em;
	line-height: 1em;
	color: 3D3D3D;
	}

.videoPage #columnOne #videoGallery h3 {
	font-size: 1.3em;
	line-height: 1em;
	margin: 10px 0px 5px 0px;
	}

.videoPage #columnOne #videoGallery ul {
	margin: 15px 0px 15px 0px;
	}
	
.videoPage #columnOne #videoGallery li {
	width: 165px;
	height: 250px;
	display: inline;
	margin: 0px 15px 20px 0px;
	float: left;
	}

.videoPage #columnOne #videoGallery li p {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #3D3D3D;
	margin: 5px 0px 0px 0px;
	}

.videoPage #columnOne #videoGallery li p a{
	font-weight: bold;
	text-decoration: none;
	color: #D42427;
	}

.videoPage #columnOne #videoGallery li img.highlight {
	border: 2px solid #FF0000;
	width:161px;
	height:94px;
	}
	

		
/***************************************
*
*              features page
*         
****************************************/



.featuresPage #columnOne {
	float: left;
	width: 545px;
	padding: 0px 30px 15px 25px;
	}

.featuresPage #columnTwo {
	float: left;
	width: 180px;
	}

/* column one article */

.featuresPage #columnOne #articleBlock h1 {
	font-size: 3.6em;
	line-height: 1em;
	margin-bottom: 15px;
	}

.featuresPage #columnOne #articleBlock h2 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	color: #D42427;
	}

.featuresPage #columnOne #articleBlock h3 {
	font-size: 1.2em;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	}
	
.featuresPage #columnOne #articleBlock p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #3D3D3D;
	margin: 10px 0px 10px 0px;
	}

.featuresPage #columnOne #articleBlock ul {
	margin: 0px 30px 0px 30px;
	}

.featuresPage #columnOne #articleBlock li {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #3D3D3D;
	margin: 10px 0px 10px 0px;
	list-style: disc outside;
	}
	
.featuresPage #columnOne #articleBlock ul.noBullet li {
	list-style: none;
	}

.featuresPage #columnOne #articleBlock p.introText {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	}
	
.featuresPage #columnOne #articleBlock p a {
	text-decoration: underline;
	color: #3D3D3D;
	}

.featuresPage #columnOne #articleBlock p.introText em {
	color: #D42427;
	font-style: normal;
	}
	
.featuresPage #columnOne #articleBlock img {
	float: left;
	margin: 0px 15px 10px 0px;
	}

.featuresPage #columnOne #articleBlock #slideshowBlock {
	width:514px;
	height:289px;
	margin-bottom: 20px;
	}
	
/* column one video */
	
.featuresPage #columnOne #videoBlock h1, .featuresPage #columnOne #videoBlock h2 {
	font-size: 3.6em;
	line-height: 1em;
	}

.featuresPage #columnOne #videoBlock #featuredVideo {
	margin: 20px 0px 20px 0px;
	}


.featuresPage #columnOne #videoBlock h2 {
	font-size: 1.8em;
	line-height: 1em;
	color: #D42427;
	}

.featuresPage #columnOne #videoBlock p {
	font-size: 1.2em;
	line-height: 1em;
	margin: 20px 0px 20px 0px;
	}

.featuresPage #columnOne #videoBlock p a {
	font-weight: bold;
	text-decoration: none;
	color: #D42427;
	}

.featuresPage #columnOne #videoGallery h2 {
	font-size: 1.3em;
	line-height: 1em;
	color: 3D3D3D;
	}


.featuresPage #columnOne #videoGallery ul {
	margin: 15px 0px 15px 0px;
	}
	
.featuresPage #columnOne #videoGallery li {
	width: 165px;
	height: auto;
	display: inline;
	margin: 0px 9px 20px 0px;
	float: left;
	}

.featuresPage #columnOne #videoGallery li p {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #3D3D3D;
	margin: 10px 0px 0px 0px;
	}

.featuresPage #columnOne #videoGallery li p a{
	font-weight: bold;
	text-decoration: none;
	color: #D42427;
	}

.featuresPage #columnOne #videoGallery li img.highlight {
	border: 2px solid #FF0000;
	width:161px;
	height:94px;
	}
	
.featuresPage #columnOne #furtherContentBox {
	width: 514px;
	border-top: 1px solid #525154;
	padding-top: 15px;
	}

.featuresPage #columnOne #furtherContentBox h2 {
	font-size: 1.3em;
	line-height: 1em;
	color: 3D3D3D;
	margin-bottom: 2px;
	}
.featuresPage #columnOne #furtherContentBox li {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #3D3D3D;
	}

.featuresPage #columnOne #furtherContentBox li a {
	text-decoration: none;
	color: #3D3D3D;
	}

.featuresPage #columnOne #furtherContentBox li a:hover {
	text-decoration: underline;
	color: #3D3D3D;
	}
	
.featuresPage #columnOne #furtherContentBox li a.more {
	font-weight: bold;
	text-decoration: none;
	color: #D42427;
	}
	
/* column two */

.featuresPage #columnTwo h2 {
	font-size: 2.1em;
	line-height: 1em;
	text-indent: -9000px;
	margin: 0px 0px 5px 0px;
	}
	
.featuresPage #columnTwo h2 {
	background: url(/champions/assets/images/heading-other-features.gif) no-repeat;
	}

.featuresPage #columnTwo h2.archive-heading {
	height: 39px;
	background: url(/champions/assets/images/heading-archived-feat.gif) no-repeat;
	}

	
.featuresPage #columnTwo li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.featuresPage #columnTwo li h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	color: 3D3D3D;
	margin-bottom: 2px;
	}

.featuresPage #columnTwo li p {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #3D3D3D;
	}

.featuresPage #columnTwo li p a {
	font-weight: bold;
	text-decoration: none;
	color: #D42427;
	}

.featuresPage #columnTwo li img {
	margin: 0px 0px 10px 0px;
	}


/***************************************
*
*              comment page
*         
****************************************/



.commentPage #columnOne {
	float: left;
	width: 545px;
	padding: 0px 30px 15px 25px;
	}

.commentPage #columnTwo {
	float: left;
	width: 180px;
	}

/* column one  */
	
.commentPage #columnOne #articleBlock h1 {
	font-size: 3.6em;
	line-height: 1em;
	margin-bottom: 15px;
	}

.commentPage #columnOne #articleBlock h2 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	color: #D42427;
	}

.commentPage #columnOne #articleBlock h3 {
	font-size: 1.2em;
	line-height: 1em;
	margin: 10px 0px 10px 0px;
	}
	
.commentPage #columnOne #articleBlock p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #3D3D3D;
	margin: 10px 0px 10px 0px;
	}

.commentPage #columnOne #articleBlock p.quote {
	font-size: 3.6em;
	line-height: 1em;
	margin: 0px 0px 15px 0px;;
	display: block;
	font-weight: bold;
	}

.commentPage #columnOne #articleBlock ul {
	margin: 0px 30px 0px 30px;
	}

.commentPage #columnOne #articleBlock li {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #3D3D3D;
	margin: 10px 0px 10px 0px;
	list-style: disc outside;
	}
	
.commentPage #columnOne #articleBlock ul.noBullet li {
	list-style: none;
	}

.commentPage #columnOne #articleBlock p.introText {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	}
	
.commentPage #columnOne #articleBlock p a {
	text-decoration: underline;
	color: #3D3D3D;
	}

.commentPage #columnOne #articleBlock p.introText em {
	color: #D42427;
	font-style: normal;
	}
	
.commentPage #columnOne #articleBlock img {
	float: left;
	margin: 0px 15px 10px 0px;
	}

	
/* column two */

.commentPage #columnTwo h2 {
	font-size: 2.1em;
	line-height: 1em;
	text-indent: -9000px;
	margin: 0px 0px 5px 0px;
	}
	
.commentPage #columnTwo h2 {
	/*background: url(/champions/assets/images/heading-more-comment.gif) no-repeat;*/
	background: url(/champions/assets/images/heading-other-features.gif) no-repeat;
	}

	
.commentPage #columnTwo li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.commentPage #columnTwo li h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	color: 3D3D3D;
	margin-bottom: 2px;
	}

.commentPage #columnTwo li p {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #3D3D3D;
	}

.commentPage #columnTwo li p a {
	font-weight: bold;
	text-decoration: none;
	color: #D42427;
	}

.commentPage #columnTwo li img {
	margin: 0px 0px 10px 0px;
	}

/***************************************
*
*              got a story page
*         
****************************************/



.gotaStoryPage #columnOne {
	float: left;
	width: 545px;
	padding: 0px 30px 15px 25px;
	}

.gotaStoryPage #columnTwo {
	float: left;
	width: 180px;
	}

/* column one  */

.gotaStoryPage #columnOne #articleBlock h1 {
	font-size: 3.6em;
	line-height: 1em;
	margin-bottom: 15px;
	}
	
.gotaStoryPage #columnOne #articleBlock p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #3D3D3D;
	margin: 10px 0px 10px 0px;
	}

.gotaStoryPage #columnOne #articleBlock p.introText {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	}

.gotaStoryPage #columnOne #articleBlock p.introText em {
	color: #D42427;
	font-style: normal;
	}
	
.gotaStoryPage #columnOne #articleBlock img {
	margin: 0px 15px 10px 0px;
	}

	
/* column two */

.gotaStoryPage #columnTwo h2 {
	font-size: 2.1em;
	line-height: 1em;
	text-indent: -9000px;
	margin: 0px 0px 5px 0px;
	}
	
.gotaStoryPage #columnTwo h2 {
	/*background: url(/champions/assets/images/heading-more-comment.gif) no-repeat;*/
	background: url(/champions/assets/images/heading-other-features.gif) no-repeat;
	}

	
.gotaStoryPage #columnTwo li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.gotaStoryPage #columnTwo li h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	color: 3D3D3D;
	margin-bottom: 2px;
	}

.gotaStoryPage #columnTwo li p {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #3D3D3D;
	}

.gotaStoryPage #columnTwo li p a {
	font-weight: bold;
	text-decoration: none;
	color: #D42427;
	}

.gotaStoryPage #columnTwo li img {
	margin: 0px 0px 10px 0px;
	}
	

/***************************************
*
*              archive page
*         
****************************************/



.archivePage #columnOne {
	float: left;
	width: 545px;
	padding: 0px 30px 15px 25px;
	}

.archivePage #columnTwo {
	float: left;
	width: 180px;
	}

/* column one  */

.archivePage #columnOne #articleBlock h1 {
	font-size: 3.6em;
	line-height: 1em;
	margin-bottom: 15px;
	}
	
.archivePage #columnOne #articleBlock  p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #3D3D3D;
	margin: 10px 0px 10px 0px;
	}

.archivePage #columnOne #articleBlock  p.introText {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	}
	
.archivePage #columnOne #articleBlock  p.introText em {
	color: #D42427;
	font-style: normal;
	}
	
.archivePage #columnOne #articleBlock img {
	margin: 0px 15px 10px 0px;
	}

.archivePage #pictureGallery {
	width: 798px;
	border-top: 1px solid #525154;
	padding-top: 15px;
	}

.archivePage #pictureGallery h2 {
	font-size: 1.3em;
	line-height: 1em;
	color: 3D3D3D;
	}

.archivePage #pictureGallery ul {
	margin: 15px 0px 15px 0px;
	}
	
.archivePage #pictureGallery li {
	width: 178px;
	height: auto;
	display: inline;
	margin: 0px 10px 20px 0px;
	float: left;
	}

	

	
/* column two */

.archivePage #columnTwo h2 {
	font-size: 2.1em;
	line-height: 1em;
	text-indent: -9000px;
	margin: 0px 0px 5px 0px;
	}
	
.archivePage #columnTwo h2 {
	background: url(/champions/assets/images/heading-archive.gif) no-repeat;
	}

	
.archivePage #columnTwo li {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #525154;
	}

.archivePage #columnTwo li h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	color: 3D3D3D;
	margin-bottom: 2px;
	}

.archivePage #columnTwo li p {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #3D3D3D;
	}

.archivePage #columnTwo li p a {
	font-weight: bold;
	text-decoration: none;
	color: #D42427;
	}

.archivePage #columnTwo li img {
	margin: 0px 0px 10px 0px;
	}

/***************************************
*
*               footer
*         
****************************************/

#pageFooterNav {
	margin: 10px 0px 0px 0px;
	
}

#pageFooterNav {
	width: 790px;
	padding: 5px 0px 5px 10px;
}

#pageFooterNav ul {
	
}


#pageFooterNav li {
	float: left;
	color: #FFFFFF;
	padding: 0px 20px 0px 0px;
	font-size: 1em;
}

#pageFooterNav li a {
	text-decoration: none;
	color: #FFFFFF;
}

#pageFooterText {
	width: 800px;
	height: 50px;
	background: url(/images/footer-logos.jpg) no-repeat 10px 0px;
	margin: 10px 0px 20px 0px;
	text-align: right;
	}
	
#pageFooterText p {
	padding-top: 0px;
	padding-right:10px;
	}
		
#pageFooterText p a {
	color: #517EA4;
	}

#pageFooterNav {
	background: #D42427;
}

/***************************************
*
*               form
*         
****************************************/

#storyForm {
	background-color:#CCCCCC;
	padding: 20px;
	margin-top: 20px;
	}

.magForm form label {
	display: block;
	float: left;
	width: 140px;
	text-align: right;
	font-size: 1.4em;
	padding: 5px 10px 0px 0px;
	clear: left;
	}

.magForm form input, .magForm form textarea  {
	display: block;
	margin: 0px 0px 10px 0px;
	width: 340px;
	height: 25px;
	font-size: 1.3em;
	background-color: #FFFFFF;
	border:#000000 solid 1px;
	padding-left: 5px;
	padding-right: 5px;
	}

.magForm form textarea {
	height: 150px;
	}
	
.magForm form input.submitButton {
	margin: 0px 0px 0px 150px;
	width: auto;
	background-color: #D42427;
	color: #FFFFFF;
	}

.magForm p.warning {
	color:#FF0000;
	margin: 0px 0px 10px 150px;
	}
