/* force right scrollbar in non-ie browsers to prevent horizontal jumping */
html {
height: 100%;
margin-bottom: 1px;
}

/* ~~~~~~~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~~~~*/

body 
{
background: #fff;
text-align: center;
margin: 0;
padding: 0;
color: #000;
font-family: trebuchet ms,arial,helvetica,sans-serif;
font-size: 1em;
line-height: 1em;
}

a:link,
a:visited
{
color: #e98214;
text-decoration: none;
}

a:hover,
a:active
{
color: #e98214;
text-decoration: underline;
}

img
{
border: 0;
}

.alignright
{
float: right;
}

.clear
{
clear: both;
}


/* ~~~~~~~~~~~~~~~~~ TYPOGRAPHY~~~~~~~~~~~~~~~~~*/

.pop
{
color: #546817;
font-weight: bold;
}

ul.bullet
{
list-style-image: url('../images/bullet.gif')
}

ul.bullet li
{
margin-bottom: 0.5em;
}

h2
{
color: #767674;
font-weight: bold;
font-size: 1.2em;
margin-bottom: -0.5em;
}

.small
{
font-size: 0.8em;
}




/* ~~~~~~~~~~~~~~~~~ STRUCTURAL ~~~~~~~~~~~~~~~~~*/

.stage
{
width: 871px; 
margin: 15px auto;
padding: 0;
text-align: left;
background: #fff;
border: 1px solid #c1d82f;
}

/* ~~~~~~~~~~~~~~~~~ LINKS ~~~~~~~~~~~~~~~~~*/


.linkbar
{
width: 871px;
height: 35px;
background: #c1d82f;
text-align: center;
margin: 0;
padding: 0;
}

.linkbar ul {
margin: 0 0 0 15px;
padding: 0;
}

.linkbar li {
list-style: none;
display: inline;
margin: 0;
padding: 0;
}


.linkbar li a.home
{
float: left;
height: 35px;
width: 63px;
background: url("../images/lk_home.gif") 0 0 no-repeat;
text-decoration: none;
}

.linkbar li a.services
{
float: left;
height: 35px;
width: 76px;
background: url("../images/lk_services.gif") 0 0 no-repeat;
text-decoration: none;
}

.linkbar li a.products
{
float: left;
height: 35px;
width: 86px;
background: url("../images/lk_products.gif") 0 0 no-repeat;
text-decoration: none;
}

.linkbar li a.customer-service
{
float: left;
height: 35px;
width: 148px;
background: url("../images/lk_customer-service.gif") 0 0 no-repeat;
text-decoration: none;
}


.linkbar li a.employee-communication
{
float: left;
height: 35px;
width: 213px;
background: url("../images/lk_employee-communication.gif") 0 0 no-repeat;
text-decoration: none;
}

.linkbar li a.wellness
{
float: left;
height: 35px;
width: 83px;
background: url("../images/lk_wellness.gif") 0 0 no-repeat;
text-decoration: none;
}

.linkbar li a.about-us
{
float: left;
height: 35px;
width: 84px;
background: url("../images/lk_about-us.gif") 0 0 no-repeat;
text-decoration: none;
}

.linkbar li a.contact
{
float: left;
height: 35px;
width: 87px;
background: url("../images/lk_contact.gif") 0 0 no-repeat;
text-decoration: none;
}

.linkbar li a:hover
{
background-position: 0 -35px;
}



/* ~~~~~~~~~~~~~~~~~ MAIN SECTION ~~~~~~~~~~~~~~~~~*/

.mainsect
{
clear: both;
margin-top: 11px;
background: #e4e4e5;
}

/* ~~~~~~~~~~~~~~~~~ (Left Colunm) ~~~~~~~~~~~~~~~~~*/

.colleft
{
background: #fff;
margin-right: 253px;

}

.colleft .container
{
margin: 0 29px;
font-size: 0.8em;
line-height: 1.5em;
border: 1px solid #fff;
}

/* ~~~~~~~~~~~~~~~~~ (Right Column) ~~~~~~~~~~~~~~~~~*/

.colright
{
float: right;
width: 253px;
text-align: right;
}

.address
{
height: 192px;
background: url("../images/w.gif") no-repeat top right;
}

.address p
{
margin: 0 0 1em 23px;
color: #59595a;
font-size: 0.8em;
line-height: 1.8em;
text-align: left;
}

.address p a:link,
.address p a:visited
{
color: #59595a;
text-decoration: none;
}

.address p a:hover,
.address p a:active
{
color: #59595a;
text-decoration: underline;
}



/* ~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~*/

.footer
{
width: 871px; 
margin: 10px  auto;
padding: 0 0 1em 0;
font-size: 0.8em;
line-height: 2em;
color: #c1d82f;
text-align: left;
}

.footer a:link,
.footer a:visited
{
color: #9db03a;
font-weight: bold;
text-decoration: none;
}

.footer a:hover,
.footer a:active
{
color: #9db03a;
font-weight: bold;
text-decoration: underline;
}

.copy
{
font-size: 0.9em;
color: #79797b;
}

.credit
{
font-size: 0.8em;
color: #adadb3;
line-height: 1.1em;
}

.credit a:link,
.credit a:visited
{
color: #adadb3;
font-weight: normal;
text-decoration: none;
}

.credit a:hover,
.credit a:active
{
color: #b0bf61;
font-weight: normal;
text-decoration: underline;
}
