
/* -- WebSite Accelerator 3.0.0.0 ----- */

/*
  WSA Stylesheet Master
  Copyright  2005 PowerServe International.
  All Rights Reserved.
  Creation Date: 2004.12.13
  Last Modified: 2005.02.08
*/

/* WSA Global Styles - DO NOT REMOVE! 
  @import url("/common/wsaglobal.css");
*/
/*
Core Styles
*/

/*
Miscellaneous / Legacy Styles
*/

* {padding:0; margin:0;}


.adminlink, .adminmsg {
 font:normal 11px "lucida grande", tahoma, verdana, sans-serif;
 color:#000;
 background:#e6e6e6;
 border:1px solid #ccc;
 display:block;
 padding: 10px;
 margin:0px auto 10px auto;
 text-align:left;
 width:760px;
 }
/* HTML HACKS */

* html #topwrapper { left: 89px; }

* html #wrapper { 
	float:center;
	clear: none;
	margin: 0 89px 0 178px;
	padding-bottom: 5px;
	background:url(/img/main_bkgrd.jpg) repeat-y;
	}


/** html #middle .leftnav {margin: 0px 0 10px 12px;} 

html*#middle .leftnav {margin: 0px 0 10px 0px;} */

* html #middle .leftnav .sidetitle { 
	background-position: .7em .7em; 
	padding: 5px 0 0 20px;
	}

* html #footer {
	margin: 0 89px 0 178px;
}


* html #main {
	width: 590px;
	height: auto;
	margin: 0 12px;
	padding-left: 1px;
	float:left;
	}

/**************************************
[INHERITED STYLES]
**************************************/

html {
	background:url(/img/textured_bkgrd.jpg) repeat-x;
	background-color:#ffffff;
	}
	
	
body {
	font: normal 62.5%/140% Arial, Helvetica, sans-serif;
	padding: 0;
	color:#333333;
	text-align:center;
	}

#container {
	margin: 5px auto;
	padding: 0;
	width:989px;
	position:relative;
	text-align:left;
	border: none;	
	}
p { padding-bottom: 9px; }

blockquote { margin-left: 17px; }

