html {
	margin: 0;
	padding: 9px 25px 10px 25px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #fff;
	background-color: #000;
}

body {
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
	padding: 0;
	background-color: #000;
	color: #fff;
}

p { margin: .75em 0 .75em 0; }

a { color: #8f3922; }
a:hover { color: #c00; }
a:visited { color: #682919; }
a:focus { outline: none; }

img {
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

.inline {
	list-style: none;
	display: inline;
	margin: 0 -4px 0 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.noPrint {}
.printOnly { display: none; }

.prop349 {
	display: inline;
	height: 349px;
	float: right;
	width: 1px;
}

/* ------------------------------------------------------------------------------- */
.polls {
	padding: 4px 12px 4px 12px;
	margin: 0;
	font-weight: bold;
	color: #fbf2d6;
	float: left;
	display: inline;
}

.polls .question {
	margin: 0 0 6px 0;
	color: #000;
	font-weight: bold;
}

.polls .stats {
	width: auto;
	border: 0;
	border-collapse: collapse;
}

.polls tr.stats {
	margin: 0;
	padding: 0;
}

.polls td.stats {
	margin: 0;
	padding: 0;
	width: auto;
}

.polls .info {
	margin: 10px 0 6px 0;
	color: #000;
}

/* ------------------------------------------------------------------------------- */
.photoleft, .leftphoto, .picleft {
	border: 1px solid #ccc;
	margin: 0 9px 6px 0;
}

.photoright, .rightphoto, .picright {
	border: 1px solid #ccc;
	margin: 0 0 6px 9px;
}

/* ------------------------------------------------------------------------------- */
.capphotoleft, .leftcapphoto {
	float: left;
	margin: 0 9px 12px 0;
	font-size: xx-small;
	line-height: 1.3em;
	color: #333;
	background-color: transparent;
}

.capphotoleft img, .leftcapphoto img {
	border: 1px solid #ccc;
	margin: 0 0 6px 0;
}

.capphotoright, .rightcapphoto {
	float: right;
	margin: 0 0 12px 9px;
	font-size: xx-small;
	line-height: 1.3em;
	color: #333;
	background-color: transparent;
}

.capphotoright img, .rightcapphoto img {
	border: 1px solid #ccc;
	margin: 0 0 6px 0;
}
/* ------------------------------------------------------------------------------- */
#banner {
	height: 37px;
	color: #fff;
	background-color: #000;
	padding: 0;
	margin: 0;
	font-size: x-small;
	line-height: 1em;
	font-weight: bold;
}

#banner input {
	font-size: x-small;
	color: #666;
	padding: 2px;
	margin: 0;
	border: 0;
}

#banner a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #8f3922;
}

#banner a:hover {
	color: #000;
}

#newsletterLink a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 12px;
	background-color: transparent;
}

#newsletterLink a:hover {
	color: #fff;
	background-color: transparent;
}

/* ------------------------------------------------------------------------------- */
#menu {
	position: relative;
	height: 19px;
	color: #000;
	background-color: #fbf2d6;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------------------------- */
#secondaryNav {
	color: #ccc5ae;
	background-color: #383838;
	padding: 12px 50px 12px 0;
	text-align: center;
	font-size: 90%;
}

#secondaryNav .linkblock {
	margin: 0 7px 0 7px;
	display: inline;
	white-space: normal;
}

#secondaryNav .linkblock ul, #secondaryNav .linkblock li {
	list-style: none inside none;
}

#secondaryNav a {
	color: #fbf2d6;
	background-color: transparent;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

#secondaryNav a:hover {
	color: #fff;
}

/* ------------------------------------------------------------------------------- */
#footBox {
	color: #fbf2d6;
	background-color: #000;
	border: 1px solid #fbf2d6;
	padding: 12px 12px 12px 0;
	margin: 12px 0 8px 0;
	font-size: 90%;
	line-height: 1.4em;
}

#footBox tr {
	vertical-align: top;
}

#footBox td.info {
	width: 33%;
	border-right: 1px solid #fbf2d6;
	padding: 0 12px 0 12px;
}

#footBox td.end {
	padding: 0 0 0 14px;
}

#footBox a {
	color: #fbf2d6;
	text-decoration: underline;
}

#footBox a:hover {
	color: #fff;
}

#footBox h5 {
	font-weight: bold;
/*	font-size: x-small; */
	font-size: 100%;
	line-height: 1.4em;
	margin: 0 0 2px 0;
}

/* ------------------------------------------------------------------------------- */
#global {
	text-align: center;
/*	font-size: x-small;*/
	font-size: 90%;
	color: #fff;
	background-color: transparent;
}

#global a {
	color: #fff;
	text-decoration: underline;
}

#global ul {
	list-style: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}

#global li {
	list-style: none;
	display: inline;
	margin: 0 0 0 16px;
	padding: 0;
}

/* ------------------------------------------------------------------------------- */
#btnHome {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 65px;
	height: 19px;
	background: url("../images/primaryNav/home.gif") top left no-repeat;
	background-position: 0 0;
}

