﻿/* *						{ margin: 0; padding: 0; }*/
a {
    text-decoration: none;
}

a img							{ border: none; }

h2								{ font-family: "Lucida Grande", Arial, Sans-Serif; font-size: 15px; text-align: center; 
								  font-weight: normal; }

#page-wrap						{ background: white; width: 680px; margin: 0 auto; 
								  padding: 10px 0 ; }

#slider							{ background: white; height: 120px; overflow: hidden;
								  position: relative; margin: 10px 0; min-height:110px }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2820px; position: relative; }

.slide							{ padding: 2px 0px; width: 680px; float: left; position: relative; max-height:160px; height:125px }
.slide h1						{ font-family: "Verdana", Arial, Sans-Serif; font-size: 17px; letter-spacing: -1px; width: 450px;
								  color: #15428b; font-weight:bold }
.slide p						{ color: #000000; font-size: 12px; line-height: 22px; width: 430px;  height:20px}
.slide a						{ font-size:11px; font-style:italic}
.slide img						{ position: absolute; top: 20px; left: 480px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #15428b; color: white!IMPORTANT;
								  padding: 0px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }