body {
	font: normal 9pt "Palatino Linotype", Palatino, Georgia, Times New Roman, Times, serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	text-align: left;
}
h1 {
	font-size: 140%;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #090;
}
br {
	clear: both;
}
hr {
	height: 1px;
	color: #9c0;
	background-color: #9c0;
	margin: 0;
	padding: 0;
	border: 0;
}
span.raq {
	color: #f17d00;
}

/* LOGO */

#logo {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 12px;
	width: 260px;
	overflow: hidden;
	z-index: 10;
}
#logo img {
	position: relative;
	width: 230px;
	height: 65px;
	border: 0;
}


/* HEADER */

#header {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: #fff url( header_bg.gif ) bottom left repeat-x;
	font: normal 110% Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	overflow: hidden;
	z-index: 5;
}
#header div.navigation {
	position: absolute;
	top: 68px;
	left: 260px;
	width: 500px;
	height: 17px;
	background-image: url( pipe.gif );
	background-position: bottom left;
	background-repeat: no-repeat;
}
#header div.navigation div {
	position: absolute;
	top: 0;
	height: 17px;
	background-image: url( pipe.gif );
	background-position: bottom right;
	background-repeat: no-repeat;
}
#header div.navigation div.active {
	position: absolute;
	top: -5px;
	height: 22px;
	padding-right: 1px;
}
#header div.navigation div.home {
	left: 1px;
}
#header div.navigation div.services {
	left: 54px;
}
#header div.navigation div.solutions {
	left: 123px;
}
#header div.navigation div.about {
	left: 195px;
}
#header div.navigation div.contact {
	left: 265px;
}
#header div.navigation div a {
	color: #2f9435;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
}
#header div.navigation div a:hover {
	color: #f17d00;
}
#header div.navigation div.active a {
	color: #f17d00;
	padding-bottom: 5px;
	border-bottom: 5px solid #f17d00;
}


/* BAND */

#band {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 37px;
	background-color: #090;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 15;
}
#band.home {
	background-image: url( bg_home.jpg );
}
#band.services {
	background-image: url( bg_services.jpg );
}
#band.solutions {
	background-image: url( bg_solutions.jpg );
}
#band.about {
	background-image: url( bg_about_us.jpg );
}
#band.contact {
	background-image: url( bg_contact_us.jpg );
}


/* f5HEADER */

#f5Header {
	display: none;
	visibility: hidden;
	background-image: url( f5_header.gif );
	background-position: top right;
	background-repeat: no-repeat;
	height: 55px;
	position: absolute;
	top: 79px;
	left: 0;
	width: 100%;
	min-width: 760px;
	overflow: hidden;
	z-index: 20;
}


/* MAIN */

#main {
	position: relative;

	width: auto;
	background-color: #f5fae6;
}


/* BREADCRUMB TRAIL */

#main div.breadcrumb {
	display: none;
	visibility: hidden;
	background-color: #fff;
	border-bottom: 1px solid #9c0;
}
#main div.breadcrumb p {
	margin: 0;
	padding: 3px 15px;
	color: #999;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
}
#main div.breadcrumb p span {
	color: #f17d00;
}
#main div.breadcrumb p a {
	text-decoration: none;
	color: #999;
}
#main div.breadcrumb p a:hover {
	text-decoration: none;
	color: #f17d00;
}


/* CONTENT */
#content {
	width: 100%;
}
#content address {
	font-size: 140%;
	text-align: left;
	padding: 5px 20px;
	margin: 0;
}


/* CONTENT LEFT */

#main div.contentLeft {
	float: left;
	display: inline;
	width: 30%;
	margin-bottom: 20px;
}


/* PANEL 1 */

#main div.contentLeft .panel1 {
	background-color: #fff;
	margin: 15px;
	border: 1px solid #060;
}
#main div.contentLeft .panel1 h2 {
	background-color: #9c0;
	text-align: center;
	font-size: 200%;
	padding: 10px 30px;
	margin: 0;
	color: #060;
}
#main div.contentLeft .panel1 img {
	float: left;
	border: 0;
	margin-right: 5px;
	margin-top: 3px;
}
#main div.contentLeft .panel1 p {
	text-align: left;
	font-size: 120%;
	padding: 5px 10px;
	margin: 5px 0;
	color: #930;
}
#main div.contentLeft .panel1 h3 {
	text-align: center;
	font-size: 200%;
	padding: 0 30px 10px 30px;
	margin: 0;
	color: #060;
}


/* PANEL 2 */

#main div.contentLeft .panel2 {
	background-color: #e3f1b8;
	margin: 15px;
	border: 1px solid #c4dcb8;
}
#main div.contentLeft .panel2 p {
	text-align: left;
	font-size: 110%;
	line-height: 150%;
	padding: 10px 5px 10px 10px;
	margin: 0;
	color: #000;
}
#main div.contentLeft .panel2 address {
	font-style: normal;
}
#main div.contentLeft .panel2 ul {
	text-align: left;
	list-style-type: none;
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
	padding: 0;
	margin: 0;
	color: #060;
}
#main a {
	text-decoration: none;
	color: #060;
}
#main a:hover {
	color: #f17d00;
}
#main div.contentLeft .panel2 ul li {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 0;
}


/* PANEL 3 */

