@charset "utf-8";
/* CSS Document */

body  {
	background: #660000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fcf2dc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#headerText {
	padding-left: 0px;
	padding-bottom: 17px;
	width: 900px;
	background-color: #660000;
	color: #e8c993;
	font-size: 12px;
	text-align: center;
}
#header {
	margin: 0px;
	padding: 0px;
	background-color: #660000;
} 
#DescriptiveText {
	text-align: left;	
}
#headBanner {
	height: 104px;
	width: 900px;
	background-image: url(../Images/TemplateImages/RC_Banner.png);
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-topleft: 30px;
}
 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #9C3C38;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 30px;
	vertical-align: top;
	text-align: left;
}

#navWrapper {
	background-color: #7e0202;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 100%;
	text-align:center;
}

#nav1Bevel {
	background-color: #780000;
	height: 2.5px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-bottom-width: 1.75px;
	border-bottom-style: ridge;
	border-top-color: #A01F1F;
	border-bottom-color: #591111;
}
#navBevel {
	background-color: #eee8aa;
	height: 2.5px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-bottom-width: 1.75px;
	border-bottom-style: ridge;
	border-top-color: #fffacd;
	border-bottom-color: #A6A300;
	margin-right: auto;
	margin-left: auto;
}
#PageHeader{
	margin: 0px;
	padding: 0px;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	 /* width should be 138px when IMAGE is used */
	padding: 12px 10px 12px 10px;
	font-size: 16px;
	text-align: left;
}
#sLinks {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #9C3C38;
	font-size: 11px;
}
#divContainer {
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 900px;
} 
#divRight {
	float: right;
	vertical-align: top;
	Padding-bottom: 20px;
	margin-right: 60px;
	Width: 650px;
}
#divClearer {
	clear: both;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 64px;
	background-color: #660000;
	padding: 0px;
} 
#footBanner {
	width: 900px;
	height: 58px;
	background-image: url(../Images/TemplateImages/RC_Footer.png);
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;

}
#footLinks {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	font-size: 15px;
}
#footLinks a {
	color:#000;
	text-decoration: underline;
}
#footLinks a:hover {
	color:#f5deb3;
	text-decoration: none;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
	font-size: 11px;
	color: #e8c993;
	text-align: center;
}
#Copyright {
	background-color: 660000;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 15px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding right: 0px;
	font-size: 11px;
	color: #e8c993;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#wrapper {
	background-color:#660000
}
#img_DropShadow {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
}
#img_smDropShadow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
#img_DotBorder {
	border: 2px dotted #000;
}
#NO_border {
	border: 1px dotted #;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_Gifts {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

/*****************************Table Elements****************************************/

#Table_Gifts-wrapper {
	margin: -30px 0px 0px -150px;
	background-image:  ;   /** Textured Backdrop **/
}

#Table_Gifts {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #9C3C38;
	font-size: 15px;
	font-weight:bold;
	vertical-align: top;
}
#Table_GiftsPricing {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #9C3C38;
	font-size: 15px;
	font-weight:bold;
	vertical-align: top;
}

/*************TEXT*TEXT*TEXT****************/

.text_center {
	text-align: center;	
}
.text_center-BOLD-red {
	text-align: center;
	color: #9C3C38;
	font-size: 15px;
	font-weight:bold;
	vertical-align: top;
}
.text_left_black {
	text-align: left;
	color: #000;
	font-size: 14px;
}
/*****DROP MENU SETUP EXAMPLE
 <ul>
 <li><a href="#" class="twoColFixLtHdr">Home</a>
 <ul>
 <li><a href="#">N/a</a></li>
 <li><a href="#">N/a</a></li>
 <li><a href="#">N/a</a></li>
 </ul>
 </li>
 </ul>
 **********/

/****************************************dropMenu.css*************************************************************/
#dropMenu_wrap {     /** Final Wrapper For Horizontal Spry Nav Control **/
	clear: both;  
	padding-left: auto;
	padding-right: auto;
	margin-left: 13%;
	margin-right: 13%;
	position:relative; 
	text-align:center;
	width: auto;

}

#dropMenu {          /** Currently Un-used \/  **/
	clear: both;  
	padding-left: auto;
	padding-right: auto;
	margin-left: 23%;
	margin-right: 23%;
	position:relative; 
	text-align:center;
	width: auto;

}


#dropMenu ul {
	margin:0;
	padding:0;
	line-height: 18px;
	text-align:center;
}

#dropMenu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	background-color: #7e0202;
	display:inline

}

#dropMenu ul li a {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	height:20px;
	width:100%;
	padding-right: 6px;
	padding-left: 6px;
	display: inline-block;
	background-color: #7e0202;
	color: #f5deb3;
}

#dropMenu ul ul {
	position:absolute;
	visibility:hidden;
	background-color:#7e0202;
	top:20px;
}

#dropMenu ul li:hover ul {
	visibility:visible;
}

/********************************Dropmenu_hover-elements*********************************************/

#dropMenu li:hover {
	background:#7e0202;
}

#dropMenu ul li:hover ul li a:hover {
	background:#f5deb3;
	color:#000;
}


/********************************-LINKS-_-LINKS-_-LINKS-*********************************************/
a:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #000000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.lsu:link {
	color: #F9D23A;
	line-height: normal;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.lsu:visited {
	text-decoration: none;
	color: #F9D23A;
}
a.lsu:hover {
	color: #F9D23A;
	text-decoration: none;
	font-weight: bolder;
}
a.redirect:link {
	color: #9C3C38;
	text-decoration: underline;
	font-size: 11px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.redirect:visited {
	color: #9C3C38;
	text-decoration: underline;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.redirect:hover {
	text-decoration: underline;
	color: #5500AA;
	font-weight: bold;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.redirect:active {
	color: #D47F00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.redBig:link {
	color: #9C3C38;
	text-decoration: underline;
	font-size: 11 px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.redBig:visited {
	color: #9C3C38;
	text-decoration: underline;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.redBig:hover {
	text-decoration: underline;
	color: #9C3C38;
	font-weight: bold;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.redBig:active {
	color: #7F5F00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.redBigger:link {
	color: #9C3C38;
	text-decoration: underline;
	font-size: 13px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.redBigger:visited {
	color: #9C3C38;
	text-decoration: underline;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.redBigger:hover {
	text-decoration: underline;
	color: #9C3C38;
	font-weight: bold;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.redBigger:active {
	color: #7F5F00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.Black:link {
	color: #000000;
	text-decoration: underline;
	font-size: 11 px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	}
a.Black:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 11 px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	}
a.Black:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
a.Black:active {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.Brown:link {
	color: #5C3B28;
	text-decoration: underline;
	font-size: 11 px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.Brown:visited {
	color: #5C3B28;
	text-decoration: underline;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.Brown:hover {
	text-decoration: underline;
	color: #5C3B28;
	font-weight: bold;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.Brown:active {
	color: #7F5F00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.Blank:link {
	color: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.Blank:visited {
	color: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.Blank:hover {
	text-decoration: none;
	color: none;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.Blank:active {
	color: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
