@charset "UTF-8";
/* default.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}

input, textarea, select {
	margin: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

sub, sup {
	line-height: 1;	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

:focus {
	outline: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

/* default positioning */

.websiteOverlay {
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.websiteRow {
	width: 100%;
	display: block;
	position: relative;
}

.websiteDisplay {
	margin: 0px auto;
	width: 1000px;
	min-width: 1000px;
	display: block;
	position: relative;
}

.websiteContent {
	display: block;
	position: relative;
	background: #ffffff;
}

/* layout */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #555555;
	background: #55345B;
	-webkit-text-size-adjust: none;
}

#header {
	z-index: 2000;
}

#header .websiteContent {
	height: 194px;
	background: #ffffff url(../img/layout/bg-header.gif) left top repeat-x;
}

#wrapper { }

#wrapper #left {
	width: 260px;
	padding: 0px 20px 170px 20px;
	display: inline;
	float: left;
}

#wrapper #right {
	width: 620px;
	padding: 20px;
	display: inline;
	float: left;
}
	
#wrapper .websiteContent {
	width: 960px;
	padding: 20px 20px 20px 20px;
	position: relative;
	zoom: 1; /* for IE7 to "have layout" */
}

#bottom { }

#footer { }

#footer .websiteContent {
	position: relative;
	width: 920px;
	min-height: 40px;
	display: block;
	padding: 25px 40px;
	background: #edeeee url(../img/layout/bg-footer.png) left top no-repeat;
}

/* common elements */

#site-search {
	float: right;
	padding: 10px 0px 6px 6px;
}

#logo {
	position: absolute;
	top: 40px;
	left: 50px;		
}

#top-content {
	position: absolute;
	top: 35px;
	right: 40px;
	width: 500px;	
}

#subnavtweet {
	font-size: 11px;
	float: right;
}

#subnavtweet li {
	float: left;
	padding-left: 6px;
	margin-left: 28px;
	list-style: disc;
}

#subnavtweet li:first-child {
	list-style: none;
}

#subnav {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
}

#subnav li {
	float: left;
	padding-left: 6px;
	margin-left: 28px;
	list-style: disc;
}

#subnav li:first-child {
	list-style: none;
}

#billboard {
	background: url(../img/layout/bg-gray.gif) 620px 280px no-repeat;
}

#billboard .photo {
	width: 640px;
	height: 291px;
	position: absolute;
}

#billboard .photo img {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom: 1px solid #c3b8a2;
}

#billboard .photo .featured {
	position: absolute;
	top: 0;
	right: 0;
	width: 196px;
	height: 265px;
	overflow: hidden;
	padding: 25px 20px 0px 40px;
	background: url(../img/layout/bg-billboard.png) left top no-repeat;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom: 1px solid #c3b8a2;
}

#billboard .photo .featured p {
	font-size: 14px;
	line-height: 24px;
}

#pager {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 360px;
	top: 34px;
	z-index: 1500;
}

#pager ul {
	line-height: 20px;
}

#pager ul li {
	float: left;
	padding: 0px 3px 0px 0px;
}

#pager ul li a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/layout/billboard-pager.png) 0px 0px no-repeat;
	text-decoration: none;
}

#pager ul li a:hover, #pager ul li a.sel {
	background-position: 0px -12px;
}

#billboard a.more {
	display: block;
	padding: 3px 12px;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
	background: #ffffff;
	color: #654373;
	font-size: 13px;
	float: right;
	border-bottom: 1px solid #d3d4c8;
}

#billboard a.more:hover {
	color: #94a545;	
	text-decoration: none;
}

#nav {
	width: 1000px;
	height: 49px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 10px solid #55345B;
	background: url(../img/layout/bg-nav.gif) left top repeat-x;
}

#nav ul {
	line-height: 19px;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
}

#nav ul li {
	float: left;
	display: inline;
	width: 20%;
}

