/* puts a scrollbar on every page to eliminate
horizontal jump when a scrollbar appears. 
Unsupported in the following: Firefox 1.5; 
Internet Explorer for Macintosh 5.2; 
Netscape 8.0; Opera 8.0, 9.0; Safari 2.0 */
html {
	overflow-y: scroll;
}

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: small;
}
p {
	color: #56563d;
	font-size: 135%;
	margin-top: 1px;
}
a {
	color: #1f7096;
	text-decoration: underline;
}
strong {
	font-style: bold;
	color: #8d2626;
}
h1, h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 160%;
	color: #905924;
	margin: 21px 0px 9px 0px;
	font-weight: normal;
	border-bottom: 2px #a3672d solid;
}
h2 {
	font-size: 135%;
	margin-bottom: 3px;
	border-bottom: none;
}
.bigbold {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 3px;
	color: #8d2626;
	font-family: Georgia, "Times New Roman", serif;
}
#contentxmediagrow ul {
	margin-left: 0px;
	padding-left: 0px;
}
#contentxmediagrow ul li{
	margin-left: 12px;
	margin-bottom: .5em;
	padding-left: 1px;
	color: #35413f;	
	font-size: 110%;
}
#contentxmediagrow div.articles ul li{
	margin-left: 0px;
}
#contentxmediagrow h1 {
	padding-top: 20px;
}
/** #scootdown #contentxmediagrow .cushycms #home {
	padding-top: 0px;  home h1 was raised due to hidden character 
} ***/
li.articles {
	background-image: none;
	
}
.float-left-pic {
	float: left;
	border: 2px solid #a3672d;
	margin-right: 6px;
}
#maintextmenu {
	z-index: 90;
	background-color: #6b6b4a;
}
#maintextmenu ul li a.hover {
	background: url(images/dot.png) no-repeat 0px 5px;
}
body #contentxmediagrow {
	min-height: 490px;
	padding-bottom: 24px;
}
body #copyrighttext {

	top: 22px;
}
body #footerbg { /** these lock the footer and copyright in place ***/

	top: 0px;
}
body #scootdown #footer {
	height: 0px; /** reduces big blank space at bottom of each page ***/
}
dt {
	font-size: 120%;
	color: #636262;
	padding-top: 6px;
	font-weight: bold;
	border-top: 3px solid #e8aaba;
	margin-bottom: 3px;
}
#additional dt {
	border-top: 3px solid #92c5eb;
}
#additional dt.album_type {
	border-top: 1px solid #92c5eb;;
	font-size: 110%;
	margin: 0px 24px;
}
#additional dt.album_type_first {
	border-top: none;
	font-size: 110%;
	margin: 0px 24px;
}
dd {
	font-size: 110%;
	padding: 7px 4px;

}
#scootdown #contentxmediagrow .cushycms .biglist {
	font-size: 120%;/** list on consultation group page ***/
}

/** ARTICLES see also above ***/
 ul {
	list-style: none;
}
div.articles li {
	color: #905924;
	padding-top: 1.8em;
	
}
li h2 a {
	color: #905924;
}
div.articles li#first {
	padding-top: 1em;
	margin-top: none;

}
#scootdown #contentxmediagrow #food_for_thought li {
	list-style: disc;
	font-size: 120%;
}
