/*COLORS********************************************************
darkest: #5d2c0c;
next-to-darkest: #a1530a;
next-to-lightest: #b97e47;
almost-lightest: #cda47c;
lightest: #dcbfa3;
***************************************************************/

/***************************************************************
UNIVERSAL CHANGES
***************************************************************/
* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Helv, Arial, sans-serif;
}
body {
	background: url(../images/bg/bg_220.gif) repeat-y;
}

img {
	border:none;
}

table {
  border-collapse: collapse;
  width:100%;
} 

td, th {
	vertical-align:top;
	text-align:left;
}

/***************************************************************
BANNER
***************************************************************/
#banner {
	background: #a1530a url(../images/bannerphoto/bannerphoto_brown.jpg) no-repeat right;/* next-to-darkest */
	height: 135px;
}
#banner #bannerPhoto {
	position: absolute;
	top: 0px;
	right: 0px;
}
#banner h1 {
	background: url(../images/tupaclogo/tupaclogo_brown.gif) no-repeat;
	height: 135px;
	width: 100%;
	text-indent: -999em;
}

/***************************************************************
TOPNAV
***************************************************************/
#topNav {
	background: #b97e47;/* next-to-lightest */
	font-size: 12px;
	text-transform: uppercase;
	height:28px;
	position:relative;
	padding-left:220px;
}
#topNav ul {
	list-style: none;
	height: 20px;
}
#topNav li {
	display: inline;
}
#topNav .selected {
	background: #a1530a;/* next-to-darkest */
}
#topNav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:45px;
	padding-right:45px;
}
#topNav a:hover {
	color: #000000;
}
#topNav #contractorSpecial {
	float:left;
	width:200px;
}

/***************************************************************
SIDENAV
***************************************************************/
#sideNav {
	background: #dcbfa3;/* lightest */
	width: 220px;
	padding-top: 10px;
	float: left;
	clear: both;
}

.menuBox, .itemBox {
	margin-bottom:5px;
}
.menuBox h3, .itemBox h3 {
	background-color: #b97e47; /* next-to-lightest */
	font-size: 12px;
	padding: 4px;
	color: #FFFFFF;
	position:relative;
}

.menuBox h3 {
	/* NOTE: bg image defaults to the DOWN disclosure triangle */
	background-image: url(../images/tri-down.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}

/* This class uses the UP disclosure triangle image; it's called from accordion.js */
.menuBox h3.menuTitle_up {
	background-image: url(../images/tri-up.gif);
}

.menuBox h3.selected, .itemBox h3.selected {
	background-color:#a1530a; /* next-to-darkest */
}

.menuBox h3 a, .itemBox h3 a {
	color:#ffffff;
	text-decoration:none;
}

.menuboxContents ul {
	list-style:none;
}

.menuBoxContents li {
	font-size:12px;
	display:inline;
}
.menuBoxContents a {
	display:block;
	padding:4px;
	background-color:#dcbfa3; /* lightest */
	color:#000000;
	text-decoration:none;
}

.menuBoxContents a:hover {
	background-color:#cda47c; /* almost-lightest */
	color:#ffffff;
}


/***************************************************************
SUBBANNER
***************************************************************/
#subBanner {
	background: #5d2c0c; /* darkest */
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 260px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/***************************************************************
MAINCONTENT
***************************************************************/
#mainContent {
	margin-left: 260px;
	margin-top: 20px;
	margin-right: 40px;
	font-size: 12px;
	position: relative;
}

#mainContent * {
	font-size:12px;
} 

#mainContent h2 {
	margin-bottom: 10px;
	font-size: 21px;
}

#mainContent h3 {
	margin-bottom:10px;
}

#mainContent a {
	color: #A1530A;/* next-to-darkest */
}
#mainContent p {
	margin-bottom: 10px;
}


#mainContent ul, #mainContent ol {
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#mainContent li {
	margin-bottom: 5px;
}
#mainContent ul li {
	list-style: square;
}
#contractorsPanel {
	margin-bottom:10px;
}

/***************************************************************
DIAGNOSTICS
***************************************************************/
#diagnostics {
	background: #FFFF99;
	border: 1px solid #CC0000;
	font-family:"Andale Mono", "Courier New", Courier, monospace;
	position:relative;
}
#diagnostics #diagnosticsCloseLink {
	position:absolute;
	top:5px;
	right:5px;
	color:#ffffff;
	font-weight:bold;
}

#diagnostics #diagnosticContents {
	padding:10px;
}
#diagnostics h4 {
	font-size: 12px;
	margin-bottom:5px;
	padding:5px;
	background-color:#cc0000;
	color:#ffffff;
}
#diagnostics p {
	font-size: 10px;
	margin-bottom:5px;
}

/***************************************************************
MESSAGE
***************************************************************/
#message {
	border: 1px solid #FF0000;
	padding:10px;
	background: #FFFF99;
	margin-bottom:20px;
}
#message h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;
	margin-bottom:5px;
}


.columnHolder {
	position:relative;
}

/***************************************************************
LOGIN
***************************************************************/

#loginBox {
	background-color:#b97e47; /* next-to-lightest */
	margin-top:40px;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:40px;
}

/* fix the box width for all but IE */
html>body #loginBox {
	margin-left:20%;
	margin-right:20%;
}

#mainContent #loginBox h2 {
	color:#ffffff;
	font-size:14px;
	padding:10px;
	text-transform:uppercase;
	position:relative;
	margin:0px;
}

