@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body  {
	font: 100%/1 Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #194199;
	background: #FFFFFF;
	min-width: 1000px
}
h2 {
	font-size: 1.125em;
	margin-bottom: 16px;
}
h3 {
	font-size: 1.063em;
	margin-bottom: 16px;
}
h3.title, #sidebar1 h3 {
	font-weight: normal;
	line-height: 27px;
	color: #FDFDFD;
	background: #1B429A;
	padding-left: 5px;
	width: 237px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltrtThin { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. 
	margin-left: px;*/
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
}
#sidebar1 {
	float: left;
	width: 307px;
	background: #EBEBEB url(../images/leftnavBG.png) no-repeat left bottom;
	padding-top: 31px;
	padding-bottom: 30px;
	margin: 0;
}
#sidebar1 a {
	height: 24px;
	padding: 2px;
}
#sidebar1 a:link, #sidebar1 a:visited {
	color: #1B4199;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #1B4199;
	text-decoration: none;
	background:#EAEAEA;
}
#sidebar1 div {
	padding-top: 0px;
	padding-right: 13px;
	padding-left: 27px;
}
#sidebar1 h4 {
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
	color: #1B4199;
}
#sidebar1 p {
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
	color: #1B4199;
	line-height: 1.4em;
}
#sidebar1 form {
	margin-bottom: 1em;
}
#sidebar1 form p {
	line-height: 22px;
	vertical-align: middle;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar1 ul li {
	font-size: 0.75em;
	line-height: 24px;
}
#sidebar1 input.search {
	background: #C3C3C3 url(../images/search_btn.png) no-repeat left center;
	height: 15px;
	padding-left: 15px;
	font-size: 0.8em;
	color: #194199;
	border-width: 0px;
	border-style: none;
}
#sidebar1 input.txt {
	font-size: 0.9em;
	color: #7B7B7B;
	background: #E2DEDE;
	border: 1px solid #AAAAAA;
	width: 178px;
	vertical-align: middle;
	padding: 4px;
}
#sidebar1 div.york {
	background: url(../images/logos/york.gif) no-repeat left top;
	cursor: pointer;
	padding-left: 72px;
	margin-top: 1em;
}
#sidebar1 div.york p {
	font-size: 0.625em;
	color: #393939;
}
#header {
	position: relative;
	margin-left: 330px;
	padding-top: 42px;
	margin-bottom: 40px;
}
#contact {
	position: absolute;
	top: 14px;
	right: 0px;
}
#contact p {
	font-size: 0.75em;
	color: #194199;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#contact p.email {
	background: url(../images/icons/email.png) no-repeat left top;
	height: 16px;
	padding-left: 19px;
}
#contact p.phone {
	background: url(../images/icons/phone.png) no-repeat left top;
	height: 16px;
	padding-left: 19px;
}
#mainContent {
	margin: 0 0 0 330px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 635px
} 
#mainContent h1 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 1em;
}
#mainContent p {
	font-size: 0.75em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
#mainContent p.intro {
	font-size: 0.938em;
}
#mainContent div.promo {
	background: url(../images/promoBG.png) no-repeat left top;
	width: 636px;
	margin-bottom: 33px;
}
#mainContent div.promo div {
	padding: 36px 10px 10px 163px;
	border-bottom: 1px solid #9A9A9B;
	margin-left: 23px;
	margin-right: 1px;
}
#mainContent div.promo h1 {
	font-size: 1.25em;
	font-weight: normal;
	color: #8F9191;
	margin-bottom: 1em;
}
#mainContent div.promo p {
	font-size: 0.75em;
	color: #194199;
	line-height: 1.5em;
}

#mainContent div.download {
	position: relative;
}
#mainContent div.download dl dt {
	font-size: 0.75em;
	font-weight: bold;
	width: 210px;
	float: left;
	line-height: 2em;
}
#mainContent div.download dl dd {
	font-size: 0.75em;
	float: left;
	line-height: 2em;
}
#mainContent div.help {
	float: right;
	width: 38%;
}
#mainContent div.help h4 {
	font-size: 0.688em;
	color: #194199;
	margin: 0px;
	padding: 0px;
}
#mainContent div.help p {
	font-size: 0.688em;
	color: #194199;
	line-height: 145%;
}
#footer {
	float: left;
	padding: 0 10px 0 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.75em;
	color: #1B4199;
}
.ulsubpage { list-style: disc inside none; font-size: .75em; line-height: 1.4em; margin: 0 0 2em 0 }
#disclaimer {
	margin-top: .5em;
	text-align: left
}
#mpnPhoneNumbers {
	font-size: .70em;
	margin-left: .3em;
}
#spacer {
	height: 120px;
}