#nav ul li a {
	height: 45px;
	display: block;
	color: #654373;
	text-decoration: none;
	padding: 4px 20px 0px 20px;
	border-left: 1px solid #f4f2ee;
	border-right: 1px solid #d1cec6;
	text-shadow: 0px 1px 0px #ffffff;
}

#nav > ul > li:first-child a {
	padding-left: 40px;
	border-left: 0px;
}

#nav ul li.nav_home-and-community a {
	border-right: 0px;
}

#nav ul li a:hover {
	text-decoration: underline;	
}

#nav ul li.sel {
	background: url(../img/layout/bg-nav.gif) left bottom repeat-x;
}

#nav ul li.sel a {
	color: #ffffff;
	border: 0px;
	text-shadow: 0px -1px 0px #555555;
}

	/* flyouts */
	
	#nav ul li ul { 
		position: absolute;
		left: auto;
		height: auto;
		display: none;
		width: 200px;
		background: #e8e5dc;
		line-height: normal;
		padding: 6px 0px 6px 0px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		box-shadow: 0px 1px 4px #888888;
	}
	
	*:first-child+html #nav ul li ul { /* IE7 fix */
		margin-left: -200px;
		top: 45px;
	}
	
	#nav ul li.sel ul {
		background: #5d717d;	
	}
	
	#nav ul li:hover > ul { 
		display: block;
		z-index: 0;
	}
	
	#nav ul li ul li {
		display: block;
		float: none;
		width: auto;
		_height: 0;
	}
	
	#nav ul li.sel ul li.sel {
		background: none;	
	}
	
	#nav ul li ul li a {
		display: block;
		height: auto;
		padding: 5px 20px 5px 20px;
		border-left: 0px;
		border-right: 0px;
	}
	
	#nav ul li ul li:hover > ul {
		display: none;
	}

a.button {
	padding: 5px 6px;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
	background: #654373;
	color: #ffffff;
	font-size: 11px;
}

a.button:hover {
	background: #94a545;
	text-decoration: none;
}

a.button.back {
	color: #ffffff;
	padding-left: 21px;
	background-image: url(../img/layout/resources.png);
	background-position: 0px -191px;
	background-repeat: no-repeat;	
}

#crumbs {
	display: block;
	overflow: auto;	
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #636466;
	background: url(../img/layout/keyline.gif) 0px 3px no-repeat;
}

#crumbs .white {
	background: #ffffff;
	padding: 0px 20px;
	max-width: 440px;
}

#crumbs .white.right {
	color: #ffffff;	
}

#crumbs .white span {
	font-weight: normal;
	font-size: 15px;	
}

#crumbs .white h4, #crumbs .button {
	float: left;
}

#crumbs .white h4 {
	padding: 0px 8px;
	color: #636466;
}

#crumbs .button {
	margin-left: 8px;
}

#crumbs a.button.normal, #crumbs a.button.larger, #crumbs a.button.largest {
	line-height: 14px;
	background: #ffffff;
	color: #888888;
	border: 1px solid #dddddd;
	font-weight: normal;
	margin-left: 2px;
}

#crumbs a.button.normal:hover, #crumbs a.button.larger:hover, #crumbs a.button.largest:hover {
	color: #333333;	
}

#crumbs a.button.current.current {
	border: 1px solid #777777;
}

#crumbs .normal {
	font-size: 13px;
}

#crumbs .larger {
	font-size: 15px;
}

#crumbs .largest {
	font-size: 18px;
}

#internal-nav, .related-topics ul {
	padding-top: 12px;	
}

#internal-nav ul li, .related-topics ul li {
	margin-bottom: 5px;
}

#internal-nav ul li ul {
	display: none;
}

#internal-nav ul li.sel ul {
	display: block;
	padding: 5px 0px;
}

#internal-nav ul li a, .related-topics ul li a {
	background: url(../img/layout/bg-nav-left.gif) left top repeat-y;
	padding: 4px 10px;
	display: block;
	border-radius: 5px;
}

#internal-nav ul li a.sel {
	background: url(../img/layout/bg-nav-left-sel.gif) left center no-repeat;
	font-weight: bold;
	color: #000000;
}

