@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fcfcf2;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #FFFBF0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fcfcf2;
	background-image: url(../images/bg.gif);
}

.oneColFixCtrHdr #header {
	background-color: #FFFDF7;
	background-image: url(../images/bg_top_80.gif);
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.oneColFixCtrHdr #menu {
	background-color: #FFFBF0;
	height: 32px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/bg.gif);
}

.oneColFixCtrHdr #mainContent {
	background-color: #fcfcf2;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.oneColFixCtrHdr #footer {
	background-color: #fcfcf2;
	background-image: url(../images/bg_bottom_40.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}

#menu {
	background-color: #fcfcf2;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	background-color: #fcfcf2;
	padding: 0;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	position: relativet;
	text-align: left;
	width: auto;
	float: left;
	background-color: #fcfcf2;
	padding: 0;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #B5121B;
	border-left-color: #B5121B;
	background-color: #fcfcf2;
	padding: 0px;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	cursor: pointer;
	background-color: #fcfcf2;
	color: #B5121B;
	text-decoration: none;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 0.7em;
	padding-right: 0.8em;
	padding-bottom: 0.7em;
	padding-left: 0.8em;
	border: 1px solid #B5121B;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #ffedd4;
	color: #b5121b;
}

.Copyright {
	font-size: 10px;
	font-weight: bold;
	padding-left: 30px;
	color: #FFFFFF;
}

#home a.homelink,
#research a.researchlink, 
#clients a.clientslink,
#services a.serviceslink,
#publications a.publicationslink,
#presentations a.presentationslink,
#resources a.resourceslink,
#contact a.contactlink  {
	color: #FFFFFF;
	background: #000;
	border-color: #000;
}

#homeContent {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}

#homeContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #691519;
	line-height: normal;
	margin-bottom: 0px;
}
#homeContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
}

#homeContent a {
	color: #b5121b;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}

#homeContent a:hover {
	color: #b5121b;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #ffedd4;
}

#sidebar1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #695c15;
	text-decoration: none;
	font-weight: bold;
}

#sidebar1 a:hover {
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#standardContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#standard_singleContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#standardContent p, #standard_singleContent p {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}

#standardContent h1, #standard_singleContent h1 {
	font-size: 24px;
	font-weight: bold;
	color: #691519;
	line-height: 30px;
}

#standard_singleContent a {
	color: #b5121b;
	text-decoration: none;
}

#standard_singleContent a:hover, #standard_singleContent a:focus {
	text-decoration: underline;
}

#subNavigation {
	float: left; /* since this element is floated, a width must be given */
	width: 80px;
	background: #FDBC5F;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 6px;
}

#subNavigation p {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #B5121B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#subNavigation a {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #B5121B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}

#subNavigation a:hover {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #B5121B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: underline;
}

#subNavigation a:focus {
	text-decoration: none;
}

#BookCover {
	float: right;
	height: 214px;
	width: 150px;
	padding: 6px;
	margin-right: 12px;
}
#ArtHeartCover {
	float: right;
	height: 201px;
	width: 150px;
	padding: 6px;
	margin-right: 12px;
}
#volunteercover {
	float: right;
	height: 194px;
	width: 150px;
	padding: 6px;
	margin-right: 12px;
}
#BedsideCover {
	float: right;
	height: 149px;
	width: 150px;
	padding: 6px;
	margin-right: 12px;
}
#bestmecover {
	float: right;
	height: 194px;
	width: 150px;
	padding: 6px;
	margin-right: 12px;
}
#SAILcover {
	float: right;
	height: 192px;
	width: 150px;
	padding: 6px;
	margin-right: 12px;
}

#judypic {
	float: left;
	height: 125px;
	width: 100px;
	padding-right: 12px;
	padding-bottom: 12px;
}
#DrawingBookCover {
	float: left;
	height: 194px;
	width: 150px;
	padding-right: 12px;
	padding-bottom: 12px;
}
#arts #container #FamiliyPic {
	float: right;
	height: 150px;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#judyphoto {
	float: right;
	height: 125px;
	width: 100px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 12px;
}

#muralphoto {
	float: left;
	height: 125px;
	width: 94px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}

#muralphoto2 {
	float: left;
	height: 125px;
	width: 94px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}

#cecover {
	float: left;
	height: 200px;
	width: 142px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}

#ArtistInResidence {
	float: left;
	height: 194px;
	width: 150px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}

#familypic {
	float: right;
	height: 173px;
	width: 216px;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#subhead {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#belowsubhead {
	padding: 0px;
	Margin: 0px;
}
#References {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.ResourceHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #FDBC5F;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#resources #container #mainContent #standardContent p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#resources #container #mainContent #standardContent h3 {
	margin-bottom: 0px;
	font-size: 14px;
}
#research #container #mainContent #standardContent h3 {
	font-size: 14px;
}

#research #container #mainContent #subNavigation p a {
	line-height: normal;
	font-size: 12px;
}
#research #container #mainContent #subNavigation h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}
#research #container #mainContent #standardContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
}
