/* CSS Document */

body {
scrollbar-3d-light-color:#CC3333;
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#FFFFFF; /* color of scroll base */
scrollbar-dark-shadow-color:#CC3333;
scrollbar-face-color:#CC3333;  /*color of actual bar*/
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#CC3333; /*right side of scroll bar*/

	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	width: 775px;
	font-size: 90%;
}
font {
	font-family: "Times New Roman", Times, serif;
}
h1#pageTitle {
	color: #000;
	padding-top: 0px;
	margin: 0;
	font-size: 110%;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
	color: #000099;
}
/************ formatting css ******************/
#main_content p {
	color: #000;
	font-size: 95%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
/*h1#pageTitle {
	font-size: 105%;
	font-weight: bold;
}*/
a {
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
ul{
 	list-style-image:url(http://www.ncsu.edu/legal/images/red-triangle.gif);	
}
ol {
list-style-image: none;
}
li {
	margin-bottom: 10px;
}
table.dataTable {
	border: 1px solid #000;
	text-align: center;
	/*align: center;*/
	width: 99%;
	_width: 98%;
	/*margin-left:5%; margin-right:5%;*/
	margin-left:3%; margin-right:3%;
/*   margin-left: auto;
   margin-right: auto;*/
}

.dataTable th.singleHeader  {
	background-color: #000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	border-top: none;
	border-bottom: 1px solid #000;
}

.dataTable td  {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin: 3px;
	padding: 3px;
}

.dataTable th {
	background-color: #000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	border-top: none;
	border-right: 1px solid #000;
	border-bottom: 1px none;
	border-left: 1px solid #000;
}
.dataTable th.right {
	background-color: #000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #000;
}
.dataTable th.left {
	background-color: #000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 4px;
	padding: 4px;
	border-top: none;
	border-right: 1px solid #000;
	border-bottom: 1px none;
	border-left: none;
}


/****************/
#wrapper {
	width: 750px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-left: 15px;
}
div#header {
	text-align: left;
	background-color: #FFF;
	height: 25px;
	margin: 0px;
	padding: 0px
}
/* part of RIGHT SIDE COLUMN
div#column2 {
	margin: 0;
	padding: 0;
	background-image: url(side2.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
	background-color: #FFFF99;
}*/
div#column1 {
	padding: 0px;
	background-image: url(http://www.ncsu.edu/legal/images/leftBG.gif);
	background-repeat: repeat-y;
	width: 100%;
	/*margin: -3px 0px 0px;*/
	margin: 0px;
	
}
div#navcol {
	padding: 0px;
	width: 140px;
	float: left;
	margin: 0;
}

/* RIGHT SIDE NAV
div#sidecol {
	padding: 10px;
	width: 130px;
	float: right;
}*/

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/*#navcol ul, li {
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 0px;
	list-style-type: none;
	list-style-image: url(http://www.ncsu.edu/legal/images/red_arrow.gif);
}*/
#leftnav ul {
	font-size: 80%;
}
/*#navcol ul li a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-size: 80%;
}
#navcol ul li a:hover {
	color: #CC000;
	text-decoration: underline;
}
*/
/**** left nav styles ******/
div.leftDiv {
	width: 140px;
	   /*** underscore styles are only picked up by IE
	background-color: #CCCCCC; */
	margin: 0px;
	_margin-top: -16px;
	padding: 0px 0px 0px;
 	float: left;
	text-align: right;
}
#leftNavHeader {
	display: none;
}
.leftDiv span#top {
	background-color: #b5bdae;
	_background-color: #666;
	color:#FFFFFF;
	height: 2px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/*.leftDiv span#bottom{
	background-color: #990000;
	color:#FFFFFF;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
*/
#leftText  {
	padding: 5px 10px 5px 0px;
	_padding: 7px 10px 5px 0px;
}
div.leftDiv a {
	display: block;
	background: #b5bdae;
	padding: 5px 10px 5px 5px;
	_padding: 7px 10px 5px 5px;
	margin: 0px;
	text-decoration: none;
	text-align: right;
	color:#000;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;	
	}
 	
