@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/texture.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


#container  {
	width: 798px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	background-image: url(images/BackgroundGradient.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
} 
#header  { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
/*#banner  {
	background-image: url(images/barTile.jpg);
	height: 194px;
	background-repeat: repeat-y;
}*/

#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
h1 {
	font-family: "Californian FB", "Palatino Linotype";
	font-size: 24px;
	color: 675F69;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5%;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*#sidebar1  {
	background-image: url(images/SidebarSideTile.jpg);
	padding: 0px;
}*/

#sprite-nav {
	background-image: url(images/SidebarSideTile.jpg);
	width: 140px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 69px;
	float: left;
}

ul#navigation {
	width: 0px;
	position:relative;
	margin-top: 0px;
	margin-right: 40px;
	float: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
.bullettedList {
	list-style-image: url(images/bulletLittle.jpg);
}

ul#navigation li {
	width: 140px;
	float:left;
	display: block;
}

ul#navigation a {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
	outline: 0;
	overflow: hidden;
}
/*begin home button*/

ul#navigation #home a 
	{
	background-position: 0px 0px;
	background-image: url(images/home.gif);
	height: 48px;
	}
ul#navigation #home a:hover 
	{
	background-position: -140px 0px;
	background-image: url(images/home.gif);
	height: 48px;
	}
.currentHome
	{
	background-position: -280px 0px;
	height: 48px;
	background-image: url(images/home.gif);
	}

/*end home button*/

/*begin whoIam button*/

ul#navigation #whoIam a 
	{
	background-position: 0px 0px;
	background-image: url(images/whoIAm.gif);
	height: 48px;
	}
ul#navigation #whoIam a:hover 
	{
	background-position: -140px 0px;
	background-image: url(images/whoIAm.gif);
	outline: 0;
	height: 48px;
	}
.currentwhoIam
	{
	background-position: -280px 0px;
	height: 48px;
	background-image: url(images/whoIAm.gif);
	}

	
/*end whoIam button*/

/*begin whoYouAre button*/
ul#navigation #whoYouAre a 
	{
	background-position: 0px 0px; 
	background-image: url(images/whoYouAre.gif);
	outline: 0;
	height: 48px;
	}
ul#navigation #whoYouAre a:hover 
	{
	background-position: -140px 0px;
	background-image: url(images/whoYouAre.gif);
	height: 48px;
	outline: 0;
	}
.currentwhoYouAre
	{
	background-position: -280px 0px;
	height: 48px;
	background-image: url(images/whoYouAre.gif);
	}
/*end whoYouAre button*/

/*begin portfolio button*/
ul#navigation #portfolio a 
	{
	background-position: 0px 0px;
	height: 48px;
	background-image: url(images/portfolio.gif);
	}
ul#navigation #portfolio a:hover 
	{
	background-position: -140px 0px;
	outline: 0;
	background-image: url(images/portfolio.gif);
	}
.currentPortfolio
	{
	background-position: -280px 0px;
	height: 48px;
	background-image: url(images/portfolio.gif);
	}
/*end portfolio button*/

/*begin services button*/
ul#navigation #services a 
	{
	background-position: 0px 0px;
	height: 48px;
	background-image: url(images/services.gif);
	}
ul#navigation #services a:hover 
	{
	background-position: -140px 0px;
	outline: 0;
	background-image: url(images/services.gif);
	}
.currentServices
	{
	background-position: -280px 0px;
	height: 48px;
	background-image: url(images/services.gif);
	}
/*end services button*/

/*begin tools button*/
ul#navigation #tools a 
	{
	background-position: 0px 0px; 
	background-image: url(images/tools.gif);
	height: 48px;
	outline: 0;
	}
ul#navigation #tools a:hover 
	{
	background-position: -140px 0px;
	outline: 0;
	background-image: url(images/tools.gif);
	height: 48px;
	}
.currentTools
	{
	background-position: -280px 0px;
	height: 48px;
	background-image: url(images/tools.gif);
	}
/*end tools button*/


/*begin contact button*/
ul#navigation #contact a 
	{
	background-position: 0px 0px;
	height: 48px;
	background-image: url(images/contact.gif);
	}
ul#navigation #contact a:hover 
	{
	background-position: -140px 0px;
	outline: 0;
	background-image: url(images/contact.gif);
	}
.currentContact
	{
	background-position: -280px 0px;
	height: 48px;
	background-image: url(images/contact.gif);
	}

/*end contact button*/

/*end of navigation*/

#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 527px;
	float: right;
}

#footer  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 798px;
	background-image: url(images/footerBottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	line-height: normal;
	margin: 0px;
	text-align: left;
} 
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 240px;
	line-height: 1.3;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
}
 
h2 {
	font-family: "Californian FB", "Palatino Linotype", serif;
	font-size: 18px;
	color: 675F69;
	font-style: normal;
	font-weight: 600;
	padding: 10px 0px 0px 0px;
	line-height: 12px;
}
h3 {
	font-family: "Californian FB", "Palatino Linotype", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	padding: 0;
	color: #608230;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	font-weight: normal;
	font-size: 9px;
}
.bottomTag {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	display: block;
}


ul {
	line-height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.lightboxThumbnail {
	padding-right: 15px;
}
.links {
	font-size: 12px;
	text-indent: 25px;
}
.tightText {
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.tightparagraph {
	line-height: 150%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* custom 404 page */

#goog-wm {
  width: 800px;
  padding: 1em;
  border: 3px solid #aebd63;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {

  color: #8f2831;
}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {
  display: none;
}

