/**
 * AMComputing Style Sheet
 * Author:  Steve Caponetto <steve@amcomputing.com>
 * Updated: September 12, 2007
 */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff url(images/bg.png) repeat-x top left;
	font-family: arial, helvetica, sans-serif;
}

.error {
	color: #c00;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/* ---[ top border bar ]----------------------------------------------------- */
#topbar {
	height: 8px;
	background-color: #099d53;
	border-bottom: 1px solid #fff;
}

/* ---[ main page container ]------------------------------------------------ */
#container {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	text-align: left;
	background-color: #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

/* ---[ header ]------------------------------------------------------------- */
#header {
	height: 75px;
}
#header h1.logo {
	margin: 15px 0 25px 10px;
}
#header h1.logo a {
	display: block;
	width: 239px;
	height: 45px;
	background: url(images/amcomputing-logo.png);
	text-decoration: none;
}
#header h1.logo a span {
	display: none;
}

/* ---[ navigation menu ]---------------------------------------------------- */
#nav {
	height: 45px;
	background: #333 url(images/nav-bg.png) repeat-x top left;
}

#nav span.left-bg {
	width: 4px;
	height: 45px;
	float: left;
	background: url(images/nav-bg-left.png) no-repeat top left;
}
#nav span.right-bg {
	width: 4px;
	height: 45px;
	float: right;
	background: url(images/nav-bg-right.png) no-repeat top right;
}

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

#nav ul li {
	float: left;
}
#nav ul li.right {
	float: right;
}

#nav li a {
	display: block;
	height: 45px;
	color: #fff;
    text-decoration: none;
}

#nav a span {
	display: none;
}

/* ---[ navigation buttons ]------------------------------------------------- */
#nav a.home {
	width: 73px;
	background: url(images/nav-home.png) no-repeat top left;
}

#nav a.services {
	width: 88px;
	background: url(images/nav-services.png) no-repeat top left;
}

#nav a.portfolio {
	width: 92px;
	background: url(images/nav-portfolio.png) no-repeat top left;
}

#nav a.about {
	width: 95px;
	background: url(images/nav-about.png) no-repeat top left;
}

#nav a.contact {
	width: 87px;
	background: url(images/nav-contact.png) no-repeat top left;
}

#nav a.billing {
	width: 146px;
	background: url(images/nav-billing.png) no-repeat top left;
}

#nav li.active a, #nav a:hover {
	background-position: 0px -45px;
}

/* ---[ breadcrumb links ]--------------------------------------------------- */
#breadcrumb {
	margin: 0;
	padding: 15px 3px 3px 3px;
	min-height: 25px;
	background: #fff url(images/breadcrumb-bg.png) repeat-x top left;
	font-size: 90%;
}

#breadcrumb ul {
	margin-top: 1em;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#breadcrumb ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#breadcrumb a {
	color: #000;
}
#breadcrumb a:hover {
	color: #099d53;
}

/* ---[ main content area ]-------------------------------------------------- */
#content {
	padding: 5px 15px;
}

h1 {
	margin: 0;
	font-size: 160%;
}
h2 {
	margin: 0;
	font-size: 130%;
}

#footer {
	margin: 10px;
	padding: 15px;
	font-size: 75%;
	text-align: center;
	border-top: 3px solid #efefef;
}
#footer p {
	margin: 0;
	padding: 0;
	color: #999;
}

.box {
	margin: 10px 30px;
	padding: 12px;
}


.img-right {
	float: right;
	margin-left: 20px;
	padding: 5px;
}
.img-left {
	float: left;
	margin-right: 20px;
	padding: 5px;
}

div.infoBox {
   /*display: inline;*/
   background: #eee;
   border: 1px solid #000;
   float: left;
   width: 44%;
   min-width: 15em;
   padding: 4px;
   margin: 2%;
   margin-top: 0;
   clear:none;
}

div.infoBox h3{
  /*white-space: nowrap;*/
  padding: 2px;
  margin-top: 0px;
  margin-bottom: -5px;
  border-bottom: 1px dashed #000;
}

div.infoBox p{
  font-size:smaller;
  margin-bottom: 0px;
}

form {
  text-align:       center;
  padding:          1em;
  margin-bottom:    2em;
  background-color: #eee;
  border:           1px solid #000;
}

form th { text-align: right; }
form td { text-align: left; }

form.contact-form {
	width: 90%;
}

form.login-form {
  width: 20em;
}