@import url("imageshad.css");
body 	{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal;
	line-height: 1.5;
	color: #000000;
	font-size: 76%;
/*	font-size: small;*/
	margin: 0;
	padding: 0;
	background-color: #E5E0D8;
}
/*-----Headings-----*/
h1 { 
	font-weight: bold; 
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
}
h2 { 
	font-weight: bold; 
	font-size: 1.4em;
}
h3 { 
	font-style: italic; 
	font-weight: bold; 
	font-size: 1.3em; 
}
h4 { 
	font-weight: bold; 
	font-size: 1.2em; 
}
h5 { 
	font-weight: bold; 
	font-size: 1.1em; 
}
h6 { 
	font-weight: bold; 
	font-size: 1em; 
}
/*-----anchors/links-----*/
a 	{
	font-weight: bold; 
	text-decoration: none; 
	color: #840017;
}
a:hover {
	text-decoration: underline; 
	/*background-color: #D1C7BB;  This causes img displacement on hover in ie8*/
}


/*-----Definition lists-----*/
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
	padding-left: 0;
}
/*-----remove overstate for graphics that are links-----*/
a img {
	border: 0;
}
/*---------General Formatting-------------*/
.italic {font-style: italic;}
.bold {font-weight: bold;}
/*_______________Float classes_______________*/
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
/*---------Primary Layout div-------------*/
#container, #footer{
	/*width: 783px;*/
	width: 793px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #F3ECE3;
	background-image:url(../images/bg_repeat.jpg);
	background-repeat: repeat-y;
	/*overflow:auto;*/
}
/*---------Secondary (horizontal) Layout div-------------*/
#header {
	height: 122px;
}
#middle{
	/*width: 783px;*/
	width: 769px;
	padding: 0;
	margin-left: 0px;
}
#footer{
	clear: both;
}
/*---------Menu Layout--------------------------------*/
ul#navmobile { display: none; }
div.menubar h1 { display: none; }
div.menubar { 
			  width: 784px;
			  height: 35px;
			  margin-left: 5px;
			   border-top: 1px solid black;
			   border-bottom: 1px solid black;
			   background-image:url(/common/images/menu_bg.jpg);
			   background-repeat:repeat-x;} 
			  
div#menubarside { text-align: right;
				  color: white;
				  margin: 7px 7px 0 0;
				  padding: 0; }
div#menubarside form { margin: 0;
                       padding: 0; }				  
div#menubarside form input { border: 1px solid #999;
							 font-size: 9px; }
div#topSubMenu { border-bottom: 1px solid #999; 
				 border-top: 1px solid black;
				 background-image:url(/common/images/submenu_shadow.gif);
				 background-repeat:repeat-x;
				 background-color:#D1C7BB; 
				 padding: 5px 8px 5px 8px;
				 margin: 0 5px 0 5px;
				 color:#CCCCCC; }
				 
div#topNotice { display:none;
				 border-bottom: 1px solid #999; 
				 border-top: 1px solid black;
				 background-color:#ffffff; 
				 padding: 2px 10px 2px 10px;
				 margin: 0px 5px 0px 5px;
				 color:#800000; }
				 
div#topNotice h2 {  text-align:center;
					}
					
div#topSubMenu h1 { display:block;
					float:left;
					color:red;} 	 

div#topSubMenu a { display:inline;
				   float:left;
				   list-style:none;
				   padding: 3px;
				   font-weight:normal;
				   color:black;
				   /*color: #F2F2F2;*/
				   font-size: .9em;
				   }	
div#rightcontent a:hover { color:#840017; }
				   
/*---------Tertiary (vertical) Layout div-------------*/
.leftbar, .centerbar, .rightbar, .centercontent {
	padding: 0;
	margin: 0;
	position:relative;
	float:left;	
	left:0;
	top:0;
}
.leftbar {
	width: 175px;
	padding-left: 5px;
}
.centerbar {
	width: 450px;
}
.rightbar {
	width: 158px;
}
.centercontent {
	width: 550px;
	margin-top: 15px; }

.centercontentHomepage {
	width: 630px;
	}
#bigblock { width: 770px;
			margin-left: 5px; }
#sidebar_right {
	width: 260px;
	height:100%;
	min-height:650px;
	float:right;
	background-color:#D1C7BB; 
	padding: 5px 8px 5px 8px;
	margin: 0 -3px 15px 5px;
	border: #cccccc solid 1px;
	border-right: none;
	}

			
/*--- Styles for index calendar ---*/
#front_calendar {
    background-color: #D1C7BB; 
    font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal;
    }	
