/* Layout Style Sheet - Layout related CSS Only */

html {
		overflow-x: hidden;
		max-width: 100%;
}

	body {
		background-color: #0b2d7e;
		min-width: 960px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
	}
	
		#flash_top_logo {
			height: 50px;
		}
		
		#logo {
			height: 85px;
			background-image: url(../img/layout/bar.jpg);
		}
				
			#logo #flash_next_logo {
				position: absolute;
				left: 525px;
				top: 50px;
				width: 395px;
				height: 85px
			}
		
		#stock_marquee,
		#sports_marquee {
			height: 20px;
			overflow: hidden;
			position: relative;
			font-size: 8pt;
		}
		
		#stock_marquee {
			line-height: 19px;
			background-color: #000;/*#e0d0a0;*/
			color: #fff;
		}
		
		#sports_marquee {
			line-height: 19px;
			background-color: #800;
		}
		
			#sports_marquee a {
				margin-right: 20px;
				color: #fff;/*#e0d0a0;*/
			}
		
		#wrap {
			background: url(../img/layout/tallbar.jpg);
			padding-top: 48px;
		}
			
			#nav_wrap {
				width: 907px;
				margin: 0 auto;
			}
			
			#right_column,
			#left_column {
				width: 200px;
				min-width: 200px;
				text-align: center;
			}
			
				#news,
				#stock,
				#testimonials,
				#weather,
				#t_header,
				#n_header,
				#add_to_favorites,
				#main_audio_wrap {
					border: 1px solid #082C7B;
					width: 180px;
					margin: 0 auto;
				}
				
				#t_header,
				#n_header {
					padding: 4px 0 3px;
					border-bottom-width: 0;
					font-variant: small-caps;
					color: #2908A5;
					font-weight: bold;
					background: #e7e7b6 url(../img/headerbar.gif) repeat-x top left;
				}
				
				#eventticker {
					width: 550px;
					text-align: center;
					color: #2908A5;
					margin: 0 auto 10px auto;
					border-bottom-width: 0;
					font-variant: small-caps;
					color: #2908A5;
					font-weight: bold;
					background: #e7e7b6 url(../img/headerbar.gif) repeat-x top center;
					font-size: 12px;
					padding: 4px;
					border: 1px solid #082C7B;
				}
				
				#eventticker a:link {color: #2908A5;text-decoration: none;}
				#eventticker a:visited {color: #2908A5;text-decoration: none;}
				#eventticker a:active {color: #222;text-decoration: none;}
				#eventticker a:hover {color: #222;text-decoration: none;}
				
				a#add_to_favorites {
					padding: 4px 0 3px;
					font-variant: small-caps;
					color: #2908A5;
					font-weight: bold;
					background: #e7e7b6 url(../img/headerbar.gif) repeat-x top left;
					display: block;
					cursor: pointer;
				}
				
					a#add_to_favorites span {
						display: block;
						background: transparent url(../img/add_to_favorites.gif) no-repeat top left;
						line-height: 18px;
						font-size: 8pt;
						text-align: left;
						margin-left: 32px;
						padding-left: 20px;
					}
				
				#stock,
				#weather,
				#n_header,
				#t_header {
					margin-top: 10px;
				}
			
			#right_column {
				float: right;
			}
			
				#news,
				#testimonials {
					height: 320px;
					background-color: #f7f7e7;
				}
				
				#main_audio_wrap {
					background: #e7e7b6 url(../img/headerbar.gif) repeat-x top left;
					height: 25px;
					padding: 0;
				}
				
					#main_audio {
						background: transparent url(../img/listen.gif) no-repeat 47px 6px;
					}
				
				#news {
					height: 214px;
				}
				
				#stock {
					background-color: #fff;
					height: 231px;
					overflow: hidden;
				}
				
				#stock .yahoo {
					position: relative;
					top: -40px;
				}
			
			#left_column {
				float: left;
			}
				
				#weather {
					background-color: #d6e3ef;
					height: 125px;
					overflow: hidden;
					position: relative;
				}
					
					#faceplate_left,
					#faceplate_right {
						position: absolute;
						top: 0px;
						z-index: 10000;
						height: 125px;
					}
					
					#faceplate_left {
						background-image: url(../img/layout/weatherbgleft.gif);
						left: 0px;
						width: 29px;
					}
					
					#faceplate_right {
						background-image: url(../img/layout/weatherbgright.gif);
						right: 0px;
						width: 28px;
					}
					
			#content_wrap {
				margin: 0 200px;
				border: 1px solid #082C7B;
				/*height: 480px;*/
				height: 517px;
			}
			
				#content_box {
					overflow: hidden;
					background: #fff url(../img/layout/content_n.gif) repeat-x;
					position: relative;
					/*height: 480px;*/
					height: 517px;
				}
				
					#content_box.pdf {
						background: #fff;
					}
					
					#content_box.pdf #content_w {
						display: none;
					}
						
					#content_w {
						background: transparent url(../img/layout/content_w.gif) repeat-y top left;
					}
					
						#content_n_w {
							background: transparent url(../img/layout/content_n_w.gif) no-repeat top left;
						}
					
							#content {
								margin-left: 12px;
								padding: 22px 12px 12px 0;
								/*height: 446px;*/
								height: 483px;
								overflow-y: scroll;
								overflow-x: hidden;
							}
				
				#footer {
					color: #fff;
					text-align: center;
					padding: 10px 0;
					font-size: 9pt;
					line-height: 13px;
				}
				
					#footer a {
						color: #00ced1;
					}
				
				#bottom {
					background-image: url(../img/layout/bottombar.jpg);
					height: 10px;
				}