html {
	height: 100%;
}

body{
	height: 100%; 
	width: 100%;
	background: #fff;
	font-family: Arial,Helvetica,sans-serif;
	color: #555;
	text-align: center;
}
 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
p {
	padding: 0.5em 0;
}

img {
	display: block;
}

a {
	color: #da5c32;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#pageContainer {
	width: 100%; 
	color: #555;
	font-size: 0.9em;
}
.formelements{font-size:12px}
.formelements ul{list-style:none; padding:8px; background:#F1F1F1}
.formelements ul.contactpage{width:155px}
.formelements li{margin:5px 0}
.formelements label{color:#666666}
.formelements input{font-size:12px; line-height:18px; height:18px; width:150px}
.formelements select{font-size:11px; width:150px}
.formelements textarea{width:150px; height:150px}
.formelements input.submitbtn{height:31px; line-height:31px; cursor:pointer}

/*
#########################################################
# Styles for site 
#########################################################
*/

.baseBox {
	width: 870px;
	margin: 0 auto;
}
.mainBox {
	width: 870px;
	float: left;
	display: block;
	font-size: 0.9em;
}
* html.baseBox, * html.mainBox {
	height: 100%;
}
#header {
	width: 870px;
	height: 90px;
}
#leftHead {
	width: 650px;
	height: 93px;
	display: inline;
	float: left;
	text-align: left;
}
#leftHead img {
	margin: 10px 0 10px;
}
#rightHead {
	width: 220px;
	height: 93px;
	display: inline;
	float: left;
	text-align: left;
}
#rightHead p {
	margin-top: 30px;
}
#navTop {
	width: 870px;
	height: 4px;
	background: url(../img/nav-top.gif) no-repeat 0 0;
	display: block;
	float: left;
	font-size:1px;
	line-height:0px;
}
#navBg {
	background: #696b65 url(../img/nav-bot.gif) no-repeat 0 bottom; 
	width: 870px;
	display: block;
	float: left;
	text-align: center;
	padding-bottom: 4px;
}
#navUL {  
	width: 870px;
	display: block;
	float: left;
	clear: both;
	margin: 0.7em 0;
} 
#navUL li { 
	list-style: none; 
	display: block; 
	float: left; 
	padding: 0 2em;
	border-left: 1px solid #bbb;
	font-size: 1.1em;
} 
#navUL li a  { color: #fff; text-decoration: none; }
#navUL LI.firstLI {
	margin-left: 0.8em;
	border-left: none;
}
#twitter_update_list li {
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 20px;
	background: url(../img/bubble.gif) no-repeat 0 2px;
}
/*
#########################################################
# homepage
#########################################################
*/

#mainContainer {
	width: 870px;
	display: block;
	float: left;
	margin-top: 20px;
	text-align: left;
}
#mainLeft {
	width: 650px;
	display: block;
	float: left;
}
#heroTop {
	width: 650px;
	height: 9px;
	background: url(../img/hero-top.gif) no-repeat 0 0;
	display: block;
	float: left;
	font-size:1px;
	line-height:0px;
}
#heroBody {
	width: 650px;
	background: #dfe5e9 url(../img/hero.jpg) no-repeat 0 0;
	display: block;
	float: left;
	height: 311px;
	margin-bottom: 20px;
}
#mainRight {
	width: 200px;
	display: block;
	float: left;
	margin-left: 20px;
}
#mainRight a {
	color: #8e962e;
}
#choiceTop {
	width: 870px;
	height: 8px;
	background: #e7e2df url(../img/choice-top.gif) no-repeat 0 0;
	display: block;
	float: left;
	font-size:1px;
	line-height:0px;
}
#choiceBody {
	width: 870px;
	background: #e7e2df;
	display: block;
	float: left;
	text-align: left;
	padding: 0 10px 5px 10px;
}
html>body #choiceBody { width:850px; }

#choiceBot {
	width: 870px;
	height: 8px;
	background: #e7e2df url(../img/choice-bot.gif) no-repeat 0 0;
	display: block;
	float: left;
	font-size:1px;
	line-height:0px;
}
.choiceNode {
	width: 182px;
	margin: 2px 15px;
	float: left;
	display: inline;
}
.titleWrap {
	height: 2.5em;
	margin: 0;
	clear: both;
}
.choiceNode img {
	display: inline;
	float: left;
	margin: 3px 10px 0 0;
}
.choiceNode img.noMargin {
	margin-top: 0;
}
.choiceText {
	font-size: 0.85em;
	display: block;
	float: left;
	width: 100%;
}
#newsTop {
	width: 200px;
	height: 50px;
	background: url(../img/news-top.gif) no-repeat 0 0;
	float: left;
	display: block;
	padding: 15px 20px 15px 10px;
}
#newsBody {
	width: 198px;
	background: url(../img/news-bg.gif) repeat-x 0 bottom;
	float: left;
	display: block;
	padding: 5px 20px 5px 10px;
	font-size: 0.85em;
	height: 255px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
