/*
LSUH Colors
Purple:  #461D7C;
Gold:  #FDD023
Black:  #000000;
50% Gray:  #999999;
*/

img {
	/* max-width: 100%; -- causing issue in IE 8 */
	height: auto;
}

* {
margin: 0;
}
html, body {
	min-height:100%;
	height:100%;
}
body {
	margin-top: 0px;
	margin: 0 auto;
	background-color: #EEE;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #461D7C; 
}
a:link, a:visited {
	color: #3C1755;
}
a:hover {
	color: #B78B0E;
}
form, input { padding:0; margin:0; }
#container {
	height: auto !important;
	text-align:left; 
	margin:0 auto;	
}
#main 
{
	margin:0 auto;
	background:#FFFFFF;
}
#main:after { 
height: 0;
visibility: hidden;
display: block;
content: ".";
clear: both;
}
#mainmenu 
{ 
	margin: 0 auto;
}
#expander {  
  height:0px;
	background-color:#461D7C; 
	position:relative;
  z-index:2;
  display:block;
}
.dropdown {
  display:none;
  position:absolute;
  top:20px;
  background-color:#461D7C; 
  margin:5px 0px;
  z-index:500;
}
@font-face {
    font-family: lsuface1;
    src: url('../fonts/MetaOT-Book.woff');
}
@font-face {
    font-family: lsuface2;
    src: url('../fonts/MetaOT-BookIta.woff');
}
@font-face {
    font-family: lsuface3;
    src: url('../fonts/MetaOT-Bold.woff');
}
@font-face {
    font-family: lsuface4;
    src: url('../fonts/MetaOT-BoldIta.woff');
}
@font-face {
	font-family: lsudept;

	src: url('../fonts/TrajanPro-Regular.eot');
	src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TrajanPro-Regular.woff2') format('woff2'), url('../fonts/TrajanPro-Regular.woff') format('woff'), url('../fonts/TrajanPro-Regular.ttf') format('truetype'), url('../fonts/TrajanPro-Regular.svg#trajanproregular') format('svg');
}
/* BEGIN CMS ADDED CONTENT */
#search { display:none; text-align:right; margin-top:0px; padding-top:8px; color:white; font-weight:bold; }
#search form { margin:0; padding:0; }
#leftcontent 
{
	left:10px;
	margin-top:25px;
	text-align:center;
}
#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;
	margin-left: 10px;
	margin-bottom: 10px;
}
.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;
	background-color:#461D7C; 
	color:white;		
}
#CMSFooter a 
{
	text-decoration:none;
	color:white;    
}
#CMSFooter a:hover 
{
	text-decoration:underline;    
	color: white;
}
#maincontentaa
{
	margin-top: 1em;  
	margin-bottom: 1em;
}
#sidemenu {
	width:255px;
	text-align:left;
	vertical-align:top;
	float:left;	
}
#cse-search-box
{
	margin-right: 1em;
}
#cse-search-box2 { display:none;}

