/* CSS Document */


/* Basic Style Attributes */
body {
	font-size: 11px;
	background: #074589 url(images/09back.png) top center no-repeat;
	color: #666666;
	text-align: center; /* this attribute centers the container div */
	margin-top: 0;
}




/* the container div is self-explanatory, it contains the contents of the site, floating it centered in the browser window */

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background: #fff;
}

#subcontainer {
	position: relative;
	margin: auto;
	top: 0px;
	width: 775px;
	background: #fff;
	border: #004070 1px solid;
	text-align: left;
}

/* newsletter formatting */
#newsletter {
	padding-left: 46px;
	padding-right: 15px;
	font: 11px Arial, Helvetica, sans-serif ;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #004070;
}

#newsletter h3 {
	text-indent: -46px;
	font: 16px Arial, Helvetica, sans-serif ;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #004070;
}


/* everything here on is fixed to the position of the subcontainer */

/* marquee */
#home {
	position: relative;
	top: 0px;
	left: 0px;
	width: 775px;
	margin-bottom: 0px;
}

#boxtitle {
	padding: 0 0 0 8px;
	color: #fff;
}

#bluebox {
	color: #fff;
	font-family: 'NewsGothBTBold';
	font-weight: normal;
	width: 173px;
	border: #004070 1px solid;
	background: #004070;
	font-size: 11px;
}

#purplebox {
	color: #fff;
	font-family: 'NewsGothBTBold';
	font-weight: normal;
	width: 173px;
	border: #6f0692 1px solid;
	background: #6f0692;
	font-size: 11px;
}

#goldbox {
	color: #fff;
	font-family: 'NewsGothBTBold';
	width: 173px;
	font-weight: normal;
	border: #F7941D 1px solid;
	background: #F7941D;
	font-size: 11px;	
}

#greenbox {
	color: #fff;
	font-family: 'NewsGothBTBold';
	width: 173px;
	font-weight: normal;
	border: #39B54A 1px solid;
	background: #39B54A;
	font-size: 11px;	
}

#redbox {
	color: #fff;
	font-family: 'NewsGothBTBold';
	width: 173px;
	font-weight: normal;
	border: #AD3210 1px solid;
	background: #AD3210;
	font-size: 11px;	
}

#left {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 173px;
}

#right {
	position: absolute;
	top: 0px;
	left: 581px;
	width: 173px;	
}

#boxdetail {
	color: #004070;
	background: #fff;
	text-indent: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	padding: 5px 10px 13px 8px;
}

#onTonightContainer {
	background: #fff;
	height: 200px;
	width: 172px;
	overflow: auto;
}

#onTonight {
	width: 140px;
	height: 200px;
	color: #004070;
	background: #fff;
	text-indent: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	padding: 5px 0 0 8px; 
}


#content, #contentBlock  {
	position: relative;
	top: 0px;
	left: 0px;
	vertical-align:top;
	margin: 0 0 20px 0;
	background: #fff;
}

#index { position: relative; left:0px;	vertical-align:top; margin: 20px 0 20px 0; padding: 0 0 0 15px; background: #fff;
}


#contentBlock {
	font-size: 12px;
	line-height: 16px;
	position: relative;
	top: 20px;
}
 
/*#contentBlock span {
	display: none;
}*/

#bodyDetail {
	padding: 0px 17px 0px 27px;
	vertical-align:top;
}

#content {
    padding: 0 209px 0 209px;
	font-size: 12px;
}

/*#index{
	padding: 0 20px 20px 225px;
	font-size: 11px;
}*/


#calendar{
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 5px;
	padding: 0px 15px 40px 15px;
	font-size: 14px;
}

#index span {
	display: none;
}


li.bio {
	color: #fff;
	font-size: 11px;
}

ol {
	margin:0;
	padding: 0 0 0 18px;
}

ol li {
	margin:0;
	
}
/* calendar styles */
.calendar {
		font: 12px Arial, Helvetica, sans-serif;
		background: #fff;
		vertical-align: top;
}

.calendar h2 {color:#095ab2;}

.calendar ul li {
	list-style: none;
	padding-bottom: 4px;
	margin-left: 0px;
	display: block;
}
td.calendar {
		padding: 0 5px 8px 5px;
}

td.perftime {
	text-align: right;
	padding: 0 15px 8px 0;
}

td.prodev, td.program {
		padding: 0 0 0 5px;
		line-height:16pt;
		font-size:12px;
}

.blackout {
		background: #004070;
}

.program {
		background: #095ab2;
		font-size:12px;
		color:#FFFFFF;
}

.prodev {
	background: #6f0691;
	font-size:12px;
	color:#FFFFFF;
}

.labels {
	background: #DDE1E6;
}
.disclaimer {
 font-size: 10px;
}

/* end of calendar-specific styles */	

/* What's On Tonight Styles */
td.tpm, td.cbar, td.sc {
	color:#FFFFFF; 
	font-size:10px; 
	text-align:left; 
	padding:3px 3px 3px 4px; 
}

td.tpm, td.cbar {
	border-right: 1px solid #ffffff;
}

td.tpm { 
	background-color:#6f0692; 
}

td.cbar { 
	background-color:#004070; 
}

td.sc {
	background-color:#336699; 
}

.acts {
	padding-left: 5px;
}

/* jQuery slideshow styles */
.pics {  
    height:  225px;  
    width:   160px;  
    padding: 0;  
    margin:  0; 
} 
 
.pics img {
    background-color: #fff;  
    width:  160px; 
    height: 225px; 
    top:  0; 
    left: 0 
} 

.awards {  
    height:  227px;  
    width:   550px;  
    padding: 0;  
    margin:  0; 
} 
 
.awards img {
    background-color: #fff;  
    width:  550px; 
    height: 227px; 
    top:  0; 
    left: 0 
} 

/* Army Outing Styles */
#armyOuting {width:550px; height:227px; background:url(ads/images/outing_bg.jpg) no-repeat;}
#armyNumber {position:absolute; top:0; left:475px; width:75px;}
#armyDetail {width:185px; height:140px; position:absolute; top:70px; left:355px; padding:4px 5px;}
#armyDetail H1 {margin:0 0 4px 0; color:#004b85; font-weight:bold; font-size:14px; line-height:16px;}
#armyDetail p {font-size: 11px; color:#333333; margin:0 0 6px 0; line-height:13px;}
#armyDetail ul {margin:0 0 7px 0; padding:0; list-style:none;}
#armyDetail li {margin:0; padding:0 0 0 8px; color:#333333; line-height:13px;}

/* same footer throughout site */
#footer {
	position: relative;
	right:0px;
	text-align: right;
	margin:20px 0 0 0;
}
