@charset "UTF-8";
/* CSS Document */
/* general style info such as background images for boxes and colors */

.boxTop	/* style rules for the div tag that makes up the header bar of boxes */
	{
		background-image: url(../layoutImages/navBarBackground.jpg);
		background-position: 50%;
		background-repeat: repeat-x;
		border-bottom: 1px solid #555555;
		height: 15px;
	}

.boxBottom	/* style rules for the div tag that makes up the main content of boxes */
	{
		background-image: url(../layoutImages/boxBottomBackground.jpg);
	}
	
.homeBox	/* style rules that are the same for all three of the home page boxes */
	{
		background-image: url(../layoutImages/boxBottomBackground.jpg);
		height: 250px;
	}
	
.ajaxImageLink	/*the images on the portfolio page that are used as ajax links */
	{
		margin-top: 5px;
		margin-bottom: 3px;
		margin-left: 13px;
		border: 1px solid #555555;
		cursor: pointer;
	}
	
.clientSiteImage	/* images of client web sites referenced from the brief file for client websites */
	{
		margin: 10px;
		border: 1px solid #555555;
		float: left;
	}

br	/* clears breaks on the left to stop client and service images from over spilling divs */
	{
		clear: left;
	}
	
ul	/* style rules for the bullet points */
	{
		list-style-type: circle;
		list-style-position: outside;
	}
	
.certImage
	{
		border: 0px none #FFFFFF;
	}
