  * {
	margin: 0;
	padding: 0;
  }
  body {
	font-family: Georgia;
	font-size: 14px;
	line-height: 18px;
	background-image: url(../GIFs/MasterBG1.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #000;
  }
  p,
  ul,
  ol {
	margin-bottom: 18px;
  }
  ul {
	list-style-type: square;
	margin-left: 2em;
	color: #666666;
  }
  h1 {
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 18px;
	font-weight: bold;
	text-align: justify;
	color: #000;
  }
  h2 {
	color: #003366;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 18px;
	font-weight: normal;
  }
  h3 { 
    font-size: 12px; 
    line-height: 18px; 
  }
  .left {
	float: left;
	margin: 0 18px 18px 0;
  }
  .right { 
    float: right; 
    margin: 0 0 18px 18px; 
  }
  .callout {
	font-size: 11px;
	color: #a39c8d;
	border: 1px solid #CCCCCC;
	margin-bottom: 18px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #F5F5F5;
	margin-top: 9px;
	margin-right: 9px;
	margin-left: 9px;
  }
  .callout h4 { 
    font-size: 11px; 
    line-height: 18px; 
  }
  .column {
	float: left;
	width: 470px;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
  }
  
    .SideBarColumn {
	float: left;
	width: 599px;
	padding-right: 20px;
  }
  .sidebar {
	width: 144px;
	font-size: 11px;
	color: #003366;
	float: right;
	position: relative;
  }
  
    .sidebarLH {
	width: 144px;
	font-size: 11px;
	color: #003366;
	float: left;
	position: relative;
  }
  #content {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
	position: relative;
  }
  #biopic {
	width: 98px;
  }
  #WelcomeLogo {
	float: left;
	width: 144px;
}

  #ServiceLogo01 {
	width: 98px;
}

  #ServiceLogo02 {
	width: 98px;
}

  #ServiceLogo03 {
	width: 98px;
}

  #ServiceLogo04 {
	width: 98px;
}
  #ServiceLogo05 {
	width: 98px;
}
  #MainContentArea {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
  #WelcomeHeader {
	width: 830px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	background-color: #333;
}
  #NavigationBar1 {
	width: 830px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
  #WelcomeBar1 {
	width: 830px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 9px;
	margin-bottom: 9px;
}


/*  Nav Menu */
#menu {
	width: 820px;
	clear: both;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-transform: capitalize;
	height: 30px;
	font-weight: bold;
	overflow: hidden;
}

#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	height: 20px;
}
#menu a, #nav strong, #nav span {
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#menu a {
	float:none;
}
#menu li {
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003300;
}
#menu a:hover {
	text-decoration:underline;
	float: left;
	color: #003366;
	background-color: #FFFFFF;
	background-image: url(../GIFs/HoverBG1.gif);
	background-repeat: repeat-x;
	background-position: center top;
}  

#menu a.current,#menu a.current:link,#menu a.current:visited,#menu a.current:hover
{
	color: #333;
	background-color: #FFFFFF;
	background-image: url(/GIFs/HoverBG1.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 20px;
}

#menu .padding { padding: 5px 0 0 10px; font-weight: bold; }

#MasterNav {
	clear: both;
	width: 830px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 28px;
	background-image: url(../GIFs/NavBG1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

  #FooterContainer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 50px;
}

  #ContactContainer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
  #FooterText {
	color: #333;
	font-size: 10px;
	text-align: center;
}
  .RedTXT {
	color: #CC0000
}
  .OrageTXT {
	color: #FF9900
}
  .BlueTXT {
	color: #003366
}
  .MainTextIndent {
	margin-left: 170px;
	text-align: justify;
}
.GalleryAreaLeft {
	width: 295px;
	position: relative;
	float: left;
	height: 100px;
	background-image: url(../GIFs/Gallery-Background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: left;
}
  .GalleryAreaRight {
	width: 295px;
	position: relative;
	float: right;
	height: 100px;
	background-image: url(../GIFs/Gallery-Background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: right;
}
.AreasCoveredLeft {
	width: 225px;
	position: relative;
	float: left;
}
  .AreasCoveredRight {
	width: 225px;
	position: relative;
	float: right;
}
  .GalleryText {
	width: 190px;
	margin-top: 10px;
	font-size: 10px;
	position: relative;
	float: left;
}
  .GalleryTitles {
	width: 190px;
	margin-top: 20px;
	font-size: 18px;
	position: relative;
	float: left;
}
  .GalleryIcon {
	float: left;
	height: 80px;
	width: 80px;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
}
.LinkRed {
	color: #C00;
	text-decoration: none;
}

.LinkOrange {
	color: #F90;
	text-decoration: none;
}

.LinkBlue {
	text-decoration: none;
	color: #003366;
}


.LinkGrey {
	color: #999;
	text-decoration: none;
}
.LargeMainText {
	font-size: 22px;
	margin-bottom: 18px;
}
#LHSide {
	float: left;
	width: 144px;
	position: relative;
	margin-right: 18px;
}

#RHSide {
	float: right;
	width: 144px;
	position: relative;
	margin-left: 18px;
}
.ToolPics {
	height: 168px;
	width: 224px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
}

.ToolText {
	height: 168px;
	width: 224px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
	text-align: center;
	font-family: Arial;
}
.Clear {
	width: 460px;
	position: relative;
	clear: both;
	height: 50px;
}