a:link { color: #800007; font-weight: normal; font-style:normal; }
a:active { color: #800007; font-weight: normal; font-style:normal;}
a:visited {  color: #800007; font-weight: normal; font-style:normal; }
a:hover {  color: #00397F; font-weight: normal;  font-style:normal;}

h3.noshow { display: none; }

ol { margin-left: 17px; }

ol li {
	background-image: none;
	line-height: 18px;
	text-decoration: none;
	padding-left: 0px;
	list-style:decimal;
	margin: 5px 0 5px 15px;
	padding:0;
	}


ul li { 
	background:url(/img/red_bullet.jpg) no-repeat;
	list-style:none;
 	margin: 1px 0 0 7px;
	padding: 0px 0 2px 15px;
	font-style:normal;
	background-position: 0 .7em;
	display:block;
	}

/**************************************
[STYLES FROM PREVIOUS SITE]
**************************************/

#main .h1 { font-size: 14px; color: #333333; font-family:"Times New Roman", Times, serif; padding: 4px 0 0 12px; height: 25px; margin-bottom: 5px; background-image:url(/img/header_bkgrd.jpg); background-repeat:no-repeat; font-weight:bold;}
#main .h2, #main h2, #main heading2, #main .heading2 { font-size: 13px; color: #00397F; font-family: Arial, Helvetica, sans-serif; font-weight: bold; padding-bottom: 2px; }
#main .h3, #main h3, #main heading3, #main .heading3 { font-size: 13px; color: #800007; font-family: Arial, Helvetica, sans-serif; font-weight: bold; padding-bottom: 2px; }
#main .h4, #main h4 { font-size: 15px; color: #333333; padding-bottom: 8px; }
.h5, h5 { font-size: 14px; color: #00397F; padding-bottom: 8px; }
.h6, h6 { font-size: 13px; color: #333333; padding-bottom: 8px; }

#main .h1 a:link { color: #333333; font-weight: normal; text-decoration:underline; font-style:normal; }
#main .h1 a:active { color: #333333; font-weight: normal; text-decoration:underline; font-style:normal;}
#main .h1 a:visited {  color: #333333; font-weight: normal; text-decoration:underline; font-style:normal; }
#main .h1 a:hover {  color: #00397F; font-weight: normal; text-decoration:underline; font-style:normal;}

.h2, h2 a:link { color: #00397F; font-weight: bold; font-style:normal; }
.h2, h2 a:active { color: #00397F; font-weight: bold; font-style:normal;}
.h2, h2 a:visited {  color: #00397F; font-weight: bold; font-style:normal; }
.h2, h2 a:hover {  color: #333333; font-weight: bold; font-style:normal;}

.boldtext a:link { color: #00397F; font-weight: bold; text-decoration:underline; font-style:normal; }
.boldtext a:active { color: #00397F; font-weight: bold; text-decoration:underline; font-style:normal;}
.boldtext a:visited {  color: #00397F; font-weight: bold; text-decoration:underline; font-style:normal; }
.boldtext a:hover {  color: #333333; font-weight: bold; text-decoration:underline; font-style:normal;}

.subheader { font-size: 13px; color: #00397F; font-family: Arial, Helvetica, sans-serif; font-weight: bold; padding-bottom: 8px;}

.cutline, .caption, .rsccaption {
	font-size: 9px;
	padding-top: 3px;
	font-style:italic;
	line-height: normal;
	text-align:left;
	color: #333333;}
	
.textital, .italtext, em, i { font-size:11px; font-style: italic; }
.boldtext { font-size:12px; color: #00397F; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.small { font-size:9px; }
table .small { font-size:9px; }
.boldsmallertext { font-size:9px; font-weight:bold; }


/**************************************
[HACKS FOR IE6]
**************************************/

#top img, .billboard img, #footer, .logo img{ behavior: url(/iepngfix.htc); }

.clear {
	clear:both; }
	
/**************************************
[TOP]
**************************************/
#topwrapper {
	width: 989px;
	height: 370px !important;
	padding:0;
	margin: 0 auto;
	position: relative;
	}
	
#top {
/*	background-image:url(../img/nav/nav_full.png);
	background-repeat:no-repeat;*/
	z-index: 30000;
	width: 989px;
	height: 271px !important;
	position:absolute;}


#top h1 {display: none;}

.logo {
	width: 227px;
	height: 189px;
	position: absolute;
	z-index:50000;
	left: 385px;
	top: 25px;
	}


/**************************************
[TOP NAVIGATION]
**************************************/
#topnav {
	width: 811px;
	height: 64px;
	margin: 0 89px 0 89px;
	}

#topnav .nav1 {
	width: 49px;
	height:32px;
	padding:0;
	position:absolute;
	left: 116px;
	top: 145px;
	}
#topnav .nav2 {
	width: 77px;
	height:32px;
	padding:0;
	position:absolute;
	left: 165px;
	top: 136px;
	}
#topnav .nav3 {
	width: 54px;
	height:32px;
	padding:0;
	position:absolute;
	left: 242px;
	top: 127px;
	}
#topnav .nav4 {
	width: 79px;
	height:32px;
	padding:0;
	position:absolute;
	left: 295px;
	top: 121px;
	}
#topnav .nav5 {
	width: 77px;
	height:50px;
	padding:0;
	position:absolute;
	left: 620px;
	top: 109px;
	}
#topnav .nav6 {
	width: 89px;
	height:50px;
	padding:0;
	position:absolute;
	left: 698px;
	top: 119px;
	}
#topnav .nav7 {
	width: 81px;
	height:50px;
	padding:0;
	position:absolute;
	left: 788px;
	top: 132px;
	}


/**************************************
[BILLBOARD STYLES]
**************************************/
.billboard {
	width: 811px;
	height: 206px;
	border: none;
	padding:0;
	left: 89px;
	top: 172px;
	position:absolute;
	}
.home {
	width: 811px;
	height: 206px;
	border: none;
	padding:0;
	left: 89px;
	top: 172px;
	position:absolute;
	background:url(/img/billboard_imgs/home_bb.png);
	}
.education {
	width: 811px;
	height: 206px;
	border: none;
	padding:0;
	left: 89px;
	top: 172px;
	position:absolute;
	background:url(/img/billboard_imgs/education_bb.png);
	}
.about {
	width: 811px;
	height: 206px;
	border: none;
	padding:0;
	left: 89px;
	top: 172px;
	position:absolute;
	background:url(/img/billboard_imgs/about_bb.png);
	}
.resources {
	width: 811px;
	height: 206px;
	border: none;
	padding:0;
	left: 89px;
	top: 172px;
	position:absolute;
	background:url(/img/billboard_imgs/resources_bb.png);
	}
.directories {
	width: 811px;
	height: 206px;
	border: none;
	padding:0;
	left: 89px;
	top: 172px;
	position:absolute;
	background:url(/img/billboard_imgs/directories_bb.png);
	}
.conferences {
	width: 811px;
	height: 206px;
	border: none;
	padding:0;
	left: 89px;
	top: 172px;
	position:absolute;
	background:url(/img/billboard_imgs/conference_bb.png);
	}
.management {
	width: 811px;
	height: 206px;
	border: none;
	padding:0;
	left: 89px;
	top: 172px;
	position:absolute;
	background:url(/img/billboard_imgs/management_bb.png);
	}
.acadiana {
	width: 811px;
	height: 206px;
	border: none;
	padding:0;
	left: 89px;
	top: 172px;
	position:absolute;
	background:url(/img/billboard_imgs/board_acadiana.png);
	}
.missdelta {
	width: 811px;
	height: 206px;
	border: none;
	padding:0;
	left: 89px;
	top: 172px;
	position:absolute;
	background:url(/img/billboard_imgs/missdelta_bb.png);
	}

/**************************************
[MAIN STYLES]
**************************************/
#wrapper { 
	float:center;
	clear: none;
	margin: 0 89px 0 89px;
	padding-bottom: 170px;
	background:url(/img/main_bkgrd.jpg) repeat-y;
	width:989px;
	}


#middle {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: 811px;
	}


/**************************************
[HOME LEFT NAVIGATION STYLES]
**************************************/

Left Navigation

  #middle .leftnav .leftnav0l {
	text-align:center;
	display:block;
	width:150px;
	background:#fff;
	}
  #middle .leftnav a {
  	font-weight:bold; 
	text-decoration:none;
	font-size:12px;
	}
  #middle .leftnav .text {
  	color:#000;
	margin:10px 0 0 0;
	padding:0; }
	
#middle .leftnav .filler {
	width: 170px;
	margin: 0;
	float:left;
	padding:0;
	}

#middle .leftnavwrapper {
	width: 170px;
	height: 100%;
	float:left;
	clear:none;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	}

