/* ---------------------------------- body ---------------------------------- */

html, Body {
	margin: 0;
	padding: 0;
	padding: 0;
}

Body {
	font-family: "Trebuchet MS";
	color:#DEDEDE;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
}

.ClearSpace {
	clear:both;
}
/* -------------------------- container --------------------------- */

.Container {
    margin: 0 auto;
    width: 770px;
	text-align: center;
	width: 900px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* -------------------------- nav --------------------------- */

.MainMenu {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: none;
	font-size: 13px;
	}
	
a.MainMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#0066FF;
	text-decoration: underline;
	font-size: 13px;
	}
		
a.MainMenu:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration: none;
	font-size: 13px;
	}

.LHMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #999999;
	margin-top: 20px;
    }

.LHMenuOrangeh1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	color: #FFFFFF;
	margin-right: 0px;
	}
	
.LHMenuOrangeh2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	margin-right: 0px;
	}
	
/* ------------------------------- local nav -------------------------------- */
#local-nav {
  list-style: none;
  float: right;
  width: 260px;
  background: url(images/border_y.gif); repeat-x top left;
  margin-bottom: 30px;
  }
  #local-nav li {
    padding: 10px 15px 12px;
    background: url(images/border_x.gif); repeat-x bottom left;
    }
    #local-nav a {
      font-weight: bold;
      font-size: .9em;
      }
  #local-nav-2 li {
    padding: 5px 15px 0px;
    list-style: none;
	background:none;
	}
  #local-nav-3 li {
    padding: 5px 15px 0px;
    list-style: none;
	background:none;
	}
	
		
#LHsideBar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E4E9ED;
    }

#RHsideBar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 0px;
	vertical-align: top;
	float: left;
    }

.RHAdvert {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 0px;
	vertical-align: top;
    }

.ImageBar {}

.Scroll {
	width:100%;
	height:350px;
	SCROLLBAR-FACE-COLOR: #F0E6DD;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #CF9467;
	SCROLLBAR-ARROW-COLOR: #5176B5;
	SCROLLBAR-DARKSHADOW-COLOR: #86532D;
	SCROLLBAR-BASE-COLOR: #F7EEE7;
	}
	
/* -------------------------------- content --------------------------------- */

#Content {
    float: left;
	background-color: #FFFFFF;
	color: #CCCCCC;
	width: 560px;
	height: auto;
	min-height: 300px;
	border-left: 1;
	padding-left: 4px;
	padding-right: 10px;
	left: auto;
	top: auto;
	font-family: "Trebuchet MS";
	font-size: 10px;
	height: auto;
	}  
  #breadcrumb {
    color: #999;
    }
    #breadcrumb a {
      font-size: .9em;
      padding: 2px;
      }
	  
.DivisionBar {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	width: 530px;
	vertical-align: middle;
	font-family: "Arial Narrow";
	color: #000000;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
	line-height: 24pt;
	margin-top: 1px;
	padding-bottom: 1px;
}

