@import url("main-menu.css");

/* COMMON DEFINITIONS */
body {  
 font-family:  Verdana, Arial, Helvetica, sans-serif; 
 color: #6B6B6B; 
 font-size: 16px;

 margin: 0px;
 padding: 0px;

 background-color: #FFFFFF;
}

a {  color: #1B4E85;}
a:link {  color: #1B4E85}
a:active {  color: #FF0000}
a:visited {  color: #142C3D}
a:hover {  color: #FF0000}

.important { color: #FF0000; }

img {
 border: 0px;
}

/* -------------------- SITE STYLES -------------------- */

#masthead {
 z-index: 1;
 width: 100%;
 height: 108px;
 background: #039;
}
#masthead img {
 display: block;
}
#masthead #masthead-header {
 float: left;
}
#masthead #masthead-logo {
 float: right;
}

#banner {
 height: 140px;
 width: 100%;
 background: url(../images/home-liquid/banner-photo.jpg);
 background-repeat: repeat-x;
}

#banner-border {
 display: block;
 width: 100%
}

#photo {
 position: absolute;
 top: 252px;
 left: 0px;
 z-index: 1;
}
#content {
 position: absolute;
 top: 276px;
 left: 346px;      
 width: 441px;
 height: 314px;
 overflow: visible;
}

#home-header {
 display: block;   
 margin: 30px auto 20px 23px;
}

p {
 font-size: 1.0em;
 line-height: 1.4em;
 margin: 10px 50px auto 50px;
}

h1 {
 position: absolute;
 top: 150px;
 right: 20px;
 font-family: "Times Italic", "Times New Roman", serif;
 font-weight: normal;
 font-size: 2.0em;
 line-height: .9em;
 color: #333399;
 text-align: right;
 z-index: 5; 
}
h1 strong {
 font-weight: bold;
 font-size: 1.1em;
 font-family: Helvetica, Verdana, sans-serif;
}
h1 em {
 position: relative;
 top: -10px;
 font-style: normal;
 font-size: .5em;
 margin: 0px 20px 0px 0px;
}
