*								{ margin: 0; padding: 0; }
body							{
	font-family: "Lucida Grande", Arial, Sans-Serif;
	background-color: #DFE9FC;
}
.border {
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


a								{ text-decoration: none; outline: none; }
a img							{
}

h2								{
	font-family: Georgia, Serif;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	line-height: normal;
}

#page-wrap						{
	background: white;
	width: 775px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	z-index: 0;
}

#slider							{
	height: 227px;
	overflow: hidden;
	position: relative;
	background-color: white;
	background-image: url(pages/images/slide_bg.png);
	border: thin solid #666666;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 275;
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{
	width: 2880px;
	position: relative;
}

.slide							{ padding: 30px 30px; width: 775px; float: left; position: relative; }
.slide h1						{
	font-family: Helvetica, Sans-Serif;
	font-size: 30px;
	letter-spacing: -1px;
	color: #2365B0;
	line-height: normal;
}
.slide p						{ color: #666666; font-size: 12px; line-height: 22px; width: 300px; }
.slide img						{
	position: absolute;
	top: 36px;
	left: 354px;
}
#calendar {
	height: 150px;
	width: 223px;
	clear: right;
	float: left;
	padding-right: 15px;
	padding-left: 18px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
}

#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #2365B0; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
