@charset "UTF-8";
/* this stylesheet is for the calendar page at rigmorhouse.com
developed by Susan Strozier, bantam designs*/

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; 
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical; 
}
a img {
	border: none;
}
h1 {
	font: normal 22px/26px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #066;
	text-align: right;
	background-color: #D9E5A3;
	padding: 4px 24px 4px 14px;
}
h2 {
	font: bold 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A22E11;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 36px;
	margin-right: 32px;
	margin-top: 10px;
	margin-bottom: 4px;
	border-top: 2px dotted #CC9;
}
body {
	font: 11px Georgia, "Times New Roman", Times, serif;
	background-color: #f4eacf;
	background-image: url(images/rigmorback2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background: url(images/wrapperback.jpg) no-repeat left 210px;
	min-height: 600px;
}
/*navigation */
#nav {
	width: 960px;
	text-align: center;
}	
#nav ul {
	list-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
#nav li {
	display: inline;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin-left: 2px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	color: #026458;
	background-color: #d9e5a3;
}
#nav a:hover {
	color: #D9E5A3;
	background-color: #0E767F;
}
#nav .current a:link, #nav .current a:visited {
	color: #D9E5A3;
	background-color: #0E767F;
}


#in-top {
	width: 960px;
	margin-bottom: 4px;
	margin-top: 8px;
}
#in-top img {
	margin-right: 4px;
}
/*left side content  for inner pages*/
#contentleft {
	float: left;
	width: 237px;
	text-align: right;
	background-color: #C8DBC7;
}
#contentleft p {
	padding: 0px 22px 12px 14px;
	font: 12px/17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: brown;
}
#contentright {
	float: left;
	width: 718px;
	margin-bottom: 6px;
	margin-left: 4px;
	background-color: #f7f6f4;
	min-height: 420px;
	padding-top: 26px;
	border-top: 1px solid #D9E5A3;
	border-left: 1px solid #D9E5A3;
	padding-bottom: 24px;
}
.calendar {
	margin-left: 18px;
}
.clear {
	clear: both;
}

a:link, a:visited {
	color: #953029;
}
a:hover {
	color:#CD4A2F;
}
.imgleft {
	float: left;
	margin: 6px 12px 12px 0px;
	border: 1px solid #D9E5A3;
}
.imgright{
	float: right;
	margin: 6px 0px 12px 12px;
	border: 1px solid #D9E5A3;
}
#footer {
	width: 237px;
	clear: both;
	text-align: right;
	background-color: #D9E5A3;
	padding-top: 16px;
	padding-bottom: 16px;

}
#footer p {
	color:#0E767F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 6px;
}

