@charset "UTF-8";
body  {
	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: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #FFFFFF;
	background-image: url(i/top_slice.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.redbox {
	padding: 2px;
	border: 1px dotted #993300;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
a {
	text-decoration: none;
	color: #937868;
}
a:hover {
	padding-top: -4px;
	color: #561A00;
	text-decoration: underline;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	width: 900px;
	height: 180px;
	overflow: hidden;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.6em;
	color: #FFFFFF;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(i/occasions_logo.jpg);
	height: 180px;
	width: 386px;
	position: relative;
}
#header h2 {
	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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.6em;
	color: #FFFFFF;
	height: 180px;
	width: 386px;
	position: relative;
	top: -180px;
	left: 390px;
}
#header h3 {
	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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.6em;
	color: #FFFFFF;
	text-align: right;
	height: 180px;
	width: 386px;
	position: relative;
	top: -360px;
	left: 390px;
}
#header #logolink {
	display: block;
	position: relative;
	top: 7px;
	left: 15px;
	z-index: 1;
	height: 100px;
}

#sidebar1 {
	float: right;
	width: 300px; /* top and bottom padding create visual space within this div  */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 30px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #C9A68F;
	margin-right: 5px;
}
#sidebar1 h1 {
	font-size: 1.4em;
}
#sidebar1 h2 {
	font-size: 1.3em;
}
#sidebar1 h3 {
	font-size: 1.2em;
}
#sidebar1 p {
}
#sidebar1 h1, #sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Miscellaneous classes for reuse */
.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;
}
#mainContent {
	font-size: .9em;
	padding: 4px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#mainContent p {
	padding-left: 20px;
} 
#mainContent h1 {
	color: #003398;
	font-size: 1.4em;
}
#footer  {
	color: #825C48;
	font-size: 0.7em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.calNOT, .calOLD {
	height: 82px;
	width: 66px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 6px;
	background-image: url(images/calendar_expired.jpg);
	background-repeat: no-repeat;
}
.cal, .calYES {
	height: 82px;
	width: 66px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 6px;
	background-image: url(images/calendar.jpg);
	background-repeat: no-repeat;
}
.calmonth {
	font-size: 18px;
	color: #FFFFFF;
	height: 20px;
	width: 60px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.caldate {
	height: 42px;
	width: 60px;
	overflow: hidden;
	font-size: 32px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: center;
}
.event {
	font-size: small;
	color: #962B03;
	margin: 12px;
	border: 1px dashed #CCCCCC;
	padding: 12px;
}
.events {
	font-size: small;
	color: #962B03;
	float: left;
	width: 40%;
	margin: 12px;
	border: 1px dashed #CCCCCC;
	padding: 12px;
}
 .event h3, .event h2, .events h3 {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 0.9em;
	font-weight: normal;
}
.event h1, .events h4 {
	font-size: medium;
	margin: 0px;
	color: #023A83;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.category {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	background-image: url(i/halfmoon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.subcat {
	float: left;
	width: 160px;
	height: 200px;
	text-align: center;
	padding: 12px;
}
.subcatimg {
	border: 1px dashed #CCCCCC;
	padding: 12px;
}
.sub_link {
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
.warning {
	font-size: .9em;
	font-weight: bold;
	color: #993300;
}

/* --------- */
/* CURVY BOX */
/* --------- */

.businesscard {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 6px;
	padding-right: 6px;
	float: left;
}

.businesscard .bched .bccor,
.businesscard .bcfot .bccor {
 font-size:1px; /* ensure minimum height */
 height:18px;
}

.businesscard .bcfot .bccor {
 height:18px;
}

.businesscard .bched {
	margin-right:18px; /* space for right corner */
	background-color: transparent;
	background-image: url(i/box_tl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.businesscard .bched .bccor {
 background:transparent url(i/box_tr.gif) no-repeat right 0px;
 margin-right:-18px; /* pull right corner back over "empty" space (from above margin) */
}

.businesscard .bcbod {
	background:transparent url(i/box_ml.gif) repeat-y 0px 0px;
	margin-right: -2px;
}
.small {
	font-size: x-small;
}

.businesscard .bcbod .bccor {
	background:transparent url(i/box_mr.gif) repeat-y right 0px;
}

.businesscard .bcbod .bccor {
	padding:1em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.businesscard .bcbod .bccor .bcsbod {
	padding:4px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: .8em;
	overflow: hidden;
}
.businesscard .bcbod .bccor {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	font-size: medium;
	font-weight: bold;
	padding-left: 12px;
}

.businesscard .bcfot {
 background:transparent url(i/box_bl.gif) no-repeat 0px 0px;
 margin-right:18px;
}

.businesscard .bcfot .bccor {
 background:transparent url(i/box_br.gif) no-repeat right 0px;
 margin-right:-18px;
}
.businesscard  h1 {
	font-weight: bold;
	text-align: left;
	color: #063F86;
}
.businesscard  h2 {
	font-size: 1.1em;
	text-align: left;
	margin-left: 22px;
	color: #666666;
}
#front_photos {
	width: 500px;
	height: 600px;
}
#front_photos #image0 {
	height: 250px;
	width: 250px;
	position: relative;
	left: 220px;
	overflow: hidden;
	border: 1px dotted #C9A68F;
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 16px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 16px;
}
#front_photos #image1 {
	height: 250px;
	width: 250px;
	position: relative;
	left: 10px;
	top: -160px;
	overflow: hidden;
	border: 1px dotted #C9A68F;
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 16px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 16px;
}
#front_photos #image2 {
	height: 250px;
	width: 250px;
	left: 230px;
	top: -260px;
	position: relative;
	overflow: hidden;
	border: 1px dotted #C9A68F;
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 16px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 16px;
}
#map {
	float: left;
	height: 210px;
	width: 460px;
}
.row0 {
	color: #FFFFFF;
	background-color: #003398;
	font-size: medium;
	font-weight: normal;
}
.row1 {
	color: #333333;
	background-color: #FFFFFF;
}
.row2 {
	color: #000000;
	background-color: #C9A68F;
}
.prices {
	float: left;
}
.fronttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: lighter;
}.photos {
	float: left;
	border: 1px dotted #C9A68F;
	margin: 12px;
	padding: 12px;
}
.grey {
	font-size: 0.85em;
	color: #666;
	padding-left: 22px;
}
#imgcode {
	font-size: 1.7em;
}
