/* ID definitions ------------------------------------------ */
#heading_bg {
  background-image: url("/images/layout/heading_bg.jpg");
  background-repeat: repeat;
  width: 100%;
  height: 105px;
  border-bottom: 4px solid #000;
}

#heading_fg {
  width: 100%;
  background-image: url("/images/layout/heading.jpg");
  background-repeat: no-repeat;
  height: 105px;
}
	#heading_fg ul {
	  margin: 0;
	  margin-right: 45px;
	}

	#heading_fg ul li {
	  display: inline;
	  margin: 0;
	  padding: 0;
	  float: right;
	  text-align: center;
	  margin-right: 5px;
	  margin-top: 84px;

	}
	
		#heading_fg ul li a, #heading_fg ul li a:link {
			color: #fff;
			text-decoration: none;
			background-color: #3d3d3d;
			width: 78px;
			height: 21px;
			display: block;
			font-family: "Trebuchet MS", "Century Gothic", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
			font-size: 14px;
		}
		
		#heading_fg ul li a:hover {
		  	color: #cccccc;
		  	background-color: #000;
		}
		

#top_content {
  background-color: #494949;
  width: 100%;
  padding: 7px 0 7px 0px;
}
	
	#top_content p {
	  margin-right: 18%;
	  margin-left: 7px;
	}
	
	#top_content h3 {
	  margin: 7px 18% 0 7px;
	  border-bottom: 1px dotted #2e2e2e;
	}

#top_content_spotlight_img {
  width: 250px;
  height: 200px;
  background-color: #666666;
  margin: 13px 20px 13px 20px;
  padding: 4px;
  float: left;
}

#copyright {
  /*background-image:url("/images/layout/copyright_bg.jpg");*/
  height: 25px;
  width: 100%;
  bottom: 0;
  background-color: #121212;
  border-top: 3px solid #000;
  font-family: "Trebuchet MS", "Century Gothic", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
  color: #fff;
  font-size: 10px;
  text-align: center;	
}

#main_content {
  
}

	#main_content div p{
	  padding-right: 8px;
	  padding-left: 8px;	  
	}
	
	#main_content div h3 {
	  padding-left: 8px;
	}
	
#latest_work {
  background-color: #181818;
  margin: 4px 20px 20px 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
}

	#latest_work h3 {
	  margin-bottom: 15px;
	}
	
	#latest_work hr {
 		display: none;
	  	clear: left;
	}
	
	#latest_work div {
	  border-top: 1px dotted #2e2e2e;
	}
	
	#latest_work div:hover {
	  background-color: #212121;
	}
	
	#latest_work div:hover table tr td img {
	  border: 3px solid #181818;
	}
	
	#latest_work p {
	  margin: 0 0 5px 0;
	}
	
	#latest_work div table tr td img {
	  border: 3px solid #212121;
	}
	
/* Class definitions --------------------------------------- */

.two_column {
  width: 49%;
  float: left;

}

.three_column {
  width: 33%;
  float: left;
}

.four_column {
  width: 25%;
  float: left;

}

.two_column h3, .two_column h4, .two_column p, .three_column h3, .three_column h4, .three_column p, .four_column h3, .four_column h4, .four_column p {
  padding: 0 7px 0 7px;
}
	

/* Tag definitions ----------------------------------------- */

body {
  margin: 0;
  background-color: #2B2B2B;
}

h1 {
  display: none;
}

h2 {
  display: none;
}

h3 {
  font-family: "Trebuchet MS", "Century Gothic", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 0 0;
}

h4 {
  font-family: "Trebuchet MS", "Century Gothic", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 4px 0 0 0; 
}

h5 {
  font-family: "Trebuchet MS", "Century Gothic", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: bold;  
  margin: 0 0 0 8px;
  padding: 0;
}

p, div ul li {
  font-family: "Trebuchet MS", "Century Gothic", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
  color: #fff;
  font-size: 11px;  
}

p a, p a:link, p a:visited, p a:active, #copyright a, #copyright a:link, #copyright a:visited, #copyright a:active {
  color: #88AAFF;
  text-decoration: none;
  font-weight: bold;
}

p a:hover, #copyright a:hover {
  color: #aaaaff;
  text-decoration: none;
}

abbr {
  border-bottom: 1px dotted #fff;
  cursor: help;
}