body {
	background-color: #996699;
	background-image: url(../images/bg-tile.gif);
	margin-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 14px;
	color: #333;
	/* for centering mainDiv */
	text-align:center; /* IE */
	min-width: 783px; /* Mozilla ( IE doens't see)*/
}
.regulartext {
	font-size: x-small;
}

a:link, a:active, a:visited{
color: #330066;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

h1{
font-size: 125%;
}

h2{
font-size: 150%;
}

h3{
font-size: 175%;
}

h4{
font-size: 200%;
}

/* --- MAIN PAGE DIV --- */

#mainTable {
	background-color: #FFFFFF;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	text-align: left;
	border-right: 8px solid #5E3D5E; 
	border-bottom: 8px solid #5E3D5E;
	
	
}
/* IE Win 3 pixel bug */
html>body #mainTable {

}

/* ---  PAGE LAYOUT ---- 2 main columns ---- */

#leftCol {
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
	width: 533px;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
}


#rightCol {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	width:  230px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 10px;
}

input,textarea,select{
	background-color: #EDE3ED;
	border: 1px solid #996699;
	font-family: verdana;
	font-size: 9px;
	color: #744B74;
	}




/* ---- Left Column ----- */

#topNav {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top-left-bar.jpg);
	background-repeat: no-repeat;
	height: 80px;
	text-align:center;
	width: 533px;
	background-position: left top;
}

.navText {
	padding-top: 60px;
}


#flashDiv {
	margin:0px;
	padding:0px;
	background-image: url(images/left-grad-bg.jpg);
	background-repeat: no-repeat;
	width: 533px;
	height: 123px;
}

#noflashDiv {
	margin:0px;
	padding:0px;
	background-image: url(images/left-grad-bg.jpg);
	background-repeat: no-repeat;
	width: 533px;
	border:0px solid #333;
}

/* --- lining up the left column content area --- */


#contentDiv {
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	border: 0px solid #fff;
}

#sideContent {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	float:left;
	width: 127px;
	height: auto;
	border: 0px solid #fff;
}

#insideContent {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	margin-left: 127px;
	border: 1px solid #fff;
	text-align:center;
	padding-top: 5px;
	
}

#sideContent2 {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	float:left;
	width: 110px;
	height: auto;
	border: 0px solid #fff;
}

#insideContent2 {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	margin-left: 110px;
	border: 1px solid #fff;
	text-align:center;
	padding-top: 5px;
}


/*-- page specific CONTENT -- */

#bodyIndex #contentDiv {
	background-color:#c084ad;
}

#bodyIndex #sideContent {
	background-color: #c084ad;
	border: 0px solid #c084ad;
}


/* -- product page --*/

.insidecontentTableborder {
	border: 1px dashed #CCCCCC; 
	width: 340px;
}

.dottedTableborder {
	border: 1px dashed #CCCCCC; 
}

.insidecontentTable {
	width: 340px;
}

.insidecontentTable td, .insidecontentTableborder td  {
	padding: 4px;
	
}

/* -- product page: MODERN --*/

.squareimages {
	border: 1px solid gray;
	margin: 3px;
	}

/* -- product page: Traditional --*/

#traditiondiv {
	width: 315px;
	padding: 7px;
	border-width: 5px;
	border-style: double;
	border-color: #CCCCCC;
	font-family:georgia;
	font-size: 12px;
	line-height: 13px;
	text-align:left;
	margin-bottom:5px;
	height:auto;
	}
	
.traditionlogo {

	}

/* ----- Right Column ----- */

#topLogo {
	width: 230px;
	height: 80px;
}

#sideNav {
	width: 230px;
	text-align: center;
}

#productList {
	width: 200px;
	margin-left:20px;
	text-align: center;
}

.productDiv {
	margin-top: 10px;
}

.productDiv p {
	margin:0px;
	padding: 0px;
}

/* -------- Begin Navigation Elements------------ */
    