div.leftDiv a:hover {
	/*color:#FFCC00;
	background-color: #990000
	background-color: #999;*/
	color:#FFF;;
}
div.subleft_nav {
	position: relative;
	top: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
div.subleft_nav a {
	display: block;
	/*padding: 3px 6px 4px 0px;*/
	padding: 7px 15px 5px 0px;
	margin: 0;
	text-decoration: none;
   	border-top: 1px solid #000000;
	font-size: 80%;
	font-weight: normal;
	background: #EEE;
	color:#000;
	text-transform: capitalize;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
   }
div.subleft_nav a:hover {
	/*background-color: #FFF;
	background: #CC0000; 
	color:#FFFFFF;*/
   	color:#CC0000; 
	background: #FFF;
	}

 /***** end left nav styles ******/
div#main {
	padding: 220px 25px 15px 15px;
	margin-left: 140px;
	background-image: url(http://www.ncsu.edu/legal/images/ncsu_seal.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
/*	background-color: #CCCCCC;
		margin-right: 160px;*/
	min-height: 350px;
	_height: 365px;
}
#banner {
	position: absolute;
	top: 35px;
	_top: 40px;
	left: 155px;
	_left: 156px;
	background-image: url(http://www.ncsu.edu/legal/images/banner.jpg);
	height: 215px;
	width: 612px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#google_search {
	position: absolute;
	top: 150px;
	_top: 155px;
	z-index: 2;
	left: 610px;
	margin: 0px;
	padding: 0px;
}
.mySearch {
	border: 1px solid #000000;
	background-color: #EEE;
	font-size: 75%;
	color: #CC0000;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topNav {
	padding-top: 5px;
	margin: 0;
	width: 750px;
	height: 25px;
 	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	/*background:#eee;*/
 }
#brick {
	position: absolute;
	top: 5px;
	_top: 10px;
	left: 15px;
	width: 140px;
	height: 29px;
 	background-image: url(http://www.ncsu.edu/legal/images/ncsu_brick.gif);
	background-repeat: no-repeat;
} 
#brick a, #brick a:hover{
	display: block;
	width: 140px;
	height: 29px;
	text-decoration: none;
}
#brick a span{
	visibility: hidden;
}

#topNav span{
	/*position: relative;
	top: 2px;
	left: 650px;*/
	float: right;
	font-weight: normal;
	color: #000;
}
#topNav span a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-right: 7px; /* places distance btwn links */
	padding-left: 7px;
}
#topNav span a:hover{
	color:#CC0000;
	text-decoration: underline;
}
div#footer {
	/*border-top: solid #000 1px;
	background-color: #CCCCCC;*/
	width: 750px;
	padding: 10px 10px 10px 35px;
	text-align: left;
	clear: both;
	font-size: 90%;
	font-weight: normal;
	color: #666;
}
div#footer a {
	font-weight: normal;
	color: #CC0000;
}
#bread {
	/*background-color: #CCCCCC; */
	color: #000;
	padding: 3px;
	margin-bottom: 25px;
	font-size: 90%;
	position: absolute;
	top: 220px;
	z-index: 3;
	left: 165px;
	_left: 170px;
	width: 340px;
	
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	background-image: url(http://www.ncsu.edu/it/essentials/images/red_arrow.gif); /* Replace bullet.gif with your img */
	background-position: left 2px; /* Position bullet */
	background-repeat: no-repeat;
	padding-left: 15px; /* Add padding so text doesn't cover bullet img */
	}
#bread ul li.first {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	background-image: none;
	background-position: left 2px; /* Position bullet */
	background-repeat: no-repeat;
	padding-left: 0px; /* Add padding so text doesn't cover bullet img */
	}	
#bread ul li a{
	font-weight: normal;
	text-decoration: none;
}

@media print { 
  #header, .leftDiv, #rightNav, #footer, #footerText, #yesButton, #mySearchField, #google_search {display: none}
  
  ul {
	list-style-image: none;
	list-style-type: disc;
	}
#header {
	height: 10px;
}

  }
