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


body  {
	background: #666666;
	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: #3C0B48;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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:link {
	color: #8F2A4F;
	text-decoration: none;
}

a:visited {
	color: #8F2A4F;
	text-decoration: none;
}

a:hover {
	color: #3c0b48;
	text-decoration: none;
}

a:active {
	color: #8F2A4F;
	text-decoration: none;
}


#sideBarContent {
	width: 180px;
	position: relative;
	left: 10px;
	top: 10px;
}

.twoColFixLtHdr #container {
	width: 780px;
	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. */
	background-image: url(../images/background01.gif);
} 
.twoColFixLtHdr #header {
	background-color: #995F69;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 540px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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 */
}
.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;
}

















/* sets the width in pixels
overflow should be auto or scroll
the margin left and right commands specify how the dates area will fit into the available space. If both are set to auto the dates table will be centered. You can enter auto, a px (pixel) amount, or percentage. The default is auto.
*/
		
		    .hscalendar {
                width : 552px !important;
                height : auto !important;
                overflow : auto !important;
                padding: 0px !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }

/* this the table info with default type features
border sets the color and width of the strokes
width sets the table width inside the area specified above
font sets the sixe of the type and line spacing
*/
            
			div#bl135cscal {
			border: solid #999999 0px !important; 
			background: none !important; 
			width: 98% !important;
			font: 11px/1.4 Arial, Tahoma, Verdana, sans-serif !important;
            color: #333333 !important;
            }

/* This sets font info for type and link text

*/            
div#bl135cscal p, div#bl135cscal a {
			font-family: Arial, Helvetica, sans-serif !important;
			font-size: 11px !important; 
			}

/* more specific settings for paragraph type

*/
			
			div#bl135cscal p {
			font-weight: normal !important; 
			text-align: left !important; 
			background: none !important; 
			margin: 0px !important; 
			padding: 3px !important; 
			color: #333333 !important;
			}

/* this centers the phone number  */
			
			div#bl135cscal .phone {
			text-align: center !important; 
			}	

/* settings for individual cells */
			
            div#bl135cscal td {border-style: solid #666666 1px !important;}
            
/* settings for header cells */            

            div#bl135cscal th {border-style: solid !important;}
            div#bl135cscal th {border-color: black !important;}
            div#bl135cscal th {border-width: 1px !important;}
            div#bl135cscal th {background-color: #666666 !important;}
            
/* settings for table borders */             
            
            div#bl135cscal table {border-style: none !important;}
            div#bl135cscal table {border-collapse: collapse !important;}	

/* row colors. r1 and r2 are the alternating row colors. Make them the same color if you want them all to match. r3 is for when you are using a layout that puts the notes cell on a row by itself. */              
            	
            div#bl135cscal td.r1 {background: #FFFFFF !important;}			
            div#bl135cscal td.r2 {background: #EEEEEE !important;}
            div#bl135cscal td.r3 {background: #CCCCCC !important;}            
            

/* settings for header text */  
            			
			div#bl135cscal th {
			font-weight: bold !important; 
			font-size: 14px !important; 
            color: #FFFFFF !important;
			text-align: center !important; 
			margin: 0px !important; 
			padding: 3px !important; 

			}
			
/* settings for links */     			
			
			div#bl135cscal a {
			font-weight: bold !important; 
			color: #850101 !important;
			text-decoration: none !important; 
			}


/* settings for hovering over link */
			
			div#bl135cscal a:hover {
			font-weight: bold !important; 
			font-size: 12px !important; 
			text-decoration: underline !important; 
			}


 
p {
	text-align: justify;
	vertical-align: top;
}

/* Store */
#StoreHeader {
	background-color: #995f69;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: C8C8C8;
	text-transform: uppercase;
}
#StoreItem {
	height: 31px;
}
#StoreHeader2 {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #995f69;
	text-transform: uppercase;
}
#galleryRow {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

