* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	color: #555;
	padding-bottom: 20px;
}

#container {
	width: 772px;
	margin: auto;
	overflow: visible;
	background-color: #fff;
	padding-bottom: 20px;
}

#header {
	width: 772px;
	height: 133px;
	position: relative;
	margin: auto;
}

#header a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
}

#header form {
	display: block;
	position: absolute;
	top: 6px;
	right: 20px;
	width: 160px;
	font-weight: normal;
}

#header form fieldset {
	border: 0px;
	font-size: 10px;
}

#header form ol {
	list-style-type: none;
	margin: 0px;
}

#header form ol li {
	margin: 0px 0px 4px 0px;
	text-align: right;
}

#header form ol li input[type="text"] {
	border: 0px;
}

#header form ol li input[type="password"] {
	border: 0px;
}

#header form ol li input {
	border: 0px;
	font-size: 11px;
}

#header form ol li#loginRemember {
	font-style: italic;
	font-size: 10px;
}

#header form ol li#loginSubmit {
	position: relative;
	color: #d8a958;
	font-weight: bold;
}

#header form ol li#loginSubmit input {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
}

#contactUs {
	position: absolute;
	right: 23px;
	bottom: 20px;
	height: 22px;
	width: 254px;
}

#contactUs h2 {
	font-size: 14px;
	padding-right: 10px;
	height: 22px;
	line-height: 22px;
	margin-right: 10px;
	float: left;
}

#contactUs h3 {
	font-size: 22px;
	float: right;
	height: 22px;
	line-height: 22px;
}

#contentArea {
	width: 772px;
	margin: auto;
}

#sideNav {
	float: left;
	width: 170px;
	margin-right: 15px;
	text-transform: uppercase;
  overflow: hidden;
}

#sideNav ul.top {
	list-style-type: none;
}

#sideNav ul.top li {
	margin: 8px 0px 0px 0px;
}

#sideNav ul.top li a {
	display: block;
	width: 146px;
	height: 17px;
	color: #8f8e8e;
	text-decoration: none;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	text-align: right;
	padding-right: 24px;
}

#sideNav ul.top li a:hover {
	background-position: -170px;
	color: #fff;
}

#sideNav ul.top li a.there {
	background-position: -170px;
	color: #fff;
}

#sideNav ul.subMenu {
	width: 150px;
	background-image: url(../images/subNavFoot.png);
	padding-bottom: 10px;
	background-position: bottom;
}

#sideNav ul.subMenu li {
	margin: 0px;
	background-image: url(../images/subNavBG.png);
	background-repeat: repeat-y;
}

#sideNav ul.subMenu li.lastSub {
	height: 25px;
}

#sideNav ul.subMenu li a {
	display: block;
	background-image: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 24px;
	width: 136px;
	border-bottom: 1px solid;
	padding: 0px;
	margin: 0px;
	height: 17px;
}

#splash {
	width: 587px;
	float: right;
}

#splashCopy {
	padding: 20px 30px 20px 0px;
}

#splashCopy h2 {
	font-size: 18px;
	line-height: 20px;
}

#splashCopy p {
	line-height: 20px;
}

#ticker {
	height: 23px;
	width: 744px;
	margin: 20px auto;
	background-image: url(../images/tickerBG.png);
	font-family: 'Lucida Grande', Verdana, sans-serif;
	color: #592222;
	font-size: 11px;
	line-height: 23px;
}

#ticker h3 {
	font-size: 11px;
	line-height: 23px;
	float: left;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #c9c9cc;
	margin-right: 10px;
}

#newsbox {
	width: 752px;
	margin-right: 20px;
	background-image: url(../images/newsBoxDemo.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 185px;
}

#news {
	width: 574px;
	margin-right: 20px;
  margin-left: 178px; 
}

#newsboxTop {
  height: 16px;
  background-image: url(../images/boxTop.png);
}

#newsboxNav {
  height: 12px;
  background-image: url(../images/boxBG.png);
  background-repeat: repeat-y;
}

#newsboxNav ul {
  float: right;
  list-style-type: none;
  display: inline;
  margin: 0px 10px 0px;
  padding: 0px;
}

#newsboxNav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#newsboxContent {
  position: relative;
  height: 164px;
	width: 573px;
  background-image: url(../images/boxBG.png);
  background-repeat: repeat-y;
  overflow: hidden;
}

#newsboxArticles {
  position: absolute;
  left: 30px;
  top: 0px;
}

#newsboxArticles ul {
  width: 503px;
  list-style-type: none;
}

#newsboxArticles ul li {
  margin: 8px 0px;
}

#newsboxBottom {
  height: 5px;
  background-image: url(../images/boxBottom.png);
}

#footerStrip {
	background-color: #eee;
	width: 712px;
	padding: 10px 30px 10px;
	height: 107px;
	margin: 20px 0px;
}

#footerStrip h2 {
	margin: 10px 0px 20px 0px;
}

#footerStrip ul {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#footerStrip ul a {
	color: #696969;
	text-decoration: none;
	white-space: nowrap;
}

#footerStrip ul li {
	display: inline;
	padding-right: 10px;
}

#footerStrip ul li.there a.there {
	color: #000;
}

.hidden {
	display: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.orange {
	color: #da9936;
}

a img {
	border: 0px;
}

#insideRightColumn {
	width: 531px;
	float: right;
	padding: 0px 40px 0px 16px;
}

#container #contentArea #insideRightColumn div.topPadded {
	padding-top: 30px;
}

#insideRightColumn ol {
	margin-left: 20px;
}

#insideRightColumn ol li {
	margin: 8px 0px;
}

#insideRightColumn ul {
	margin-left: 20px;
}

#insideRightColumn ul li {
	margin: 8px 0px;
}

#insideRightColumn p {
	margin: 10px 0px;
  font-size: 12px;
  line-height: 17px;
}

#insideRightColumn h2 {
	font-size: 19px;
  line-height: 33px;
  margin-left: 20px;
}

#insideRightColumn h3 {
  margin-top: 20px;
  font-size: 16px;
}

#insideRightColumn .largeColorType {
  font-size: 16px;
  font-weight: bold;
}

#insideRightColumn h3.inline {
  margin: 0px;
  display: inline;
}

#insideRightColumn h3.first {
  margin-top: 0px;
}

#insideRightColumn .heavy {
  font-size: 14px;
  font-weight: bold;
}

#insideRightColumn em.heavy {
  font-style: normal;
}

#insideRightColumn h2 em {
	font-style: italic;
}

#insideRightColumn ul.noBullet {
  list-style-type: none;
}

#insideRightColumn ul.indented {
  margin-left: 30px;
}

#insideRightColumn ul.tight li {
  margin: 2px 0px;
}

a img {
  border: 0;
}

#rightColumnContent .indented {
  margin-left: 20px;
}

a.pdfLink {
	display: block;
	min-height: 32px;
	height: auto !important;
	height: 32px;
	padding-left: 42px;
	background: url(../../common/images/pdf.gif) no-repeat left;
}

#container #contentArea #insideRightColumn sup {
	font-size: 8px;
}

h5.newsPDF {
    font-size: 14px;
    line-height: 32px;
    margin: 8px 0px;
}