#mainContent #loginCloseBox {
	position:absolute;
	top:5px;
	right:5px;
	text-transform:lowercase;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#loginBoxContents {
	background-color:#ffffff;
	padding:20px;
	
	border: 5px solid #b97e47;
}

#loginSign {
	margin-top:50px;
	margin-left:5px;
	color:#637834; 
	font-size:12px;
}

/***************************************************************
FORM STYLES
***************************************************************/
.formArea {
	position:relative;
}

label, input, select,textarea {
	display:block;
}

label {
	margin-bottom:5px;
}

.textField {
	width: 95%;
	font-size:12px;
}

.submitButton, .resetButton {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #b97e47; /* next-to-lightest */
	width: 95%; /* IE only */
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

html>body .submitButton {
	width:96%;
}

.resetButton {
	text-transform:capitalize;
	margin-top:5px;
	padding-top:0px;
	padding-bottom:0px;
}

#loadingBox {
	position:absolute;
	top:400px;
	left:30%;
	width:40%;
	background-color:#dcbfa3; /* lightest */
	text-align:center;
	padding:50px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#a1530a; /* next-to-darkest */
	z-index:99;
}
/* hide from IE */
html>body #loadingBox {
	position:fixed;
	width:20%;
	left:40%;
}

#loginLink {
	position:absolute;
	right:1%;
	top:0;
	
}
#loginLink a {
	padding-right:0px;
	text-align:right;	
}

.errorMsg {
	font-weight:bold;
	color:#ff0000;
}

#surveyLink {
	position:absolute;
	left:10px;
	bottom:10px;
}

/*******************************************************************/


#webBannerBox {
	/*background-color: #b97e47;*/
	background-color: #dcbfa3;
	padding-top:0px;
	width: 223px;
	position: absolute;
	right: 20px;
	top:0px;
}
#webBannerBox h3 {
	background-color:#b97e47;
	padding:8px;
	margin-top:0px;
	font-size:12px;
	color:#ffffff;
}
#webBannerBox a {
	color: #5d2c0c;
}

#mainContent #webBannerBox h3 {
	margin-top:0px;
	margin-bottom:10px;
}

.note {
	margin-top:10px;
	font-style:italic;
}

#mainContent #formsBox h3 {
	margin-top:30px;
	padding-top:6px;
	border-top: 1px solid #666666;
}

#skipLink {
	position:absolute;
	top:20px;
	right:20px;
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
}

#mainContent .contactUnit h3 {
	color: #A1530A;
	float: left;
	margin-top: 0px;
}

.disabled, .disabled * {
	color:#aaaaaa;
}

.invalid {
	background-color:#ffff00;
	border: 1px solid #FF0000;
}

.invalidNotice {
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	color:#ff0000;
}

.validNotice {
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	color:#00cc00;
}

.new {
	background-color:#ffff00;
	padding:4px;
	margin-left:10px;
	color:#ff0000;
}

.testme {
	border: 1px solid #ff0000;
	background-color:#ffff00;
}

#alertBox {
	/*margin-left:10%;
	margin-right:10%;*/
	margin-top:25px;
	margin-bottom:25px;
	background-color:#ff0000;
	border: 2px solid #ff0000;
}

#alertBox h3 {
	background-color:#ff0000;
	color:#ffff00;
	padding:10px;
	text-transform:uppercase;
}

#alertBoxContents {
	background-color:#ffffff;
	padding:10px;
	
}

/***************************************************************
CONSOLE (DIAGNOSTICS)
***************************************************************/

#console {
	background-color:#ffff00;
	font-family:Monaco, mono;
	font-size:10px;
	margin-left:10px;
	padding-bottom:10px;
	width:210px;
	
	/*
	height:400px;
	overflow:scroll;
	*/

}

#console h1 {
	font-size:14px;
	border-bottom:1px solid #ff0000;
	padding:5px;
}

#console h1 a {
	color:#000000;
	text-decoration:none;
}

#console p a {
	color:#ff0000;
	margin-left:10px;
	text-decoration:none;
}

#console p a:hover {
	text-decoration:underline;
	color:#000000;
}

#consoleContents {
	margin-left:10px;
	margin-top:10px;
	height:350px;
	width:95%;
	overflow:scroll;
	border:none;
	background-color:#ffff00;
}

#consoleContents, #consoleContents * {
	font-family:Monaco, mono;
	font-size:10px;

}

/*
#consoleContents a {
	font-family:Monaco, mono;
	color:#ff0000;
	
}

#consoleContents p {
	margin-bottom:5px;
}
*/

/***************************************************************
BLURBS
***************************************************************/
#blurb {
	position:relative;
}

.editBlurbLink {
	margin-bottom:10px;
	display:block;
	text-align:right;
/*
	position:absolute;
	top:-20px;
	right:-10px;
*/
}

.cancelBlurbLink {
	
	position:absolute;
	top:10px;
	right:10px;
}

form#blurb {
	margin-bottom:20px;
	background-color:#e6e6e6;
	padding:10px;
}

.help {
	display:block;
	padding: 5px 0 5px 0;
	width:95%;
	text-align:right;
	text-transform:uppercase;
	text-decoration:none;
}

.help:hover {
	text-decoration:underline;
}

textarea.blurb {
	height:200px;
	font-family:Courier, mono;
	padding:5px;
}