#btnHome a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0;
	width: 65px;
	border: 0;
	background: url("../images/primaryNav/home.gif") top left no-repeat;
	background-position: 0 -19px;
}

#btnHome a:hover {
	background-position: 0 -19px;
	border: 0;
	background-position: 0 0;
}

/* ------------------------------------------------------------------------------- */
#btnChallenge {
	position: absolute;
	top: 0;
	left: 65px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 131px;
	height: 19px;
	background: url("../images/primaryNav/theChallenge.gif") top left no-repeat;
	background-position: 0 0;
}

#btnChallenge a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0;
	width: 131px;
	border: 0;
	background: url("../images/primaryNav/theChallenge.gif") top left no-repeat;
	background-position: 0 -19px;
}

#btnChallenge a:hover {
	background-position: 0 -19px;
	border: 0;
	background-position: 0 0;
}

/* ------------------------------------------------------------------------------- */
#btnImplications {
	position: absolute;
	top: 0;
	left: 196px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 116px;
	height: 19px;
	background: url("../images/primaryNav/implications.gif") top left no-repeat;
	background-position: 0 0;
}

#btnImplications a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0;
	width: 116px;
	border: 0;
	background: url("../images/primaryNav/implications.gif") top left no-repeat;
	background-position: 0 -19px;
}

#btnImplications a:hover {
	background-position: 0 -19px;
	border: 0;
	background-position: 0 0;
}

/* ------------------------------------------------------------------------------- */
#btnSolutions {
	position: absolute;
	top: 0;
	left: 312px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100px;
	height: 19px;
	background: url("../images/primaryNav/solutions.gif") top left no-repeat;
	background-position: 0 0;
}

#btnSolutions a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0;
	width: 100px;
	border: 0;
	background: url("../images/primaryNav/solutions.gif") top left no-repeat;
	background-position: 0 -19px;
}

#btnSolutions a:hover {
	background-position: 0 -19px;
	border: 0;
	background-position: 0 0;
}

/* ------------------------------------------------------------------------------- */
#btnDiscuss {
	position: absolute;
	top: 0;
	left: 412px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 81px;
	height: 19px;
	background: url("../images/primaryNav/blog.gif") top left no-repeat;
	background-position: 0 0;
}

#btnDiscuss a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0;
	width: 81px;
	border: 0;
	background: url("../images/primaryNav/blog.gif") top left no-repeat;
	background-position: 0 -19px;
}

#btnDiscuss a:hover {
	background-position: 0 -19px;
	border: 0;
	background-position: 0 0;
}

/* ------------------------------------------------------------------------------- */
#btnNewsroom {
	position: absolute;
	top: 0;
	left: 493px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 103px;
	height: 19px;
	background: url("../images/primaryNav/newsroom.gif") top left no-repeat;
	background-position: 0 0;
}

#btnNewsroom a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0;
	width: 103px;
	border: 0;
	background: url("../images/primaryNav/newsroom.gif") top left no-repeat;
	background-position: 0 -19px;
}

#btnNewsroom a:hover {
	background-position: 0 -19px;
	border: 0;
	background-position: 0 0;
}

/* ------------------------------------------------------------------------------- */
#btnFacts {
	position: absolute;
	top: 0;
	left: 596px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 96px;
	height: 19px;
	background: url("../images/primaryNav/theFacts.gif") top left no-repeat;
	background-position: 0 0;
}

#btnFacts a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0;
	width: 96px;
	border: 0;
	background: url("../images/primaryNav/theFacts.gif") top left no-repeat;
	background-position: 0 -19px;
}

#btnFacts a:hover {
	background-position: 0 -19px;
	border: 0;
	background-position: 0 0;
}

/* ------------------------------------------------------------------------------- */
#btnAction {
	position: absolute;
	top: 0;
	left: 692px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 108px;
	height: 19px;
	background: url("../images/primaryNav/takeAction.gif") top left no-repeat;
	background-position: 0 0;
}

#btnAction a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0;
	width: 108px;
	border: 0;
	background: url("../images/primaryNav/takeAction.gif") top left no-repeat;
	background-position: 0 -19px;
}

#btnAction a:hover {
	background-position: 0 -19px;
	border: 0;
	background-position: 0 0;
}

/* ------------------------------------------------------------------------------- */
.popup {
	width: 100%;
	float: left;
	padding: 6px;
	border: 1px solid #fbf2d6;
	border-top: 0;
	color: #fbf2d6;
	background: #535353 url("../images/menu/popup-back.jpg") top left repeat-x;
	font-size: 90%;
	line-height: 1.2em;
}

.popup ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.popup li {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 3px 0;
}

.popup a {
	color: #fbf2d6;
	background-color: transparent;
	text-decoration: none;
}

.popup a:hover {
	color: #fff;
	text-decoration: underline;
}

.popup a:visited {
	color: #fbf2d6;
	background-color: transparent;
}