#newsBodyInt {
	width: 200px;
	background: url(../img/news-body.gif) repeat-y 0 0;
	float: left;
	display: block;
	padding: 5px 20px 5px 10px;
	font-size: 0.85em;
}
html>body #newsBody { width: 168px; }
html>body #newsBodyInt { width: 170px; }
html>body #newsTop { height: 20px; width: 180px; }
#newsBody p { padding-left: 20px; }
#newsBot {
	width: 200px;
	height: 5px;
	background: url(../img/news-bot.gif) no-repeat 0 0;
	float: left;
	display: block;
	font-size:1px;
	line-height:0px;
	margin-bottom: 20px;
}
#newsBot.newsBotHome {
	background: url(../img/news-bot-home.gif) no-repeat 0 0;
}
/*
#########################################################
# Internal Pages
#########################################################
*/
.holdingBox {
	width: 600px;
	margin: 0 0 20px 5px;
	float: left;
	display: block;
}
html>body .holdingBox { width: 600px; margin: 0 0 20px 10px; }
.buttonBox {
	width: 200px;
	height: 50px;
	background: url(../img/button.gif) no-repeat 0 0;
	float: left;
	display: block;
	padding: 15px 20px 15px 10px;
	margin-bottom: 20px;
}
html>body .buttonBox { height: 20px; width: 170px; }
.standardUL { margin: 10px 0; width: 100%;}
.standardUL li {
	margin-left: 20px;
	background:  url(../img/bullet-green.gif) no-repeat 0 0.3em;
	padding: 0.2em 0 0.2em 20px;
	color: #696b65;
	font-size: 1.1em;
	font-style: italic;
}
.standardUL.careersUL li {
	margin-left: 20px;
	background:  url(../img/bullet-green.gif) no-repeat 0 0.5em;
	padding: 0.2em 0 0.2em 20px;
	color: #696b65;
	font-size: 1em;
	font-style: normal;
}
.margin20 { margin: 20px 0; }
.rightImg { display: block; float: left; margin: 10px 0;}
/*
#########################################################
# Publications
#########################################################
*/
.pubBoxWrap { 
	width: 100%;
	display: block;
	float: left;
}
.pubBox {
	width: 110px;
	height: 15em;
	float: left;
	display: inline;
	margin: 10px 50px 10px 0;
}
.pubBox img { margin-bottom: 10px; }
.lastPub { margin-right: 0;}
/*
#########################################################
# online
#########################################################
*/
.onlineBox {
	width: 600px;
	float: left;
	display: block;
	margin-bottom: 20px;
}
.onlineLeft {
	width: 260px;
	float: left;
	display: inline;
	margin: 10px 20px 0 0;
}
.onlineRight {
	width: 320px;
	float: left;
	display: inline;

}
.onlineBox img { margin: 0 auto; }
.holdingBox .onlineLeft img {
	margin: 0;
}
/*
#########################################################
# contact
#########################################################
*/
#map2, #map1 { display: none; }
.contWrap {
	width: 280px;
	float: left;
	display: inline;
	margin: 20px 20px 0 0;
}
.contTop {
	width: 280px;
	height: 10px;
	background: url(../img/cont-top.gif) no-repeat 0 0;
	display: block;
	float: left;
	font-size:1px;
	line-height:0px;
}
.contBot{
	width: 280px;
	background: url(../img/cont-bot.gif) no-repeat 0 bottom;
	display: block;
	float: left;
	height: 120px;
	padding: 10px;
}
html>body .contBot { width: 260px;}
.contBot p {
	font-size: 0.9em;
}
/*
#########################################################
# footer
#########################################################
*/
#footer {
	width: 870px;
	height: 30px;
	display: block;
	text-align: left;
	clear: both;
	font-size: 0.86em;
	color: #888;
}
#footer a {
	color: #888;
}
.footRight {
	float: left;
	width: 290px;
	display: inline;
	text-align: right;
	margin: 10px 0 0 10px;
}
.footLeft {
	float: left;
	width: 560px;
	display: inline;
	margin: 10px 10px 0 0;
}
.borderTop {
	border-top: 1px solid #dcdcdc;
}
/*
#########################################################
# fonts
#########################################################
*/
h1,h2,h3,h4,h5 {
	color: #da5c32;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight: normal;
}
h1 {
	color: #696b65;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 10px 20px 0 20px;
}
h1 strong {
	color: #8e962e;
}
h1#h1Common {
	color: #da5c32;
	font-size: 1.6em;
	line-height: 1.2em;
	padding-bottom: 10px;
	margin: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
h2 {
	color: #da5c32;
	font-size: 1.4em;
	line-height: 1.2em;
	padding-bottom: 10px;
	margin: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
h2.tvTxt {
 	color: #da5c32;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 10px 0;
	font-weight: bold;
	border-bottom: 0
}
h2.h2Home {
	font-size: 1.5em;
	display: inline;
	float: left;
	margin: 1.2em 0 0 0;
	padding: 0;
	border: 0;
	line-height: 1em;
	color: #da5c32;
}
h2.h2Cont {
	font-size: 1.5em;
	color: #da5c32;
	margin: 0;
	border: 0;
	padding: 0;
}
#mainRight h3 a {
	font-size: 1.15em;
	color: #da5c32;
	text-decoration: none;
	background: url(../img/twitter.gif) no-repeat 0 0;
	padding-left: 40px;
	font-weight: bold;
}
#mainRight h3.tvFeed a {
	background: url(../img/tv-icon.gif) no-repeat 0 0;
	padding: 5px 0 5px 30px;
}
h4 {
	font-size: 1.1em;
	margin: 0.6em 0 0 0;
	color: #8e962e;
	background: url(../img/bubble.gif) no-repeat 0 0;
	padding-left: 20px;
}
h4.h4NoImg {
	color: #696b65;
	font-weight: bold;
	background: none;
	padding-left: 0;
}
h5 {
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 0.9em;
	color: #696b65;
}
strong { font-weight: bold; }
.noLine { text-decoration: none; }