#front_calendar .date {
	font-weight: bold; 
	margin-right: 96px;
	color: #333333;
	border-bottom: 1px solid #666;
	}			
#front_calendar .subject a {
	margin-right:10px;
	font-weight:normal;
	}
/*--------------------------------*/
#left_Navigation {
	padding: 20px 15px 5px 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	/*background-image:url(http://www.cvm.tamu.edu/common/graphics/v-gradline.gif);
	background-repeat: no-repeat;
	background-position: top right;*/
	background-color:#D1C7BB;
	min-height:468px;
}
*html #left_Navigation {
	height: 468px; 
}
#left_Navigation h1, #rtNavigation h1 {
	font-size: 1em;
	padding: 0 0 0 0;
	margin:4px 0 1px 0;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #666;
	}
#left_Navigation ul, #rtNavigation ul {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	}
#left_Navigation li, #rtNavigation li {
		display: block;
		padding: 2px 5px 0 5px;
		list-style-type: none;
		}
	
/*____________Styles for all left side menues____________*/
#left_Navigation h1 {
	text-align: left;
}
#left_Navigation li {
	text-align: right;
}
#header .centerbar img {
	margin-top: 21px;
}
#content {
	text-align: left;
	margin: 0;
	width: 770px; 
	padding: 0; 
}
#contentInner {
	text-align: left;
	margin: 10px 10px 0 15px;
	width: 770px; 
	padding: 0; 
}
#contentLeftMenu {
	text-align: left;
	margin: 10px;
	/*width: 650px; */
	margin: 0;
	padding: 0;
	font-size: 100%;
}
div#breadcrumbs { font-size: .8em;
				  margin-left: 18px;
				  margin-bottom: 7px; }
div#subjectLine { text-align:right;
				  font-size: 1.3em;
				  font-style: italic;
				  margin-right: 28px;
				  width: 400px;
				  border-bottom: 1px solid #999;
				  float: right; }

div#leftcontent, div#subContentLeft { float: left;
				  width: 297px;
				  margin-left: 15px; }
div#rightcontent, div#subContentRight { float: right;
				   width: 440px; }
div#leftcontent h1, div#rightcontent h1, div#subContentLeft h1, div#subContentRight h1 { border-bottom: 1px solid #999;
					 font-size: 16px;
					 margin-top: 13px; }		
div#frontpageFeatureCaring, div#frontpageFeatureCreating, div#frontpageFeatureCommunicating, div#frontpageFeatureCuring  { 
					   padding: 9px;
					   margin: -5px 5px 0 0;
					   width: 410px;
					   height: 230px;
					   border:1px solid #999;
					   border-top: none;
					   background-color:#E5E0D8;
					   float:right; }
div#subContentRight { margin: 15px 0 9px 0;}
div#highlightArticle {
	padding: 9px;
	margin: 20px 5px 0 0;
	width: 410px;
	height: 255px;
	border:1px solid #999;
	background-color:#E5E0D8;
	float:right;
}					   
					   
div#frontpageFeatureCaring img, div#frontpageFeatureCreating img, div#frontpageFeatureCommunicating img, div#frontpageFeatureCuring img {
						   /*border: 1px solid #999999;*/
						   /*margin-right: 7px;*/ }
p#featuretext { margin-left: 8px;
				font-size: 11px; }		 


ul#newslist { list-style:none; 
			   margin: 0;
			   padding-left: 6px;}
ul#newslist li { margin-bottom: 7px; }

ul.linklist { list-style-image:url(/common/images/bullet_sqaure.gif);
			  margin: 0;
			  line-height: 1.8em;
			  padding-left: 23px; }
			  
span#curing { padding-left: 22px; }
span#creating { padding-left: 18px; }
span#communicating { padding-left: 12px; }
span#caring a, span#creating a, span#communicating a, span#curing a { color:#CCCCCC; }

hr.eventsTableBar { border-bottom: 1px solid #999; }
/*--------------------------------*/
#header div {
	text-align: center;
}
/*--------------------------------*/
.skipnav {
	position: absolute; 
	left: -1000em; 
	width: 20em;
	}
