body 
{
    background-image: url('images/backgroundprintfall.jpg');
    color: #4d4b4a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #e5e2db;
    background-repeat: repeat;
}
/* Hides from IE5-mac \*/
* html .buggybox
{
    height: 1%;
}
/* End hide from IE5-mac */
*
.style5
{
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}
.clear 
{
    clear: both;
}
#container
{
    margin: 0px auto;
    text-align: left;
    width: 780px;
}
/*********************** Logo ****************************/
#logo
{
    background-color: #b6ad9b;
    background-repeat: repeat-x;
    height: 5px;
    width: 775px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#logo a
{
    margin: 0px auto;
}
/********************** Header ***************************/
#header
{
    margin: 0px;
    width: 775px;
    height: 308px;
    background-image: url('images/LabsDogTagBanner.png');
    background-repeat: no-repeat;
}
#header ul
{
    position: absolute;
    top: 282px;
    margin: 0;
    padding: 0;
    list-style: none;
   }
#header li
{
    display: inline;
}
.lastchild
{
    border-right: 0px none !important;
}
/*#header ul a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #B30838;
    text-decoration: none;
    padding: 0px 7px 0px 7px;
    border-right: 1px solid #7b6b5c;
}*/
#header ul a:hover
{
    color: #000000;
}

/********************** Menu ***************************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menu
{
    margin-left: 1px;
    padding: 0;
    width: 100%;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 5px;
    text-transform: uppercase;
    }

#menu ul
{
    font: bold 14px Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    
   }

#menu li
{
    /*display: inline;*/
    margin: 0 2px 0 0;
    padding: 0;
    text-transform: uppercase;
}

/*#menu, #menu ul { /* all lists */
/*	font: bold 14px Verdana, Arial, sans-serif;
	padding: 2px;
	margin: 0;
	list-style: none;
	line-height: 1;
} */

#menu a {
	display: block;
	width: 170px;
	height: 24px;
	float: left;
    color: #AF0D4E;
    background: #a6bcea url(media/color_tabs_left.gif) no-repeat left top;
    margin: 0 0px 0 0;
    padding: 0 0 1px 3px;
    text-decoration: none;
    letter-spacing: 1px;
    border: 1px solid #000000;
}

#menu a span
{
    float: left;
    display: block;
    background: transparent url(media/color_tabs_right.gif) no-repeat right top;
    padding: 4px 9px 2px 6px;
    overflow: visible;
}
/*
#menu a span
{
    float: none;
}*/

#menu a:hover
{
    background-color: #8cb85c;
}
/*
#menu a:hover span
{
    background-color: #8cb85c; /*light green*/
/*
#menu a:hover 
{
    background-color: #8cb85c; /*light green*/

#menu .current a, #menu .current span
{
    /*currently selected tab*/
   background-color: #AF0D4E;
   width: 100px;
   z-index: 2;
}
        
#menu li {
    /* all list items */
	font: inherit;
    float: left;
    width: 145px; /* width needed or else Opera goes nuts */ /*display: inline;*/
    margin: 0 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    z-index: 1;
}

#menu li ul {
    /* second-level lists */
	position: absolute;
	top: 26px;
    width: 10em;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu li:hover ul {
	left: auto;
	bottom: 10em;
}


#menu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

#menu, #menu ul {
    padding: 0 2px 0 0;
    margin: 0 2px 0 0;
    list-style: none;
    line-height: 1;
    z-index: 1;
}
#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
	position: absolute;
	left: auto;
}

#content {
	clear: left;
}


/*#ddcolortabs a
{
    float: left;
    color: white;
    background: #a6bcea url(media/color_tabs_left.gif) no-repeat left top;
    margin: 0 0px 0 0;
    padding: 0 0 1px 3px;
    text-decoration: none;
    letter-spacing: 1px;
    border: 2px solid #000000;
    position: relative;
}

#ddcolortabs a span
{
    float: left;
    display: block;
    background: transparent url(media/color_tabs_right.gif) no-repeat right top;
    padding: 4px 9px 2px 6px;
}

#ddcolortabs a span
{
    float: none;
}


#ddcolortabs a:hover
{
    background-color: #8cb85c;
}

#ddcolortabs a:hover span
{
    background-color: #8cb85c; /*light green*/

/*#ddcolortabs a:hover span
{
    background-color: #8cb85c; /*light green*//*
}*/

