

/* color definitions */

.biewer { color: #00519E; }
.medical { color: #33B8CA; }

/* basic page styles */
html, address, blockquote, body, div, dl, dt, dd, fieldset, form,
p, h1, h2, h3, h4, h5, h6, ol, ul, li, center, hr, pre,
table, tr, td, th, thead, tbody, tfoot, caption, img {
 margin: 0; padding: 0; border: 0;
}

html, body { 
 height: 100%; 
}
html, body, td {
 font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
 font-size: 12px;
 color: #000000;
}

body {
 position: relative;
 text-align: center;
 background: url(images/wrap-bg.gif) no-repeat 50% 0;
}

/* basic link styles */
a {
 color: #0E2229;
}
a:hover {
 color: #396C34;
}

#wrappage {
 position: relative;
 width: 920px;
 margin: 0 auto;
 text-align: left;
} 
#head {
 position: relative; 
 width: 920px;
 height: 160px;
}

#service-menu, #footer-menu {
 clear: both;
}
#service-menu ul, #footer-menu ul {
 float: right;
 margin-top: 15px;

}
#service-menu li, #footer-menu li {
 float: left;
 list-style-type: none;
}
#service-menu li a, #footer-menu li a {
 font-size: 10px;
 font-style: italic;
 font-weight: bold;

 text-decoration: none;
 padding-left: 20px;
 padding-right: 20px;
 color: #33B8CA; 
 background: url(images/servicemenu-bull.gif) no-repeat 0% 50%;
}
#service-menu li a:hover, #footer-menu li a:hover {
 color: #00519E;
 background: url(images/servicemenu-bull-hi.gif) no-repeat 0% 50%;
}

#animation, #overlay {
 position: absolute;
 left: 0;
 top: 36px;
 width: 920px;
 height: 100px;
}
#logo {
 position: absolute;
 left: 20px;
 top: 50px;
 top: 45px;
 width: 300px;
 height: 98px;
}


#wrap, #footer {
 clear: both;
 position: relative;
 width: 920px;
}
#wrap {
/* background: #000000 url(images/wrap-bg.gif) no-repeat; */
}
#wrapheight {
 float: left; width: 1px; height: 550px; 
}

#leftbar {
 float: left;
 width: 200px; 
}
#content-area {
 position: relative;
 float: left; 
 width: 480px;
}
#rightbar {
 float: left;
 width: 210px; 
 margin-top: 10px;
}

#menu {
 font-weight: bold;
 font-style: italic;
}

#menu li {
 list-style-type: none;
} 
#menu li a {
 display: block;
 color: #00519E;
 text-decoration: none;

 padding-top: 6px;
 padding-right: 15px;
 padding-bottom: 6px;
/* padding-bottom: 8px; */
 padding-left: 22px;
 
 margin: 0;
 margin-top: 10px;

 border: 0;
 background: url(images/menu-bg.gif) no-repeat;
}
#menu li a:hover, #menu li a.active {
 color: #FFFFFF;
 background: url(images/menu-bg-hi.gif) no-repeat;
}
#menu li li a {
 color: #33B8CA;
 background: none;
 padding-left: 30px;
 padding-top: 3px;
 padding-bottom: 3px;
 margin: 0;
}
#menu li li a:hover, #menu li li a.active {
 color: #00519E;
 background: none;
}
#teaser-image {
 margin-top: 30px;
}


#content-area p, #content-area h1, #content-area h2, #content-area h3, #content-area h4 {
 margin: 0;
 margin-right: 20px; 
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 16px;
}
#content-area ol, #content-area ul {
 margin-left: 30px;
 padding-bottom: 10px;
 line-height: 16px;
}

#content-area h1, #content-area h2, #content-area h3, #content-area h4 {
 line-height: 16px;
 color: #00519E; 
}
#content-area h1 {
}
#content-area h2, #content-area h3, #content-area h4 {
 font-style: italic;
}
#content-area h1{
 font-size: 15px; 
} 
#content-area h2{
 font-size: 14px; 
}
#content-area h3{
 font-size: 13px; 
} 
#content-area h4 {
 font-size: 12px; 
}
#content-area p {
 text-align: justify;
}



#content-area ol, #content-area ul {
 padding-left: 20px;
}
#content-area li {
 margin: 4px;
}
#content-area a {
 font-weight: bold;
}

.c {
 clear: both;
 height: 1px;
 width: 1px;
 border: 1px solid green;
}


li dfn, .usb {
 display: block;
 position: absolute;
 left: -5000px;
 height: 0px;
 width: 0px;
}
acronym {
 cursor:help;
 border-bottom: 1px dotted #666;
}
abbr {
 cursor:help;
 border: none;
}

