@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	margin: 0px;
	background-color: #FFF;
	background-image: url(images/tile.png);
	background-repeat: repeat;
}


#main-container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: auto;
}
.caption-space {
	margin-bottom: 5px;
}


p { /* puts shorter spaces around paragraphs */
	margin-top: 5px;
	margin-bottom: 5px;
}


.clearfloat { 
	clear: left;
}





/* general case links styles */

a:link {
	color: #912540;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

#sidebar { /* general sidebar style */
	width: 180px;
	float: right;
	position: absolute;
	left: 760px;
	top: 230px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #586987;
	font-weight: bold;
}

.side-image { /* images for sidebars */
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}
.redrose     {
	color: #912540;
}


#homelink { /* for inner page - small link  under top left logo */
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	padding-top: 0px;
	text-decoration: none;
}

/* style JUST for the homelink box */

#homelink a:link {
	color: #8D0552;
	font-weight: normal;
	text-decoration: none;
}
#homelink a:visited {
	color: #8D0552;
	text-decoration: none;
}
#homelink a:hover {
	color: #000000;
	text-decoration: underline;
}
#homelink a:active {
	color: #03F;
	text-decoration: underline;
}



#pageheader {/* header for all innner page  use */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1.2em;
	color: #912540;
	position: relative;
	font-weight: bold;
	width: 562px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 18px;
	background-image: url(images/squareish.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 15px;
}
.pageheader3 {/* header for lower level inner pages with smaller font - there is NO pageheader2 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #912540;
	position: relative;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #912540;
	margin-right: 40px;
}
.reviews {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-right: 40px;
}
#content-wide p {
	margin-left: 60px;
	margin-right: 100px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#pagelogo { /* locates the logo on ALL inner pages */
	position: absolute;
	left: 260px;
	top: 128px;
	width: 100px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.subhead-box {  /* might NOT be used??? delete??? */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	font-weight: bold;
	color: #930653;
}



#content { /* style for general text on inner pages that HAVE sidebar */
	width: 370px;
	float: right;
	position: absolute;
	left: 291px;
	top: 104px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333;
	margin-bottom: 50px;
}

#content-wide { /* style for general text on inner pages that HAVE NO sidebar */
	width: 646px;
	float: right;
	position: absolute;
	left: 295px;
	top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #333;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
#content-wide-plus { /* style for content on pages that need to go all the way under the logo */
	width: 690px;
	float: right;
	position: absolute;
	left: 260px;
	top: 230px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333;
	margin-bottom: 50px;
	margin-top: 25px;
}
.content-image-left { /* for ANY SIZE images that float LEFT in content divs - WITHOUT captions */
	padding: 10px;
	float: left;
	border: 1px dotted #7D8996;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -60px;
}

.content-image-right { /* for ANY SIZE images that float RIGHT in contentdivs - WITHOUT captions */
	padding: 10px;
	float: right;
	border: 1px dotted #7D8996;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: -50px;
}


#navbox { /* positions navigation ONLY on homepage */
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 177px;
	left: 1px;
	width: 200px;
}

#sidenavbox {/* positions navigation on ALL inner pages */
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 191px;
	left: 22px;
	width: 200px;
}










#navcontainer /* safety style cleaner for navigation system */
{
	padding: 0px;
	list-style: none;
	width: 200px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navcontainer ul{ /* more safety style cleaner for navigation system */
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navcontainer ul li{ /* yet more safety style cleaner for navigation system */
	margin: 0;
	padding: 0;
	list-style: none;
}





/* FIRST tells FIRST main nav item NOT to have top border */
#navcontainer li a.first 
{
	color: #912540;
	text-decoration:none;
	font-size: 1.4em;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left:0;
	width: 200px;
	display:block;
	margin: 0;
	list-style: none;
	border:none;
	font-weight: normal;
}

#navcontainer li a.first:visited 
{
	color: #912540;
	text-decoration:none;
}

#navcontainer li a.first:hover {
	color: #000;
	text-decoration:none;
}

#navcontainer li a.first:active {
	color: #000;
	text-decoration:none;
}



/*  FIRST CURRENT - tell first main nav item how to look when currently the chosen item - NOTE cursor set to default so it does not appear to be a link */
#navcontainer li a.first-current {
	color: #000;
	text-decoration:none;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:22;
	width: 200px;
	display:block;
	list-style: none;
	cursor: default;
	border:none;
	background-color: #FFF;
}

#navcontainer li a.first-current:visited 
{
    color: #000;
	cursor: default;
	text-decoration:none;
}

#navcontainer li a.first-current:hover {
	color: #000;
	cursor: default;
	text-decoration:none;
	
}

#navcontainer li a.first-current:active {
	color: #000;
	cursor: default;
	text-decoration:none;	
}


/*  FIRST OPEN tells main nav item how to look when its child navs are active - cursor works again */
#navcontainer li a.first-open {
	color: #000;
	text-decoration:none;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0;
	width: 200px;
	display:block;
	margin: 0;
	list-style: none;
	border:none;
}

#navcontainer li a.first-open:visited 
{
    color: #000;
	text-decoration:none;
}

#navcontainer li a.first-open:hover {
	color: #000;
	text-decoration:underline;
}

#navcontainer li a.first-open:active {
	color: #c41e00;
	text-decoration:underline;
}




/* MAIN NAVS - tells main nav item how to look */
#navcontainer li a
{
	color: #912540;
	text-decoration:none;
	font-size: 1.4em;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left:0;
	width: 200px;
	display:block;
	margin: 0;
	list-style: none;
	border:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	font-weight: normal;
}