/*#ddcolortabs .current a, #ddcolortabs .current span
{
    /*currently selected tab*/
    /*background-color: #8cb85c;
}*/

#ddcolortabsline
{
    clear: both;
    padding: 0;
    width: 100%;
    height: 8px;
    line-height: 8px;
    background: #678b3f;
/*dark green*/    border-top: 1px solid #fff;
    position: relative;
}

	
/********************** Content ***************************/

#content
{
    background-color: #7b6b5c;
    width: 774px;
    display: block;
    
}
#content h1
{
    font-family: Copperplate Gothic Light, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bolder;
    vertical-align: top;
    color: #A6BCEA;
    margin: 0px 23px 6px 28px;
    padding: 20px 0px 0px 0px;
    position: relative;
    border-bottom: 1px solid #af0d4e;
}
/********************** Content - left ***************************/
#left
{
    background-color: #A6BCEA;
    border: 1px solid #af0d4e;
    width: 550px;
    margin: 0px 0px 10px 28px;
    padding: 0px 0px 15px 0px;
    float: left;
    display: inline;
}
.text
{
    float: left;
    width: 422px;
}
#left h1
{
    font-family: Copperplate Gothic Light, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bolder;
    color: #A6BCEA;
    margin: 0px 23px 6px 28px;
    padding: 20px 0px 0px 0px;
    border-bottom: 1px solid #af0d4e;
}
#left h2
{
    border: thin solid #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bolder;
    color: #AF0D4E;
    text-decoration: none;
    margin: 20px 0px 10px 23px;
    font-style: normal;
    background-color: #C0C0C0;
}
#left h3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #4d4b4a;
    text-decoration: underline;
    margin: 20px 0px 10px 23px;
}
#left p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    margin: 6px 0px 0px 23px;
    z-index: 500;
}
.style1
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000080;
    font-size: small;
    font-weight: bold;
}
.style2
{
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    margin: 5px;
    color: #000080;
    font-size: medium;
    font-weight: bold;
    background-repeat: repeat;
}
.style3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    margin: 6px 0px 0px 23px;
    z-index: 5;
    position: absolute;
    top: 600px;
    left: 125px;
}

#left a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #4040ff;
}
#left a:hover
{
    color: #000000;
}
.photos
{
    float: right;
}
.photos img
{
    display: block;
    margin-top: 5px;
}
.photos a:hover
{
    color: #000000;
}
/********************** Content - right ***************************/
#right
{
    float: right;
    width: 165px;
    background-image: url('images/backgroundprint4.jpg');
    margin: 0px 23px 10px 0px;
    padding: 10px 0px 6px 0px;
    display: inline;
    border: 1px solid #af0d4e;
    height: 500px;
    text-align: center;
}
#right h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #c2bdaa;
    width: 164px;
    text-align: center;
    padding: 3px 0px 3px 0px;
}
#right h3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bolder;
    color: #AF0D4E;  /* Melrose Red */
   /* text-decoration: underline; */
    text-align: center;
    /*margin: 20px 0px 10px 23px;*/
}
#right p
{
    padding: 10px 9px 0px 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4d4b4a;
}
#right a
{
    padding: 15px 9px 5px 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4d4b4a;
    font-weight: bolder;
    display: block;
}
#right a:hover
{
    color: #000000;
}
#right span a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #605c4c;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #c2bdaa;
    width: 138px;
    text-align: left;
    padding: 3px 0px 3px 5px;
    margin: 15px 6px 0px 6px;
}
#pscroller1
{
    width: 150px;
    height: 300px;
    padding: 5px;
    background-image: url('images/backgroundprint4.jpg');
    background-color: #caf0fe;
}
/********************** Content - weather ***************************/
#weather
{
    float: right;
    width: 165px;
    background-image: url('images/backgroundprint4.jpg');
    margin: 0px 23px 10px 0px;
    padding: 10px 0px 6px 0px;
    display: inline;
    border: 1px solid #af0d4e;
    height: 100px;
}
#weather h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #c2bdaa;
    width: 164px;
    text-align: center;
    padding: 3px 0px 3px 0px;
}
/*.weather{float:bottom;}*/
.weather img{display:block;}
/********************** footer ***************************/
#footer
{
    background-color: #bbb6a0;
    width: 774px;
    height: 30px;
    text-align: center;
    padding: 10px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    color: #4d4b4a;
}
#footer a:hover
{
    color: #000000;
}

