@charset "utf-8";
/* CSS Document */
body  {
	/* font: 12px Arial, Helvetica, sans-serif; */
	font: 14px/1.85em Arial, Helvetica, sans-serif;
	line-height: 22px;
	background: #131313 url(../images/global/bg.jpg) center bottom no-repeat fixed;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #bfbfbf;
	

}
.twoColFixRtHdr #container { 
	width: 970px;
	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. */
} 
.twoColFixRtHdr #header { 
	background: url(../images/global/header_bg.jpg) center;
	height: 112px;
	padding: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	color: #e0ae73;
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 220px;
	margin-top:12px;
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 12px auto 0 auto;
	border: 5px solid #000000;
	background: #1f1f1f;	
	padding: 0;
} 
.twoColFixRtHdr #mainContent h1 {
	margin: 0;
	color:#e0ae73;
	line-height:30px;
}
.twoColFixRtHdr #mainContent h2 {
	margin: 0;
	color: #e0ae73;
	font-size: 18px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent h3 {
	margin: 0;
	color: #d8d8d8;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px;
	height: 80px;
	background: url(../images/global/footer_bg.gif);
	text-align: center; 
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	font-size: 10px;
	color: #6e6e66;
	padding: 30px 0; 
}
.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;
}

#pageTopImage {
border: 5px solid #FFFFFF; 
width: 950px; 
height: 150px; 
background: url(../images/global/title.jpg)
}
#pageTopImage .text {
position: relative; 
top: 70px; 
left: 60px;
}

p { margin: 16px 0 28px 0;}
p.stories { margin: 16px 0 60px 0;}
img { border:none; }

a, a:active { outline:none; }
a.more { 
	color: #da9d4c; 
	text-decoration: underline; 
	font: 12px normal Arial, Helvetica, sans-serif; 
}
a.source { 
	color: #feb955; 
	text-decoration: none; 
	font: 12px; 
}
a.source:hover { 
	color: #ffa118; 
	text-decoration: underline; 
}

ul#moreStories { 
	list-style: url(../images/stories/bullet.gif);
}
ul#moreStories li a { 
	color: #f1cc97; 
	text-decoration: none;
}
ul#moreStories li a:hover { 
	color: #f1cc97; 
	text-decoration: underline;
}
.nomargin { 
	margin: 0;
}

#hiddentagline {
	position:absolute; top:108px; color:#131313; font-size:7pt;
}

#photobox {
	padding: 40px 30px 30px 0; 
	width: 250px; 
	float: right;
}

/* Home */
#colright_home {
	background: #151515; 
	padding: 20px; 
	margin-top: 15px;
}

#colright_home .title {
	color:#c0ac8e;
}
#error {
	margin-top: 13px;
}

/* Action - Participate */
.actionhdr {
	margin: 0;
	color: #e0ae73;
	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 20px;
}

fieldset
{
	border: 0;
	padding: 0;
	margin-top:27px;
}

legend
{
	padding: 0px 6px 3px 6px;
	font-size: 13px;
	font-weight: bold;
	color: #333;

}

label
{
	display: block;
	margin-top: 2px;
	font: 12px;
	/* font-weight: bold; */
	color: #b9b9b9;
	margin-bottom: 6px;
}

.form-item { 
	padding-bottom: 10px; 
	padding-right: 20px;
}

.form-text {
    width:240px;
	/*border:1px solid #cccccc;*/
	padding:3px;
	font: 14px lucida grande, verdana, sans-serif;
	height: 20px;
	color: #ffffff;
	background: #2a2a2a;
	border: 1px solid #555555;
}

.form-radio {
	font: 14px lucida grande, verdana, sans-serif;
	font-weight: bold;
}

.form-select {
    width:150px;
	/* border:1px solid #cccccc; */
	padding:3px;
	font: 14px lucida grande, verdana, sans-serif;
}

.form-textarea {
	width:500px;
	background: #2a2a2a;
	color: #ffffff;
	border: 1px solid #555555;
	font: 12px lucida grande, verdana, sans-serif;
	padding:5px;
	/* letter-spacing:-.05em; */
}

.form-text-home {
    width:130px;
	padding:3px;
	font: 12px lucida grande, verdana, sans-serif;
	height: 18px;
	color: #ffffff;
	background: #2a2a2a;
	border: 1px solid #555555;
	/*margin-bottom: 10px;*/
}
