 /* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#wrapper {
	background-image: url(http://cals.ncsu.edu/an_sci/grad/layout/bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	/*min-height: 400px;*/
	width: 750px;
	float: left;
}
#header {
	height: 23px;
}
#brickLink {
	position: absolute;
	top: 2px;
	left: 30px;
	width: 148px;
	height: 22px;
	/*background-color: #CCC;*/
  }
#brickLink a, #brickLink a:hover{
	display: block;
	width: 142px;
	height: 22px;
	text-decoration: none;
}
#brickLink a span{
	visibility: hidden;
}

#deptLink {
	position: absolute;
	top: 2px;
	left: 175px;
	width: 230px;
	height: 22px;
	/*background-color: #666;*/
  }
#deptLink a, #deptLink a:hover{
	display: block;
 	text-decoration: none;
	width: 230px;
	height: 22px;		
}
#deptLink a span{
	visibility: hidden;
}

#logo {
	background-image: url(http://cals.ncsu.edu/an_sci/grad/layout/animal-science-logo.jpg);
	height: 23px;
	background-repeat: no-repeat;
	background-position: 31px;
}
#headerDivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 689px;
	margin-left: 31px;
	height: 1px;
}
#myGoogleSearch {
	position: absolute;
	top: 1px;
	left: 590px;
}
.form_css {
	border: 1px solid #000000;
	background-color: #EEE;
	padding: 0px;
}
input.button {background-color: #CC0000; font-weight: bold; font-size: 90%; color: white; font-family: Verdana, Arial, Helvetica, sans-serif}

/**** left nav styles ******/

div.leftDiv {
	width: 175px;
	padding: 0px;
	float: left;
	font-size: 90%;
	margin-top: -5px;
	_margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 .leftDiv span h3 {
 	visibility: hidden;
	margin: 0;
	padding: 0;
 }
 
div.leftDiv a {
	display: block;
	text-decoration: none;
	text-align: left;
	color:#000;
	font-weight: bold;
 	background-image: url(http://cals.ncsu.edu/an_sci/grad/layout/red_arrow.gif); /* Replace bullet.gif with your img */
	background-position: left 5px; /* Position bullet */
	background-repeat: no-repeat;
	padding-left: 12px; /* Add padding so text doesn't cover bullet img */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
 	}
	
div.leftDiv a:hover {
	color:#CC0000;
	background-color: #FFF;
}

div.subleft_nav a {
	display: block; 
	padding: 3px 6px 4px 10px; 
	margin: 0; 
	text-decoration: none; 
   	text-align: left; 
 /* background-color: #eee;
   	color:#CC0000;  */
   	border-top: 1px solid #FFF; 
   	font-size: 95%; 
   	font-weight: normal;
	background: #FFF; 
	color:#000;
	height: 100%;
	/* text-transform: capitalize;  */
	margin-left: 40px;	
   }
div.subleft_nav a:hover {
	background-color: #FFF;
   	color:#CC0000; 
	/*background: #CC0000; 
	color:#FFFFFF;*/
	}

div.childleft_nav a {
	display: block; 
	padding: 3px 2px 5px 10px;
	vertical-align: middle;
	margin: 0px 0px 0px; 
   	text-decoration: none; 
   	text-align: left; 
   	background-color: #FFFFFF;
   	border-top: 1px solid #000000; 
   	color:#000; 
   	font-weight:normal;
   	font-size: 70%; 
	}
  
/***** end left nav styles ******/
div#address {
	margin-left: 40px;
	margin-top: -5px;
	_margin-top: -10px;
	padding-bottom: 5px;
	/*font-style: italic;*/
	font-weight: normal;
	display: block;
	font-size: 85%;
}
div#address a{
	display: inline;
 	color:#CC0000;
	font-weight: bold;
 	background-image: none;
	padding: 0px;
	margin: 0px;
 }
div#address a:hover{
	background-color: none;
	color:#000066;
	text-decoration: underline;
} 
div#address h3{
	margin-bottom: -8px;
}
#myContent {
	width: 515px;
	margin-top: 5px;
	_margin-top: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/****** horizontal nav ***************/
#pipe ul {
	position: relative;
	top: 0px;
	left: 240px;
	margin-left: 0;
	padding-left: 0px;
	display: inline;
	height: 20px;	/*background-color:#666666;*/
	} 
#pipe ul li, #pipe ul li a  {
	margin-left: 0px;
	padding: 3px 0px 3px 0px;
	/*border-left: 1px solid #FFF;
	border-left: none;*/
	list-style: none;
	display: inline;
	color: #666666;
	text-decoration:none;
	font-weight: normal;
	font-size: 90%;
	}
#pipe ul li a:hover  {
	color: #CC0000;
	text-decoration: underline;
	}
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
#homeTitle {
	background-image: url(http://cals.ncsu.edu/an_sci/grad/layout/grad_prgm-text.gif);
	height: 24px;
	width: 166px;
}
#homeTitle span{
	display: none;
}
/*********** floating right nav css *************/
#rightNav {
	width: 220px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	float: right;
	margin-top: 35px;
	_margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}
#rightNav h2{
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000;
	line-height: 22px;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
}
#rightNav li {
	margin-bottom: 10px;
	margin-left: -10px;
}
#rightNav a{
	display: block;
	font-weight: normal;
}
#rightNav p{
	padding-left: 5px;
}	
/*
#footer {
	background-image: url(http://cals.ncsu.edu/an_sci/grad/layout/cows.jpg);
	background-repeat: no-repeat;
	height: 240px;
	clear: both;
}
*/
#footerText {
	clear: both;
	height: 50px;
	width: 645px;
	margin-left: 50px;
	margin-top: -10px;	
 }
#myFooter {
 	/*position: relative;
	left: 170px;*/
 }
	
#footerText h6{
 	visibility: hidden;
	margin: 0;
	padding: 0;
} 
 #footerText ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	height: 20px;
	/*background-color:#666666;*/
	} 

#footerText ul li {
	padding: 0px 0px 0px 2px;
	/*border-left: 1px solid #FFF;
	border-left: none;*/
	list-style: none;
	display: inline;
	color:#999;
	text-decoration: none;
	font-weight: normal;
	font-size: 85%;
	}

#footerText ul li a  {
	padding: 0px 0px 3px 0px;
	/*border-left: 1px solid #FFF;
	border-left: none;*/
	list-style: none;
	display: inline;
	color:#666;
	text-decoration: underline;
	font-weight: normal;
	}	

#footerText ul li a:hover  {
	text-decoration: none;
	color:#CC0000;
	}
#footerText ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
ul{
  	list-style-image:url(http://cals.ncsu.edu/an_sci/grad/layout/red_arrow.gif);	
}
li {
	margin-bottom: 10px;
	/*font-size: 90%;*/
}	