﻿body 
{
    font-family:Arial;
    font-size:9pt;
    background:#cccccc url('/images/layout/bgGradient.jpg') repeat-x;
    text-align:center;
}

a
{
	color:0000ff;
	font-weight:bold;	
}

#page 
{
    width:965px;
    margin:25px auto 0 auto;
    text-align:left;
}

#logo 
{
    position:absolute;
    top:5px;
    margin:0 0 0 10px;
    height:81px;
    width:225px;
    background: url('/images/layout/homeLogo.jpg') no-repeat;
}   

#menu
{
    height:44px;
    width:100%;
    text-align:right;
    background: url('/images/layout/bgMenu.jpg') repeat-x;
}

#menu #menuLeft
{
    float:left;
    width:7px;
    height:44px;
    background: url('/images/layout/bgMenuLeft.jpg') no-repeat;
}

#menu #menuRight
{
    float:right;
    width:9px;
    height:44px;
    background: url('/images/layout/bgMenuRight.jpg') no-repeat;
}

#menu ul.nav
{
    float:right;
}

#menu ul.nav li
{
    font-size:12pt;
    float:left;
    height:20px;
}

#menu ul.nav li a
{  
    text-decoration:none;
    color:#000000;
    line-height:44px;
    padding:12px 30px;
    font-weight:normal;
}

#menu ul.nav li a:hover
{
    background: url('/images/layout/bgMenuHover.jpg') repeat-x;
}

#footer
{
    height:40px;
    width:100%;
    color:#5a5a5a;
    font-weight:bold;
    background: url('/images/layout/bgFooter.jpg') repeat-x;
    margin-bottom:20px;
}

#footer #footerLeft
{
    float:left;
    width:6px;
    height:40px;
    background: url('/images/layout/bgFooterLeft.jpg') no-repeat;    
}

#footer #footerRight
{
    float:right;
    width:10px;
    height:40px;
    background: url('/images/layout/bgFooterRight.jpg') no-repeat;
}

#footer ul.nav li
{
    float:left;
    padding-top:12px;
}

#footer ul.nav a
{
    text-decoration:none;
    color:#5a5a5a;
    font-weight:bold;
    padding:0 15px;
    border-right:1px solid #5a5a5a;
    font-size:8pt;
}

#footer ul.nav a.last
{
	border-right:none;	
}

#footer ul.nav a:hover
{
    text-decoration:underline;   
}

#footer #copyright
{
    padding:12px 10px 0 0;
    float:right;
}

.toutRecycling
{
	width:308px;
	height:163px;
	background:url('/images/touts/bgRecycle.gif') no-repeat;
	margin-top:20px;
	padding:15px 15px;	
}

.toutRecycling p
{
	color:#155206;
	font-size:14pt;
	width:200px;
}

.toutRecycling .continueLink
{
	margin-top:54px;
}

*html .toutRecycling .continueLink
{
	margin-top:60px;	
}

.toutRecycling .continueLink a
{
	color:#999999;
	font-size:14pt;
	font-weight:bold;
	text-decoration:none;
}

.toutRecycling .continueLink a:hover
{
	text-decoration:underline;	
}

.toutService
{
	width:308px;
	height:163px;
	background:url('/images/touts/bgService.gif') no-repeat;
	margin-top:20px;
	padding:15px 15px;	
}

.toutService p
{
	color:#113f5a;
	font-size:13pt;
	width:175px;
}

.toutService .continueLink
{
	margin-top:59px;
}

*html .toutService .continueLink
{
	margin-top:60px;	
}

.toutService .continueLink a
{
	color:#999999;
	font-size:14pt;
	font-weight:bold;
	text-decoration:none;
}

.toutService .continueLink a:hover
{
	text-decoration:underline;	
}

form
{
	width:800px;
	margin:0 auto;
	text-align:left;	
}

form label
{
	float:left;
	display:inline-block;
	width:100px;
	font-weight:bold;	
}

form p
{
	float:left;
	display:inline-block;
	width:370px;
}

*html form p
{
	width:400px;	
}


input, select, textarea
{
	font-size:9pt;
	font-family:Arial;
}

.required
{
	color:#8b342b;
	margin-right:5px;	
}

label.error
{
	color:#8b342b;
	width:auto;
	margin-left:100px;
}

input.error, select.error, textarea.error
{
	border:1px solid #8b342b;
}