@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background: #000 url(images/PageBKG.gif) no-repeat;
}


a:link {
	color:#900;
}

a:visited {
	color: #CE001F;
}
a:hover {
	color: #7E7054;
	}

.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-style: solid;
	border-right-color:#F03;
	border-left-style: solid;
	border-left-color:#F03;
	background-color:#CCC;
	/*background:url(images/BKG.gif) repeat-y bottom left;*/
	/*background: url(images/MainBKG.gif) repeat-x;*/
} 
.twoColFixLtHdr #header { 
	background: #625545; 
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #49080d; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 5px 3px 8px;
	text-align: left;
	color: #CCC;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 
.twoColFixLtHdr #sidebar2 {
	float:right; /* Right Side Sidebar since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/RtColBkg.jpg);/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 8px 8px 8px;
	margin-left: 10px;
	text-align: left;
	color: #fff;
	border-left: thin solid #333;
	border-right: thin solid #333;
}

.twoColFixRt #2ColRtContent { 
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #49080d;
	background-image: url(images/BanFooter.png);
	background-repeat: repeat-x;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	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: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.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;
}
 /*Banner Styles*/ 

#BannerWrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:995px;
	height:183px;
}

#BanJoanDel_ {
	position:absolute;
	left:0px;
	top:0px;
	width:995px;
	height:145px;
}

#BanLeft_ {
	/*	position:absolute;
	left:50px;
	top:145px;
*/	
    float: left;
	width:980px;
	height:28px;
	background-color:#49080d;
	padding-left: 20px;
}



#Banner-03_ {
/* 	position:absolute;
 	left:178px;
	top:145px;
*/	float: left; 
	width:686px;
	height:28px;
	background-color:#49080d;
	background-image: url(images/SpryBKG.png);
	z-index: 1000;
}



#BanBottom_ {
	/*position:absolute;
	left:238px;
	top:170px;*/
	float: left; 
	width:646px;
	height:10px;
}
 /*End Banner Styles */
 


 .RolloverYellowSmall {
	font-size: small;
	text-decoration: none;
	color:#FFCC00;
	text-align: center;
	font-weight: bold;
}
a.RolloverYellowSmall: link {
	color:#FFFF00;
	text-decoration: none;
}
a.RolloverYellowSmall: hover {
	text-decoration: underline;
	color:#FFFF99;
}
a.RolloverYellowSmall: visited {
	text-decoration: none;
	color:#FF9900;
}
a.RolloverYellowSmall: active {
	text-decoration: none;
	color:#FFFFCC;
	font-weight: bold;
}

.smallBlack {
	color: #000;
	font-size: small;
	font-weight: normal;
	text-align: justify;
}

.smallWhite {
	color: #FFFFFF;
	font-size: small;
	text-align: center;
}

.smallWhiteBold {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.whiteTitle {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.dropcap {
	font: 3em/.65em Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .03em .1em 0 0;
	float: left;
}
.topPageSmall {
	font-size: small;
	font-weight: bold;
	letter-spacing: .3em;
	text-align: center;
}
.topPage {
	font-size: large;
	font-weight: bold;
	letter-spacing: .3em;
}

.TopPageBold {
	font-size: xx-large;
	font-weight: bold;
	letter-spacing: .3em;
}
.TopPageMedium {
	font-size: medium;
	font-weight: bold;
	letter-spacing: .3em;
	text-align: left;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 165px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
	zoom: 1;
	font-weight: bold;
	text-align: left;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.alignRight {
	text-align: left;
}
.alignLeft {
	text-align: left;
}


/*lightbox styles*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* end lightbox styles*/

.photoBox {
	background: #666;
	padding: 20px;
	width: 490px;
	text-align: center;
}
.GoldBox {
	background: #FC0;
	width: 96%;
	border: 2px groove #FFE784;
	margin-top: 2px;
	margin-bottom: 2px;
}
.tableCellRed {
	background: #C10D16;
	color: #FFF;
	padding: 5px;
}
.tableCellDkRed {
	background: #49080d;
	color: #FFF;
	
}
.PhotoConainer {
	width: 65%;
	background: #999;
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-size: small;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
}
/*glossy accordian menu*/
.glossymenu{
margin: 5px 0;
padding: 0;
width: 160px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFCC00;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #FFCC00;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 3px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #ccc;
} 

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid red;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
/*end accordian menu*/
.LeftJustify {
	text-align: left;
}
