/* -----------------------------------------------
New Faculty Orientation Cascading Style Sheet for Print Display
Developed by CITT
http://www.cittdesign.com
----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFF;
	color: #000;
}
h1 { /* h1 text style */
	margin: 0px;
	padding: 0px;
	font-size: 1.6em;
	color: #640000;
	font-weight: normal;
}
h2 { /* h2 text style */
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}
h3 { /* h3 text style */
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #640000;
}
h4 { /* h4 text style */
	font-size: 1em;
	font-weight: bold;
	color: #dbb840;
}
p { /* paragraph text style */
	margin: 0px;
	padding: 6px 0px;
	line-height: 140%;
}
/* -----------------------page layout styles------------------------------------*/
#outercontainer { /* used to set width and center the website */
	margin: 0;
	padding: 0px;
	width: 100%;
	text-align: left;
	position: relative;
	background: #FFF;
	height: 100%;
}
#innercontainer { /* used to set background of page layout */
	margin: 0px 10px;
	padding: 0px;
	background: #fff;
	height: 100%;
}
#header { /* holds header image for site */
	margin:0px;
	padding:0px;
	background: #FFF;
	height: 0px;
}
#navcontainer { /* container for navigation */
	margin:0px;
	padding:0px;
	display:none;
}
#content { /* content area floating to the right of the navigation */
	margin: 0;
	padding: 0px;
	width: 100%;
}
#content ul, #content ol { /* ordered and unordered list style */
	line-height:140%;
}
#content ul li { /* unordered list item style */
	margin-bottom: 10px;
	list-style: disc;
	padding-left: 10px;
}
#content ul li.checkmark { /* unordered list checkmark style */
	list-style-position: outside;
	list-style-image: url(../images/checkmark.gif);
}
#content ol li { /* ordered list item style */
	margin-bottom: 10px;
	padding-left: 10px;
}
#content img.imageright { /* image style */
	float:right;
	margin-left: 10px;
	border: 1px solid #000;
}
#content img.imageleft { /* image style */
	float:left;
	margin-left: 10px;
	border: 1px solid #000;
}
#content object { /* object style */
	float:right;
	margin-left: 10px;
	border: 0px none #000;
	width: 0px;
}
#content p.objectlegend { /* object legend style */
	float:right;
	font-size: 80%;
	text-align:center;
	background-color: #A4B3CA;
	width: 40%;
	padding: 5px;
}
/* -----------------------navigation styles------------------------------------*/
#navcontainer ul { /* main menu */
	margin: 0;
	padding: 0;
	display:none;
	}
/* --------------------------------Progress and Page Numbers------------------------------------- */
#progress { /* progress div that includes page numbers and previous and next buttons, top of page */
	margin-top:5px;
	padding:0px;
	float: right;
	width: 170px;
	text-align: center;
	font-size: 1em;
}
#progressbottom { /* progress div that includes page numbers and previous and next buttons, bottom of page */
	display:none;
}
#progress a img, #progressbottom a img { /* back and next buttons */
	margin: 0px;
	padding: 0px;
	display:none;
}
/* -----------------------question styles------------------------------------*/
#content .question { /* question box */
	margin: 20px 0px;
	background: #F5F3E9;
	position: relative;
	border: 1px solid #B39D53;
	clear: both;
}
#content .question p { /* question text */
	margin: 0px;
	padding: 10px;
}
#content .question p label{ /* question label text */
	padding-bottom: 130px;
}
.feedback { /* question feedback box */
	background: #FCFBF8;
	border-top: 1px solid #B39D53;
	border-right: 4px solid #E8E2CA;
	border-bottom: 1px solid #E8E2CA;
	border-left: 4px solid #E8E2CA;
	margin-top: 10px;
	position: relative;
}
#content .feedback p { /* question feedback text */
	margin: 0px;
	padding: 5px 5px 5px 10px;
}
/* --------------------table and question styles for practice page-------------------------*/
table { /* table question box */
	margin: 10px 10px;
	padding: 0px;
	color: #000000;
	background: #FFF0B3;
	border-top: 1px solid #89783D;
	border-left: 1px solid #89783D;
	text-align: left;
}
th { /* table question header */
	background-color: #B39D53;
	padding: 0px 10px;
	border-right: 1px solid #89783D;
	border-bottom: 1px solid #89783D;
}	
td { /* table question cell */
	border-bottom: 1px solid #89783D;
	border-right: 1px solid #89783D;
	}
td p { /* table question text */
	padding: 5px 10px;
	}	
td label input { /* table question label text */
	margin: 10px 30px;
	padding: 0px;
}
.tablefeedback { /* table question feedback box */
	background: #FCFBF8;
	border-top: 0px solid #B39D53;
	border-right: 4px solid #E8E2CA;
	border-bottom: 1px solid #E8E2CA;
	border-left: 4px solid #E8E2CA;
	margin:0;
	position: relative;
}
.tablefeedback p { /* table question feedback text */
	margin: 0px;
	padding: 5px 5px 5px 10px;
}
/* -----------------------photo styles------------------------------------*/
.pagephoto { /* page photo, float right */
	margin: 20px 5px 10px 10px;
	padding: 0px;
	border: 1px solid #666666;
	float: right;
	clear: both;
}
/* -----------------------popup links------------------------------------*/
.popup { /* popup box */
	background-color: #F5F3E9;
	padding: 10px;
	height: auto;
	width: 100%;
	border: 1px solid #B39D53;
	position: relative;
	visibility: visible;
}
.popup ul, .popup ol { /* popup box, unordered and ordered list */
	margin-left: 30px;
	margin-right: 30px;
}
.popup p.closewindow {
	display:none;
}

/* -----------------------highlight boxes------------------------------------*/
#content .quotebox { /* quote box - full width*/
	background: #E3DBBF;
	padding: 10px;
	margin: 10px 10px 15px 10px;
	border: 1px solid #B39D53;
	clear:both;
}
#content .tip { /* tip box - floats right*/
	background-color: #E2E2E2;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 15px 10px;
	border: 1px solid #666;
	position: relative; /*needed for ie bug: container is relative, so this must also be relative*/
	float:right;
	width: 250px;
}
.pdflink { /* pdf link image */
	background: url("../images/pdf_icon.gif") no-repeat right bottom;
	padding-right: 25px;
}
/* -----------------------content definition styles - NEW------------------------------------*/
#content dl#TJK_DL { /*definition list used for show and hide drop down information*/ 
	margin: 10px 10px 15px 10px;
	padding: 5px 10px;
	color: #000000;
	background-color: #FFE19D;
	border: 1px solid #36517C;
	width: 485px;
}
#content dd {margin: 5px 0px 0px 0px; padding:5px 10px; color: #000; background-color: #F1EDE7;}
/*see additional formatting for the TJK definition list in the TJK_ToggleDL.css*//* -----------------------footer styles------------------------------------*/
#footer { /* footer container */
	margin: 0px;
	color:#000;
	background:#FFF;
	font-size:.85em;
	text-align:center;
	padding:5px;
}
#footer p { /* footer paragraph text */
	margin:0;
	padding: 5px 10px;
}
#footer a:link, #footer a:visited { /* footer container link */
	color:#fff;
}
/*-----------------------Miscellaneous------------------------------------------*/
.hidden { /* used to hide random items in site */
	visibility: hidden;
}
.designernotes { /* used to highlight designer notes for content needed */
	color:red;
	}