#pagetitle {
	text-align: right; 
	padding-bottom: 3px; 
	margin: 5px;
	background-image: url(/common/graphics/subject_line.gif); 
	background-repeat: no-repeat; 
	background-position: bottom right;
	position: relative;
}
.content_cell {background-color: #FFFFFF; }
.brownCell {background-color: #D1C7BB; }

.quick_nav 	{ 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #833e3e; 
	text-decoration: none ; 
	background-color: #D1C7BB; 
	border: #A69390 none;
}
.resgrad_content_table {  background-color: #FFFFFF}

.small_nav 	{ 
			font-size: 9px; 
			font-style: normal; 
			font-weight: normal; 
			color: #840017; 
			text-decoration: none ; 
			background-color: #D1C7BB; 
			border: #A69390 none 
			}
			
.maroonCell { background-color: #840017}
.brownTableBorder 	{ 
					background-color: #F3ECE3; 
					border-color: #D1C7BB #b5aca2 #B5ACA2 #D1C7BB; 
					border-style: ridge; 
					border-top-width: medium;
					border-right-width: medium; 
					border-bottom-width: medium; 
					border-left-width: medium 
					}
					
.whiteCell { background-color: #FFFFFF}

#NoBullets ul {
	margin: 0;
	list-style: none;
	width:	auto;
	padding: 0 0 0 0;
	}
  
#NoBullets li {
	padding: 3px;
	list-style-type: none;	
	}

ul#smallSideList li { margin-bottom: 8px;
					  font-size: .9em; }
/*--- Styles for "highlights" menu hovers ---*/
#highlights {
	background-color: #C4D4C4;
}
#highlights a{
	color: #003300;
}
.siteContent {
	position:relative;
	height: auto;
	margin-left: 154px;
}
.secondMenu {
	position: relative;
	text-align: center;
	float: left;
	width: 154px;
	height: 300px;
	overflow: visible;
	clear: right;
}
/*______________Captioned images________________*/
div.captioned {
	padding: 20px 0;
	background-color: #E5E0D8;
	width: 240px;
	margin: 1em 20px;
	text-align: center;
	font-weight: bold;
}
div.captioned img {
	display: block;
	margin: 0 auto;
	clear: both;
	border: solid #000 1px;
}

div.hcaptioned {
	float: right;
	background-color: none;
	width: 320px;
	margin: 0 10px;
	text-align: right;
	font-weight: bold;
	font-size: .95em;
	
}
div.hcaptioned img {
	display: block;
	margin: 0px 10px 0px 10px;
	clear:both;
	border: solid #000 1px;
}
div.hcaptioned br {
	clear:both;
	
}

div.leftcaptioned {
	float: left;
	background-color: none;
	width: 320px;
	margin: 0 10px;
	text-align: left;
	font-weight: bold;
	font-size: .95em;
}
div.leftcaptioned img {
	display: block;
	margin: 0px 10px 0px 10px;
	clear:both;
	border: solid #000 1px;
}
div.leftcaptioned br {
	clear:both;
	
}

div.secondaryCaptioned {
	float: left;
	background-color: none;
	width: 220px;
	margin: 0 10px 0 0;
	text-align: center;
	font-weight: bold;
	font-size: .95em;
}
div.secondaryCaptioned img {
	display: block;
	margin: 0px 10px 0px 0px;
	clear:both;
}
div.secondaryCaptioned br {
	clear:both;
	
}

div.headshot {
	float: right;
	background-color: none;
	width: auto;
	margin: 0 10px;
	text-align: left;
	font-weight: bold;
	font-size: 0.95em;	
}
div.headshot  img {
	display: block;
	margin: 0px  0px 0px 0px;
	clear:both;
	border: solid #000 1px;
}
div.headshot  br {
	clear:both;
	
}
/*____________Misc Image Styles____________*/

#largeCentered  img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	clear:both;
}

/*____________News Pages Styles for Alumni and News Sections____________*/

#digest {
	margin-bottom:-2px;
	margin-left:10px;
	width:480px;
}

#digest hr.storyDivider {
	height: 15px;
    background:url(/common/images/3stars_hr.png) no-repeat center;
	border:0;
	margin-bottom: 15px;
	}

#digestItem img.centerimage {
	display: block;
	border: solid #000 1px;
	margin: 5px auto 5px auto;
}

#digestItem a.headline {
	font-size:1.20em;
	padding-bottom: 1px;
	padding-top: 1px;
}

/*____________Generic Footer Items____________*/
#footercontainer {
	background-color:#D1C7BB;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;	
	margin: 55px 5px 0 5px;
}
	#UniversityLinks{
		position: relative;
		float: left;
	}
		#UniversityLinks a, #UniversityLinks img{
			display: inline;
			}
	#FooterLinks{
		position: relative;
		font-size: 1em;  /* dan increased by 2em 20060102 */
		color: #666666;
		text-align:center; /* dan added 20060102 */
	}
	#footerlinklists {
		padding: /*20px 0 0 0;*/
	}
		#FooterLinks li, #FooterLinks ul {
			
			list-style:none;  
			padding: 0;
			margin: 0 3px 0 0;			
		}
		
		#FooterLinks ul li:before {
			content: " | ";
			}
		
		#FooterLinks ul li:first-child:before {
			content: "";
			}
		
		#FooterLinks li {
			display: inline;
			
		}