#navcontainer li a:visited 
{
	color: #930653;
	text-decoration:none;
}

#navcontainer li a:hover {
	color: #000;
	text-decoration:none;
}
	
#navcontainer li a:active {
	color: #000;
	text-decoration:none;	
}




/* MAIN CURRENT GROUP - tells main nav item how to look when currently the chosen item - NOTE cursor set to default so it does not appear to be a link */
#navcontainer li a.current
{
	background-image: url(images/squareish.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 14px;
	color: #000;
	width: 186px;
}


#navcontainer li a.current:visited 
{
	color: #000;
	text-decoration:none;
	cursor: default;
}

#navcontainer li a.current:hover {
	color: #000;
	text-decoration:none;
	cursor: default;
}

#navcontainer li a.current:active {
	color: #000;
	text-decoration:none;
	cursor: default;
}




/* MAIN OPEN GROUP - tells main nav item to stand out when its child navs are active - cursor works as link indicator*/
#navcontainer li a.open
{
	color: #912540;
	text-decoration:none;
	font-size: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0;
	width: 200px;
	display:block;
	margin: 0;
	list-style: none;
	border:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

#navcontainer li a.open:visited {
	color: #912540;
	text-decoration:none;
}

#navcontainer li a.open:hover {
	color: #000;
	text-decoration:none;
}
#navcontainer li a.open:active {
	color: #596987;
	text-decoration:none;
}



/* SUB tells level TWO links how to act */
#navcontainer ul ul li a
{
	color: #933;
	text-decoration:none;
	font-size: 1.3em;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left:15px;
	width: 185px;
	display:block;
	list-style: none;
	border:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}

#navcontainer ul ul li a:visited {
	color: #C00;
	text-decoration:none;
}
#navcontainer ul ul li a:active {
	color: #c41e00;
	text-decoration:underline;
}


/* tells level TWO CURRENT links how to act - no cursor */
#navcontainer ul ul li a.subcurrent {
	color: #333;
	text-decoration:none;
	font-size: 1.3em;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left:15px;
	width: 185px;
	display:block;
	margin: 0;
	border:none;
	cursor: default;
	font-weight: normal;
	list-style-type: none;
	background-image: url(images/squareish.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	line-height: 1.3em;
}


#navcontainer ul ul li a.subcurrent:visited {
	color: #333;
	text-decoration:none;
	cursor: default;
}

#navcontainer ul ul li a.subcurrent:hover {
	color: #C00;
	text-decoration:none;
	cursor: default;
}
#navcontainer ul ul li a.subcurrent:active {
	color: #C00;
	text-decoration:none;
	cursor: default;
}




/* SUB OPEN tells level TWO CURRENT links how to act with child navs */
#navcontainer ul ul li a.subopen {
	color: #000;
	text-decoration:none;
	font-size: 1em;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left:15px;
	width: 185px;
	display:block;
	margin: 0;
	border:none;
	font-weight: bold;
	list-style-type: none;
	background-image: url(nav/black.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}


#navcontainer ul ul li a.subopen:visited {
	color: #000;
	text-decoration:none;
}

#navcontainer ul ul li a.subopen:hover {
	color: #000;
	text-decoration:underline;
}

#navcontainer ul ul li a.subopen:active {
	color: #000;
	text-decoration:underline;
}



/* SUB SUB tells level THREE links how to act */
#navcontainer ul ul ul li a {
	color: #600;
	text-decoration:none;
	font-size: 1.1em;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left:30px;
	width: 170px;
	display:block;
	list-style: none;
	border:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1em;
}

#navcontainer ul ul li a:visited {
	color: #600;
	text-decoration:none;
}

#navcontainer ul ul li a:hover {
	color: #000;
	text-decoration:underline;
}

#navcontainer ul ul li a:active {
	color: #596987;
	text-decoration:underline;
}



/* tells level THREE CURRENT links how to act - no cursor */
#navcontainer ul ul ul li a.subsubcurrent {
	color: #000;
	text-decoration:none;
	font-size: 1.1em;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left:30px;
	width: 170px;
	display:block;
	list-style: none;
	border:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1em;
	cursor: default;
	background-image: url(nav/black.gif);
	background-repeat: no-repeat;
	background-position: 20px 3px;
}

#navcontainer ul ul li a.subsub:visited {
	color: #000;
	text-decoration:none;
	cursor: default;
}

#navcontainer ul ul li a.subsub:hover {
	color: #000;
	text-decoration:none;
	cursor: default;
}

#navcontainer ul ul li a.subsub:active {
	color: #000;
	text-decoration:none;
	cursor: default;
}



.img-left-box-cap { /* lets LEFT side image extend into aisle AND sets up caption NOTE image must be 230px wide */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #596987;
	text-decoration: none;
	padding: 10px;
	margin-left: 0px;
	border: 1px dotted #933;
	font-weight: bold;
	margin-top: 16px;
	margin-right: 24px;
	margin-bottom: 10px;
	float: left;
}


.img-right-box-cap {/* lets RIGHT side image extend into aisle AND sets up caption NOTE image must be 230px wide */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #912540;
	text-decoration: none;
	padding: 10px;
	margin-left: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #C66;
	border-right-color: #98323A;
	border-bottom-color: #AA3840;
	border-left-color: #C66;
}
.img-right-box-cap img {
	padding-bottom: 3px;
}
#content-wide p.tab {
	margin-left: 100px;
}
#homefooter {
	font-size: 1.1em;
	line-height: 1em;
	margin-left: 0px;
	margin-top: 90px;
}
#homefooter p {
	margin-left: 23px;
}
