/*
LSUH Colors
Purple:  #2A0C5A;
Light Purple:  #615286;
Gold:  #B78B0E
Dark Gold:  #876309
*/

* {
margin: 0;
}

html, body {
	min-height:100%;
	height:100%;
}

body {
	margin-top: 0px;
	margin:0 auto;
	background-color: #BDBDBD;  /* December 2011 Change, gray background */
	/*background-image: url(/Template2011/images/top-bg-sub.jpg);
	background-repeat: repeat-x;*/
/*	background-position: 0 23px;*/

}

.dropshadow {
	width: 980px;
	margin: 0 auto;
  /*-moz-border-radius: 15px;*/ /* Firefox */
  /*-webkit-border-radius: 15px;*/ /* Safari and Chrome */
  /*border-radius: 15px;*/ /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

  -moz-box-shadow: 0px 0px 20px #000; /* Firefox */
  -webkit-box-shadow: 0px 0px 20px #000; /* Safari and Chrome */
  box-shadow: 0px 0px 20px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

}

p {
	margin-top:10px;
	margin-bottom:10px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #461D7C; /*#333333;*/
}


a img {
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: .5em; margin-bottom: .5em;
}
h1 {
	font-size: 18px;/*1.3em;*/ /*17px;*/
	color: #461D7C; /* FDD023; *//*#C77F25;*/ /* Changed to LSU Health Gold */
}
h2 {
	font-size: 16px;/*1.2em;*/ /*13px;*/
	/*color: #2A0C5A;*/ /*#461F7C;*/
}
h3 {
	font-size: 14px;/*1.1em*/;
}
h4 {
	font-size: 13px;
}
a:link, a:visited {
	text-decoration: underline;
	/*color: #3C1755;*/
	color: /*#461D7D;*/ #3C1755; /*#B78B0E;#461D7D;#2A0C5*/
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	/*color: #3C1755;*/
	color: #B78B0E; /*#876309;#333333	*/
}
/* 4/20/2012 REMOVED because weird behavior */
/*#maincontent a:hover {
	color: #3C1755;
    text-decoration: none;    
}
*/

/* Use Collapse to collapse tables */
.collapse {
  border-collapse: collapse;
  border-style: none;
  border-width: 0;
  border-spacing:0;
} 
.collapse tr td {
	padding:0;	
}

.BannerPageWidthBackground {
background-color:white;
}

/*.BannerPageWidthBackground  img {
	padding-bottom: 3px;
}*/

.BannerStyles, .BannerStylesOver {
	color: black; /*#666666;*/
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps; /*normal;*/
				/*font-size: x-small;*/
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 0;
	margin-right: 0;	
	float:left;
}
.BannerStyles{
	background-color:#f0e7cf; 
	padding-left: 4px;
	padding-right: 4px;
}

.BannerStylesOver {
	background-color:white;
	padding-left: 4px;
	padding-right: 4px;
	cursor:pointer;
}
.BannerStyles a {
	color: black; /*#666666;*/
	text-decoration: none;
}
.BannerStylesOver a {
	color: #666666;
	text-decoration: none;
}
.BannerStyles a:hover, .BannerStylesOver a:hover {
	text-decoration: none;
	color: #666666;/*black;*/
}

#sahp{width:210px;}
#sd{width: 107px;}
#sgs{width: 142px;}
#sm{width: 110px;}
#sn{width: 90px;}
#sph{width: 125px;}
#lfp{width: 140px;}

.schoolof {
	font-size: 10pt;
}

.headertablespace {
	width: 2em;
}

.Content {
	color: #461D7C; /*#333333;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
/*	padding-bottom: 10px; *//*50px;	*/
	margin-bottom: 1em; /*10px;*/ /*50px;	*/
}
.Content a:link {
	text-decoration: underline;
	color: #461D7D; /*#B78B0E;#461D7D;#2A0C5*/
	text-decoration: underline;
}
.Content a:visited {
	text-decoration: underline;
	color: #461D7D; /*#B78B0E;#461D7D;#2A0C5A*/
	text-decoration: underline;

}
.Content a:hover {
	text-decoration: underline;
	color: #B78B0E; /*#876309;#333333	*/
}
.Content a:active {
	text-decoration: underline;
	color: #B78B0E; /*#876309;	*/
}

.Content ol li, .Content ul li, .Content p {
	line-height: 130%;
}

.Content td {
	text-align: left;
}