#middle .leftnav {
	margin: 0 0 10px 23px!important;
	padding:0;
	}

#middle .leftnav h2 { 
	width: 170px;
	height:25px;
	min-height: 24px;
	font-size: 14px;
	text-align:center;
	padding-top:3px;
	margin: 0;
	color: #ffffff;
	font-family:"Times New Roman", Times, serif;
	background:url(/img/sidenav_top.jpg) no-repeat;
	}
	
#middle .leftnav .sidetitle { 
	background:url(/img/red_bullet.jpg) no-repeat;
	width: 145px;
	font-weight: bold;
	font-size:12px;
	background-position: 0 .7em; 
	margin: 0 0 4px 6px;
	padding: 5px 0 0 11px;
	display: block;
	}

#middle .leftnav.sidetitle a:link { color:#333333;text-decoration:underline;font-weight: bold;}
#middle .leftnav .sidetitle a:active { color: #333333; text-decoration: underline;font-weight: bold;}
#middle .leftnav .sidetitle a:focus { color: #333333; text-decoration: underline; font-weight: bold;}
#middle .leftnav .sidetitle a:visited { color: #333333; text-decoration: underline;font-weight: bold; }
#middle .leftnav .sidetitle a:hover { color: #800007; text-decoration: underline;font-weight: bold; }

#middle .leftnav .sidetext { 
	font-size: .8em;
	width: 146px;
	font-weight: normal;
	line-height:17px;
	padding-left: 17px;
	margin-bottom: 10px;
	}
/**************************************
[SECOND PAGES LEFT NAVIGATION STYLES]
**************************************/

#middle .leftnav ul { 
	margin: 0px; 
	padding-left: 5px;
	font-weight: bold;
	list-style-type: none; 
	}

#middle .leftnav li { 
	background:url(/img/red_bullet.jpg) no-repeat!important;
	width: 155px;
	background-position: 0 .7em!important;
	margin: 0;
	font-weight: bold;
	padding:4px 0 4px 11px;
	display: block;
	}
	
	
#middle .leftnav ul ul { margin-bottom: 0px; padding-bottom: 0px; font-weight: bold; margin-left: 0px;}
#middle .leftnav li li { 
	width: 145px;
	background:url(/img/blue_bullet.jpg) no-repeat!important;
	background-position: 0 .7em!important; 
	font-weight: bold;
	padding: 5px 0 0 12px;
	margin-left: -5px;
	}
	
#middle .leftnav li a:link { color:#333333;text-decoration: none;font-weight: bold;}
#middle .leftnav li a:active { color: #333333; text-decoration: none;font-weight: bold;}
#middle .leftnav li a:focus { color: #333333; text-decoration: none; font-weight: bold;}
#middle .leftnav li a:visited { color: #333333; text-decoration: none;font-weight: bold; }
#middle .leftnav li a:hover { color: #800007; text-decoration: none;font-weight: bold; }

#middle .leftnav li li a:link { color: #333333; text-decoration: none;font-weight: normal; }
#middle .leftnav li li a:active { color: #333333; text-decoration: none;font-weight: normal; }
#middle .leftnav li li a:focus { color: #333333; text-decoration: none; font-weight: normal;}
#middle .leftnav li li a:visited { color: #333333; text-decoration: none; font-weight: normal;}
#middle .leftnav li li a:hover {color: #800007; text-decoration: none; font-weight: normal;}

