/* ------------------------------------- (  Start -  Layout   ) ------------------------------------- */

body
{
	margin: 0px;
	margin-top: 0px;
	font-family: Trebuchet MS,verdana,arial;
	background-color: #E5E5E5;
	background-image: url(../resources/page_bg.gif);          	
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#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: 84px;
	color: #666666;
	padding-left: 15px;
	padding-right: 15px;
}

#logo
{
	float: left;
	color: #666666;
	font-size: 25px;
	padding-top: 20px;
}

#topmenu
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 11px;
	color: #ffffff;	
	text-align: left;	
	padding-top: 60px;
	float: right;

}

#topmenu a, #topmenu a:active, #topmenu a:visited
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 11px;
	color: #ffffff;
	/*text-align: right;*/
	text-decoration: none;
	font-weight: normal;
}

#topmenu a:hover, #topmenu a:visited:hover
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 11px;
	color: #ffffff;
	/*text-align: right;*/
	text-decoration: none;
	font-weight: normal;
}

#header2
{
	clear: both;
	width: 100%;		
}

#container
{
	width: 779px;
	position: absolute;
	top: 272px;
	background-color: #ffffff;
	background-image: url(../Resources/page_bg.gif);	
	background-position: left top;
	background-repeat: repeat-y;
}

#nav
{
	margin-top: 6px;
	float: left;
	clear: left;	
	width: 208px;	
	padding-left: 0px;
}

#navlistcontainer
{
	width: 202px;
	margin-left: 6px;
	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: 510px;	
	padding: 10px;
	float: right;
}


#footerlinks
{
	text-align: left;
	width: 100%;
	clear: both;
	display: block;
}

.before-footer
{
	background-color: #ffffff;	
	height: 2px;
	font-size: 10px;
	clear: both;
}

#footer
{	
	clear: both;
	background-color: #A42822;
	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;
}

.cleaning
{
	clear: both;
	width: 100%;
	font-size: 0px;
	height: 0px;
}


/* Crumbtrail
....................................................................... */

#crumbtrail
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #A42822;
}

#crumbtrail p
{
}

#crumbtrail a, #crumbtrail a:active, #crumbtrail a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #A42822;
	font-size: 11px;
	text-decoration: underline;
}

#crumbtrail a:hover, #crumbtrail a:visited:hover
{
	color: #666666;
	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: 177px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 5px 5px 20px;
	color: #333333;
	background-image: url(../resources/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 12px;
}

#navlistcontainer li a:hover, #navlistcontainer li a:visited:hover
{
	background-color: #E1E0DE; 
}

/* 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/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#navlistcontainer .SubMenu a:hover, #navlistcontainer .SubMenu a:visited:hover
{
	background-color: #E1E0DE;
	background-image: url(../resources/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;	
}

#navlistcontainer img
{
	margin: 2px 0px 5px 0px;
}

.navlistheading
{
	font-size: 18px;
	padding-left: 15px;
	color: #A42822;
	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: #333333;	
}



/* Generic
....................................................................... */
p
{
	margin: 0px 0px 5px 0px;
}

a, a:link, a:active, a:visited
{
	color: #333333;
	text-decoration: underline;
}

a:hover, a:visited:hover
{
	color: #666666;
	text-decoration: none;
}

strong
{
}

h1
{
	font-family: Trebuchet MS,verdana,arial;
	font-size: 24px;
	font-weight: normal;
	color: #A42822;
	margin: 5px 0px 10px 0px;
}

h2
{
	font-size: 20px;
	margin: 5px 0px 10px 0px;
	font-weight: normal;
	font-family: Trebuchet MS,verdana,arial;	
}

h3
{
	font-size: 16px;
	margin: 5px 0px 10px 0px;
	font-family: Trebuchet MS,verdana,arial;	
}

h4
{
	font-size: 14px;
	margin: 5px 0px 10px 0px;
	font-family: Trebuchet MS,verdana,arial;	
}

h5
{
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	font-family: Trebuchet MS,verdana,arial;	
}

h6
{
	font-size: 10px;
	margin: 5px 0px 10px 0px;
	font-family: Trebuchet MS,verdana,arial;	
}


img, img a
{
	border: 0px;
}