.Footer, .Footer table tr td {
	color: white;
	background-color:#461D7C;
	width:980px;
	height:16px;
	margin:0 auto;
}
.Footer a { color:white; text-decoration:none; } 

.Footer a:hover  { text-decoration:underline; }

.Subfooter {
	width:972px; 
	margin: 0 auto;
	padding:4px;
	background-color:#461D7C; 
	color:white;		
}
.Subfooter a {
	text-decoration: none;
	color:white;
}
.Subfooter a:hover {
	text-decoration:underline;
	color:white;	
}

.TopNav {
	color: #333333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 13px;
	text-align: right;
	vertical-align: top;
}
.TopNav p {
	margin-top: 0em;
	margin-bottom: .5em;
	margin-right: 1em;
	padding-top: 1em;
}
.TopNav a:link {
	color: #461D7C; /*#461D7D;*/
	text-decoration: none;
}
.TopNav a:visited {
	text-decoration: none;
	color: #461D7C; /*#461D7D;*/
}
.TopNav a:hover {
	text-decoration: underline;
	color: #B78B0E;  /*#333333;*/
}
.TopNav a:active {
	text-decoration: underlinee;
	color: #461D7C;  /*#333333;*/
}

.DateWeather {
	color: #FFFFFF;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	height: 26px;
	text-align: left;
	vertical-align: middle;
}
.DateWeather a:link {
	color: #FFCC00;
	text-decoration: none;
}
.DateWeather a:visited {
	text-decoration: none;
	color: #FFCC00;
}
.DateWeather a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.DateWeather a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

table td.DateWeather {
	padding-left: 1em;
	padding-top: 2px;
}

form, input { padding:0; margin:0; }

#container {
	position:relative;
	height: auto !important;
	width:980px;
	text-align:left; 
	margin:0 auto;	
}

#main 
{
	width:980px;
	margin:0 auto;
	background:#FFFFFF;
}

#main:after { /* firefox floating divs fix */
height: 0;
visibility: hidden;
display: block;
content: ".";
clear: both;
}

#wrapper {
	width:980px;
	background:#FFFFFF;
	margin:0 auto;	
}

#mainmenu 
{ 
	width:990px; 
	margin: 0 auto;
}

#expander {  
  min-width:980px;
  height:0px;
	background-color:#461D7C;
	position:relative;
  z-index:2;
  display:block;
}

#topmenu {
   background-color:#461D7C; 
   position:relative;
   padding-top:5px;
   padding-bottom:5px;
   display: inline-block;
   min-height:10px;
   width:980px;
   min-width:850px;
   z-index:20;
   font-weight:bold;
   margin:0 auto;   
}

#topmenu a 
{
    text-decoration: none;
    color: White;
}

#topmenu a:hover 
{
    text-decoration: none;
    color:#D19700;
}    

#topmenu ul {
  list-style:none;
  float:left;
  margin:0px 10px;
  padding:0;
}

#topmenu ul li {
  padding:0px 10px;
  white-space:nowrap;
}

#topmenu ul ul li {
  margin:2px 3px;
  padding:0px 5px;
  background-color:#461D7C;
  z-index:500;
}

#topmenu ul ul li a {
  font-weight:normal;
}

.topsubmenu {
  display:none;
  position:absolute;
  background-color:#461D7C;
  margin:5px 0px;
  z-index:500;
}

.dropdown {
  display:none;
  position:absolute;
  top:20px;
  background-color:#461D7C;
  margin:5px 0px;
  z-index:500;
}

#deptheading { }

#search { display:none; text-align:right; margin-top:0px; padding-top:8px; color:white; font-weight:bold; }
#search form { margin:0; padding:0; }

#depttable { width:765px; text-align:left; z-index:2; display:none; margin:0 auto;	 } 
#depttable tr th { color:#FFFFFF; padding-top:10px; padding-left:10px; z-index:2; }
#depttable tr td { vertical-align:top; width:25%;   z-index:2;}
.deptlist { padding:5px; margin:0; z-index:2;  }