.dropshadow {
	max-width: 980px;
	margin: 0 auto;
  -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 */
}
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;
	text-align: left;
}
h1 {
	font-size: 18px;
	color: #461D7C; 
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
.collapse {
  border-collapse: collapse;
  border-style: none;
  border-width: 0;
  border-spacing:0;
} 
.collapse tr td {
	padding:0;	
}
#headerimgarea {
	text-align: left;
	background-color:#FFFFFF;
}
.headertablespace {
	width: 2em;
}
.Content,.maincontent {
	color: #461D7C; 
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-bottom: 1em; 
}
.Content a:link,.maincontent a:link {
	text-decoration: underline;
	color: #3C1755; 
	text-decoration: underline;
}
.Content a:visited,.maincontent a:visited {
	text-decoration: underline;
	color: #3C1755; 
	text-decoration: underline;
}
.Content a:hover,.maincontent a:hover {
	text-decoration: underline;
	color: #B78B0E; 
}
.Content a:active,.maincontent a:active {
	text-decoration: underline;
	color: #00C;
}
.Content ol li, .Content ul li, .Content p,.maincontent ol li ,.maincontent ul li,.maincontent p {
	line-height: 130%;
}
.Content td {
	text-align: left;
}
.Footer, .Footer table tr td {
	color: white;
	background-color: #461D7C; 
	width:100%;
    height:16px;
	margin:0 auto;
}
.Footer a { color:white; text-decoration:none; } 
.Footer a:hover  { text-decoration:underline; } 
.Footer div p {
	margin:0;
	vertical-align: middle;
}
.FooterText {
	color: #b7b7b7;
}
.Subfooter {
	width:100%;
	margin: 0 auto;
	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: 0em;
	text-align: right;
	vertical-align: top;
}
.TopNav p {
	padding-top: 1em;
	margin-top: 0em;
	margin-bottom: .5em;
	margin-right: 1em;
}
.TopNav a:link {
	color: #461D7C; 
	text-decoration: none;
}
.TopNav a:visited {
	text-decoration: none;
	color: #461D7C;
}
.TopNav a:hover {
	text-decoration: underline;
	color: #FDD023;
}
.TopNav a:active {
	text-decoration: underline;
	color: #FDD023;
}
.BtmNav {
	color: #FFFFFF;
	background: #461D7C;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.BtmNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.BtmNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.BtmNav a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.BtmNav a:active {
	text-decoration: none;
	color: #FFCC00;
}
.BtmNav ul {
	list-style:none;
	width:19em;
	margin-top:0;
}
.BtmNav ul li {
	width:19em;
}
.BtmNavTitle {
	color: #99A9EF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#BtmNavContactInfo {
	display:table-cell;
	width:33%;
	text-align:left;
	vertical-align:top;
	padding:10px;
	padding-top:13px;
}
#BtmNavEmpty {
	 width:0%;
	 display:table-cell;
}
#BtmNavIcons {
	width:67%
	display:table-cell
	text-align:right;
	vertical-align:top;
	margin:13px;
	margin-right:10px;
	margin-left:5px;
	float:right;
}
.BtmNavIconsFade:hover {
  opacity: 0.5;
}
.BtmNav p.EmergencyFooter a {
	color: #F00;
	text-decoration:none;
	font-size: 17px;
}
.BtmNav p.EmergencyFooter a:hover {
	color: #F00;
	text-decoration:underline;
	font-size: 17px;
}
.BodyBoxTitle {
	font-size: large;
	font-weight: bold;
	color: #461D7C;
	margin:0;
	padding-left:4px;
	padding-bottom: 5px;
	vertical-align: text-bottom;
	height: 20px;
	background-color:#FDD023;
}
.BodyBoxEvents {
	display:inline-table; 
	color: #461D7C;
	background-color:#f0e7cf;
	line-height: normal;
	border:5px #FDD023 solid;
	max-width:682px;
}
.BodyBoxEvents ul{
	list-style-type: none;
	margin-left: .5em;
	margin-right: 1em;
	padding: 0px;
}
.BodyBoxEvents ul li {
	border-bottom: #d6d1c2 1px solid;
	margin-top: 1em; 
	margin-bottom: 1em; 
}
.BodyBoxEvents a:link {
	color: #461D7C; 
	text-decoration: none;
}
.BodyBoxEvents a:visited {
	text-decoration: none;
	color: #461D7C; 
}
.BodyBoxEvents a:hover {
	text-decoration: underline;
	color: #876309; 
}
.BodyBoxEvents a:active {
	text-decoration: none;
	color: #461D7C; 
}
.BodyBoxNotification {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 688px;
	height; 20px;
	float: right;
	margin-top: 5px;
	padding-left:4px;
	vertical-align: text-bottom;
	height: 20px;
	background-color:black; 
}
.BodyBoxNotification  a:link { 
	text-decoration: none; 
	color: white; 
}
.BodyBoxNotification  a:hover { 
	text-decoration: underline; 
	color: white; 
}
.BodyBoxNotification  a:visited { 
	text-decoration: underline; 
	color: white; 
}
.BodyBoxEvents2014 {
	width:100%;
	float:left;
	background-color: #F0E7CF;
    border: 5px solid #FDD023;
    color: #461D7C;
    display: inline-table;
    line-height: normal;
	text-align:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.BodyBoxTitle2014 {
	font-size: large;
	font-weight: bold;
	color: #461D7C;
	margin: 0;
	padding-left: 4px;
	padding-bottom: 0px;
	vertical-align: text-bottom;
	height: 24px;
	background-color: #FDD023;
	text-align:left;
}
.BodyBoxEvents2014 a img {
	margin-left:5.5%;
	margin-top:7px;
	width:12%;
}
.ImportantNotice {
	width: 100%;
	background-color: #414141;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: .5em 0 .5em 0;
}
.ImportantNotice a:link, .ImportantNotice a:visited {
	margin-left: .5em;
	color: #FDD023;
	text-decoration: none;
}
.ImportantNotice a:hover {
	text-decoration: underline;
}
.EmergencyAlertsDisplay
{
	width:100%;
	text-align:center;
	margin:0 auto; 	
}
.EmergencyAlerts
{
	background: #FFF;
	color: #F00;
	text-align:left;
	padding: 10px;
	border: 15px #F00 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.EmergencyAlerts h1 {
	color:#F00;
	font-size:x-large;
	margin-top:0;
	text-align:center;
}
.EmergencyAlerts a {
   	 color:#F00;
   	 margin:0;
   	 text-decoration: none;
	 font-size:1.25em;
	 font-weight:bold;
}
.EmergencyAlerts a:hover {
	text-decoration:underline;
}
#schoolsfull {
	font-size:0;
	display:none;
}
#maincontentparent {
	display:table-cell;
	width:100%;
	text-align:center;
	margin: 0;
}
#maincontentparenti {
	width:97%;
	margin:0px;
	margin-left:1.5%;
	border:0;
}
#nomenu {
	display:none;
}
a:link.DeptHeaderText {
	font-family:lsudept,times;
	text-decoration:none;
	font-size:2em;
}
a:visited.DeptHeaderText {
	font-family:lsudept,times;
	text-decoration:none;
	font-size:2em;
}
a:hover.DeptHeaderText {
	font-family:lsudept,times;
	text-decoration:underline;
	font-size:2em;
}
a:active.DeptHeaderText {
	font-family:lsudept,times;
	text-decoration:none;
	font-size:2em;
}
.cke_editable {
	background:white;
}
.newsroombanner {
	width: 100%;
	background-color: rgba(253, 208, 35, 1);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: .5em 0 .5em 0;
}
.newsroombanner a:link, .newsroombanner a:visited {
	margin-left: .5em;
	color: #461d7c;
	text-decoration: none;
	font-size:large;
	font-weight:bold;
}
.newsroombanner a:hover {
	text-decoration: underline;
}	
.floated_resident {
	 float: left;
	 width: 137px;
	 margin: 10px;
	 text-align:center;
}
.image_resident {
	width:100%;
	max-width:137px;
}
.floated_faculty {
	 float: left;
	 margin: 10px;
	 width:100%;
	 max-width:331px;
}
.image_faculty {
	width:100%;
	margin-right:10px;
	max-width:137px;
	float:left;
}
.lafeventcontainer {
	width:100%
}
.lafeventdate {
	font-size:15px;
	text-align:center;
	margin-right:20px;
	float:left;
	width:112px;
	height:46px;
	background-color:#5D2A7D;
	color:white;
	line-height:46px;
	margin-bottom:5px;
}
.lafeventinfo {
	max-width:500px;width:100%;float:left
}
.button {
	display:inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #461D7C;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}

div.button:hover {
	background: #562D8C;
}

.button a:link, .button a:visited {
	text-decoration: none;
	color:#fdd023;
	font-size:1.5em;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.noalert {
	position: relative;
	border: 3px solid #9c9;
    background-color: #cfc;
    padding: 10px;
	width:95%;
	font-size:15px;
	margin-bottom:20px;
}
.alert {
	position: relative;
	border: 3px solid #B78B0E;
    background-color: #F0E7CF;
    padding: 10px;
	padding-top:20px;
	width:95%;
	font-size:15px;
	margin-bottom:20px;
}
.alertprimary {
	position: relative;
	border: 3px solid #C00000 ;
    background-color: #F0E7CF;
    padding: 10px;
	padding-top:20px;
	width:95%;
	font-size:15px;
	margin-bottom:20px;
	margin-top: 20px;
}
.date {
	position: absolute;
	top: 0;
	right: 0;
	min-width:230px;
	width: 100px; 
	text-align:right;
	font-style:italic;
	margin:2px 10px 0px 0px;
}
#EmergencyRSSFeed {
	position: relative;
	border: 3px solid #C00000;
    background-color: #ffffff;
    padding: 10px;
	padding-top:10px;
	width:95%;
	font-size:1.25em;
	font-weight: bold;
	color:#F00;
	text-align:center;
	margin-bottom:20px;
	margin-top: 20px;
}
p {
   word-wrap: break-word;
} 
.weatherimage {
	max-width: 100%;
	width:100%;
}


.leftbartitle {
    padding-left: 0px;
}
.rightbartitle {
    margin-right: 0px;
    margin-left: 25px;
    padding-right: 10px;
}
.rightbartitle, .leftbartitle {
    max-width:212px;
	color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 10px;
    padding: 3px 0px 3px 20px;
    height: auto;
    background-color: #461D7C;
}
.leftbaritem {
    text-align: center;
}
.rightbaritem, .leftbaritem {
    padding: 3px;
    background-color: #f0e7cf;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin-top: 0;
    margin-left: 10px;
	max-width:225px;
}
.rightbaritem p {
    padding-left: 5px;
    margin-top: 0px;
}