/*

 *  This is your external CSS style sheet. It defines all of the CSS styles that you
 *  are using in your page.  
 *

 *
 */

body{
  /* This is the background image to the entire page.
   * 
   * If you would like this layer to stay static relative to the
   * browser window (you don't want it to scroll with your content)
   * just add the word 'fixed' to the line below (before the ;). */
  background: url(images/background.jpg);
}

/* You named this layer box_center */
#WhiteBox {
  position: absolute;
  margin-left: -508.5px;
  left: 50%;
  top: +29px;
  width: 1030px;
  height: 710px;
  z-index: 2;
}

/* You named this layer copyright_text_\#5C5C5C_center */
#Copyright {
  position: absolute;
  margin-left: -82.5px;
  left: 50%;
  top: +750px;
  width: 165px;
  height: 14px;
  z-index: 3;

  /* Here are some suggestions for this area's text settings */
  text-align: left;
  /* If you don't want scroll bars when your content gets bigger than the space
   * you designed for it, remove the following line.      */
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #5C5C5C;
}

/* MAIN AREA */
#One-Col {
  position: absolute;
  left: 26px;
  top: 148px;
  width: 962px;
  height: 528px;
  z-index: 4;
}

/* NAVIGATION: CONTACT */
#Layer-5 {
  position: absolute;
  left: 926px;
  top: 100px;
  width: 60px;
  height: 30px;
  z-index: 5;
}

/* NAVIGATION: CONTACT-ON */
#Layer-6 {
  position: absolute;
  left: 926px;
  top: 100px;
  width: 60px;
  height: 30px;
  z-index: 6;
}

/* NAVIGATION: LINKS */
#Layer-7 {
  position: absolute;
  left: 717px;
  top: 100px;
  width: 38px;
  height: 30px;
  z-index: 7;
}

/* NAVIGATION: LINKS-ON */
#Layer-8 {
  position: absolute;
  left: 717px;
  top: 100px;
  width: 38px;
  height: 30px;
  z-index: 8;
}

/* NAVIGATION-CLIENTS */
#Layer-9 {
  position: absolute;
  left: 493px;
  top: 100px;
  width: 49px;
  height: 30px;
  z-index: 9;
}

/* NAVIGATION-CLIENTS-ON */
#Layer-10 {
  position: absolute;
  left: 493px;
  top: 100px;
  width: 49px;
  height: 30px;
  z-index: 10;
}

/* NAVIGATION-ABOUT */
#Layer-11 {
  position: absolute;
  left: 271px;
  top: 100px;
  width: 43px;
  height: 30px;
  z-index: 11;
}

/* NAVIGATION-ABOUT-ON */
#Layer-12 {
  position: absolute;
  left: 271px;
  top: 100px;
  width: 43px;
  height: 30px;
  z-index: 12;
}

/* NAVIGATION PORTFOLIO */
#Layer-13 {
  position: absolute;
  left: 29px;
  top: 100px;
  width: 67px;
  height: 30px;
  z-index: 13;
}

/* NAVIGATION-PORTFOLIO-ON */
#Layer-14 {
  position: absolute;
  left: 29px;
  top: 100px;
  width: 67px;
  height: 30px;
  z-index: 14;
}

/* You named this layer index_link */
#Layer-15 {
  position: absolute;
  left: 292px;
  top: 37px;
  width: 430px;
  height: 34px;
  z-index: 15;
}

/* You named this layer index_linkover */
#Layer-16 {
  position: absolute;
  left: 292px;
  top: 37px;
  width: 430px;
  height: 34px;
  z-index: 16;
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a { cursor: pointer; }
a:link { color: #E8D504; }
a:visited { color: #E8D504; }
a:hover {
  color: #E8D504;
  /* text-decoration: underline; */

}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	text-align: left;
	line-height: 17px;
}

p#normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	text-align: left;
	line-height: 17px;
}



p#right  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	text-align: right;
	line-height: 17px;
}

.yellowheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #E8D504;
	text-align: left;
	white-space: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 1px;
}

