@import url('/css/default.css');

body {
	background: #fff;
	font: 10pt/15pt "Trebuchet MS";
	margin: 15px 10px;
	color: #333;
}
h1,h2,h3,h4,h5{ margin:0; padding:8px 0;}
p {margin:0; padding:8px 0;}
a {color: #71694A; text-decoration: none;}
a:hover{background-color: #ECE0C6}
a:visited{ color:#B0A888;}

/* Box Styles 
	background: #fff url('/media/structure/main_tile.gif') repeat-y 0 0 ;
	background: #F0F1D3 url('/media/structure/leftnav_topcap.png') no-repeat 0 0;
*/
		#global{
			margin: 0pt auto;
			width: 886px;
		}
		#header_flash{
			height: 274px;
			border: 1px solid #B0A888;
		}
		
		
		#topnav{
			height: 26px;
			
		}
			#topnav ol{
				list-style:none;
				margin:0; 
				padding:0;
				background: url('/media/structure/bg_topnav.jpg') no-repeat;
				border-bottom: 1px solid #B0A888; 
				border-right: 1px solid #B0A888; 
				border-left: 1px solid #B0A888; 
			}
			#topnav li{
				display: block;
				float:left;
			}
			#topnav li a{
				color: #71694A;
				display:block;
				padding: 3px 18px;
				border-right: 1px solid transparent;
				border-left: 1px solid transparent;
			}
			#topnav li a.active{ background: url('/media/structure/bg_navitem_active.gif') repeat-x;border-right: 1px solid #B0A888;
				border-left: 1px solid #B0A888;}
			#topnav li a:hover{
				color: #71694A;
				background: #F6F2E9 url('/media/structure/bg_navitem_over.jpg') no-repeat right;
				border-right: 1px solid #B0A888;
				border-left: 1px solid #B0A888;
			}
			
			
			
		#content{ 
			padding-bottom: 20px;
		}
			#col_left{
				width: 400px;
				float: left;
				padding: 15px;
				background: url('/media/structure/bg_body_text.gif') no-repeat bottom right;
			}
				#col_left h1, #col_left h2,
				#col_right h1, #col_right h2{
					font-size: 14pt;
					line-height: 18pt;
					color: #B0A888;
					font-weight:normal;
				}
					
			#col_right{
				width: 400px;
				float: right;
				min-height: 350px;
				padding: 15px;
			}
				#col_right #video_frame{
					background: url('/media/structure/bg_video_player.png') no-repeat top left;
					height: 240px;
					width: 360px;
					padding: 20px 11px 15px 11px;
					margin: 0 auto;
				}
					#col_right #video_frame #flash_demo_video{
						width: 360px;
						height: 240px;
						color:#aaa;
					}
				#col_right .video_tag{
					text-align: right;
					padding-right: 25px;
				}
				#col_right .quote_begin{
					margin-top: 20px;
					background: url('/media/structure/quote_66.gif') no-repeat top left;
				}
				#col_right .quote_end{
					background: url('/media/structure/quote_99.gif') no-repeat bottom right;
					padding: 0 30px 0 50px;
				}
				#col_right .quote_by{
					text-align: right;
					padding: 8px 40px;
				}
				#col_right hr {
					height: 1px; border-style: solid; border-width: 1px 0 0 0; border-color: #B0A888;
				}
				
		
				
				
				
		#footer{
			
		}
			#footer_top{
				border-bottom: 1px solid #B0A888;
				font: 7pt Tahoma;
				color: #ccc;
			}
			#footer_bottom{
				font-size:8pt;
			}
			#footer_top .footer_left, #footer_bottom .footer_left{
			 	width:50%;
				float:left;
			}
			#footer_top .footer_right, #footer_bottom .footer_right{
			 	width:50%;
				float:right;
				text-align: right;
			}
				#footer_bottom .footer_right img{
					margin-left: 14px;
				}




				

