/* structure.css */
body {
	text-align: center;
	font-size: 13px;
	background: url('../images/background.gif') repeat-x top #F7DBEA;
	color: #7e7c64;
	font-family: Arial, Helvetica, sans-serif;
}

body#Inside {
	text-align: center;
	font-size: 13px;
	background:#322e2c url('../images/background.gif') repeat-x 0px -80px ;
	color: #7e7c64;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited { 
color: #7e7c64;
text-decoration:underline;
}
a:hover, a:active {
text-decoration:none;
}
div#wrapper {
	text-align: left;
	width: 790px;
	margin: auto;
}
div#header {
	width: 790px;
	height: 287px;
	background: url('../images/header.gif') no-repeat center;
}
div#headerSub {
	width: 790px;
	height: 206px;
	background: url('../images/headerSub.gif') no-repeat center;
}
ul.globalRootMenu {
	display: block;
        float:left; 
	list-style: none;
	background: url('../images/navigation_background.gif') repeat-x top;
	margin: 0;
	padding: 0;
        width:100%;
}
ul.globalRootMenu li {
	display: inline;
}
ul.globalRootMenu li a {
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	padding: 5px 22px;
	font-size: 12px;
}
ul.globalRootMenu li a:hover, ul.globalRootMenu li:hover a {
	color: #fff;
	background: url('../images/navigation_hover.gif') repeat-x top;
}
div#lower {
	background: url('../images/content_background.gif') repeat-y left transparent;
	padding: 0 20px 0 21px;
}
div#content {
	padding: 20px 30px;
}
div#left {
	float: left;
	width: 400px;
	background: url('../images/circles_left.gif') no-repeat center top;
}
div#right {
	float: right;
	width: 235px;
	background: url('../images/circles_right.gif') no-repeat left top;
}
div#right ul {
	margin: 10px 0 0 10px;
	list-style: none;
}
div#right a {
	color: #7e7c64;
	text-decoration: none;
}
div#right ul img {
	vertical-align: middle;
}
div#right a:hover {
	text-decoration: underline;
}
li.clear img {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	position: relative;
	top: 2px;
}
li.clear span {
	display: block;
	float: left;
	width: 200px;
	margin: 0 0 10px 5px;
}
h1 {
	color: #f27dad;
	font-weight: normal;
	font-size: 20px;
}
h2 {
	color: #f27dad;
	font-weight: normal;
	font-size: 20px;
}
h2.dots {
	background: url('../images/dotted-lines.gif') no-repeat left bottom;
	padding: 20px 0 10px 0;
}
h2.formTitle {
	background: url('../images/dotted-lines.gif') no-repeat left bottom;
	padding: 20px 0 10px 0;
}
.event h2 {
        float:left;
        width:100%;
	color: #f27dad;
	font-weight: normal;
	font-size: 20px;
        background: url('../images/dotted-lines.gif') no-repeat left bottom;
	padding: 20px 0 10px 0;
        margin:0 0 30px 0;
}
h1.title {
	/*background: url('../images/dotted-lines.gif') no-repeat left bottom;*/
        background: url('../images/dotted-lines.gif') repeat-x left bottom;
color:#f27dad;
        text-decoration:none;
	padding: 20px 0 10px 0;
}
div#content p {
	margin: 10px 0 20px 20px;
}
p.light {
	color: #c2c1b6;
}
div#footer {
	padding: 0 30px 30px;
	background: url('../images/footer_background.gif') no-repeat center bottom;
	font-size: 11px;
}
div#footer p {
	margin: 0;
	color: #000;
}
div#footer a {
	color: #000;
}
div#footer a:hover {
	text-decoration: none;
}
div#footer p.left {
	float: left;
	width: 420px;
}
div#footer p.right {
	float: right;
	text-align: right;
	width: 275px;
}
.eventsList ul li { 
list-style:none;
background:url(../images/calendar.gif) no-repeat 0px 2px;
padding:0 0 0 15px;
}

.eventDate { margin:15px 0 0 0; }

.linksModule ul li { 
list-style:none;
background:url('http://gleddie.publishpath.com/websites/gleddie/images/arrow.gif') no-repeat 0px 2px;
padding:0 0 0 18px;
}