
@font-face {
  font-family: cbmfont;
  src: url(cbm54.ttf);
}

@font-face {
  font-family: arialnfont;
  src: url(arialn.ttf);
}

@font-face {
  font-family: arialblkfont;
  src: url(ariblk.ttf);
}

@font-face {
  font-family: arialrndfont;
  src: url(arlrdbd.ttf);
}

@font-face {
  font-family: gthcfont;
  src: url(gothic.ttf);
}

@font-face {
  font-family: gsmtfont;
  src: url(gsmt.ttf);
}

body 
{
  background-color: #ffffff;
  background-image: url("images/footerbg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

#header
{
  position: relative;
  margin: auto;
  width: 960px;
  height: 70px;
}

#header img {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 500px;
  height: 65px;
}

#menu {
  position: absolute;
  width: 450px;
  height: 35px;
  font-size: 16px;
  font-family: cbmfont;
  text-align: center;
  text-shadow: 5px 5px 10px #555555;
  background-color: #E67817;
  border-radius: 8px;
  bottom: 10px;
  right: 0;
}

#menu ul {
  height: auto;
  padding: 8px 0px;
  margin: 0px;
}

#menu li {
  display: inline;
  padding: 5px;
}

#menu a {
  text-decoration: none;
  color: #ffffff;
  padding: 4px 4px 4px 4px;
}

#menu a:hover {
  color: #E67817;
  background-color: #ffffff;
}

.slidehome
{
  position: relative;
  margin: auto;
  width: 960px;
}

#footer
{
  margin: auto;
  background-image: url("images/footer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 960px;
  height: 57px;
}

#index
{
  margin: auto;
  width: 960px;
  text-align: justify;
  text-justify: inter-word;
  font: 14px gthcfont;
}

ul#index1
{
  margin-left: -20px;
}

.box1
{
  position: relative;
  width: 960px;
  height: 270px;
}

.box2
{
  position: relative;
  width: 320px;
  height: 270px;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: arialrndfont;
  text-shadow: 5px 5px 10px #555555;
}

.box2 img
{
  width: 250px;
  height: 200px;
}

.box3
{
  width: 960px;
  text-align: center;
}

.box3 img
{
  width: 200px;
  height: 150px;
  padding: 10px;
}

.box4
{
  position: relative;
  width: 960px;
  height: 875px;
}

.box4 H2
{
  font-family: arialrndfont;
  color: #0000ff;
  background-color: #CFFF00;
  border-radius: 8px;
}

.box4 H3
{
  font-family: arialrndfont;
  color: #0000ff;
}

.box5
{
  position: relative;
  width: 300px;
  float: left;
}

.box5 H3
{
  font-family: arialrndfont;
  color: #E67817;
}

.box5 a:link, a:visited {
  color: #000000;
  text-decoration-line: none;
}

.links
{
  position: relative;
  width: 960px;
  margin: auto;
  font-size: 14px;
}

.links H1
{
  font-family: gsmtfont;
  font-size: 18px;
  background-color: #CFFF00;
  border-radius: 8px;
}

H1#index
{
  font-family: gsmtfont;
  color: #0000ff;
  font-size: 18px;
  background-color: #CFFF00;
  border-radius: 8px;
  font-weight: bold;
}

#contact
{
  font-family: gsmtfont;
  color: #E67817;
  font-size: 24px;
  font-weight: bold;
}

.box2 a
{
  color: #0000ff;
  text-decoration-line: none;
  font-size: 14px;
}

#contact1
{
  position: relative;
  width: 600px;
  left: 0px;
}

#contact2
{
  position: absolute;
  left: 600px;
  top: 0px;
  width: 355px;
  text-align: center;
}

p#visitor 
{
  font: 16px arialrndfont;
  color: #009D00;
}

#feedjit
{
  margin-left: 30px;
}

#attn1
{
  position: relative;
  width: 100px;
  font: 18px gthcfont;
  left: 30px;
}

#attn2
{
  position: absolute;
  width: 300px;
  font: 18px gthcfont;
  left: 100px;
  top: -1px;
}

#services_a a {
  text-decoration: none;
}

//  border: 1px solid red;


