/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

/* This could possibly cause problems. */
*{margin:0; padding:0;}

body{
/*
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
*/
font-family: Arial, sans-serif, Helvetica, Verdana;
font-size: 0.8em;
letter-spacing: 0.01em;
text-align:center;
color: #004990;
background:#e8eaec;
margin: 0px 0px 10px 0px;

background-color: #dddddd;
}

a:link{
color:#404041;
/*font-weight:bold;*/
text-decoration:underline;
background-color:inherit;
}

a:hover{color:#ff3300; text-decoration:none; background-color:inherit;}

/* Hack for Mozilla so that only hyperlinks are highlighted. */
a[href]:hover
{
    color:#ff3300;
    text-decoration:none;
    background-color:inherit;
}

/* Hack for Mozilla so that non-hyperlink anchors are not highlighted. */
html>body a:hover
{
    color: inherit;
    text-decoration: none;
}

a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

div#width
{
/*width: 70%;*/
width: 100%;
min-width: 55em;
/*max-width: 80em;*/
margin-left: auto;
margin-right: auto;
background:#FFFFFF;
border:1px solid #a0a0a0;
}

#subcontainer{
/*width:760px;*/
float: left;
width: 100%;
/*margin:20px auto;*/
padding:0;
text-align:left;
background-color: white;
}

#header{
/*height:110px;*/
header: 100px;
/*width:758px;*/
margin:0 1px 2px 0;
background: #3E5AA4 url(../../media/header-bg.png) repeat-x;
color:#ffffff;

position: relative;
text-align: left;
width: 100%;
}

#header h1{
padding:35px 0 0 20px;
background-color:inherit;
color:#ffffff;
/*letter-spacing:-2px;*/
/*font-weight:normal;*/
}

#header h1 a{
color:#ffffff;
text-decoration:none;
}
/*
#header h1 a:hover {
color:#CCCCCC; text-decoration:none; background-color:inherit;
}
*/
#header h2{
background-color:inherit;
color:#f0f2f4;
/*letter-spacing:-1px;*/
/*font-weight:normal;*/
}

#navigation{
height:2.2em;
line-height:2.2em;
/*width:758px;*/
margin:0;
background:#3E5AA4;
color:#ffffff;

margin-bottom: 3px;
position: relative;
z-index: 10;
}

/*
#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
display: inline;
position: relative;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}
*/

#navigation li{
list-style-type:none;
border-right:1px solid #ffffff;
border-left:1px solid #ffffff;
white-space:wrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.9em;
font-weight: bold;
/*font-weight:normal;*/
/*text-transform:uppercase;*/
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

#navigation .selected,#navigation a:hover{
color:#ffffff;
text-decoration:none;
}

/**************** Content styles ****************/
/*
#content{
float:left;
width:530px;
font-size:0.9em;
}
*/
#content h1{
display:block;
margin:0 0 16px 0;
/*font-weight:normal;*/
/*letter-spacing:-1px;*/
background-color:inherit;
}

#content h2{
display:block;
/*font-weight:normal;*/
/*letter-spacing:-1px;*/
background-color:inherit;
}

#content h2 a{/*font-weight:normal;*/}
#content h3{margin:0 0 5px 0; /*letter-spacing:-1px;*/}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{/*font-weight:bold;*/ margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:left;
/*width:758px*/
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
/*background:#444B4C;*/
background-color: black;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold; text-decoration: none;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}


/**************** Added styles ****************/
#header-right
{
    position: absolute;
    right: 10px;
    top: 64px;
	bottom: 0;
}

#footer-left
{
    float: left;
    margin-top: 5px;
}

#footer-right
{
    float: right;
    font-size: 80%;
    text-align: right;
    margin-top: 5px;
    margin-right: 0.5em;
}

#footer-right ul#menu-footer li
{
    float: left;
    padding: 0 0.7em;
    margin: 0;
    list-style-type:none;
}

#footer-logo
{
    float: left;
    margin: 5px 15px;
    vertical-align: middle;
}

#left
{
    padding: 10px 10px 0 10px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    font-size: 0.8em;
    float: left;
    width: 115px;
    margin-left: -100%;
    background-color: white;
}

#subcontainer
{
    border-top: 1px solid black;
}

#content
{
    background-color: white;
    /*border-top: 1px solid black;*/

    /* Doing the border this way could cause problems, but it seems to work ok. */
    border-left: 1px solid black;
    padding: 1.5em;
    margin: 0 0 0 135px !important;
    /*margin-bottom: 2.5em;*/
}

h1, h2, h3, h4, h5
{
    color: #004990;
	font-weight: bold;
}

#navigation-menu
{
    color: #AEB0B2;
    font-size: 0.9em;
    margin-top: -1.5em;
    margin-bottom: 1.5em;
}

#navigation-menu a
{
    color: #AEB0B2;
    text-decoration: none;
}

li
{
    margin-left: 0.75em;
	margin-top: 0.5em;
}

img.product
{
    float: left;
    margin-left: -110px;
    max-width: 72;
    max-height: 72;
}

div.product
{
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
    width: 13em;
    
    text-align: left !important;
}

div.product ul li, div.product ul
{
    list-style-type: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 13em;

    text-align: left !important;
}

h2.product
{
    margin-bottom: 6pt;

    text-align: left !important;
}

.products-container
{
    padding-left: 115px;
}

#iframe
{
    margin: -2.7em -1.5em 0 -1.5em;
    width: 100%;
    height: 800px;
    border: none;
    position: relative;
    top: 1px;
}


.data-entry table
{
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

.data-entry table tr td,
.data-entry table tr th
{
    padding-right: 2em;
}

.data-entry table td
{
    vertical-align: top;
}

.data-entry table th
{
    text-align: left;
    white-space: nowrap;
}

.data-entry h2
{
    margin-top: 1em;
    margin-bottom: 1em;
}
