/* mayfield hennessey */
/*
  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%; 
 color: #444;
 line-height: 1.5em;
 vertical-align: baseline;
 background: white;
/*  background-position: top center; */
}

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

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

p, 
td, 
li {
 font-size: 1.1em;
}

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: bold;
 line-height: 1.2em;
 vertical-align: baseline;
 margin-bottom: 1em;
}

h1 {
 font-size: 1.4em; 
}

h2 {
 font-size: 1.2em; 
}

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

h4 {
 font-size: 0.6em; 
}

h5 {
 font-size: 0.6em; 
}

h6 {
 font-size: 0.6em; 
}

/*
  Default link colors
*/
a:link {
 color: #1a4c6e;
}

a:visited {
 color: #3B0000;
}

a:hover {
 color: #d24325;
}

a:active {
 color: #710000;
}

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

a,
img {
 display: inline;
}

/*
  Design specific settings.
*/

html,
body {
 height: 100%;
}

td {
 vertical-align: top;
}

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

#centering_container { /* currently not used */
/*  padding-left: 16px; */
 position: relative;
 margin: 0 auto;
 width: 720px;
 height: 100%;
}

#content {
 width: 720px;
 position: absolute;
}

#title {
 width: 96px;
 height: 70px;
 background: #436d62;
 position: absolute;
 top: 288px;
 left: 92px;
 z-index: 100;
}

#title h1 {
 font-size: .96em;
 font-weight: bold;
/*  text-transform: uppercase; */
 color: #436d62;
 width: 100%;
 position: absolute;
 top: 72px;
 z-index: 10;
}

#title #init {
 color: white;
 float: right;
/*  text-align: right; */
 margin-right: 4px;
}

#title .split_word #init {
 margin-right: 1px;
}

#title .split_word #remainder {
 margin-left: 1px;
}

#title #remainder {
 color: #4c6660;
 position: absolute;
 left: 96px;
 width: 160px;
 margin-left: 3px;
}

#title #accent_box {
 width: 96px;
 height: 18px;
 padding: 0;
 margin: 0;
 border: 0;
 background: #ca3a25;
 position: absolute;
 top: 70px;
 z-index: 0;
}

#init_paragraph,
#copy {
 width: 296px;
 position: absolute;
 left: 400px;
}

#init_paragraph {
 font-family: "Georgia", serif;
/*  font-style: italic; */
 font-size: 1.4em;
 line-height: 1.6em;
 color: white;
 top: 64px;
 z-index: 100;
}

#init_paragraph .open_quote,
#init_paragraph .close_quote {
 font-size: 4em;
 line-height: 1em;
 color: #1e3732;
 position: absolute;
}

#init_paragraph .open_quote {
 top: -12px;
 left: -36px;
}

#init_paragraph .close_quote {
 padding-top: 6px;
}

#init_paragraph p {
 line-height: 1.4em;
 margin: 0;
}

ul#init_paragraph,
#copy ul {
 padding: 0;
}

#init_paragraph li,
#copy li {
 margin-left: 1.4em;
}

#init_paragraph .title {
 font-style: italic;
 margin-bottom: 8px;
}

#init_paragraph .education p {
 margin-bottom: 8px;
 line-height: 1.2em;
}

#init_paragraph a:link {
 color: #fff;
}

#init_paragraph a:visited {
 color: #fff;
}

#init_paragraph a:hover {
 color: #d24325;
}

#init_paragraph a:active {
 color: #710000;
}

#copy {
 width: 312px;
 height: 322px; /* should be multiple of line height */
 padding-right: 8px;
 top: 264px;
 overflow: auto;
 z-index: 300;
}

#copy ul {
 padding: 0;
 margin: 0;
}

#copy li {
 list-style-type: square;
 padding: 0;
 margin: 0 0 8px 16px;
 vertical-align: middle;
}

#section {
 position: absolute;
 top: 184px;
 left: 0;
 z-index: 10;
}

#hor_box {
 width: 100%;
 height: 240px;
 background: white;
 background-image: url("../images/sec_blank.gif"); /* change to home */
 background-repeat: no-repeat;
 background-position: 0 0;
 position: absolute;
 top: 48px;
 z-index: 1;
}

#logo {
 position: absolute;
 top: 10px;
 left: 438px;
 z-index: 5;
}

#logo_accent_box {
 width: 54px;
 height: 11px;
 padding: 0;
 margin: 0;
 border: 0;
 background: #ca3a25;
 position: absolute;
 top: 48px;
 left: 570px;
 z-index: 5;
}