#internal-nav ul li ul li a {
	padding: 0px 20px 0px 20px;
	background: none;
	display: block;
}

#internal-nav ul li ul li a.sel {
	background: none;
}

ul.resources {
	margin-top: 8px;
}

ul.resources li {
	margin: 6px 0px;
}

ul.resources li a, h3.related, h3.related.caregiving {
	background: url(../img/layout/resources.png) 0px 0px no-repeat;	
	padding: 4px 10px 4px 35px;
	display: block;
}

ul.resources li.ask-the-experts a, h3.related.expert {
	background-position: 0px -33px;
}

ul.resources li.tools-and-tips a, h3.related.tools {
	background-position: 0px -67px;
}

ul.resources li.latest-research a, h3.related.research {
	background-position: 0px -101px;
}

ul.resources li.getting-more-help a, h3.related.more {
	background-position: 0px -135px;
}

ul.resources li.sel a {
	color: #000000;
	font-weight: bold;	
}

ul.letters {
	overflow: auto;	
}

ul.letters li {
	width: 63px;
	float: left;
	text-align: center;
	margin: 0px 2px 8px 0px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

ul.letters li a {
	display: block;
	line-height: 28px;
	background: #e8e5dc;
}

ul.letters li a:hover, ul.letters li a.sel {
	background: #d5dbb5;
	color: #000000;
	text-decoration: none;
}

ul.letters li:nth-child(4n+0) a, ul.letters li:last-child a {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

ul.letters li:nth-child(4n-3) a {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

#letter {
	overflow: visible;
	margin: 20px 0px;
}

#letter li {
	margin-left: 100px;
}

#letter .big_letter {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 16px 0px 0px -100px;
	clear: both;
	font-size: 72px;
	text-transform: uppercase;
	font-weight: bold;
	color: #d3dce1;
}

#letter li.clear {
	height: 20px;	
}

.icon {
	width: 26px;
	height: 26px;
	background: url(../img/layout/resources.png) 0px 0px no-repeat;	
	float: left;
}

.icon.mail {
	background-position: 0px -169px;	
}

#left #side {
	width: 260px;
	height: 106px;
	background: url(../img/layout/left-footer.gif) left top no-repeat;
	position: absolute;
	left: 40px;
	bottom: 50px;
}

#left .side {
	font-size: 12px;
	line-height: 18px;
	padding: 0px 10px 10px 0px;
}

#left #side .w260 { 
	width: 240px;
	height: 48px;
	padding: 6px 10px;
}

.social {
	position: absolute;
	right: 40px;	
	top: 25px;
	width: 280px;
}

.social ul {
	float: right;	
}

.social ul li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 10px;
}

.social ul li a {
	line-height: 30px;
	display: block;
	text-decoration: none;
	background: url(../img/layout/footer-social.png) no-repeat;
}

.social ul li.twitter a {
	background-position: 0px -30px;
}

.social ul li.facebook a {
	background-position: -41px -30px;
}

.social ul li.youtube a {
	background-position: -82px -30px;
}

.social ul li.blogger a {
	background-position: -123px -30px;
}

.social ul li.twitter a:hover {
	background-position: 0px 0px;
}

.social ul li.facebook a:hover {
	background-position: -41px 0px;
}

.social ul li.youtube a:hover {
	background-position: -82px 0px;
}

.social ul li.blogger a:hover {
	background-position: -123px 0px;
}

#credit {
	position: absolute;
	right: 50px;
	bottom: 10px;
}

#credit a {
	font-size: 10px;
	color: #aaa;
	text-decoration: none;
}

#credit a:hover {
	color: #666;
}

/* homepage specific */

#wrapper.home #left {
	width: 640px;
	padding: 0px;
}

#wrapper.home #right {
	width: 280px;
	padding-top: 0px;
}

#wrapper.home #bottom {
	width: 960px;
	height: 82px;
	background: url(../img/layout/home-footer.gif) left top no-repeat;	
}
	
#wrapper .ask-the-expert {
	padding: 20px 0px 20px 20px;	
}