#main div.contentLeft .panel3 {
	background-color: #fff;
	margin: 15px;
	border: 1px solid #060;
}
#main div.contentLeft .panel3 h2 {
	background-color: #060;
	text-align: center;
	font-size: 140%;
	padding: 10px 30px;
	margin: 0;
	color: #fff;
}

/* NEWSLETTER */

#main div.contentLeft .newsletter {
	display: none;
	visibility: hidden;
	background-color: #fff;
	margin: 15px;
	border: 1px solid #9c0;
}
#main div.contentLeft .newsletter fieldset, #main div.contentLeft .newsletter form {
	border: 0;
	margin: 0;
	padding: 0;
}
#main div.contentLeft .newsletter h3 {
	margin: 0;
	padding: 5px 10px;
	font-size: 110%;
	font-weight: bold;
	color: #666;
}
#main div.contentLeft .newsletter p {
	text-align: left;
	font-size: 110%;
	line-height: 150%;
	padding: 5px 10px;
	margin: 0;
	color: #666 ;
}
#main div.contentLeft .newsletter label {
	padding-left: 10px;
	display: block;
	font-size: 110%;
}
#main div.contentLeft .newsletter input {
	border: 1px solid #ccc;
	width: 160px;
	margin-bottom: 2px;
}
#main div.contentLeft .newsletter input.send {
	background-color: #060;
	color: #fff;
	width: auto;
	margin: 0;
	margin-left: 10px;
}

/* SERVICES */
#main div.contentLeft h2 {
	text-align: right;
	color: #090;
	font-size: 120%;
	margin: 0;
	padding: 10px 30px;
}
#main div.contentLeft ul {
	list-style-type: none;
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 120%;
	line-height: 150%;
	color: #999;
	padding-right: 30px;
}
#main div.contentLeft ul li {
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #9c0;
}
#main div.contentLeft ul li strong {
	color: #777;
}


/* CONTENT RIGHT */

#main div.contentRight {
	float: left;
	display: inline;
	width: 70%;
	margin-bottom: 20px;
	font-size: 120%;
}
#main div.contentRight h2 {
	color: #f17d00;
	font-size: 120%;
	margin: 0;
	padding: 0;
	padding: 10px 0 5px 0;
}
#main div.contentRight h3 {
	color: #090;
	font-size: 120%;
	margin: 0;
	padding: 0;
	padding: 10px 0 5px 0;
}
#main div.contentRight h3 a {
	color: #090;
}

#main div.contentRight p {
	color: #333;
	line-height: 170%;
	/*
	line-height: 130%;
	font-size: 125%;
	*/
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
#main div.contentRight ul {
	list-style-type: square;
	line-height: 140%;
	margin-left: 20px;
	padding-left: 0;
}
#main div.contentRight ul li {
	padding-bottom: 10px;
}
#main div.contentRight ul.sub {
	line-height: 140%;
	margin-left: 20px;
	padding-left: 0;
}
#main div.contentRight ul.sub li {
	list-style-type: decimal;
	padding-bottom: 0;
}
#main div.contentRight ol {
	line-height: 200%;
	margin-left: 20px;
	padding-left: 0;
}
#main div.contentRight a {
	text-decoration: none;
	color: #333;
}
#main div.contentRight a:hover {
	color: #f17d00;
}

#main div.contentRight fieldset {
	border: 0;
	padding: 0 0 10px 0;
	margin: 0;
}
#main div.contentRight legend {
	border: 0;
	padding: 0 0 2px 0;
	margin: 0;
	color: #060;
}
#main div.contentRight img.screen {
	float: left;
	display: inline;
	margin: 0 10px 5px 0;
	border: 0;
}

/* CONTACT FORM */
#main div.contentRight ul.form {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#main div.contentRight ul.form li {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 100%;
	line-height: 160%;
}
#main div.contentRight input {
	width: 200px;
}
#main div.contentRight input.send {
	width: auto;
	background-color: #060;
	color: #fff;
	font-weight: bold;
}
#main div.contentRight input.noBorder {
	border: 0;
	width: auto;
}
#main div.contentRight div.multi {
	width: 200px;
	float: left;
	display: inline;
}
#main div.contentRight textarea {
	width: 300px;
	height: 70px;
	overflow: auto;
}

#main div.contentRight label {
	display: block;
}

/* SERVICES PANEL */

#main div.contentRight div.introPanel {
	background-color: #e3f1b8;
	border: 1px solid #c4dcb8;
	width: 200px;
	float: right;
	display: inline;
	margin: 10px 0 5px 5px;
}
#main div.contentRight div.introPanel p {
	color: #060;
	font-style: italic;
	font-size: 110%;
	line-height: 140%;
	margin: 0;
	padding: 15px;
}
#main div.contentRight p.next {
	font-weight: bold;
	color: #f17d00;
}


/* FOOTER */

#main div.footer {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding-bottom: 20px;
}
#main div.footer div.copy {
	background-color: #9c0;
	color: #060;
	padding: 2px 15px;
	margin: 0;
}
#main div.footer div.copy a {
	color: #060;
}
#main div.footer div.info {
	color: #2f9435;
	padding: 2px 15px;
	margin: 0;
}
#main div.footer a {
	color: #999;
}

#accessKeys {
	display: none;
	visibility: hidden;
	position: absolute;
	top: -300px;
	left: 0;
}