/* CSS Document */

div.mainFeature {
				width: 670px;
				height: 292px;
				overflow: hidden;
				padding: 0;
				position: relative;
			}
			
			div.mainFeature img {
				position: absolute;
				top: 0;
				left: 2px;
				z-index: 300;
				border-color: #0082c8;
				border-style: solid;
				border-width: 2px 0;
			}
			
			div.featureText {
				position: absolute;
				width: 670px;
				height: auto;
				left: 0;
				bottom: 0;
				color: #fff;
				z-index: 600;
				text-align: right;
			}
			
			
				div.featureText h2 {
					margin: 5px 15px 0;
					font-size: 16px;
					font-style: italic;
				}
				
				div.featureText p {
					font-size: 11px;
					margin: 0 15px;
					color: #fff;
					text-align: right;
				}
				
					div.featureText a {
						color: #fff;
						text-decoration: none;
					}
					
      div.featureRight {
        background: transparent url(img/feature-right.gif) no-repeat top right;
        width: 4px;
        height: 292px;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 801;
      }
      
      * html div.featureLeft {
        background: transparent url(img/feature-left.gif) no-repeat top left;
        width: 4px;
        height: 292px;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 801;
      }								

			div.featureLinks {
				background: transparent url(img/featureScreen.png) repeat top left;
				height: 272px;
				padding: 10px 0;
				width: 226px;
				border: none;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 800;
				color: #4e4e4e;
			}
			
			 * html div.featureLinks {
			   background: #fff;
			   height: 278px;
			   padding: 5px 0;
			   top: 2px;
			 }
			
			 div.featureLinks ul {
			   list-style-image: url(img/triangle.png);
			   margin-left: 16px;
			 }
			 
			   * html div.featureLinks ul {
			     list-style-image: none;
			     list-style-type: none !important;
			     margin: 0;
			     padding: 0;
			   }
			
			 div.featureLinks li {
			   line-height: 40px;
			 }
			 
			   * html div.featureLinks li {
			     height: 28px;
			   }
			 
			   div.featureLinks li p {
			     font-size: 12px;
			     line-height: 18px;
			     margin: 0.25em 0;
			   }
			
			     * html div.featureLinks li p {
			       margin-left: 16px;
			     }
			
				div.featureLinks a {
					text-decoration: none;
					font-size: 16px;
					color: #4e4e4e;
					height: 28px;
					padding-top: 3px;
					line-height: 20px;
					text-align: center;
					font-weight: bold;
					position: relative;
					width: 180px;
					padding-right: 38px;
					display: block;
					text-align: left;
				}
				
				div.featureLinks div.desc {
				  margin-top: 10px;
				}
				
				  * html div.featureLinks div.desc {
				    margin-top: 10px;
				  }
				
				  * html div.featureLinks span.featLink {
				    position: relative;
				    width: 190px;
				    height: 28px;
				    display: block;
				    background: transparent url(img/triangle-wh.gif) no-repeat 0 12px;
				    padding-left: 16px;
				  }
				
				  * html div.featureLinks span.featLink a {
				    position: absolute;
				  }
				
				div.featureLinks a.current,
				div.featureLinks a:hover,
				div.featureLinks a:focus {
				  color: #0082c8;
				}
				
				  * html div.featureLinks a.current {
				    position: absolute;
				  }
				
				  div.featureLinks a.current {
				    background: transparent url(img/trans-arrow.png) no-repeat top right;
				  }
				  
				    * html div.featureLinks a.current {
				      background: transparent url(img/solid-arrow.gif) no-repeat top right;    
				    }
				
				  div.featureLinks ul p a {
				    color: #0082c8;
				    font-size: 12px;
				    line-height: 18px;
				    display: inline;
				  }
