/*********** Block elements **********/

body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:sans-serif;
}

html,body {
	height:100%;
}

img {
	border:0px;
}

h1 {
}

h2 {
	margin-top:0px;	
	margin-bottom:0px;
	font-size:25pt;
	line-height:150%;	
	font-family:georgia,times;
	font-weight:normal;	
}


h3, h4 {
	font-family:georgia,times;
	margin-top:20px;
	margin-bottom:20px;
	line-height:100%;
}
h4 {
	margin:0px;
	padding-left:0px;
	line-height:200%;
	font-weight:bold;	
}
h3 {
	border-bottom:solid 1px;
}

/* ul's */
li {
	padding-bottom:2px;
}
li.important {
	font-size:16pt;
	padding-bottom:10px;
}
li.important sup {
	color:red;
}

/* internet explorer ignores list-style:none */
li.noliststyle {
}


/********* Block Element Styles *********/

/** content **/
#content {
	width:760px;
	line-height:150%;
	padding-bottom:120px;	
}
#content ul {
	padding-left:24px;
	margin-top:10px;	
}

/** content_about **/
#content_about {
	padding-top:30px;
}
#content_about p {
	margin-left:350px; 
}
#content_about h2 {
	font-size:20pt;
}
#content_about {
	border-bottom:solid 1px #ccc;
	padding-top:20px;
	padding-bottom:20px;
}
#content_about ul, #content_header ul {
	margin-left:0px;
}
#content_about ul {
	width:326px;
	float:left;
}

/** content_header **/
#content_header {
	margin-top:10px;
}
#content_header ul {
}

/** content_sitemap **/
#sitemap {
	border-top:solid 1px #ccc;	
}
#sitemap h4 {
	padding-left:30px;
}
#sitemap ul {
	font-size:10pt;
}

/** centers **/
#centers ul {
	margin:0px;
	border:solid 0px green;
	width:356px;
	float:left;
}
#centers h3 {
	border-bottom:none;
	font-weight:normal;
	padding-left:24px;
}
#centers ul, #sitemap ul {
}


/** container **/
#container {
	text-align:left;
	position:relative; 
	background:white;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	margin-top:0px;
	width:760px;

	/* terrible hack for IE. */
	voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	width:760px;
	}
html>body #container {
	width:760px;
}

/** footer **/
#footer {
	background:white;
	width:100%;

	padding-bottom:10px;
	font-size:10px;
	line-height:125%;
	position:absolute;
	bottom:0;
	clear:both;
}
#footer img {
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	float:left;
}
#footer p {
	margin-top:10px;
	padding-top:0px;
}

/** logos **/
#logos {
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;

	/*margin-top:30px;*/
	margin-top:0px;
	padding:4px;
}
#logos img {
/*	padding:6px; */
	margin:6px;
	width:175px;
	height:52px;
}

/** title **/
#title img {
	display:block;
}

/** GENERAL **/
.clear {
	clear:both;
}
.extratoppadding {
	padding-top:20px;
}

/******** Inline Elements *************/


a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img#bcmlogo {
	padding-top:10px;
	padding-right:10px;
}
img#ncmilogo {
	padding-right:10px;
}
img#xhtmllogo {
	float:none;
	position:absolute;
	right:0px;
	bottom:20px;
}


.floatleft {
	float:left;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;	
}
/************ navigation *****************/

#nav {
}	

#nav ul, #navul ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul a {
	display: block;
}

#nav ul li { /* all list items */
	float: left;
	padding:10px;
}

#nav ul li ul { /* second-level lists */
	margin-left:0px;
	margin-top:10px;
	position: absolute;
	width: 20em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav ul li ul li {
	float:none;
}
#nav ul li:hover {
}

#nav ul li:hover ul, #nav ul li.sfhover ul { /* lists nested under hovered list items */
	margin-left:-10px;
	left: auto;
}

#nav:after { /* nav */
    content: "."; 
    display: block; 
    height: 0; 
    width:0px;
    clear:both;
    visibility: hidden;	
}

#nav { height: 1%; position:relative }

/*********** captions ***********/

dl.image {
	clear:both;
}
dl.image,
dl.image dt,
dl.image dd {
	 display: block;
	 list-style-type: none;
}
dl.image {
}
dl.image dt {
	 margin: 0px;
	 padding: 0px;
}
dl.image dt img {
	margin-left:30px;
	padding:10px;
	display: block;
}
dl.image dd {
	padding:5px;
	font-size : 10pt ;
}
p.note {
	padding-left:20px;
	padding-right:20px;
	font-size:10pt;
}