/* layout specific css */
body {
color: #666666;
background-color: #000000;
font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
}

#container {
background-position: center;
margin-right:auto;
margin-left: auto;
margin-top:35px;
height: auto;
width: 1000px;
position:relative;
z-index:0;
}

#headerdiv {
width: 1000px;
height: 383px;
background-image: url(../images/PageHeader.jpg);
position:relative;
z-index:-1;
}

#menubar {
height:auto; 
left:4px; 
right: 494px; 
top: 140px;
position:absolute;
width: 340px;
z-index:3;
}

#CustomerConnectButton {
left:470px; 
right: 9px; 
top: -5px;
position:absolute;
z-index:4;
float:right;
}


#bodydiv {
margin-right: 5px;
left:259px;
width: 741px;
position: relative;
background-color: #ffffff;
}

#contentdiv {
margin-right: 5px;
padding: 10px;
width: 605px;
margin-left:85px;
top: -210px;
position: relative;
z-index: 5;
}

#leftbar 
{
    margin-top: 20px;
    width: 240px;
    padding-top: 10px;
    position: absolute;
    left: 10px;
    text-align: center;
    top: 153px;
    z-index:4;
}

#whatsnewbox {
    text-align: left;
    width: 250px;
    padding: 5px;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 20px;
    background-image: url('../images/whatsnew.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    float:right;
    border: ridge thin #cccccc;
    font-size: small;
    z-index: 6;
}

#flashbox 
{
    padding: 3px;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
 }


/* Text specific css */

h1 {font-size: x-large; color: #691d31;}

h2 {font-size: medium;color: #827a4d;}

h4 {font-size: small; font-weight: bold; }

p, li {font-size: small;}

li{list-style-image: url('../images/bullet.jpg');}

hr {border:ridge thin #cccccc;}

.DkredText {color: #691d31;}

.smallItalic {font-weight:normal; font-style:italic;}

.goldBorder{border: #c4b875 1px ridge; padding: 3px;}

.italic {font-style:italic;}

.bold {font-weight:bold;}

.center {text-align:center;}

.floatright {float:right; margin:15px 8px 0px 8px;}

/* links css */
#leftbar a:link {font-size: x-small;}
#leftbar a:visited {font-size: x-small;}
#leftbar a:hover {font-size: x-small;}
#leftbar a:active {font-size: x-small;}

a:link {
color: #827a4d;
text-decoration: none;
font-weight: bold;
font-size: small;
}

a:visited {
color: #827a4d;
text-decoration: none;
font-weight: bold;
font-size: small;
}

a:hover {
color: #827a4d;
text-decoration: underline;
font-weight: bold;
font-size: small;
}

a:active {
color: #827a4d;
text-decoration: underline;
font-weight: bold;
font-size: small;
}

/* tables & forms css */

.tableborders {border:#CCCCCC thin ridge;}

/* misc css */
img {border: none;}
