/* Firefox CSS Document */
#top-container {
  width: 735px;
  height: 70px;
  background-image: url("/images/new/top-menu-background.gif");
  background-repeat: repeat-x;
  position: relative;
  margin-bottom: -18px;
}
#body-container {
  width: 735px;
  min-height: 250px;
  background-image: url("/images/new/body-top-shadow.jpg");
  background-color: #fff;
  background-position: top left;
  background-repeat: repeat-x;
  position: relative;
  margin: 24px 0 24px 0;
  height: auto;
  float: left;
  clear: both;
}

#login-header {
  width: 196px;
  height: 38px;
  background-image:  url("/images/new/client-login.gif");
  position: absolute;
  top: 52px;
  left: 514px;
  margin: 0px;
  padding: 0px;
}

#program-header {
  width: 196px;
  height: 38px;
  background-image:  url("/images/new/programming.gif");
  position: absolute;
  top: 52px;
  left: 514px;
  margin: 0px;
  padding: 0px;
}

.login-spacer {
margin:0px;
padding:0px;
height:6px;
}

#process-header {
  width: 210px;
  height: 38px;
  background-image:  url("/images/new/design-process.gif");
  position: absolute;
  top: 150px;
  left: 509px;
  margin: 0px;
  padding: 0px;
}

#portfolio-header {
  width: 210px;
  height: 38px;
  background-image:  url("/images/new/recent-projects.gif");
  position: absolute;
  top: 252px;
  left: 509px;
  margin: 0px;
  padding: 0px;
}

#features-header {
  width: 210px;
  height: 38px;
  background-image:  url("/images/new/site-features.gif");
  position: absolute;
  top: 250px;
  left: 509px;
  margin: 0px;
  padding: 0px;
}

#portfolio-header-web {
  width: 210px;
  height: 38px;
  background-image:  url("/images/new/recent-projects.gif");
  position: absolute;
  top: 610px;
  left: 509px;
  margin: 0px;
  padding: 0px;
}



/* Menu */

#menu {
	/*width: 700px;*/
	height: 35px;
	margin: 10px auto;
	font-family: Georgia, "Times new Roman", Times, serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 15px;
	padding: 14px 0 10px 0;
	/*border-left: 1px solid #EDEBD5;*/
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #666666;
}

#menu a.no-border {
	border: 0px;
}

#menu a.right-border {
	/*border-right: 1px solid #EDEBD5;*/
}

#menu a:hover {
	  background-image: url(/images/new/top-menu-hover.jpg);
	  background-repeat: repeat-x;
	  	border-left: 1px solid #EDEBD5;
		border-right: 1px solid #EDEBD5;
	color: #870E04;
	border-top: 1px solid #EDEBD5;
}

#header-home {
	width: 770px;
	height: 118px;
	margin: 0 auto;
	margin-bottom:-18px;
	background: url(images/new/logo4.gif) no-repeat;
}