/* ----------------------------------------------------------------
	Innovative Media 2006 Base Stylesheet - Watties DVI
---------------------------------------------------------------- */

	body { margin:0; padding:0; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } /* Use relative font sizes so that IE users can increase font size */
	p, td, th, tbody { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
	.ContentArea a { color: #DC011F; text-decoration: underline; }
	.ContentArea a:hover { color: #8F0014; text-decoration: none; }
	.ContentArea a:visited { }

	h1 { font-size:x-large; } /* Depending on font-family some larger fonts look good with font-weight:100; other wise font-weight:600; */
	h2 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; color: #DC011F; text-transform: uppercase; font-weight: 100; }	
	h3 { font-size:medium; }
	h4 { font-size:small; }
	h5 { font-size:x-small }
	h6 { font-size:xx-small; }
	
	table { padding:0; border:0; border-spacing:0; border-collapse:collapse; } /* Use this instead of cellpadding, border and cellspacing */

/* Email form Styles */
.EmailFormAssetDescriptionCell {  }
.EmailFormAssetSubmitButton {  }
input,textarea,select {  }
li {list-style-image: url(Images/i-bullet.gif); color:#777777; margin-bottom:8px; margin-bottom:8px;}
	
/* ----------------------------------------------------------------
	Main Layout Styles
---------------------------------------------------------------- */
	
	.Banner { background-image: url('Images/i-bannerbg.jpg'); background-position: center; }
	.Nav { background-color: #DC011F; padding-left: 20px; }
	.Content { background-image: url('Images/i-contentbg.gif'); background-repeat: repeat-x; }
	.copyright { font-family: Arial, Helvetica, sans-serif; color: #FFBCC5; font-size: 10px; padding-right: 20px; }
	
	.ContentArea { padding: 20px; padding-bottom: 8px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
	
/* ----------------------------------------------------------------
	CMS Menu Styles
---------------------------------------------------------------- */

	.MenuTable {  }
	
	.MenuCell { }
	.MenuCellOn { color: #FFBCC5; }
	.MenuCellOn .MenuLink { color: #FFBCC5; }
	.MenuCellOff {  }
	
	.MenuLink { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; font-size: 12px; text-decoration: none; }
	.MenuLink:hover { color: #FFBCC5; }
	
/* ----------------------------------------------------------------
	CMS Styles
---------------------------------------------------------------- */

	.IntroText {  }
	.Highlight {  }
	.SmallText {  }
	.SubHeader { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #DC011F; }
	.divider { background-image: url(Images/i-divider.gif); background-repeat: repeat-x; padding: -5px 0px -5px 0px; background-position: center; }
	.leftpadding { margin-left: 5px; }