/* bdurham.css */


/* color names: http://www.w3schools.com/css/css_colornames.asp */


/* ==================================================================== */
/* Defaults                                                             */
/* ==================================================================== */


/* FireFox 1.x bug - ignores textarea in linked style sheets */
/* NOTE: textarea style must be duplicated in each htm page */
body, h1, h2, h3, h4, p, li, a, 
form, fieldset, legend, textarea, input, option, select, label, button, 
table, caption, thead, tfoot, tbody, th, tr, td, 
div, span 
{ font-family: verdana, arial, sans-serif; font-size: 10pt; color: #404040; }

h1 { font-weight: bold; font-size: 14pt; }
h2 { font-weight: bold; font-size: 12pt; margin: 0px; }

/* Micheal Babcock: firefox fails to indent bullets !!! */
/* li { text-indent: -20px; margin: 0px; } */

a 
{ font-size: 10pt; }

a:link, a:visited 
{ color: blue; }

/* hover colors: peachpuff tomato */

a:hover 
{ text-decoration: none; background-color: gold; }

hr 
{ height: 1px; color: #404040; margin: 0px; padding: 0px; }



/* ==================================================================== */
/* Left (navigator) and Top (banner) frame pages                        */
/* ==================================================================== */


/* colors: #C9D8FA; (original "powder-blue like"), wheat */
/* colors: silver; lightgrey; Lavender LightSteelBlue; } */
/* colors: thistle DarkSeaGreen, silver                  */
/* colors: cornsilk; Lavender, whitesmoke;  gainsboro    */
/* colors: whitesmoke; lightgrey ; cornflowerblue;       */


.body_banner
/* { background-color: lightgrey; } */

{ background-image: url( "images/darkgrey.gif" ) }

.body_navigator
/* { background-image: url( "images/smoke.gif" ) } */

{ background-color: #eee; }

.div_navigator
{ font-family: verdana, arial, sans-serif; font-size: 10pt; margin: 12px; }

.div_navigator a 
{ font-size: 10pt; line-height: 150%; }



/* ==================================================================== */
/* Main frame pages (content)                                           */
/* ==================================================================== */

/* every content page gets .body_base plus a page specific .body_<pagename> style */

.body_base
{ margin:12px; border-top: 1px groove black; }


/* page specific styles for optional page specific colors/backgrounds */

.body_home, .body_aboutus, .body_products, .body_services, .body_customers, .body_jobs, .body_contactus,
.body_partners, .body_betaprogram 
{ background-color: snow; }

.body_erroralert
{ background-color: lightsalmon }


/* .body_temp coded red to remind us to change .body_<pagename> after editing template */

.body_temp
{ background-color: tomato; }
