/* Digital Brushstrokes */

* {
	margin: 0;
	padding: 0;
}

* body {
	font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	background: #fff url(../images/bg.gif) repeat-x;
	color: #8E8E91;
}

a {
	color: #EB0000;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #808080;
	background: inherit;
	text-decoration: underline;
}

p { margin: 0 0 15px 0; }

h1 {
	font: normal 2.8em Georgia, "Times New Roman", Arial;
	color: #444;
}

h2 {
	font: normal 1.7em Georgia, "Times New Roman", Arial;
	margin: 0 0 10px;
	padding: 0 0 3px;
	color: #333;
	border-bottom: 1px solid #eee;
}

img { border: 0; }

#content {
	width: 930px;
	margin: 25px auto;
}
#navRolloverBG  {
	visibility:visible;
	display:block;
	position:absolute;
	left:100px;
	top:166px;
	width:320px;
	height:320px;
	color:#000;
	z-index: 5;
	background-repeat: no-repeat;
	background-image: url(../uploadImages/res-garden-path.jpg);
	background-color: #FFFFFF;
}

/* Navigation rollovers */ 

#navRollover li a {
	text-decoration:none;
	color:#900;
	text-align: left;
}



#navRollover li a span {
	visibility:hidden;
	display:block;
	position:absolute;
	left:100px;
	top:137px;
	width:270px;
	height:200px;
	color:#000;
	z-index: 1;
	background-repeat: no-repeat;
}

#navRollover li a:hover span {
	visibility:visible;
	z-index: 10;
	background-color: #FFFFFF;
	height: 380px;
	width: 400px;
}

#navRollover li a:hover {
	color:#ff9900;
	visibility:visible;
}

/* Disjointed Rollover */

#disjointedText {
position:relative;
margin:2em auto;
list-style:none;
}
#disjointedText dd {
	width:200px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	text-align: left;
}
#disjointedText a {
	display: block;
	text-decoration:none;
	text-align:left;
}

#disjointedText a:hover {
color: #cff;
background:black;
}
#disjointedText a span {display: none;}
#disjointedText a:hover span {
display: block;
position: absolute;
left:300px;
top:0px;
background:#fff;
width:15em;
text-align:left;
}
#disjointedText a:hover span img{
	padding: 6px;
	border: 1px solid #999999;
}
#disjointedText dt {
position:absolute;
left:300px;
top:20px;
}

#logo {
	width: 340px;
	float: left;
	background-image: url(../images/rogologo2.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 80px;
}

#logo p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12;
	padding-left: 12px;
}

#menu {
	float: right;
	padding: 40px 0 0;
	margin: 0 0 38px;
}

#menu li {
	font-size: 1.1em;
	display: inline;
}

#menu li a {
	float: left;
	width: 87px;
	padding: 2px 0 7px;
	text-align: center;
	margin: 0 0 0 10px;
	color: #636365;
}

#menu li a.current {
	background: #fff url(../images/button.gif) no-repeat;
	color: #fff;
}

#menu li a:hover {
	text-decoration: none;
	color: #000;
	background: #fff url(../images/button_grey.gif) no-repeat;
}

.clear { clear: both; }

.caption {
	height: 35px;
	color: #fff;
	background-color: #fff;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	width: 160px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
}

.caption p { margin: 0; }

#left {
	margin: 0 0 20px;
	clear: left;
	width: 270px;
	float: left;
}

#leftVariable {
	clear: left;
	width: auto;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	z-index: 10;
}

#leftVariable img {
	padding: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.box { background: #eee; }

#left img {
	padding: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.smallthumb { width: 109px; }

#center {
	width: 240px;
	float: left;
	margin: 0 0 20px 15px;
}

#right {
	float: right;
	width: 380px;
}

#rightVariable {
	float: right;
	width: 55%;
	background-color: #FFFFFF;
	z-index: 100;
}

#rightVariable img {
	padding: 8px;
	background: #fff;
}

#rightAdminVariable {
	float: right;
	width: 75%;
}

.date {
	font-size: .8em;
	border-top: 1px solid #eee;
	padding: 5px 0 0;
}

.box {
	background: #eee;
	padding: 10px;
}

.box li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	line-height: 26px;
}

.box li a { padding: 0 5px; }

#footer {
	font-size: .84em;
	clear: both;
	background-color: #eee;
	background-image: url(../images/rogologoFooter.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 65px;
}

#footer a { color: #444; }
/* Happenings Content */

#contentHappenings {
	width: 330px;
	background-image: url(../images/rogologo2.png);
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 85px;
	background-repeat: no-repeat;
	background-position: left top;
}
