
/* ------------------------------------------------------- HEADER */

h1 {
	background-image: url(../images/headerinterior2.gif);
	background-repeat: no-repeat;
	height: 146px;
	width: 700px;
	font-weight: normal;
	font-size: 26px;
	padding: 17px 0px 0px 84px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 span.image {
	background-image: url(../images/headerimageBG.gif);
	height: 116px;
	width: 219px;
	display: block;
	padding: 5px 0px 0px 5px;
	float: left;
	margin: 0px 10px 0px 0px;
}
h1 span.crumbs {
	font-size: 11px;
	margin: 28px 0px 9px 0px;
	display: block;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* ------------------------------------------------------- SUBNAV */

ul#subnav {
	list-style-type: none;
	float: left;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 18px 20px;
	background-image: url(../images/subnavBG.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 110px;
}
ul#subnav li {
	border-top: 1px solid #CFC8AC;
}
ul#subnav li a {
	padding: 8px;
	display: block;
	line-height: 15px;
	font-weight: normal;
}
ul#subnav li a:hover {
	border: none;
	background-color: #E3DFC8;
}
body#twoa li.a a, body#twob li.b a {
	color: #413D32;
	border: none;
	background-color: #DBD6BC;
}

/* ------------------------------------------------------- CONTENT */

div#text {
	width: 490px;
	float: left;
	padding: 0px 0px 10px 15px;
	border-left: 1px solid #CAC2A2;
	margin: 0px 0px 0px 15px;
	line-height: 22px;
}
#text h2, #text h3, #text h4, #text p, #text ul, #text ol {
	margin-top: 18px;
}
#text h2 {
	font-weight: normal;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#text h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: -10px;
}
div#text h4 {
	font-weight: bold;
	margin-bottom: -16px;
	text-transform: none;
}
div#text .note {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
div#text ul {
	list-style-position: inside;
	list-style-image: url(../images/listbullet.gif);
	list-style-type: none;
	margin-left: 20px;
}
#text ol {
	margin-left: 0px;
}
div#text p.errormessage {
	background-color: #EC3C3C;
	width: 330px;
	border: solid 1px #930000;
	color: #FFFFFF;
	margin: 15px 0px;
	padding: 5px 9px;
	font-size: 11px;
	line-height: 14px;
}
div#text table {
	margin-top: 15px;
}
div#text td {
	padding: 0px 5px 3px 0px;
}
div#text td em {
	color: #EC3C3C;
	font-style: normal;
	font-size: 14px;
}
div#text a {
	border-bottom: solid 1px #1F5811;
}
div#text a:hover {
	border-bottom-width: 0px;
}

/* ------------------------------------------------------- REPORTERS FILE MANAGEMENT */

table#reporters {
	border-collapse: collapse;
	width: 100%;
}
table#reporters th, table#reporters td {
	padding: 2px 12px;
}
table#reporters th {
	background-color: #CFC8AC;
}
table#reporters td {
	border-bottom: 1px solid #CFC8AC;
}
table#reporters input.delete {
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	background-color: #900;
	border: 0;
	padding: 2px 3px;
}
table#reporters input.delete:hover {
	cursor: pointer;
	background-color: #C00;
}

/* ------------------------------------------------------- UPLOADIFY */

#uploadForm {margin: 15px 0;}
#fileQueue {
	width: 370px;
	float: right;
}
.uploadifyQueueItem {
	font-size: 11px;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: -5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC;
	background-color: #FDE5DD;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
#uploadForm p.cancelall {
	margin-top: 2px;
	padding-bottom: 10px;
}
#uploadForm p.cancelall a {font-size: 11px;}
#uploadForm p.cancelall a:hover {color: #C00;}

/* ------------------------------------------------------- MEET THE REPORTERS */

ul#reporters {
	list-style-image: none;
}
ul#reporters li {
	clear: left;
	border-bottom: 1px solid #D4CDB1;
	height: 101px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 5px;
}
ul#reporters li#noborder {
	border-bottom: none;
}
ul#reporters a.image {
	border: 4px solid #D4CDB1;
	display: block;
	float: left;
	width: 75px;
	height: 90px;
	margin: 0px 5px 0px 0px;
}
ul#reporters a.image:hover {
	border: 4px solid #EAE8D4;
}
ul#reporters span {
	float: left;
	padding: 12px 0px 0px 0px;
}
.text {
	padding: 4px 5px;
	outline: none;
	background-color: #FFFFFF;
	border: solid 2px #CAC2A2;
}
#text p.message {
	border: solid 1px;
	color: #FFFFFF;
	margin: 15px 0px;
	padding: 5px 9px;
	font-size: 11px;
	line-height: 14px;
}
#text p.success {
	background-color: #2E861A;
	border-color: #123E0A;
}
#text p.error {
	background-color: #EC3C3C;
	border-color: #930000;
}