#wrapper .ask-the-expert img {
	padding: 8px;
	margin-right: -20px;
}

#wrapper .w280, #wrapper .w260 {
	width: 280px;
	padding: 12px 20px 20px 20px;
	float: left;	
}

#wrapper .w260 {
	width: 260px;
}

#wrapper.home .gray {
	background: #f0f0f0 url(../img/layout/bg-gray.gif) left bottom repeat-x;
}

#bottom .green {
	padding: 12px 40px 20px 20px;
}

#bottom .purple {
	color: #ffffff;
	line-height: 19px;
	overflow: hidden;
	padding: 12px 20px 20px 40px;
}

#bottom .purple a {
	float: right;
	margin-top: 7px;
	background: #ffffff;
	text-decoration: none;
	color: #888888;
	padding: 3px 6px;
}

#bottom .purple a:hover {
	color: #654373;
}

#bottom .purple p {
	padding: 0px;
}

#tab-select {
	margin-top: 10px;
}

#tab-select .nav {
	overflow: auto;
}

#tab-select .nav li {
	float: left;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	background: #e0e0e0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#tab-select .nav li.current {
	background: #ffffff;
}

#tab-select .nav li a {
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #999999;
}

#tab-select .nav li.current a {
	color: #94A545;
}

#tab-select #holder {
	width: 240px;
	background: #ffffff;
	padding: 12px 20px 12px 20px;
	border-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom: 1px solid #dddddd;
}

#tab-select #holder ul {
	list-style: disc;
	padding: 8px 20px;
}

#tab-select #holder ul li {
	padding: 3px 0px;
}

#wrapper.home #newsletter {
	margin-top: 6px;	
}

/* text styles */

a:link, a:visited, a:active {
	color: inherit;	
	color: expression(this.parentNode.currentStyle['color']); /* IE7 fix */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, .user-content ul, .user-content ol {
	padding: 6px 0px;
	line-height: 20px;
}

.related-resources-container p {
	font-size: 12px;	
}

.user-content ul {
	list-style: disc;	
}

.user-content ol {
	list-style: decimal;	
}

.user-content li {
	padding-bottom: 6px;	
}

.user-content ul p, .user-content ol p {
	padding: 0px;	
}

.user-content ul, .user-content ol {
	margin: 0px 20px;
}

.user-content li ul, .user-content li ol {
	margin: 0px 20px;
}

.user-content li ul {
	list-style: circle;	
}

.user-content img {
	margin: 15px;	
}

.user-content a:link, .user-content a:visited, .user-content a:active {
	color: #654373;
	text-decoration: underline;
	outline: none;
}

.user-content a:hover {
	color: #000000;
	text-decoration: none;
}

.user-content div.right {
	clear: right;	
}

h1, h2, h3, h4, h5, h6 {
	padding: 12px 0px 0px 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
}

.user-content table {
	line-height: 24px;
	margin: 10px 0px;
}

.user-content table tr td, .user-content table tr th {
	padding: 5px;
}

h1 {
	font-size: 21px;
	color: #654373;
}

	#right h1:first-child {
		padding-top: 0px;	
	}

h2 {
	font-size: 18px;
	color: #5C6F7C;
}

.related-images h2, .related-resources h2 {
	padding: 12px 0px 6px 0px;	
}

h3 {
	font-size: 16px;
}

	#wrapper.home h3 {
		font-size: 13px;	
	}
	
	#wrapper.home #bottom h3 {
		font-size: 14px;
		padding: 0px;	
	}
	
	#footer h3 {
		color: #999999;
		float: left;
		margin-right: 20px;
		padding: 0px;
	}
	
	.related-resources-container h3 {
		font-size: 14px;	
	}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

	#wrapper.home h4, #crumbs h4 {
		font-size: 11px;
		text-transform: uppercase;	
	}