a.topnav {
color: #F6F9B7;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}


a.topnav:link, a.topnav:active, .a.topnav:visited {
color:#F6F9B7;
text-decoration:none;
}

a.topnav:hover {
text-decoration:underline;
color: #5E3D5E;
}


a.blocknav:link, a.blocknav:active, a.blocknav:visited {
margin: 2px;
text-decoration:none;
color:white;
background: #B6C95E;
width: 228px;
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: small;
vertical-align:middle;
padding-top:8px;
padding-bottom:8px;
text-align:center;
}

a.blocknav:hover {
margin: 2px;
text-decoration:none;
color: #5E3D5E;
background: #DFE5AB;
width: 228px;
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: small;
vertical-align:middle;
padding-top:8px;
padding-bottom:8px;
text-align:center;
}



/* ---- general text ----- */

.clearleft {
	clear: left;
}

.highlight1 {
	color: #A23747;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.highlight2 {
	color: #A23747;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
.whitetext {
color: #FFFFFF;
}

.purpletext {
color: #663366;
}

.greentext {
color: #99CC00;
}

p {
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}

#bodyProduct1 #insideContent p, #bodyProduct1 #insideContent ul {
	margin-left: 15px;
	text-align:left
}

.center {
	text-align:center;
}

.imgborder {
	border:  1px solid #666666;
}

.smalltext {
	font-size: 9px;
	line-height: 9px;
}

/*  FOOTER DIV */
 #footerDiv {
 	clear:left;
	padding-top: 5px;
 }
 
 /* RESTAURANTS DIV */
 #restaurantsDiv{
 background-color: #F8EE5A;
 width: 352px;
 float: center;
 }
 
 #restaurantsCopy{
 line-height: 19px;
 padding: 12px;
 }
 
 #dropdownmenu {
	background-color: #white;
	font-family: verdana;
	font-size: x-small;
	border: 1px solid gray;
	font-color: gray;
	}
 
 .rentry-container{
 	width:300px;
	padding:5px;
	display:block;
	height:inherit;
	}

 .rentry-name{
 	font-size: small;
	color: #B6C95E;
	font-weight:bold;
	width:300px;
	display:block;
	clear:both;
	border-bottom: 1px solid #663366;
	}

 .rentry-address{
 	display:block;
	width:150px;
	float:left;
	color: gray;
	line-height: 1;
	margin-bottom: 10px;
	}

 .rentry-phone{
 	display:block;
	font-size:small;
	width: 125px;
	float:right;
	color: #663366;
	}

 Includes 
#eventscontainer {
	display: block;
	width: 225px;
	text-align:center;
	min-width: 170px;
	padding: 3px;
	}

#eventsblock{
	width: 170px;
	font-family: verdana;
	font-size:9px;
	color:#330066;
	display:block;
	padding: 2px;
	text-align:left;
	line-height: 12px;
	padding: 5px;
	border: 1px solid #EEEEEE;
	}

a.eventsblocklink,a.eventsblocklink:visited{
	text-decoration:none;
	border-bottom: 0;
	font-weight:bold;
	display:block;
	text-align:right;
	width: 170px;
	background-color:#FFEBAF;
	}

a.eventsblocklink:hover{
	background-color:orange;
	text-decoration:none;
	color:#FFEBAF;
	}

.eventsblockbold{
	font-size: 9px;
	font-weight: bold;
	margin-top: 5px;
	color:orange;
	}

.moreevents{
	color: #333333;
	}

dt{
	font-weight:bold;
	color:#FF9900;
	text-align: center;
	}
	
dd{
	padding-right:15px;
	margin-left:10px;
	margin-bottom: 5px;
	text-align:center;
	}
.organgetext {
	font-size: 11px;
	font-weight: bold;
	color:orange;
}
ul.list1 {
	list-style-type: square;
	text-align:left;
}
.list1 li {
	margin-bottom: 7px;
	text-align:left;
}.smalltext2 {
	font-size: 10px;
	line-height: 13px;
}
.highlightgrey {
	color: #333333;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
