body {
    background: #fff url(../img/wwb5_subpg_header.jpg) repeat-x top left;
    color: #000;
    margin: 0px;
    font: normal 11px / 14px verdana, arial, sans-serif;
}

#wrap {
}

#header {
    width: 100%;
    height: 171px;
    text-align: left;
}

#logo {
    margin-left: 50px;
    float: left;
}

#logo a {
    display: block;
    padding: 0px 30px;
}

#logo a:hover {
    background-color: #000;
}

#nav {
    margin: 0px;
    height: 82px;
    padding: 0px;
    font: normal 10px / 10px verdana, arial, sans-serif;
}

#nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-right: 1px solid #fff;
}

#nav ul li {
    margin: 0px;
    float: left;
    border-left: 1px solid #fff;
}

#nav a {
    color: #fff;
    display: block;
    padding: 68px 10px 14px 10px;
    text-decoration: none;
}

#nav #cart a {
    color: #fff;
    display: block;
    padding: 66px 10px 14px 10px;
    text-decoration: none;
}

#nav a:hover {
    background-color: #000;
}

#cartbutton {
    float: left;
    margin: 0px;
}

#cartbutton a {
    float: left;
    display: block;
    /* padding: 68px 10px 12px 10px; */
    /* margin: 0px; */
}

#cartbutton a:hover {
    background-color: #000;
}

#contentwrap {
    width: 760px;
    margin: 2px auto 0px auto;
}

#content {
    width: 700px;
    padding: 3px 20px;
    float: left;
    border-left: 1px solid #ddd;
}

h1 {
    font-size: 18px;
    border-left: 5px solid #fff;
    line-height: 1.5em;
    padding-left: 10px;
    margin-left: -20px;
}

h2 {
    font-size: 16px;
    line-height: 1.2em;
    border-left: 5px solid #fff;
    padding-left: 10px;
    margin-left: -10px;
}

h3 {
    font-size: 14px;
    line-height: 1.2em;
}

#content_image {
    /*width: 381px;
     
     
     height: 393px;*/
    float: right; /* was left */
    margin-bottom: 40px;
}

#footer {
    display: block;
    clear: left;
    width: 760px;
    color: #999;
    text-align: right;
    float: left;
    margin-top: 20px;
    margin-bottom: 8px;
}

#homepage_footer {
    color: #999;
    margin-top: 20px;
    margin-bottom: 8px;
}

/* td.thinBorder and .form_btn added by JML 2008-03-09 */
td.thinBorder {
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.form_btn {
    color: #ffffff;
    background-color: #424242; /* #cda552;  #699586 */
    font-weight: bold;
    padding: 4px 6px;
    border-left: 0px;
    border-top: 0px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

/* searchResults hiliting colors */
tr.lightRow {
    background-color: #d9cfc4; /* #cdbd7b;  #b3a89c */
    text-decoration: none;
}

tr.lightRow:hover {
    background-color: #b3aaa0; /* #cdbd7b;  #b3a89c */
}

tr.darkRow {
    background-color: #f3eae0; /* #ceae5a; #c7bbae */
    text-decoration: none;
}

tr.darkRow:hover {
    background-color: #b3aaa0; /* #ceae5a; #c7bbae */
}

a.brief:hover {
    text-decoration: underline;
}

a.brief {
    text-decoration: none;
}

/* search form select object formatting */
.search_select {
    width: 24em;
}

#nav ul {
    position: relative;
    z-index: 100;
}

#nav li {
}

#nav ul li:hover ul {
    display: block;
}

#nav ul li:hover ul li {
    display: block;
}

#nav ul li ul {
    display: none;
    float: left;
    position: absolute;
    border: 0;
}

#nav ul li ul li {
    display: none;
    clear: left;
    border: 0;
    background: #ccc;
    float: none
}

#nav ul li ul li a {
    padding: 5px;
    display: block;
    color: black;
    color: black;
    background: #ccc;
}

#nav ul li ul li a:hover {
    color: white;
}

form table tr td {
    vertical-align: top;
}

#alphabeticlist {
    border-spacing: 10px;
}

#alphabeticlist td {
    background-color: #950000;
    padding: 10px;
    width: 20px;
    text-align: center;
}

#alphabeticlist a {
    text-decoration: none;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14pt;
}

.go-home {
	
}

.textarea {
	width: 342px;
	valign: top:
	border: 1px solid #999;
}

.textinput {
	width: 342px;
	border: 1px solid #999;
}
