/* ------------------------------------- (  Start -  Layout   ) ------------------------------------- */

body
{
	margin: 0px;
	font-family: Verdana;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
          line-height: 18px;
    
}

#centre
{
	text-align: center; /* For ie 6 + 7 */
	margin: 0px auto;
}

#wrapper
{
  width: 779px;
  height: 100%;
  margin: 0px auto;
  text-align: left;
  clear: both;
}

#header
{
	clear: both;
	width: 749px;
	background-image: url(../Resources/logo_bg.gif);
	height: 100px;
	color: #666666;
	padding-left: 15px;
	padding-right: 15px;
}

#logo
{
	float: left;
	color: #666666;
	font-size: 25px;
	padding-top: 35px;
          padding-bottom: 0px;
}

#topmenu
{
	font-family: Verdana;
	font-size: 10px;
	color: #666666;	
	text-align: left;	
	padding-top: 15px;
	float: right;

}

#topmenu a, #topmenu a:active, #topmenu a:visited
{
	font-family: Verdana;
	font-size: 10px;
	color: #666666;	
	text-decoration: none;
	font-weight: normal;
}

#topmenu a:hover, #topmenu a:visited:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #cc0000;
	text-decoration: none;
	font-weight: normal;
}

#header2
{
	clear: both;
	width: 100%;		
}

#container
{
	width: 779px;
	position: absolute;
	top: 380px;
	background-color: #ffffff;
	background-image: url(../Resources/left_links_bg.gif);	
	background-position: left top;
	background-repeat: repeat-y;
}

#nav
{
	margin-top: 6px;
	float: left;
	clear: left;	
	width: 200px;	
	padding-left: 0px;
}

#navlistcontainer
{
	width: 200px;
	margin-left: 0px;
	padding-top: 0px;
}

#callto
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 5px;
	text-align: center;
}

#callto img
{
	padding-top: 2px;
	padding-bottom: 2px;
}

#content
{
	width: 550px;	
	padding: 10px;
	float: right;
}


#footerlinks
{
	text-align: left;
	width: 100%;
	clear: both;
	display: block;
}

.before-footer
{
	height: 0px;
	font-size: 0px;
	clear: both;
}

#footer
{	
	clear: both;
	background-color: #666666;
	text-align: center;
	padding: 5px;	
	color: #ffffff;
	font-size: 11px;
}


#footer a, #footer a:active, #footer a:visited
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover, #footer a:visited:hover
{
	color: #ffffff;
	text-decoration: none;
}

#after-footer
{	
	clear: both;
	background-color: #ffffff;
	text-align: center;
	padding: 5px;	
	color: #666666;
	font-size: 10px;
}

.cleaning
{
	clear: both;
	width: 100%;
	font-size: 0px;
	height: 0px;
}

#left
{
	clear: both;
	float: left;
	list-style: none;
         width: 260px;
         padding: 8px;
         background-color: #FFFFCC;
         margin: 1px;
         margin-bottom: 10px;

}

#right
{
	clear: both;
	float: right;
	list-style: none;
         width: 260px;
         padding: 8px;
         background-color: #FFFFCC;
         margin: 1px;
         margin-bottom: 10px;

}

#bottom
{
	clear: both;
	list-style: none;
         padding: 8px;
         width: auto;
         background-color: #EEEEEE;
         margin: 1px;
         margin-bottom: 10px;
}

#attention
{
background-image:url(../../Resources/attention.gif);
background-repeat:no-repeat;
height:120px;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 160px;
	padding-right: 30PX;
	text-align: left;
	background-position:center;
}


/* Crumbtrail
....................................................................... */

#crumbtrail
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #999999;
}

#crumbtrail p
{
}

#crumbtrail a, #crumbtrail a:active, #crumbtrail a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #CC0000;
	font-size: 10px;
}

#crumbtrail a:hover, #crumbtrail a:visited:hover
{
	color: #999999;
	text-decoration: none;
}

/* Navigation
....................................................................... */

#navlistcontainer ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navlistcontainer li
{
	clear: both;
	float: left;
	list-style: none;
}

#navlistcontainer li a, #navlistcontainer li a:link, #navlistcontainer li a:active, #navlistcontainer li a:visited
{
	display: block;
	width: 170px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 11px 5px 30px;
	color: #666666;
         background-image: url(../resources/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	
}

#navlistcontainer li a:hover, #navlistcontainer li a:visited:hover
{
	background-color: #ffffff; 
	color: #cc0000; 
          
}

/* List item with submenu */
#navlistcontainer .SubMenu
{

}

#navlistcontainer .SubMenu a, #navlistcontainer .SubMenu a:link, #navlistcontainer .SubMenu a:active, #navlistcontainer .SubMenu a:visited
{
	background-image: url(../resources/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#navlistcontainer .SubMenu a:hover, #navlistcontainer .SubMenu a:visited:hover
{
	background-color: #ffffff; 
	color: #CC0000;
 	background-image: url(../resources/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;	
}

#navlistcontainer img
{
	margin: 2px 0px 5px 0px;
}

.navlistheading
{
	font-size: 14px;
	padding-left: 15px;
	color: #000000;
	font-weight: bold;
}

/* SiteMap
....................................................................... */

.sitemap
{
	padding: 0px;	
}

.sitemap ul
{
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
}

.sitemap li
{
	line-height: 20px;
}

.sitemap a:hover, .sitemap a:visited:hover
{
	color: #666666;	
}



/* Generic
....................................................................... */
p
{
	margin: 0px 0px 15px 0px;
}

a, a:link, a:active, a:visited
{
	color: #CC0000;
	text-decoration: underline;
}

a:hover, a:visited:hover
{
	color: #000000;
	text-decoration: none;
}

strong
{
}

h1
{
	font-family: Arial;
	font-size: 16px;
	color: #CC3300;
	margin: 5px 0px 10px 0px;
}

h2
{
	font-size: 14px;
	margin: 5px 0px 10px 0px;
	color: #cc3300;
	font-family: Arial;	
}

h3
{
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	color: #000000;
	font-family: arial;
          border: #cccccc 1px dashed; 
          padding:6px;	
}

h4
{
	font-size: 13px;
	margin: 5px 0px 10px 0px;
	color: #666666;
	font-family: Trebuchet MS, Verdana;	
}

h5
{
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	color: #666666;
	font-family: Trebuchet MS, Verdana;	
}

h6
{
	font-size: 10px;
	margin: 5px 0px 10px 0px;
	color: #666666;
	font-family: Trebuchet MS, Verdana;	
}


img, img a
{
	border: 0px;
}

ul, li 
{
	line-height: 18px;}

hr
{  
          border: none 0; 
          border-top: #cccccc 1px dashed; 
          height: 1px;
          width: 100%;
}

.form
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;    
}

