
body  {
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	font-family: Helvetica Neue Light, Helvetica Neue-Light, HelveticaNeueLight, Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-top-width: 0px;
	line-height:1.55em;
	border-top-style: solid;
	border-top-color: #455478;
	background-image:url(/Content/images/bg.jpg);
	background-repeat:repeat;
}

h1,h2,h3 {
	font-family: Helvetica, sans-serif;
}

 #infinite {
	width:100%;
	height:90px;
	background-image:url(/Content/images/bodyborder.png);
	background-repeat:repeat;
	position:absolute;
	left:0;
	top:0;

}


.pbody #pagewrapper {
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	background-position:top center;
	background-image:url(/Content/images/pmg-wear.png);
	background-repeat:no-repeat;

}

	
.pbody #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.pbody #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.pbody #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.pbody #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 632px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 30px 0px 0px;
	height:auto;
	margin:0;
	position:relative;
	
}

.pbody #sidebar1 #promo-container {
	position:relative;
	left:0;
	top:0;
	width:631px;
	height:411px;
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
}

.pbody #sidebar1 #promo-container ul {
	display:block;
	width:5000px;
	height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
}

#scroll-container, #scroll-container-copy {
	position:relative;
	overflow:hidden;
	width:100%;
	height:3000px;
	display:block;
	margin:0;
	padding:0;
}

#scroll-container-copy ul {
	display:block;
	width:5000px;
	height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
}

#scroll-container-copy ul li {
list-style:none;
	list-style-type:none;	
	display:block;
	width:465px;
	height:128px;
	
	padding:5px;
	margin:0;	
}

.pbody #sidebar1 #promo-container ul li  {
	list-style:none;
	list-style-type:none;	
	display:block;
	width:631px;
	height:411px;
	float:left;
	padding:0;
	margin:0;
}



.pbody #sidebar1 #promo-content {
	position:relative;
	left:0;
	top:0;
	width:631px;
	height:128px;
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	background-image:url(/Content/images/promo-content-bg.png);
	background-repeat:repeat;
}

#promo-content h1 {
	color:#465578	;
	font-size:18px;
	padding-top:0;
	margin-top:0;
	margin-bottom:5px;
}

#promo-content .arrows {
	position:relative;
	float:left;
	width:58px;
	height:100%;
	
	
}

#promo-content .promo-copy-wrapper {
	position:relative;
	float:left;
	width:515px;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

#promo-content .promo-copy-wrapper .promo-copy {

	padding:25px;
}

.pbody #sidebar1 #promo-frame{
	position:absolute;
	top:0;
	left:0;
	width:631px;
	height:411px;
	display:block;	
}
.pbody #mainContent { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:298px;
	height:auto;
} 
.pbody #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:Transparent; 
} 
.pbody #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 */
}
.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;
}
.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;
}

legend {
	background-color:green;	
}

fieldset {
border:solid 0px black;	
}

div.header {
	width:100%;
	border-bottom:solid 1px #465578;
	display:block;
	height:auto;
}

div.header span {
	
	background-color:#465578;
	color:white;
	font-size:14px;
	font-weight:bold;
	
	font-family:Helvetica, sans-serif;
	padding-left:10px;
	margin:0;
	display:block;
	width:130px;
}

div.content {
	width:100%;
	display:block;
	margin-top:10px;
}

fieldset div.required
{
  background-image:  url(/content/images/required.png);
  background-repeat:no-repeat; 
  background-position:200px 43px;
}

fieldset div a {
	display:block;
	height:auto;
	text-align:center;
	float:left;
	}
	
	fieldset label {
		display:block;	
		margin-top:15px;
		font-weight:bold;
	}
	fieldset input {
		height:16px;
		width:100%;
		border:solid 1px #b9b9b9;
		
	}
	
	fieldset textarea {
		height:100px;
		width:100%;
		border: solid 1px #b9b9b9;
	}
	
	fieldset button {
		
		border: solid 1px c8c7c3;	
	}