html { min-height: 100%; margin-bottom: 1px; overflow-y:scroll; }  /* Firefox / IE8 scroll-fix*/

body {
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background-image:url(../images/BG_gradient.jpg);
background-color:#ffffff;
background-repeat:repeat-x;
}

h1 {
font-size: 22px;
font-weight: bold;
color: #e11e24;
}

h3 {
font-size:14px;
font-weight:bold;
color: #e11e24;
}

/* --- Layout Styles --- */

#CenteringContainer {
margin-left:auto;
margin-right:auto;
width:820px;
padding:0;
}

#Container {
position:relative;
float:left;
width:820px;
padding:0;
}

#Header {
position:relative;
float:right;
width:800px;
height:176px;
padding:0 10px 0 10px;
margin:0px;
background-image:url(../images/masthead.jpg);
background-repeat:no-repeat;
background-position:center;
}

#Header #HomeLink {
position:relative;
float:left;
width:345px;
height:130px;
margin:20px 0 0 0px;
z-index:1;
}

#Header #Headline {
position:relative;
float:left;
width:300px;
height:30px;
margin:0px 0 0 0px;
color:#FFFFFF;
font-size:20px;
font-weight:bold;
z-index:2;
}

#Middle {
position:relative;
float:left;
width:820px;
padding:0;
margin:0;

}

#TopNav {
position:relative;
float:left;
width:820px;
height:28px;
padding:10px 0px 10px 0px;
text-align:center;
}

#Content {
position:relative;
float:left;
width:800px;
padding:5px 10px 10px 10px;
font-size:12px;
}

/* --- Main Content Styles --- */
#Content h1 {
font-size: 22px;
font-weight: bold;
color: #e11e24;
}

#Content h2 {
font-size:18px;
font-weight:bold;
color:#1b7eb8;
}

#Content h3 {
font-size:15px;
font-weight:bold;
color:#e11e24;
}

#Content strong {
color:#1b7eb8;
}

#Content img {
color:#1b7eb8;
}

#Content hr {
color:#1b7eb8;
width:700px;
}

/* --- Old employee layout
#techProfile {
position:relative;
float:left;
width:780px;
padding:10px;
border-bottom:#940509 1px solid;
}

#techProfile img {
margin:10px;
}
*/

#EmployeeContainer {
width:100%;
position:relative;
float:left;
}

#techProfile {
position:relative;
float:left;
width:142px;
height:220px;
/*padding:10px;*/
margin:15px;
/*border:#940509 1px solid;*/
}

#techProfile img {
margin:0px;
width:140px;
}

#techProfile #imageContainer {
position:relative;
float:left;
width:140px;
height:135px;
overflow:hidden;
border:#940509 1px solid;
margin:0 0 5px 0;
padding:0;
}

#techProfile p {
font-size:11px;
color:#666666;
margin:0 5px 5px 5px;
}

#techProfile strong {
font-size:14px;
font-weight:bold;
color:#1b7eb8;
margin:0 5px 5px 5px;
}

#LinksBox {
position:relative;
float:left;
width:780px;
padding:10px;
/*border-bottom:#940509 1px solid;*/
}

#LinksBox a {
font-weight:bold;
color:#1b7eb8;
}

#LinksBox img {
margin:0 10px 10px 0;
}

#ProductLinks ul {
list-style:none;
}

#ProductLinks ul li {
margin:0 0 30px 0;
}

#ProductLinks p {
font-size:11px;
color:#333333;
}

#ProductLinks a {
color:#1b7eb8;
font-weight:bold;
}

#Footer {
position:relative;
float:left;
width:800px;
margin:20px 0px 20px 0px;
/*padding:0 10px 0 10px;*/
text-align: center;
color: #940509;
font-size: 12px;
font-weight:bold;
}


/* --- Top Nav Styles--- */
#TopNav ul {
position:relative;
float:left;
display:block;
padding:0;
margin:0;
list-style:none;
z-index:1000;
overflow:visible;
}

#TopNav ul li {
position:relative;
float:left;
display:block;
padding:0;
margin:0;
}

#TopNav a {
padding:10px 8px 6px 8px;
margin:0;
font-size: 15px;
color: #940509;
text-decoration:none;
font-weight:bold;
}

#TopNav a:hover {
color: #1b7eb8;
}


#Fishbowl {
position:relative;
width:355px;
height:280px;
float:left;
margin:15px 5px 5px 5px;
}

#GreenScreen {
position:relative;
float:left;
/*clear:right;*/
width:345px;
border:#00853e 1px dashed;
padding:5px;
margin:15px 5px 5px 5px;
}

#GreenScreen img {
position:relative;
float:left;
padding:3px;
}

#GreenScreen p {
font-weight:bold;
color:#00853e;
}

.smallText {
display:block;
width:355px;
background-color:#bde0f5;
font-size:10px;
font-weight:bold;
text-align:center;
padding:7px;
color:#1b7eb8;
}

/* --- Info box styles --- */
#InfoBox {
border:#1b7eb8 1px solid;
padding:10px;
margin:10px 0 10px 0;
}

/* --- Coupon box styles --- */
#CouponBox {
width:153px;
position:relative;
float:left;
text-align:center;
padding:10px;
clear:both;
margin:15px 0 0 0;
font-weight:bold;
/*border:#00A23C 1px solid;*/
}

#CouponBox img {
border:none;
margin:0 0 10px -17px;
}

#CouponBox a {
color:#00A23C;
text-decoration:none;
}

/* --- Styles for right column on home page --- */
#RightSide {
position:relative;
float:left;
width:355px;
margin:25px 0 0 0;
}

/* --- class shrinks main content part to allow room for right column on home page --- */
#Content.narrowcontent {
width:400px;
}

/* --- Footer text styles --- */
#Footer a {
font-size: 12px;
font-weight:bold;
color: #940509;
text-decoration: none;
}

#Footer a:hover {
color: #1b7eb8;
text-decoration: underline;
}

/*BKR Footer Style - rev 5.9.07*/
.bkr_footer{
   font-size:10px;
   color: #940509;
   font-weight:normal;}
.bkr_footer a{
   font-size:10px;
   color: #940509;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:link{
   font-size:10px;
   color: #940509;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:hover {
   font-size:10px;
   color: #940509;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:visited {
   font-size:10px;
   color: #940509;
   font-weight:normal;
   text-decoration: none;}
/*END BKR Footer Style */