/**********************************
Reset Styles for all browsers
***********************************/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
line-height: 1;
font-family: inherit;
text-align: left;
vertical-align: baseline;
}

a img, :link img, :visited img {border: 0;}

table {border-collapse: collapse; border-spacing: 0;}

ol, ul {list-style: none;}

q:before, q:after,
blockquote:before, blockquote:after {content: "";}

/**********************************
Core Styles
***********************************/

body {
background: url(../images/bg.jpg) #fff repeat-y;
color: #000;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
text-align: left;
}

/* Generics
------------------------------*/
/* site-wide defs for p, a, h1, h2, etc. */

h2,
h3,
h4,
p,
ul li {
line-height: 1.3em;
}

/* Container
------------------------------*/

#container {
margin: 0 0 0 90px;
width: 660px;
}

/* Header
------------------------------*/

#header {
background: url(../images/bg-header.jpg) no-repeat;
display: block;
height: 149px;
width: 660px;
}

#header h1 {
background: url(../images/logo.jpg) no-repeat;
display: block;
float: left;
height: 104px;
margin: 15px 0 0 0;
width: 395px;
}

#header h1 a {
display: block;
height: 104px;
margin: 0 0 0 0;
text-indent: -9000px;
width: 395px;
}

/* Menu
------------------------------*/

#menu {
background: url(../images/menu.jpg) no-repeat;
display: block;
float: left;
height: 99px;
margin: 15px 0 0 0;
padding-top: 5px;
width: 265px;
}

#menu p#menu1,
#menu p#menu2,
#menu p#menu3 {
display: block;
height: 30px;
margin-bottom: 2px;
width: 265px;
}

#menu p a {
text-indent: -9000px;
}

#menu p#menu1 a,
#menu p#menu2 a,
#menu p#menu3 a {
display: block;
height: 30px;
width: 265px;
}

#menu p#menu1 a:hover {background: url(../images/menu.jpg) 0 -109px no-repeat;}
#menu p#menu2 a:hover {background: url(../images/menu.jpg) 0 -141px no-repeat;}
#menu p#menu3 a:hover {background: url(../images/menu.jpg) 0 -173px no-repeat;}

/*
#menu p#menu3,
#menu p#menu4,
#menu p#menu3 a,
#menu p#menu4 a {
display: block;
height: 22px;
width: 60px;
}

#menu p#menu3 {
float: left;
margin: 4px 0 0 135px;
}

#menu p#menu4 {
float: left;
margin: 4px 0 0 5px;
}

#menu p#menu3 a:hover {background: url(../images/menu.jpg) -135px -177px no-repeat;}
#menu p#menu4 a:hover {background: url(../images/menu.jpg) -200px -177px no-repeat;}
*/

/* Content
------------------------------*/

#content {
margin: 20px;
}

#content p#lead {
color: #888;
font-size: 14px;
font-weight: bold;
/* text-align: justify; */
}

#content p#lead strong {
color: #0081c7;
font-weight: bold;
}

#feat-mfg,
#feat-healthcare {
display: block;
float: left;
height: 275px;
margin-top: 20px;
width: 300px;
}

#feat-mfg h2 a {
background: url(../images/feat-mfg.jpg) no-repeat;
display: block;
height: 275px;
text-indent: -9000px;
width: 300px;
}

#feat-mfg h2 a:hover {
background: url(../images/feat-mfg.jpg) 0 -275px no-repeat;
}

#feat-healthcare {
margin-left: 20px;
}

#feat-healthcare h2 a {
background: url(../images/feat-healthcare.jpg) no-repeat;
display: block;
height: 275px;
text-indent: -9000px;
width: 300px;
}

#feat-healthcare h2 a:hover {
background: url(../images/feat-healthcare.jpg) 0 -275px no-repeat;
}

/* Main
------------------------------*/

#content #main {
float: left;
margin: 0 20px 0 0;
width: 400px;
}

#content #main h2 {
border-bottom: 1px solid #dce2f0;
color: #0081c7;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}

#content #main h2 span {
color: #888;
font-size: 14px;
font-weight: bold;
}

#content #main h3 {
border-bottom: 1px solid #dce2f0;
color: #0081c7;
font-size: 12px;
font-weight: bold;
margin: 20px 0 5px 0;
}

