/***********************************************/
/* style.css              		               */
/*                                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body{
height:100%;
margin:0 auto;
padding:0;
font:100% Verdana,Tahoma,Arial,sans-serif;
background:#E5EAEF url(../images/background_full.gif) center repeat-y fixed;
color:#303030;
}


a:link, a:visited, a:hover {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #333300;
}

h2{
 font-size: 110%;
 color: #000066;
}

h3{
 font-size: 100%;
 color: #333300;
}

h4{
 font-size: 90%;
 color: #333300;
}

h5{
 font-size: 80%;
 color: #333300;
}

h6{
 font-size: 40%;
 color: #000000;
}

ul{
 margin: -10px 0px 5px 18px; 
 padding: 0px 0px 0px 18px;
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecontainer{
	background:#CCCCCC url(../images/background_pagecontainer.gif) repeat-y;
	width:782px;
	padding: 0px 0px 0px 0px;	
	color:#303030;
	margin:0 auto;	
	position:relative; /* needed for footer positioning*/	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#videocontainer{
	background:#FFFFFF;
	width:782px;
	padding: 0px 0px 0px 0px;	
	color:#303030;
	margin:0 auto;	
	position:relative; /* needed for footer positioning*/	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


#content{
	background: url(../images/background_logo.gif) center top repeat-y #ffffff;
    padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 190px;
	min-width: 550px;
	min-height: 480px;
	height:100%;
}

#top{
	background: #ffffff;
    padding: 0px 15px 14px 13px;
	margin: 0px 0px 10px 190px;
	min-width: 550px;
	min-height: 56px;
}


#left{
	float: left;
	height: 100%;
	width: 178px;
	background-color: #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	white-space: nowrap;
}

#video{
	background: #FFFFFF;
    padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	min-width: 728px;
	min-height: 480px;
	height:100%;
}

#bottom{
	clear: both;
	background-color: #ffffff;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/************** .story styles *****************/

.story {
	padding: 1px 0px 10px 0px;
	font-size: 80%;
}
html>body .story {height: auto;}

.story p{
	padding: 0px 0px 0px 10px;
	font-size: 100%;
}
html>body .story p{height: auto;}

.story h1{  /*  BLUE */
	padding: 2px 0px 2px 10px;
	font-size: 110%;
	color: #FFFFFF;
	background-color: #336699;
	text-align: left;
}

.story h2{  /*  RED */
	padding: 1px 0px 2px 10px;
	font-size: 105%;
	color: #FFFFFF;
	background-color: #336699;
	text-align: left;
}

.story h3{
	padding: 2px 0px 2px 10px;
	color: #333300;
	background-color: #eeeeee;
	text-align: left;
}

.story h4{ /*  LT BLUE BKGRD */
	padding: 2px 0px 2px 10px;
	font-size: 110%;
	color: #FFFFFF;
	background-color: #660000;
	text-align: left;
}

.story h5{  /*  LT RED BKGRND */
	padding: 2px 0px 2px 10px;
	color: #333300;
	background-color: #ffeaea;
	text-align: left;
}

.story h6{
	padding: 2px 0px 2px 10px;
	color: #333300;
	background-color: #eeeeee;
	text-align: left;
}

.story ul{
	padding: 12px 0px 0px 10px;
	font-size: 100%;
}


.story img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 16px 10px 10px 0px;
	background-color: #ffffff;
}


/************** .storyImgRight styles ***************/

.storyImgRight{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
}
html>body .storyImgRight {height: auto;}

.storyImgRight p{
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	color: #336699;
}
html>body .storyImgRight p{height: auto;}

.storyImgRight a:link, a:visited, a:hover {
	color: #336699;
}

.storyImgRight a:hover {
	text-decoration: underline;
}

.storyImgRight h1{  /*  BLUE */
	padding: 2px 0px 2px 10px;
	font-size: 110%;
	color: #FFFFFF;
	background-color: #000066;
	text-align: left;
}

.storyImgRight h2{  /*  RED */
	padding: 2px 0px 2px 10px;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #660000;
	text-align: left;
}

.storyImgRight h3{
	padding: 2px 0px 2px 10px;
	color: #333300;
	background-color: #eeeeee;
	text-align: left;
}

.storyImgRight h4{ /*  LT BLUE BKGRD */
	padding: 2px 0px 2px 10px;
	color: #333300;
	background-color: #eaf5ff;
	text-align: left;
}

.storyImgRight h5{  /*  LT RED BKGRND */
	padding: 2px 0px 2px 10px;
	color: #333300;
	background-color: #ffeaea;
	text-align: left;
}

.storyImgRight h6{
	padding: 2px 0px 2px 10px;
	color: #333300;
	background-color: #eeeeee;
	text-align: left;
}

.storyImgRight img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 10px 10px;
	background-color: #ffffff;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .storyImgLeft styles *****************/

.storyImgLeft {
	padding: 1px 0px 10px 0px;
	font-size: 80%;
	font-weight:700;
}
html>body .storyImgLeft {height: auto;}

.storyImgLeft p{
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	color: #336699;
}
html>body .storyImgLeft p{height: auto;}


.storyImgLeft a:link{
	text-decoration: underline;
	color: #336699;
}

.storyImgLeft a:visited{
	text-decoration: underline;
	color: #336699;
}

.storyImgLeft a:hover{
	text-decoration: underline;
	color: #003366;
}


.storyImgLeft h1{  /*  BLUE */
	padding: 2px 0px 2px 10px;
	font-size: 110%;
	color: #FFFFFF;
	background-color: #336699;
	text-align: left;
}

.storyImgLeft h2{  /*  RED */
	padding: 1px 0px 2px 10px;
	font-size: 105%;
	color: #FFFFFF;
	background-color: #336699;
	text-align: left;
}

.storyImgLeft h3{
	padding: 2px 0px 2px 10px;
	color: #333300;
	background-color: #eeeeee;
	text-align: left;
}

.storyImgLeft h4{ /*  LT BLUE BKGRD */
	padding: 2px 0px 2px 10px;
	font-size: 110%;
	color: #FFFFFF;
	background-color: #660000;
	text-align: left;
}

.storyImgLeft h5{  /*  LT RED BKGRND */
	padding: 2px 0px 2px 10px;
	color: #333300;
	background-color: #ffeaea;
	text-align: left;
}

.storyImgLeft h6{
	padding: 2px 0px 2px 10px;
	color: #333300;
	background-color: #eeeeee;
	text-align: left;
}


.storyImgLeft img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 16px 10px 10px 0px;
	background-color: #ffffff;
}


/************** .storyVideoCenter styles ***************/

.storyVideoCenter {
	padding: 0px 0px 10px 45px;
	font-size: 80%;
}
html>body .storyVideoCenter {height: auto;}

.storyVideoCenter p{
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	font-weight:700;
	color: #336699;
}
html>body .storyVideoCenter p{height: auto;}


.storyVideoCenter h6{
	padding: 2px 0px 2px 10px;
	color: #333300;
	background-color: #eeeeee;
	text-align: left;
}

.storyVideoCenter img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 10px 10px;
	background-color: #ffffff;
}
/* adjust margins to change separation between the feature image and text flowing around it */


.storyVideoCenter form{
	padding: 0px 0px 0px 7px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #CCCCCC;
	min-width: 580px;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

