/* Learning Brooke */
/*
  This is the base style for all body text.
  Special thanks to Owen Briggs for relative font sizing tips.
*/
body {
 font-family: "Arial", sans-serif; 
 font-size: 76%; 
/*  letter-spacing: .02em; */
 color: #000;
 line-height: 1.5em;
 text-align: left;
 vertical-align: baseline;
 background-color: #fff;
}

/*
  Remove all margins & padding.
  They will be replaced only as needed.
*/

a,
body,
div,
img,
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
p {
 margin: 0;
 padding: 0;
 border: none;
 display: block;
}

p {
 margin-bottom: 1em;
}

/*
  This is the base style for all headers.
*/
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
 font-family: "Arial", sans-serif; 
 font-weight: normal;
 line-height: 1.4em;
 vertical-align: middle;
 margin-bottom: 1em;
}

h1 {
 font-size: 1.6em; 
}

h2 {
 font-size: 1.2em; 
}

h3 {
 font-size: 1.1em;
 font-weight: bold;
 font-style: italic;
}

h4 {
/*  font-size: 0.6em;  */
}

h5 {
/*  font-size: 0.6em;  */
}

h6 {
/*  font-size: 0.6em;  */
}

/*
  Default link settings
*/
a {
/*  text-decoration: none; */
}

a:link {
 color: #de3d27;
}

a:visited {
 color: #000;
}

a:hover {
 color: #000;
}

a:active {
 color: #000;
}

table,
td,
tr {
 margin: 0;
 padding: 0;
 border: none;
}

a,
img {
 display: inline;
}

/*
  Design specific settings.
*/

html,
body {
 height: 100%;
}

.clear_floats {
 /* used to force containers to enclose all floated child elements */
 clear: both;
}

#centering_container {
 width: 756px;
 margin: 0 auto;
 padding-bottom: 16px;
 position: relative;
 border: 1px solid white; /* kluge to fix FF issue */
}

#main_content {
 width: 100%;
 margin-top: 80px;
 padding-top: 8px;
 background-color: #efeabc;
}

#main_content .rule_line {
 /*decorative element*/
 width: 100%;
 height: 2px;
 margin-bottom: 18px;
 background-color: #f4efcd;
}

#main_content #header {
 margin-left: 153px;
 height: 110px;
}

#column_1 {
 margin: 0 ;
 padding: 0 0 16px 9px;
 font-size: .8em;
 width: 135px;
 float: left;
}

#column_1 li {
 list-style-type: none;
 line-height: 100%;
 margin-bottom: 1em;
}

#column_2, #column_3 {
 width: 297px;
 margin-left: 9px;
 padding-bottom: 16px;
 float: left;
}

#column_3 {
 width: 288px;
}

#body_copy {
 padding-top: 16px;
 clear: both;
}

#body_copy .captioned_image {
 font-style: italic;
}

#body_copy .captioned_image img {
 float: left;
 padding-right: 8px;
 padding-bottom: 4px;
}

#image_bar {
 /*decorative element*/
 width: 100%;
}

#image_bar img.first {
 margin-left: 0;
}

#image_bar img {
 margin-left: 9px;
}

#header_bar {
 /*decorative element*/
 position: absolute;
 top: 36px;
 width: 756px;
 height: 18px;
}

#header_bar img.left {
 margin-left: 0;
}

#header_bar img {
 margin-left: 27px;
}

#main_menu {
 font-weight: bold;
 font-size: .9em;
 width: 756px;
 height: 22px;
 margin: 0;
 padding: 0;
 position: absolute;
 top: 58px;
 z-index: 200;
}

#main_menu li {
 padding: 0;
 margin-left: 8px;
 list-style-type: none;
 float: right;
}

#main_menu li ul { /* submenus */
 padding: 0;
 margin: 0;
 display: none;
}

#main_menu li li {
 float: none;
 padding: 0;
 margin: 0;
}

#main_menu li:hover,
#main_menu li.active { /* .active is for IE Win */
 background-color: #efeabc;
}

#main_menu li:hover ul,
#main_menu li.active ul { /* .active is for IE Win */
 display: block;
 background-color: #e2ddab;
}

#main_menu a {
 text-decoration: none;
 display: block;
 padding: 0 8px 4px;
 margin: 0;
 background-color: transparent;
}

#main_menu li li a {
 padding-bottom: 0;
}

#main_menu a:link {
 color: #000;
 background-color: transparent;
}

#main_menu a:visited {
 color: #000;
 background-color: transparent;
}

#main_menu a:hover {
 color: #4d5e30;
 background-color: #efeabc;
}

#main_menu a:active {
 color: #be1a0e;
 background-color: #efeabc;
}

#main_menu ul a:link {
 color: #000;
 background-color: transparent;
}

#main_menu ul a:visited {
 color: #000;
 background-color: transparent;
}

#main_menu ul a:hover {
 color: #4d5e30;
 background-color: #d4cd93;
}

#main_menu ul a:active {
 color: #be1a0e;
 background-color: #d4cd93;
}