#content #main h4 {
color: #666;
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
}

#content #main ul {
color: #666;
margin: 0 0 15px 15px;
}

#content #main ul li {
list-style-type: circle;
list-style-position: outside;
margin-bottom: 5px;
}

#content #main ul li a {
color: #666;
text-decoration: underline;
}

#content #main ul li a:hover {
color: #0081c7;
text-decoration: none;
}

body#healthcare #content #main ul li a {
font-weight: bold;
}

#content #main ul li ul {
margin: 10px 0 20px 20px;
}

#content #main ul li ul li {
font-size: 11px;
}

#content #main ul li strong,
#content #main ul li ul li strong {
font-weight: bold;
}

#content #main p {
color: #666;
margin-bottom: 10px;
}

#content #main p strong {
font-weight: bold;
}

#content #main p#connectlink {
border-top: 1px solid #dce2f0;
padding-top: 5px;
}

#content #main p#summary {
font-size: 11px;
font-style: italic;
}

#content #main p a {
color: #666;
text-decoration: underline;
}

#content #main p a:hover {
color: #0081c7;
text-decoration: none;
}

#content img#connectimg {
float: right;
}

/* FTP Area
------------------------------*/

#content h3#logoutlink {
/*background-color: #eee;*/
border-bottom: 0px solid #ccc;
font-size: 11px;
font-weight: normal;
margin: -22px 0 20px 0;
padding: 0px;
text-align: right;
}

#content h3#logoutlink a {
color: #888;
text-decoration: underline;
}

#content h3#logoutlink a:hover {
color: #0081c7;
text-decoration: none;
}

#content p em {
font-style: italic;
}

#content p#successmsg {
color: green;
font-weight: bold;
}

#content p#errormsg {
color: red;
font-weight: bold;
}

#content p#maxfilesize {
color: #888;
font-size: 11px;
font-style: italic;
margin-top: -5px;
}

#content table {
margin: 0 0 30px 0;
width: 400px;
}

#content table tbody tr td {
background-color: #eef1f8;
color: #002b60;
font-size: 12px;
padding: 5px;
}

#content table tbody tr td.filelink {
background: url(../images/page.gif) #eef1f8 3px 5px no-repeat;
padding-left: 20px;
}

#content table tbody tr td.filelink a {
color: #002b60;
text-decoration: underline;
}

#content table tbody tr td.filelink a:hover {
color: #0081c7;
text-decoration: none;
}

#content table tbody tr td.fileoptions {
font-size: 11px;
text-align: right;
}

#content table tbody tr td.fileoptions a {
color: #888;
text-decoration: underline;
}

#content table tbody tr td.fileoptions a:hover {
color: #0081c7;
text-decoration: none;
}

#content table tfoot tr td {
color: #ccc;
font-size: 11px;
}

#content table tfoot tr td a {
color: #888;
text-decoration: underline;
}

#content table tfoot tr td a:hover {
color: #0081c7;
text-decoration: none;
}

/* Sidebar
------------------------------*/

#content #sidebar {
float: left;
width: 200px;
}

#content #sidebar h3 {
border-bottom: 1px solid #dce2f0;
color: #888;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}

#content #sidebar ul {
color: #bbb;
font-size: 11px;
margin: 0 0 0 15px;
}

#content #sidebar ul li {
list-style-type: disc;
list-style-position: outside;
}

#content #sidebar ul li a {
color: #888;
text-decoration: underline;
}

#content #sidebar ul li a:hover {
color: #0081c7;
text-decoration: none;
}

/* Footer
------------------------------*/

#footer {
background: url(../images/bg-footer.jpg) no-repeat;
clear: both;
height: 80px;
margin: 40px 0 0 0;
}

#footer p {
color: #888;
}

#footer p span {
color: #ccc;
}

#footer p#tagline {
font-style: italic;
line-height: 30px;
}

#footer p#address {
margin-top: 10px;
}

#footer p#address a {
color: #888;
text-decoration: underline;
}

#footer p#address a:hover {
color: #0081c7;
text-decoration: none;
}

p#credit {
color: #888;
font-size: 11px;
}

p#credit a {
color: #888;
text-decoration: none;
}

p#credit a:hover {
color: #0081c7;
text-decoration: none;
}