body {
  margin:0;
  padding:0;
  background: #898989 url('../images/bg.png') repeat-x;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
}


#flashContainer {
  margin: 6px auto 0 auto;
  text-align: center;
}


#MainContainer {
  background: url(../images/content_bg.jpg) no-repeat;
  width: 968px;
  min-height: 611px;
  margin: 0 auto 0 auto;
  padding: 0;
}

#Header {
  height: 60px;
}

#Logo {
  height: 57px;
  line-height: 50px;
  margin: 0 6px 0 5px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  /*background: url(../images/header.png) no-repeat;*/
  z-index: 1;
}

#Nav {
  height: 63px;
  /*background: url(../images/header_gradient.png) no-repeat;*/
  margin: -7px 0 0 5px;
  z-index: 0;
}

#Nav ul {
  margin:0;
  padding:0;
}

#Nav li {
  list-style: none;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}

#Stretch1 {
  background-image: url(../images/content_bg_stretch.gif);
  padding:0;
  margin:0;
}
#Stretch2 {
  background-image: url(../images/content_bg_stretch2.jpg);
  background-repeat: no-repeat;
  padding:0;
  margin:0;
  font-size: 0px;
}

#Stretch img {
  padding:0;
  margin:5px 0 -5px 0;
}

#Body {
  min-height: 350px;
  clear: both;
  padding: 0;
  margin: 5px 20px;
  width: 930px;
  font-size: 11px;
}

#Body div.SectionTitle {
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

ul.DataList {
  margin: 20px 0;
  padding: 0;
}

ul.DataList li {
  list-style: none;
  background: #DBDBDB;
  margin: 5px 0;
  padding: 5px;
}

ul.DataList div.label {
  font-size: 13px;
  font-weight: bold;
  min-width: 350px;
  float: left;
}

ul.DataList div.label span.status {
  font-size: 10px;
  font-weight: normal;
  color: #666;
}

ul.DataList div.controls {
  /*float: left;*/
}

div.error {
  font-size: 12px;
  font-weight: bold;
  color: red;
  line-height: 40px;
}

div.title {
  font-size: 14px;
  font-weight: bold;
  color: #546983;
  margin: 0 0 20px 0;
}

div.field {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 24px;
}

div.submit {
  margin: 0 0 10px 158px;
  padding: 10px 0 0 0;
  border-top: 2px solid #ddd;
  font-size: 12px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 24px;
}

div.hr {
  margin: 20px 0;
  height: 0px;
  border-bottom: 2px solid #ddd;
}

h2.PageHeader {
  color: #546983;
  padding-bottom: 6px;
  border-bottom: 2px solid #ddd;
}

form label {
  float: left;
  width: 144px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin-right: 15px;
}

form input[type~='text'] {
  border: 2px solid #546983;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  background: #E6EAEF;
}

form input[type='text'] {
  width: 180px;
  padding: 4px 6px;
}

form input[type='radio'] {
  border: 0px;
  margin: 5px 0 0 0;
  padding: 10px;
  display: inline;
}

form input[type='checkbox'] {
  border: 0px;
  margin: 5px 0 0 0;
  padding: 10px;
  display: inline;
}

form input[type='submit'] {
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}


#News a {
  color: #c92f4d;
  font-size: 12px;
  text-decoration: none;
}

#News h3 {
  color: #c92f4d;
  font-size: 12px;
  text-decoration: none;
}

body.clone #BodyContainer {
  position: relative;
  _text-align: center;
}
body.clone #MainContainer {
  position: relative;
  margin: 0 auto;
  _text-align: left;
}
body.clone #nav {
  position: absolute;
  width: 958px;
  height: 77px;
  top: 110px;
  left: 5px;
  _left: 0px;
  z-index: 2;
}
body.clone #header_red {
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 958px;
  height: 22px;
}
body.clone #header_gradient {
  position: absolute;
  width: 958px;
  height: 77px;
  top: 0px;
  left: 0px;
}
body.clone #header_gradient a {
  display: block;
  position: absolute;
  top: 20px;
  left: 262px;
  width: 86px;
  height: 33px;
  background: url(/assets/common/go_back_btn.png) no-repeat;
  text-align: center;
  line-height: 2.25em;
  font-size: 12px;
  font-weight: 700;
  color: #636261;
  text-decoration: none;
}
body.clone #header_gradient a:hover {
  color: #ca3451;
}
body.clone #header_gradient a span {
  display: block;
  padding-left: 6px;
}
body.clone #header_top {
  position: absolute;
  left: 5px;
  top: 62px;
  width: 958px;
  height: 57px;
  z-index: 4;
  background: url(/assets/branding/master/header.png) no-repeat;
}
body.clone #header_top #Logo {
  width: 200px;
  height: 57px;
}
body.clone #Stretch1 {
  margin-top: 110px;
  position: relative;
  z-index: 0;
}
body.clone #Stretch2 {
  background-position: 0 -40px;
}
body.clone #left_pane {
  position: absolute;
  top: 0px;
  left: 5px;
}
body.clone #blue_bar {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
  background-color: #66aadd;
  opacity: .70;
  filter: alpha(opacity = 70);
}
body.clone #Body {
  padding: 72px 74px 0 328px;
  width: auto;
}

#footer_wrapper {
	position: relative;
	width: 900px;
	height: 20px;
	margin: 0 auto;
}
#page_footer {
	position: absolute;
	width: 900px;
	top: -20px;
	left: 0px;
}
#page_footer a {
	text-decoration: none;
}
#page_footer a img {
	vertical-align: middle;
}


