
/* RESET */html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,code,address,caption,cite,code,em,strong,span,textarea { margin: 0; padding: 0; font-size: 1em; font-weight: normal; font-style: normal; font-family: helvetica, verdana, sans-serif; }ul,ol { list-style: none; }fieldset,img,iframe { border: none; }caption,th { text-align: left; }table { border-collapse: separate; }/* LAYOUT */.clear { clear: both; }.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
strong { font-weight: bold; }

/* TEMPLATE */

body {
background: #003d6d url(/skins/heritage/images/background.gif) center repeat-y;
text-align: center;
font-size: 0.9em;
padding: 0;
position: relative;
color: #000000;
}

label { display: block; margin-bottom: 1em; }

a, a:link, a:visited, a:active {
color: #ad2e2e;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

h1 { font-size: 2.4em; display: block; margin-bottom: 0.5em; font-family: georgia, "times new roman", times, serif; color: #003d6d; border-bottom: 1px solid #d4af37; }
h2 { font-size: 1.4em; font-weight: bold; display: block; margin-bottom: 0.5em; margin-top: 2em; color: #003d6d; }
h3 { font-size: 1.2em; display: block; margin-bottom: 0.5em; }
h4 { font-size: 1.2em; display: block; margin-bottom: 0.5em; }
h5 { font-size: 1.1em; display: block; margin-bottom: 0.5em; }
h6 { font-size: 1.0em; display: block; margin-bottom: 0.5em; }

ul, ol { margin: 1em; }
li { margin: 1em; line-height: 1.5em; }

p { margin-bottom: 2em; line-height: 1.5em; }

em { font-style: italic; }

hr {
color: #d4af37;
height: 1px;
background: #d4af37;
border: 0;
margin-top: 1em;
margin-bottom: 1em;
}

fieldset {
display: block;
padding: 3em;
margin: 3em;
}

#container {
width: 960px;
height: 100%;
margin: 0 auto;
text-align: left;
background: #003d6d;
}

#header {
background: #ad2e2e;
padding: 20px;
position: relative;
}
#header a.logo {
height: 120px;
width: 250px;
display: block;
padding: 10px;
}
#header img.tagline {
position: absolute;
top: 10px;
right: 145px;
}

#nav {
height: 45px;
background: #d4af37 url(/skins/heritage/images/menubg.gif) top left repeat-x;
}
#nav ul {
margin: 0;
padding: 0;
}
#nav ul li {
margin: 0;
padding: 0;
display: inline;
overflow: visible;
}
#nav ul li a {
display: block;
height: 45px;
color: #ffffff;
padding: 0 20px;
font-family: georgia, "times new roman", times, serif;
text-shadow: 1px 1px #74601e;
text-decoration: none;
text-align: center;
line-height: 45px;
font-size: 1.4em;
float: left;
background: url(/skins/heritage/images/menuspacer.gif) top right no-repeat;
}
#nav ul li a:hover {
background: url(/skins/heritage/images/menuhoverbg.gif) top left repeat-x;
}

#content {
padding: 30px;
background: #ffffff;
}

.homebox {
width: 298px;
background: url(/skins/heritage/images/homeboxbg.gif) no-repeat top left;
float: left;
margin-right: 1px;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
margin-bottom: 30px;
}
.homebox img {
border: 1px solid #ffffff;
margin-left: 12px;
margin-top: 12px;
}
.homebox h2 {
margin-top: 0.2em;
margin-left: 12px;
font-size: 1.4em;
margin-bottom: 0.2em;
font-family: georgia, "times new roman", times, serif;
}
.homebox p {
margin-left: 12px;
width: 270px;
font-size: 0.9em;
}

#footer {
padding: 20px;
color: #ffffff;
font-size: 0.9em;
border-top: 1px solid #eeeeee;
background: #003d6d;
}
#footer a {
color: #ffffff;
}