h5 {
	font-size: 13px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.user-content h1 { font-size: 1.615em; }

.user-content h2 { font-size: 1.462em; }

.user-content h3 { font-size: 1.231em; }

.user-content h4 { font-size: 1em; }

.user-content h5 { font-size: 1em; }

.user-content h6 { font-size: 0.923em; }

#wrapper #right.normal .user-content {
	font-size: 100%;
}

#wrapper #right.larger .user-content {
	font-size: 115%;	
}

#wrapper #right.largest .user-content {
	font-size: 135%;	
}

#wrapper #right.larger .user-content * {
	line-height: 24px;
}

#wrapper #right.largest .user-content * {
	line-height: 28px;	
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, 
h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, 
h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, 
h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, 
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, 
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
	padding-top: 2px;	
}

h1 a:link, h1 a:active, h1 a:visited, 
h2 a:link, h2 a:active, h2 a:visited, 
h3 a:link, h3 a:active, h3 a:visited, 
h4 a:link, h4 a:active, h4 a:visited, 
h5 a:link, h5 a:active, h5 a:visited, 
h6 a:link, h6 a:active, h6 a:visited {
	text-decoration: none;	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

/* list styling */

.list {
	padding: 6px 0px 0px 0px;
	overflow: auto;
}

.related + .list {
	margin: 0px 35px;	
}

.list li {
	padding: 0px 0px 6px 0px;
	overflow: auto;
	border-top: 1px solid #dddddd;	
}

.list li:first-child, .profiles .list li, .related-resources .list li {
	border-top: 0px;
}

.list img {
	float: left;
	margin: 0px 15px 10px 0px;	
}

#wrapper.home .list {
	padding-top: 0px;
	line-height: 18px;	
}

#left .list {
	padding: 0px;
}

#left .list h3, #left .list h4 {
	font-size: 12px;
	padding-top: 2px;
}

#left .related {
	clear: both;	
}

.related-resources-container {
	margin-top: 30px;
	padding-left: 20px;
	background: #f7f7f7 url(../img/layout/resources-container.png) center top repeat-y;
	border: 1px solid #eaeaea;
	border-radius: 10px;
}

/* pagination */

ul.pagination  {
	padding: 10px 0px 10px 0px;	
	overflow: auto;
}

ul.pagination li {
	float: left;
}

ul.pagination li.pages {
	float: right;
	text-align: right;
}

ul.pagination li.pages a {
	
}

ul.pagination li.pages a.current{
	text-decoration: underline;
	color: #000000;
}

/* gallery */

.gallery-images li, .gallery-images li img, .related-images li, .objects li {
	float: left;
	border: 0px;
}

a.fancy {
	position: relative;
	text-decoration: none;
	display: block;
}

a.fancy .view {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin: -22px 0px 0px -22px;
	border-radius: 8px;
	background: #111111 url(../img/css/fancybox_glass.png) center center no-repeat;
	filter: alpha(opacity=0); 
	opacity: 0;
}

a.fancy:hover .view {
	filter: alpha(opacity=80); 
	opacity: .8;
}

.label {
	font-size: 10px;
	line-height: 13px;
	color: #777777;
}

.user-content .label {
	margin: -12px 15px 10px 15px;
}

/* forms */

form table {
	padding: 10px 0px 0px 0px;
}

form table tr td {
	padding: 5px 0px 5px 0px;
}

form table tr th {
	padding: 10px 20px 0px 0px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 100px;
}

form input[type=text], form textarea {
	border-radius: 4px;
	border: 1px solid #d1d1d1;
	color: #777777;
	background: #ffffff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	margin-right: 5px;
}

form input[type=text] {
	width: 165px;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px 0px 5px;
}

#send-a-friend form input[type=text] {
	width: 210px;
}

form textarea {
	width: 440px;
	padding: 5px;
	resize: none;
}

#right form table input[type=text]:focus, #right form table textarea:focus {
	border-color: #555555;
	color: #333333;
}

form input[type=submit], form input[type=reset] {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 8px;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	color: #ffffff;
	background: #654373;
	border: 0px;
	border-radius: 4px;
	cursor: pointer;
}

form input[type=submit]:hover, form input[type=reset]:hover {
	background: #94a545;
}