/* -------------------------------------------------------------------------------------------  */		
		#footercontainer2 {
	display: block;
	position: relative;
		
}
	
	#FooterLinks2{
		position: relative;
		/*margin: 0 300px 0 125px; */
		font-size: .9em;
		font-size: .8em;  /* dan increased by 2em 20060102 */
		color: #666666;
		text-align:center;  /*dan added 20060102 */
	}
	#footerlinklists2 {

		/*padding: 20px 0 0 0;*/
	}
		#FooterLinks2 li, #FooterLinks23 ul {
			
			list-style:none;  
			padding: 0;
			margin: 0 3px 0 0;			
		}
		
		#FooterLinks2 ul li:before {
			content: " | ";
			}
		
		#FooterLinks2 ul li:first-child:before {
			content: "";
			}
		
		#FooterLinks2 li {
			display: inline;
		}
.releasedate {
	font-size:.8em;
}

div.submenubar { 
			  width: 783px;
			  height: 25px;
			  margin-left: 5px;
			   border-top: 0px solid black;
			   border-bottom: 1px solid black;
			   background-color:#D1C7BB;
			   } 
			  
div#submenubarside { text-align: right;
				  color: white;
				  margin: 7px 7px 0 0;
				  padding: 0; }

			 
#subnav, 
#subnav li li,
#subnav ul,
#subnav ul li, 
#subnav ul li ul, 
#subnav ul li ul li,
#subnav ul li ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;	
	z-index: 3000;
}
#subnav a {
	display: block;
	padding: 3px 10px 3px 10px;
}
#subnav li {
	float: left;
}
#subnav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: white;*/
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
}
#subnav li ul {
	position: absolute;
	left: -999em;
	width: 180px;
	opacity: .95;
	color: #762123;
	background-color: #D1C7BB;
	border: 0px solid red;
	border-top: none;
	line-height: 15px;
	margin-left: 0px;
}
#subnav li ul li ul { border-top: 1px solid #3C3C3B; }
#subnav li ul li a {
	display: block;
	width: 160px;
	/*color: #333;*/
	border-bottom: 0px solid black;
}
#subnav li ul li a:hover {
	display: block;
	width: 160px;
	color: #762123;
	text-decoration:underline;
	border: none;
	margin-top: 0px;
	border-bottom: 0px solid #3C3C3B;
}
#subnav li:hover ul, #subnav li.smhover ul {
	left: auto;
}
#subnav li a:hover, #subnav li a.smhover {
	background:#E5E0D8;
	border-bottom: 0px solid black;
	border-left: 0px solid #3C3C3B;
	/*border: 1px solid #3C3C3B;*/
	color: black;
}
/* third & fourth level lists */
#subnav li ul li ul {
	margin: -28px 0 0 200px;
}
#subnav li ul li ul li {
	float:none;
	padding:0px;
	margin:0px;
	text-align:left;
	border-right:none;
	border-left:none;
}
/* third-and-above-level lists */
#subnav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
#subnav li:hover ul ul, #subnav li:hover ul ul ul, 
#subnav li.smhover ul ul, #subnav li.smhover ul ul ul {
	left: -999em;
}
#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, 
#subnav li.sfhover ul, #subnav li li.smhover ul, #subnav li li li.smhover ul { 
/* lists nested under hovered list items */
	left: auto;
}
#subnav li ul li ul li ul{
	margin: -30px 0 0 -200px;
	border-top: 0px solid #3C3C3B;
}
#subnav li ul li ul li ul li {
	float:none;
	padding:0px;
	margin:0px;
	text-align:left;
	border-right:none;
	border-left:none;
}

#subnav li ul li { border-bottom: 1px solid #E5E0D8; }

div#callink a
{
	font-size:.75em;
}
.img-shadow {
  float:left;
  background: url(/common/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/common/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 9px !important;
  margin: 10px 0 0 4px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -4px;
  padding: 4px;
  }
  
  fieldset {
border: 2px solid #840017; 
font-weight: bold; 
padding: 12px; 
}  

 
 legend{
 color: #840017;
 }
 
 .formattedTable
{border: solid 1px #666;
border-collapse:collapse;
 
 }

.formattedTable th
{
	background-color:#D1C7BB;
	border: solid 1px #666;
	padding: 5px;
	}

.formattedTable tr
{
	
	}

.formattedTable tr td
{
	border: dotted 1px #999;
	padding: 5px;
	border-spacing:0px;
}

