@charset "utf-8";
/* CSS Document */

.ribbon {
	display: block;
	position: fixed;
	_position: absolute; /* IE6 */
	top: 0;
	right: 0;
	width: 96px;
	height: 96px;
	z-index: 1000;
}
#ribbon-development {
	background: url(/images/ui/ribbon-development.png) no-repeat;
}
#ribbon-staging {
	background: url(/images/ui/ribbon-staging.png) no-repeat;
}

body {
	margin: 0;
	padding: 0;
	background: #dee;
	text-align: center;
	font: 69% Arial, Helvetica, sans-serif;
	color: #425968;
}
#maincontainer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: left;
	min-height: 560px;
	background: #fff;
	border-bottom: 10px solid #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
body#home #maincontainer {
	background: #fff url(/images/content/silhouette-index-bg.gif) 6px 100% no-repeat;
}
body#staff #maincontainer {
	background: #fff url(/images/content/silhouette-staff-bg.gif) 622px 100% no-repeat;
}
body#services #maincontainer {
	background: #fff url(/images/content/silhouette-contact-bg.gif) 580px 100% no-repeat;
}
body#workshopsregister #maincontainer {
	background: #fff url(/images/content/silhouette-register-bg.gif) 454px 100% no-repeat;
}
body#contact #maincontainer {
	background: #fff url(/images/content/silhouette-contact-bg.gif) 580px 100% no-repeat;
}
h2, #sidebar h3 {
	margin: 1.5em 0 .5em;
	color: #36bcb1;
	font-size: 1em;
}
h3, #sidebar h4 {
	margin: 1.5em 0 .5em;
	font-size: 1em;
	font-weight: bold;
	color: #425968;
}
#sidebar h4 {
	margin: .5em 0;
}
h4 {
	margin: .5em 0;
	font-size: 1em;
	font-weight: normal;
	color: #36bcb1;
}
p {
	margin: .5em 0;
	line-height: 1.6em;
}
ul {
	margin: .5em 0 1.5em 18px;
	padding: 0;
}
li {
	margin: .5em 0;
	line-height: 1.6em;
}
a:link, a:visited {
	font-weight: bold;
	color: #425968;
	text-decoration: none;
}
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}
#logo {
	position: relative;
	height: 154px;
}
#logo h1 {
	position: relative;
	margin: 0;
	padding: 30px 0 0 30px;
	height: 94px;
	overflow: hidden;
}
#logo h1 a {
	display: block;
	width: 330px;
	height: 0;
	padding: 66px 0 0;
	background: url(/images/ui/dr-logo.gif) no-repeat;
	overflow: hidden;
}
ul#navbar {
	position: absolute;
	top: 124px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 483px;
	background: url(/images/ui/navbar.gif) no-repeat;
}
ul#navbar li {
	float: left;
	margin: 0 10px 0 0;
}
ul#navbar li a {
	display: block;
	background: url(/images/ui/navbar.gif) no-repeat;
	height: 0;
	padding: 32px 0 0;
	overflow: hidden;
}
ul#navbar li#nav-home a {
	width: 81px;
	background-position: 0 0;
}
ul#navbar li#nav-home a.selected {
	border-bottom: 2px solid #415a68;
}
ul#navbar li#nav-staff a {
	width: 88px;
	background-position: -91px 0;
}
ul#navbar li#nav-staff a.selected {
	border-bottom: 2px solid #415a68;
}
ul#navbar li#nav-services a {
	width: 88px;
	background-position: -189px 0;
}
ul#navbar li#nav-services a.selected {
	border-bottom: 2px solid #415a68;
}
ul#navbar li#nav-workshops a {
	width: 88px;
	background-position: -287px 0;
}
ul#navbar li#nav-workshops a.selected {
	border-bottom: 2px solid #415a68;
}
ul#navbar li#nav-contact a {
	width: 88px;
	background-position: -385px 0;
}
ul#navbar li#nav-contact a.selected {
	border-bottom: 2px solid #415a68;
}
#sidebar {
	position: relative;
	float: right;
	display: inline;
	width: 364px;
	margin: 0 15px;
	padding: 5px 15px 15px;
	background: #f2f2f2;
	border-bottom: 4px solid #bfbfbf;
}
#sidebar h2.sidebar-title {
	position: absolute;
	height: 0;
	top: -30px;
	left: -15px;
	width: 424px;
	margin: 0;
	padding: 30px 0 0;
	overflow: hidden;
}
#sidebar h2#title-news {
	background: url(/images/content/title-news.gif) no-repeat;
}
#sidebar h2#title-upcoming-events {
	background: url(/images/content/title-upcoming-events.gif) no-repeat;
}
#sidebar h2.sidebar-subtitle {
	position: relative;
	height: 0;
	left: -15px;
	width: 424px;
	margin: 1em 0 2em -15px;
	padding: 30px 0 0;
	overflow: hidden;
}
#sidebar h2#subtitle-past-events {
	background: url(/images/content/subtitle-past-events.gif) no-repeat;
}
.content {
	float: left;
	width: 389px;
	padding: 5px 15px 15px 60px;
}
body#workshops .content {
	padding: 5px 15px 234px 60px;
	background: url(/images/content/silhouette-workshops-bg.gif) 16px 100% no-repeat;
}
body#home .content {
	padding: 5px 15px 234px 60px;
}
#sidebar .article {
	padding: 0 0 5px;
	border-bottom: 1px dashed #425968;
}

dl.register-form {
	float: left;
	width: 100%;
}
dl.register-form dt {
	float: left;
	width: 144px;
	clear: left;
	margin: .5em 0;
	line-height: 1.8em;
}
dl.register-form dd {
	float: left;
	margin: .5em 0;
	width: 245px;
	line-height: 1.8em;
}
dl.register-form input, dl.register-form textarea {
	width: 220px;
}
dl.register-form dd.submit {
	float: none;
	clear: both;
	margin: 1em 0 0;
	padding: 0 0 0 144px;
}
dl.register-form dd.submit input {
	width: auto;
}
.date {
	float: right;
	margin: 0;
	line-height: normal;
}
.error {
	color: #c36;
}

p#site-design {
	position: relative;
	width: 940px;
	margin: 8px auto;
	text-align: right;
	color: #9bd6cf;
}
p#site-design a {
	color: #9bd6cf;
}