/* STANDARD STYLES */

body {
	margin: 0;
}
table {
	border: 0;
	border-collapse: collapse;
}
th {
	padding: 0;
	text-align: left;
	vertical-align: top;
}
td {
	padding: 0;
	vertical-align: top;
}
img {
	border: 0;
}
a {
	color: inherit;
}
input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
}
/* ==================================================================================================== */
body {
	margin-top: 5px;
	background-color: #076324;
}

#site {
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 782px;
}
#logo {
	width: 182px;
	padding: 54px 0 0 38px;
	border-right: solid 1px #ACCEB7;
}
#logo h1 {
	margin-top: 0;
	font: bold 80px "Century Gothic", sans-serif;
	color: #076324;
}
#banner {
}

.menu {
	border-right: solid 1px #ACCEB7;
}
.menu a {
	margin-left: 1px;
	padding-left: 14px;
	margin-top: 1px;
	padding-top: 6px;
	margin-bottom: 0;
	display: block;
	height: 24px;
	width: 200px;
	border-left: solid 5px #FFCA08;
	border-bottom: solid 1px #ACCEB7;
	background-color: #F4FFF7;
	font-family: "Century Gothic", sans-serif;
	color: #000;
	font-size: 13px;
	text-decoration: none;
}
.menu a.active {
	background-color: #DCEFE1;
}
.menu a.child {
	border-left: 0;
	padding-left: 20px;
}
.menu a.highlight {
	background-color: #DCEFE1;
}
.menu a.highlightChild {
	background-image: url('images/highlight.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #F4FFF7;
}
#content {
	padding: 18px;
}
#content .box {
	padding: 8px;
	width: 236px;
	height: 110px; /* Adjust the height if the boxes don't line up or if text is missing */
	border: solid 1px #ACCEB7;
	margin-bottom: 18px;
}
#content .left {
	float: left;
}
#content .right {
	float: right;
}
#content .box h3, #content .box p {
	margin-top:	8px;
	margin-bottom:	8px;
}
#content .box p, #content .box p a {
	font-family: Arial, sans-serif;
}
#content .box p a {
	color: #BE8E00;
}
#content .contentBoxes {
	float: right;
	width: 146px;
	border-left: solid 1px #ACCEB7;
	margin-left: 18px;
}
#content .contentBoxes h4 {
	margin: 8px 16px 0 16px;
}
#content .contentBoxes .box {
	margin: 16px;
	width: 114px;
	border: solid 1px #ACCEB7;
}
#footer {
	vertical-align: middle;
	height: 36px;
	background-color: #076324;
}
#footer p {
	margin: 0 20px 0 20px;
}
#footer p, #footer a {
	font-family: Arial, sans-serif;
	margin-bottom: 0;
	color: #fff;
	font-size: 11px;
}
#content a {
	color: #000;
}
#content p, #content td, #content th, #content li, #content input, #content select, #content textarea {
	font-family: "Century Gothic", sans-serif;
	font-size: 13px;
}
#content td {
	padding: 4px;
}
#content td.nowrap {
	white-space: nowrap;
}

#content h1 {
	font-family: "Century Gothic", sans-serif;
	font-weight: normal;
	font-size: 22px;
	border-bottom: solid 1px #ACCEB7;
}
#content h2 {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	background-color: #FDF6DF;
}
#content h3 {
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #076324;
}
#content .box h3 {
	font-size: 16px;
	background-image: url('images/npi-small.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content h4 {
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
}
label {
	float: left;
	width: 150px;
}
#content input.large {
	width: 300px;
}
#content textarea {
	width: 300px;
	height: 100px;
}
#content .buttons {
	padding-left: 150px;
}
#content .buttons input {
	width: 7em;
	height: 2.2em;
}
#content input, #content textarea {
	margin-top: 2px;
	margin-bottom: 2px;
}
#contentFooter {
	padding: 0 18px 18px 18px;
}
#content .specifications {
	margin-top: 18px;
	width: 100%;
}
#content .specifications td, #content .specifications th {
	border: solid 1px #000;
	text-align: center;
}
#content .error {
	color: #FF0000;
}
#content .backgroundColor {
	color: #076324;
}