.DivisionButton {
	background-color: #E1E1E1;
	width: 280px;
	vertical-align: center;
	text-align: center;
	border-bottom: 8px;
	height: 30px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.DivisionPicture {
	background-color: #FFFFFF;
	width: 280px;
	vertical-align: center;
	text-align: center;
	border-bottom: 8px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.StaffPicture {
	background-color: #FFFFFF;
	vertical-align: left;
	text-align: center;
	border-top: 3px;
	border-left: 3px;
	border-right: 3px;
	border-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 0px;
	padding-top: 0px;
	border-color: #999999;
}

.BrandPicture {
	background-color: #FFFFFF;
	vertical-align: left;
	text-align: center;
	border-top: 3px;
	border-left: 3px;
	border-right: 3px;
	border-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 0px;
	padding-top: 0px;
	border-color: #FFFFFF;
}

.DivisionAdvert {
	background-color: #FFFFFF;
	width: 280px;
	vertical-align: bottom;
	text-align: bottom;
	border-bottom: 8px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.TopNav{
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 150px;
	vertical-align: middle;
	padding-left: 15px;
}
.Footer {
	font-size: 10px;
	margin-top: 15px;
}
	
.Webmaster {
	text-align:center;
	width: 100%;
	font-size: 12px;
	color: #999999;
}

.FloatLeft {
	float: left;
}
	
.FloatRight, table.people  {
	float: right;
	position: relative;
	margin-left:10px;
	}
	
p {
	text-align:left;
	font-size: 10pt;
	color: #000000;
	line-height: 16pt;
	padding-left: 5px;
}

p.form {
	text-align:left;
	font-size: 10pt;
	color: #000000;
	line-height: 16pt;
}
	
h1 {
	font-family: "Arial Narrow";
	font-size: 20pt;
	font-weight: normal;
	color: #C70E30;
	text-align: left;
	line-height: 20pt;
	font-style: normal;
	letter-spacing: 0px;
	text-transform: none;
	margin-top: 15px;
	padding-bottom: 0px;
}


h1.DivisionButton {
	font-family: "Arial Narrow";
	color: #666666;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}
 
a.DivisionButton {
	font-family: "Arial Narrow";
	color: #666666;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	line-height: normal;
} 
a.DivisionButton:hover {
	font-family: "Arial Narrow";
	color: #0066CC;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}

a.DivisionButton:active {
	font-family: "Arial Narrow";
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	line-height: normal;
}

h2 {
	font-family: "Arial Narrow";
	color: #B32D2D;	
	font-size: 15pt;
	line-height: 16pt;
	padding-bottom: 10px;
	text-align: left;
	margin-top: 0px;
}

h2.calltoactiongrey {
	font-family: "Arial Narrow";
	color: #C60C30;
    font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;	
	padding-bottom: 10px;
	text-align: left;
	margin-top: 35px;
	}
	
h2.calltoactionred {
	font-family: "Arial Narrow";
	color: #C60C30;
    font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;	
	padding-bottom: 10px;
	text-align: left;
	margin-top: 35px;
	}
		
h3 {
	font-size: 15px;
	font-weight: normal;
	color: #82091E;
	text-align: left;
	line-height: 25px;
	font-style: normal;
	text-transform: none;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	line-height: 18pt;
	font-style: normal;
	text-transform: none;
}

h5 {
	font-size: 13pt;
	font-weight: normal;
	color: #666666;
	text-align: left;
	line-height: 18pt;
	font-style: italic;
	text-transform: none;
}

h6 {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	line-height: 25px;
	font-style: normal;
	text-transform: none;
}

h7 {
	font-size: 10pt;
	font-weight: normal;
	color: #CC3300;
	text-align: right;
	line-height: normal;
	font-style: normal;
	text-transform: none;
}

h8 {
	font-family: "Arial Narrow";
	color: #C60C30;
    font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;	
	padding-bottom: 10px;
	text-align: left;
	margin-top: 35px;
	}
.Content h2 {
	}
	
.list {
	text-align:left;
	font-size: 10pt;
	color: #333333;
	line-height: 25px;
}
.Copyright {
	font-size: x-small;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	left: 131px;
	top: 493px;
	width: 900px;
}
	
.smalltext {
	font-size: x-small;}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	color:#0066CC;
	text-decoration: none;
	font-size: 13px;
	text-transform: none;
}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#0099FF;
	text-decoration: underline;
	font-size: 13px;
	text-transform: none;
}
	
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#0033FF;
	text-decoration: none;
	font-size: 13px;
	text-transform: none;
	color: none;
}
a.header {
	font-family: Arial, Helvetica, sans-serif;
	color:#028DA2;
	text-decoration: none;
	font-size: 18px;
	text-transform: capitalize;
}
a.header:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#38C92E;
	font-size: 18px;
	text-transform: capitalize;
	word-spacing: 4px;
}
a.header:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size: 18px;
	text-transform: capitalize;
}	
.h1white {
	font-size: 16pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	line-height: 18pt;
	font-style: normal;
	letter-spacing: 0px;
	text-transform: none;
}

	
.LHNavh2blue {
	font-size: 14pt;
	font-weight: normal;
	color: #999999;
	text-align: left;
	line-height: 14pt;
	font-style: normal;
	text-transform: none;
}

.h6ourpeople {
	font-size: 13pt;
	font-weight: normal;
	color: #EC6F03;
	text-align: left;
	line-height: normal;
	font-style: italic;
	text-transform: none;
}

a.smllinktext {
	color:#006699;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	}
	
a.smllinktext:hover {
	color:#0000FF;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	}
	
a.smllinktext:active {
	color:#CC0000;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	}

a.navylinktext {
	color:#003399;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}
	
a.navylinktext:hover {
	color:#0000FF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	}
	
a.navylinktext:active {
	color:#CC0000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	}

a.smllinkarrow {
	color:#0066FF;
    font-size: 13px;
    background: url('images/icon_arrow.gif') no-repeat bottom right;
    padding-right: 8px;
	padding-left: 10px;
      }
	
a.smllinkarrow:hover {
	color:#0066FF;
	font-size: 13px;
    background: url('images/icon_arrow.gif') no-repeat bottom right;
    padding-right: 8px;
	padding-left: 10px;
	  }
	
a.smllinkarrow:active {
	color:#CC0000;
	font-size: 13px;
    background: url('images/icon_arrow.gif') no-repeat bottom right;
    padding-right: 8px;
	padding-left: 10px;
	  }

a.greylinktext {
	color:#999999;
	text-decoration: none;
	font-size: 9px;}
	
a.greylinktext:hover {
	color:#333333;
	text-decoration: none;
	font-size: 9px;}
	
a.greylinktext:active {
	color:#666666;
	text-decoration: none;
	font-size: 9px;}
	
a.text {
	color:#FFFFFF;
	text-decoration: none;
	}
a.text:hover {
	color:#FFFF00;
	text-decoration: none;
	}
a.text:active {
	color:#FFFFFF;
	text-decoration: none;
	}	

.BorderWhite {
    }
.ContactBlock {
}
.TextBox {
	padding: 8px 10px 10px 0px;
}
.Right {
	text-align: right;
}
.Left {
	text-align: left;
}

/* ---------------------------------- foot ---------------------------------- */


.FooterMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #999999;
	margin-top: 20px;
	margin-left: 320px;
    }

a.Footer {
	color: #FFFFFF;
	text-decoration: none;
	}				
a.Footer:hover {
	color: #FFFFFF;
	text-decoration: none;
	}	
a.Footer:active {
	color: #FFFFFF;
	text-decoration: none;
	}


/* --------------------------------- The Team --------------------------------- */

div.team {
}

div.team p {
  padding : 10px;
  text-align:center;
}

div.team div.photo {
  margin-top: 10px;
  width: 145px;
  float:left;
  padding: 3px;
}

div.team div.photo em {
  font-style:normal;
}

div.team div.photo img {
  padding : 3px;
  border: 1px solid #000;
}