#newsletter {
	position: relative;	
}

#newsletter input {
	float: left;
	width: 182px;
}

#left #newsletter input {
	width: 160px;
}

#newsletter form input[type=submit], #left #newsletter form input[type=submit] {
	background: #ffffff;
	color: #AAAAAA;
	width: 62px;
}

#newsletter form input[type=submit]:hover,  #left #newsletter form input[type=submit]:hover {
	color: #000000;	
}

#newsletter-msg {
	display: none;
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -82px;
	background: #ffffff;
	border: 1px solid #CCC;
	border-radius: 4px;
	width: 165px;
	height: 34px;
	text-align: center;
	box-shadow: #aaaaaa 0px 0px 3px;
}

#newsletter-msg p {
	padding: 0px;
	line-height: 34px;
	color: #654373;
	font-weight: bold;
}

#site-search form input {
	float: left;
}

#site-search input#q {
	margin-right: 10px;
	border: 1px solid #aaaaaa;
	box-shadow: 0px 0px 4px #dddddd;
}

form table input.warning, form table textarea.warning, form table select.warning {
	background: #f9f6dc;
}

p.warning {
	width: 90%;
	margin: 10px 0px;
	padding: 5px 15px;
	background: #f9f6dc;
}

/* misc */

div.windowshade {
	padding-bottom: 20px;
	width: 620px; /* to prevent awkward jump in animation */
}

div.callout {
	background: #eeeeee;
	margin: 8px 100px;
	border-radius: 10px;
	padding: 8px 16px;	
}

div.map {
	display: block;
	width: 620px;
	height: 320px;
	margin: 12px 0px;
}

div.side-map {
	display: block;
	width: 240px;
	height: 240px;	
}

#site-map ul li {
	padding: 5px 0px;
	font-weight: bold;
}

#site-map ul li ul {
	padding: 0px 20px;
}

#site-map ul li ul li {
	font-weight: normal;
}

audio {
	width: 240px;	
}

/* resource overlay */

a.resource {
	position: relative;
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	margin: 0px 13px 13px 0px;
	text-decoration: none;
}

a.resource .resource-overlay {
	position: absolute;
	display: block;
	width: 75px;
	height: 25px;
	bottom: 0px;
	left: 0px;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	text-align: center;
	line-height: 25px;
	z-index: 1000;
}

/* utility */

/* label */
#label, #send-a-friend {
	display: none;
	position: absolute;
	padding: 10px;
	width: 224px;
	background: #ffffff;
	box-shadow: #666666 0px 0px 3px;
	border: 5px solid #654373;
	z-index: 1000;
}

#send-a-friend div.share-socially {
	display: block;
	height: 120px; 	
}

div.fb-like,div.fb-like span, div.fb-like span iframe {
	display: block;
	width: 200px !important;
	height: 40px !important; 
}

#label .arrow, #send-a-friend .arrow {
	position: absolute;
	width: 0px;
	height: 0px;
	right: 15px;
	top: -15px;
	border-style: solid;
	border-color: transparent transparent #654373 transparent;
	border-width: 0px 10px 10px 10px;
}

#label * {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	font-size: 11px;
}

.keyword {
	padding: 0px 3px 0px 3px;
	background: #e6ead2;
	border-bottom: 2px dotted #654373;	
}

.padding { padding: 20px; }

.left { float: left; }

.right { float: right; }

.l { text-align: left; }

.r { text-align: right; }

.c { text-align: center; }

.green {
	color: #94A545;
}

.dgreen {
	color: #5c5f4c;
	text-shadow: 0px 1px 0px #eff3e3;
}

.purple {
	color: #654373;
}

.teal {
	color: #5C6F7C;	
}

.blue {
	color: #879fd1;
}

a.glossary:link, a.glossary:active, a.glossary:visited {
	border-bottom: 2px dotted #654373;
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
}

a.glossary:hover {
	background: #e6ead2;
	text-decoration: none;
}

.lorem { color: #F0F; }

.clear {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
}