/*
	This CSS file is the global style definitions used throughout the site.
*/

div#mainContainer {
	margin: 0 auto;
	padding: 0px;
	float: none;
	width: 960px;
	border-style: none;
	position: relative;
	visibility: visible;
	top: 0px;
}

div#headerbg {
	margin: 0;
	padding: 0px;
	float: none;
	width: 960px;
	border-style: none;
	position: absolute;
	visibility: visible;
	top: 0px;
	background-attachment: scroll;
	background-image: url(images/MileEdgePlus_sub_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 389px;
	left: 0px;
}
div#bodybg {
	margin: 0;
	padding: 0px;
	width: 804px;
	border-style: none;
	position: absolute;
	visibility: visible;
	top: 156px;
	background-attachment: scroll;
	background-image: url(images/MileEdgePlus_sub_bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	left: 79px;
	text-align: left;
}
div#bodycontent {
	padding: 40px;
}
div#bodyfooter {
	margin: 0;
	padding: 0px;
	width: 804px;
	border-style: none;
	visibility: visible;
	z-index: 2;
	top: 700px;
	background-attachment: scroll;
	background-image: url(images/MileEdgePlus_sub_bodyfooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	left: 79px;
}
div#nav1 {
	margin: 0;
	padding: 0px;
	float: none;
	width: 476px;
	border-style: none;
	position: absolute;
	visibility: visible;
	z-index: 3;
	top: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	height: 36px;
	left: 484px;
}
div#nav2 {
	margin: 0;
	padding: 0px;
	float: none;
	width: 476px;
	border-style: none;
	position: absolute;
	visibility: visible;
	z-index: 3;
	top: 139px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	height: 32px;
	left: 0px;
}

.regularText {
	font: normal 12px/16px "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	font-style:
	color: #333333;
	text-decoration: none;
}

.paragraphTitles {
	font: normal 18px/16px "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	color: #336633;
	text-decoration: none;
}
.nav a:link {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.nav a:visited {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.nav a:hover {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
