@charset "utf-8";
/* CSS Document */
			
#main-content		
			{
			padding:10px 5px 5px 0px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#000;
			}			
			
#middle-strapline		{
			background:#fff url(../marketing/images/longer_bg.jpg) repeat-y;
			padding:2px 0px 2px 15px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:15px;
			font-weight:bold;
			text-align:left;
			color:#000;
			border-top: solid 1px #9FB928; /* Isotrak Green */
			border-bottom: solid 2px #9FB928; /* Isotrak Green */			
			clear:both;
			margin-top:5px;
			}		

#container {
			clear:both; 
			margin:5px; 	
			/* border:solid 1px green;	 */
			height:auto;
			}		
			
#container-left {
				width:290px; 
				float:left;  
				border:solid 1px #ccc; 
				padding:2px; 
				}
				
#box-pic {
						width:90px; 
						float:left; 
						vertical-align:middle; 
						text-align:center; 
						margin:2px;
						padding-top:5px;
						padding-bottom:5px;
						height:150px;
						}	

#box-video {
						width:285px; 
						float:left; 
						border:none;
						vertical-align:middle; 
						text-align:center; 
						margin:2px;
						padding-top:5px;
						padding-bottom:5px;
						height:70px;
						}	
						
#box-copy {
						width:190px; 
						float:right; 
						text-align:left; 
						margin:2px;
						}

#box-copy a:link			{
					color:#000000;
					text-decoration:underline;
    				font-weight:bold;														
					}
#box-copy a:visited 		{
					color:#000000;
					text-decoration:underline;
					font-weight:bold;				
					}				
				
#box-copy a:hover			{
					color:#9FB928; /* Isotrak Green */
					background-color:#FFF;
					text-decoration:underline;												
    				font-weight:bold;					
					}		


						
#box-header		{
				background-color:#9FB928; /* Isotrak Green */ 
				display:block; 
				font-weight:bold; 
				padding: 1px 1px 1px 4px;
				margin:4px;
				color:#FFFFFF;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;		
				}													

#container-right {
				width:290px; 
				float:right;  
				border:solid 1px #ccc; 
				padding:2px; 
				}		
				
				
#bottom-strapline		{
			background:#fff url(../images/longer_bg.jpg) repeat-y;
			padding:0px 20px 0px 0px;
			margin-top:10px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			text-align:right;
			color:#000;
			border-top: solid 1px #9FB928; /* Isotrak Green */
			border-bottom: solid 1px #9FB928; /* Isotrak Green */			
			clear:both;
			}	