﻿/* CSS Document */

/* Layout Formatting
--------------------------------------------*/
body {
	background: #999 url("../images/interiorBodyBG.jpg") repeat-x;
}

#custom-doc 
{
	width:72.077em;
	*width:70.277em;
	margin: 0 auto;
	background: url("../images/dropShaddowInterior.jpg") no-repeat;
}


#page {
	width: 867px;
	margin-left: 25px;
}

#hd {
	background-color: #FFF;
	height: 132px;
}

.banner {
	height: 144px;
}

#content {
	background: url("../images/interiorContentBG.gif") repeat-y;
	text-align:left;
}

#contentBottom {
	background: url("../images/interiorRoundedBottom.gif") no-repeat bottom;
	height: 17px;
	clear: both;
}

#columnOne {
	width: 137px;
	color: #FFF;
	float: left;
	padding: 22px 22px 22px 10px;
}

#columnTwo {
	float: left;
	width: 421px;
	min-height: 400px;
	padding: 22px 22px 25px;
}

#columnThree {
	float: left;
	width: 188px;
	padding: 22px 22px 22px 20px;
}

#columnWide {
	float: left;
	width: 650px;
	min-height:400px;
	padding: 22px 22px 25px;	
}
	


/* Content Formatting
--------------------------------------------*/
#columnOne h1 {
	font-size: 1.2em;
	color: #FFF;
	margin-bottom: 4px;
}

#columnTwo h1, #columnWide h1 {
	font-size: 1.4em;
	color: #0C2446;
}
 
#columnTwo h2, #columnWide h2 
{
	margin-top : 4px;
	font-size: 1.2em;
	color: #666666;
}

#columnTwo h3, #columnWide h3 {
	font-size: 1.1em;
	color: #0C2446;
}

#columnTwo h4, #columnWide h4 {
	font-size: 1em;
	color: #666666;
}

#columnTwo p {
	margin: 6px 0 10px 0;
}

.legal
{
	margin: 6px 0 10px 0;
	font-size: 9px;
}

#columnTwo ul, #columnTwo ol {
    margin: 10px 0 10px 25px;
}

#columnTwo ul {
    list-style-type: disc;
}

.contentBulletList
{
	list-style-type: disc;
	padding-left: 20px;
}


/* Sidebar Module Formatting
--------------------------------------------*/

.grayModule {
	padding: 8px 13px 13px;
	margin-bottom: 22px;
	background-color: #ccc;
	font-size: .9em;
}
.whiteModule {
	padding: 8px 13px 13px;
	margin-bottom: 22px;
	border: 1px solid #ccc;
	font-size: .9em;
}
.greenModule
{
	padding: 4px 12px 8px 12px;
	margin-bottom: 12px;
	background-color: #99FF66;
	font-size: 1.1em;
}

.greenModule .moduleHeader
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 6px;
}

.grayModule p, .whiteModule p {
	margin-bottom: 8px;
}
h1.moduleHeader {
	background-color: #0C2446;
	height: 23px;
	font-size: 1.2em;
	color: #FFF;
	padding: 5px 0 0 13px;
}
.storyLinkGray, .storyLinkWhite {
	display: block;
	height: 15px;
	padding-right:11px;
	text-align: right;
}


.storyLinkGray a, .storyLinkWhite a {
	color: #0C2446;
	font-weight:bold;
}
.storyLinkGray a:hover, .storyLinkWhite a:hover {
	text-decoration: none;
}

/* player container */
div.player {
	height:240px;
	width:350px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	text-align:center;
	margin-right:15px;
}

/* play button */
div.player img {
	margin-top:67px;
	margin-left:132px;
}

/* info area */
div.player div.info {
	height:30px;
	background:#000 url("images/h80.png") repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:200px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:14px;
	border-top:1px solid #ccc;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}