ul.deptlist li { 
  display:block; 
  margin: 3px 0 3px 0;
  padding:1px 10px 1px 10px;
  list-style-type:none;
  background-color:#572C74;
  z-index:2;
}
ul.deptlist li a, ul.deptlist li a:visited { color:#FFFFFF; text-decoration:none;}
ul.deptlist li a:hover { color:#D19700; text-decoration:underline; }
ul.deptlist li ul { margin-left:10px; }
ul.deptlist li ul li { margin-left:5px; margin:0; padding:0; font-size:8pt; }

#leftcontent 
{
	left:10px;
	margin-top:25px;
	text-align:center;
}


.leftlink {
  padding:2px;
  margin:1px;
  background-color:#FFFFCC;
  border:1px solid #3c1755;
  font-weight:bold;
}
.leftlink:hover { background-color:#FFFFFF; }
.leftlink a:hover { text-decoration:none; } 

#toprightcontent { 
	padding:0;
	z-index:5;
	width:100%;
	text-align:right;
}
#bottomrightcontent { 
	text-align:left;
 	width:275px;
	height:auto;
	padding-top:0;
	padding-left:0px;
	padding-right:0px;
	z-index:5;
	float:right;
	clear:right;
	/* 4/20/2012, Below added by web group, adds buffer to right column since we spread main content all the way across */
	margin-left: 10px;
	margin-bottom: 10px;
}

.rightbartitle, .leftbartitle {
  color:#FFFFFF;
  font-size:10pt;
  font-weight:bold;
  margin-top:25px;
	margin-left:10px;
  padding:3px 0px 3px 20px;
  height:auto;
  background-color:#461D7C;	
}
.rightbartitle { 
  margin-right:25px; 
  margin-left:25px; 
  padding-right:10px;
}
.leftbartitle { 
  padding-left:0px; 
  }

.rightbaritem, .leftbaritem {
  padding:3px;
  background-color:#FFFFCC;
  border-right:1px solid #999999;
  border-bottom:1px solid #999999;
  margin-top:0;
	margin-left:10px;
}
.rightbaritem { 
  margin-right:25px; 
  margin-left:25px;  
}
.leftbaritem { text-align:center; }

.rightbaritem ul {
  margin-top:0;
  margin-left:0;
  padding-left:20px;
  list-style-type:square;
}

.leftbaritem ul {
  margin-top:0;
  margin-left:0;
  padding-left:0px;
  list-style-type:none;  
  text-align:left;
}
.leftbaritem ul li { padding:2px 8px 2px 8px; }
.leftbaritem ul li:hover { background-color:#FFFFEE; }
.leftbaritem ul li ul li { font-size:8pt; }

.rightbaritem a:hover, .leftbaritem a:hover { text-decoration:underline; }
.rightbaritem p { padding-left:5px; margin-top:0px; }

#facultydetail { width:600px; margin-top:50px; }
#facultydetail tbody tr td { padding:20px; }
.facultysection { text-align:right; font-weight:bold; font-size:12pt; color:#3c1755;  }

.leftimage { 
   float:left; 
   clear:none;
   vertical-align:top;
   padding-right:20px;
}
.leftcontentimage {
  margin-top:35px;
  padding-right:10px;
}

#CMSFooter 
{	
	margin:0px auto;
	text-align:center;
	border-top:1px solid black;
	padding-top:5px;
	padding-bottom:5px;
	width:980px;
	background-color:#461D7C; 
	color:white;		
}

#CMSFooter a 
{
	text-decoration:none;
	color:white;    
}

#CMSFooter a:hover 
{
	text-decoration:underline;    
	color: white;
}

#maincontent
{
	width: 695px; /*500px;  */ /* Modified 4/20/2012 by Web Group, allows full width of content */
	margin-top: 1em;  /* Added by Web Group on 4/18/2012 to add spacing above headers in main content area of CMS */
}

#sidemenu {
	width:255px;
	text-align:left;
	vertical-align:top;
	float:left;	
}

#cse-search-box
{
	margin-right: 1em;
}

.QuickLink{
	width: 16px;
	padding-left: 4px;
	padding-right: 4px;
	background: #461D7C /*#2a0c5a; */
	float:left;
}
.QuickLinkHover {
	width: 16px;
	padding-left: 4px;
	padding-right: 4px;
	background:  white; /*#c1b4d6;*/
	float:left;
	cursor:pointer;
}
.QuickLink a img, .QuickLinkHover a img {
	height:20px;
	margin-top:4px;
}
.QuickLink, .QuickLinkHover {
	width: 20px;

}
.QuickLink img, .QuickLinkHover img {
	padding: 0px;
}
.DateWeatherBar {
	background: #461D7C;
}

.headertablespace {
	width: 2em;
}

.FooterText {
	color: #b7b7b7;
}
