
/* document element styling */

body {
	font-family: Arial, sans-serif;
}

.RDFa { display: none; }

strong {
	font-weight: bold;
}

address {
	border-left: solid 0.3em #ccc;
	padding-left: 0.3em;
	margin-bottom: 1em;
}
	

input, textarea {
	background: url(content-back.png) repeat-x #fff;
	border-top: solid 2px #999;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 2px #999;
	padding: 3px;
}
h2 {
	font-weight: bold;
	font-size: 200%;
	color: #0075af;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 120%;
	color: #0075af;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 1em;
}

a {
	color: #006597;
}
#content ol {
	margin-left: 2em;
}
#content ul {
	list-style: outside disc;
	margin-left: 2em;
}
#content li {
	list-style: inherit;
	margin-top: 0.5em;

}
.section {
	margin-top: 1.5em;
	padding-top: 1.5em;
	clear: left;
}

/*

.col4 { float: left; width: 24%; } 
.col, .col_first { margin-right: 0.5em; }
.col, .col_last { margin-left: 0.5em; }
.col4 img { padding-bottom: 0.5em; }
.col4 { font-size: 120%; border:solid 1px #eee; }
.cheery1 { color: #c33; }
.cheery2 { color: #c93; }
.cheery3 { color: #3c3; }
.cheery4 { color: #c3c; }
.cheery5 { color: #33f; }
.cheery1, .cheery2, .cheery3, .cheery4, .cheery5 { font-weight: bold; }

*/

.block { text-align: center; padding: 1em; margin-bottom: 1em; }
.block a { text-decoration: none; }

.intro_paragraph { font-size: 120%; }
.next_event { 
	border: solid 1px #ccc; 
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #f8fef8;
	background: url( bluewash.png ) top left repeat-x;
}
.next_event h3 { 
	margin: 0px;
}

.illustration
{
	background: #fff;
	float: right;
	margin: 0 0 1em 1em;
	border: dashed 1px #ccc;
	padding: 0.5em;
	text-align: center;
}
.illustration-left
{
	background: #fff;
	float: left;
	margin: 0 1em 1em 0;
	border: dashed 1px #ccc;
	padding: 0.5em;
	text-align: center;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

#content p, #content ul, #content dl {
	margin-bottom: 0.6em;
}


/* Top level stuff */

html {
	background-color: #fff;
}
#doc3 {
	background: url(bg-blue-white.png) top left repeat-x #fff;
	margin: 0em;
}



/* Header */

#hd { 
	height: 124px;
}


/* Features */

#features {
}
#sidebar {
	padding: 1em;
	margin: 2em 0em 2em 0em;
}
#features h2 { 
	font-size: 120%;
	margin-top: 0px;
	color: #999;
	padding-bottom: 0.2em;
}
#features h3 { 
	margin-top: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #6075af;
	margin-bottom: 0.1em;
	border-bottom: solid 1px #ccc;
	padding: 0.2em 0.4em 0.4em 0.4em;
}
#features h3 a { 
	text-decoration: none;
}
/*
#features h3 { 
	margin-top: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #0075af;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
*/
#features .news_item {
	background:  #fff url(content-back.png) repeat-x top;
	margin-bottom: 1em;
	border: solid 1px #ccc;
	padding: 0.3em;
}
#features .news_item_content {
	padding: 0.4em;
}

/* Navigation Bar */

#navigation ul {
	margin-left: 1em;
	margin-top: 1px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
#navigation ul ul {
	border: none;
	margin-top: 0em;
	margin-left: 0em;
}
#navigation li {
	background: url(content-back.png) repeat-x #fff;
}
#navigation li a {
	display: block;
	padding: 5px 10px 4px 10px;
	border-top: solid 1px #ccc;
	color: #003;
	text-decoration: none;
	font-size: 100%;
	text-align: left;
}
#navigation li a:active {
	border-top: solid 2px #999;
	border-left: solid 2px #999;
	padding-bottom: 3px;
}
#navigation ul ul a {
	background: url( bluewash.png ) top left repeat-x;
	border-top: dotted 1px #aac;
	padding-left: 2em;
	font-size: 90%;
}
#navigation a.current {
	background: url( darkbluewash.png ) top left repeat-x;
}
#navigation li a:hover {
	background-color: #99f;
	background-image: none;
}




/* Content Area */

#yui-main {
	margin-right: 5px;
}
#paper { 
	background: url( content-back.png ) repeat-x #fff;
	border: solid 1px #9bc7dd;
	margin-bottom: 1em;
}
#content {
	min-height: 600px;
	padding: 1em;
}
.shadow_left {
	background: url( shadowleft.png ) no-repeat top left;
	padding-left: 13px;
}
.shadow_right {
	background: url( shadowright.png ) no-repeat top right;
	padding-right: 20px;
}



/* Right hand column for news and stuff */

.sidebar { 
	padding: 1em;
}

/* Footer */

#ft {
	width: 100%;
	margin-bottom: 0em;
}
#ft:after {
	content: '';
}
.ft_bar {
	padding: 0.25em 1em 0.25em 1em;
	font-size: 90%;
	text-align: right;
	background: url(darkbluewash.png) top left repeat-x #bbf;
}
.ft_shadow {
	background: url( shadow1.png ) top left repeat-x; 
	height: 8px;
}
.ft_links {
	float: left; 
	width: 75%; 
	text-align: left;
}
.ldf_footnote_links a {
	text-decoration: none;
	color: #006;
}

/* End */