#middle .leftnav #leftnavmenu li ul { display: none; }
#middle .leftnav #leftnavmenu li.current ul { display: block; }

/**************************************
[LEFT NAVIGATION PROMO STYLES]
**************************************/

#middle .promo { 
	width: 157px;
	/* height:100%; */
	padding: 15px 0 0 5px;
	}

/**************************************
[MAIN]
**************************************/

#main {
	width: 590px;
	height: auto;
	min-height:850px;
	overflow:visible;
	margin: /*0 25px;*/ 0 0 15px 25px;
	padding-left: 1px;
	float:left;
	}
	
.text, .text td {
	font-size: .8em;
	line-height:1.8em;
	margin: 5px 15px 10px 0px;
	}
	
.text img{
	padding: 3px;
	}
	
.newsletterpdf  {
	padding-bottom: 45px;
	}
	
.newsletterpdf img {
	padding: 1px 4px 3px 0;
	float: left;
	}
	
.middlepanels {
	float:left;
	width: 275px;
	color: #333333; 
	margin-right: 15px;
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	}
	* html .middlepanels { margin-right: 6px;}
	
	#box1 {
	float:left;
	width: 275px;
	color: #333333; 
	margin: 0 10px 0 5px;
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	}
	* html #box1 { margin-right: 6px;}
	
	#box2 {
	float:left;
	width: 275px;
	color: #333333; 
	margin: 0 10px 0 15px;
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	}
	* html #box2 { margin-right: 6px;}
	
.middlepanels h1{
	width: 275px;
	font-size: 14px; 
	color: #333333; 
	font-family:"Times New Roman", Times, serif; 
	padding: 4px 0 0 12px; 
	height: 25px; 
	margin-bottom: 5px; 
	background:url(/img/headerSM_bkgrd.jpg) no-repeat;
	}
	
#box1 .text, .text td {
	margin: 5px 15px 30px 0px;
	}
	#box1 .h2 { font-size: 13px; color: #00397F; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; padding: 10px 0 0 0; margin:0;}
#box2 .text, .text td {
	margin: 5px 15px 30px 0px;
	}
	#box2 .h2 { font-size: 13px; color: #00397F; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: bold; padding: 10px 0 0 0; margin:0;}
/**************************************
[FOOTER]
**************************************/

#footerwrapper { 
	padding-bottom: 10px;
	width: 811px;
	min-height: 48px;
	height: 48px;
	float: left; }
	

#footer {
	background:url(/img/footer_bkgrd.png) no-repeat;
	width: 811px;
	display: block;
	padding:10px 0;
	text-align:center;
	font-size: 12px;
	color:#FFFFFF;
	margin: 0 89px 0 89px;
}

#footer a:link { color: #ffffff; font-weight: normal; text-decoration:underline; }
#footer a:active { color: #ffffff; font-weight: normal; text-decoration:underline;}
#footer a:visited {  color: #ffffff; font-weight: normal; text-decoration:underline; }
#footer a:hover {  color: #800007; font-weight: normal;  text-decoration:underline;}

/*
RightBar
*/
#rightbar {
	float:right;
	margin:0 5px 10px 10px;
	padding:0;
	position:relative;
	}
#rightbar .list {
	background:#fff;
	border:solid #667;
	border-width:1px 1px 0 1px;
	color:#667;
	margin:0 3px 3px 0;
	padding:0;
	}
#rightbar .list h3 {
	background:url(/images/topnav-a.gif) top left #667;
	color:#333;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	margin:0;
	padding:5px 2px 4px 3px;
	text-align:left;
	}
#rightbar .list ul {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
	text-align:left;
	}
#rightbar .list li {
	display:block; 
	}
#rightbar .list a {
	background:#fff;
	border:solid #667;
	border-width:0 0 1px 0;
	color:#000;
	font-size:10px;
	display:block;
	margin:0;
	padding:3px;
	width:155px; 
	}
#rightbar .list a:hover {
	background:#e6e6e6;
	color:#c00; 
	}
	
/* -- | image gallery | -------------------------------------- */

	.caption, .rsccaption { text-align:center; vertical-align:top; font-size:70%; font-weight:bold; padding:0 0 20px 0;}
	.captionfield { text-align:center; vertical-align:top; font-size:11px; width:450px; height:40px; }
	.imagegallery { text-align:center; vertical-align:top; padding:0 30px 0 30px;}
	.imagegallery td { text-align:center; }
	.imagegallery2 { vertical-align:top; font-size:10px; font-weight:bold;}
	.imagegallerymain { text-align:left; }
/*	.imagegallerytitle { border-bottom:1px solid #9B0D1B; color:#9b0d1b; font-weight:bold; padding:0; margin:0; }*/

/* Styles TEXT on main photos */
	TD.rsccaption { TEXT-ALIGN: center; vertical-align: top; font-size:70%; }




