body {
	width:100%;
	height:100%;
	margin-top:0;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
}

p.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#wrapper {
	position:relative;
	height:100%;
	width:797px;
	margin:0 auto;
	background-image: url(/images/content_back.gif);
	background-repeat: repeat-y;
}

#header {
	width:797px;
	background-color:#FFFFFF;
}

#menu {
	width:797px;
	height:46px;
	background-color:#1cbad5;
	clear: both;
}

#buttons {
	padding-left:15px;
}

#leftPad {
	position:absolute;
	top:304px;
	left:0px;
	width:15px;
	height:489px;
	background-color:#FFFF00;
	background-image:url(/images/leftPad.gif);
	background-repeat:repeat-y;
}

#rightPad {
	position:absolute;
	top:304px;
	left:782px;
	width:15px;
	height:489px;
	background-color:#FFFF00;
	background-image:url(/images/rightPad.gif);
	background-repeat:repeat-y;
}

#contenttop {
	height: 5px;
	width: 797px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width:767px;
	background-color:#FFFFFF;
}

#textWrapper {
	width:400px;
}

#textWrapperFull {
	width:750px;
}

#testimonialWrap {
	background-image:url(../images/tradeshowTestimonials.gif);
	background-repeat:no-repeat;
	width:208px;
	height:438px;
	position:absolute;
	right:50px;
}

#testimonials {
	padding-top:30px;
	padding-left:17px;
	padding-right:8px;
}


.textBox {
	margin:20px 30px;
	font:12px Arial, Helvetica, sans-serif;
	color: #0e5e66;
}

.textTitle {
	font:14px Arial, Helvetica, sans-serif;
	color:#ed3422;
	text-align:left;
	border-bottom:2px solid #1cbad5;
	margin-bottom:15px;
	font-weight:bold;
}

#adWrapper {
	width:306px;
	float:right;
	padding-top:20px;
}

.adBox {
	color:black;
}

#footerWrap {
	margin-left: auto;
	margin-right: auto;
	width:750px;
	clear:both;
	bottom:0px;
}

#footer {
	margin:10px 30px;
	border-top:2px solid #1cbad5;
	font:12px Arial, Helvetica, sans-serif;
	color: #1cbad5;
	text-align:center;
	padding-top:5px;
}

.spacer {
	clear:right;
	visibility:hidden;
}

.popMenu {
	position:relative;
	width:108px;
	height:92px;
}

.topLeft {
	position:absolute;
	top:0px;
	left:0px;
	height:13px;
	width:17px;
	background-image:url(/images/popupMenu/topLeft.png);
}

.topMiddle {
	height:13px;
	margin-left:17px;
	margin-right:10px;
	background-image:url(/images/popupMenu/topMiddle.png);
	background-repeat:repeat-x;
}

.topRight {
	position:absolute;
	top:0px;
	right:0px;
	width:10px;
	height:13px;
	background-image:url(/images/popupMenu/topRight.png);
}

.middleWrap {
	background-image:url(/images/popupMenu/content.png);
	background-repeat:repeat-x;

}

.leftSide {
	position:absolute;
	top:13px;
	left:0px;
	width:7px;
	background-image:url(/images/popupMenu/leftSide.png);
}

.popContent {
	position:absolute;
	left:7px;
	top:13px;
	width:99px;
	height:63px;
	border-left:1px solid #1cbad5;
	border-right:1px solid #1cbad5;
	background-image:url(/images/popupMenu/content.png);
	background-repeat:repeat-x;
}

.popEntry {
	padding:2px 10px;
	font:12px Arial, Helvetica, sans-serif;
	color:#127987;
}

.bottomLeft {
	position:absolute;
	left:0px;
	bottom:0px;
	width:17px;
	height:16px;
	background-image:url(/images/popupMenu/bottomLeft.png);
	background-repeat: no-repeat;
}

.bottomMiddle {
	position:absolute;
	left:17px;
	bottom:0px;
	height:16px;
	width:81px;
	background-image:url(/images/popupMenu/bottomMiddle.png);
	background-repeat:repeat-x;

}

.bottomRight {
	position:absolute;
	right:0px;
	bottom:0px;
	width:10px;
	height:16px;
	background-image:url(/images/popupMenu/bottomRight.png);
	background-repeat: no-repeat;
}

/* SUBNAV */
.subnav:link, .subnav:visited, .subnav:active {
	color: #127987;
	font-size: 12px;
	text-decoration: none;
}
.subnav:hover {
	color: #ffcc00;
	font-size: 12px;
	text-decoration: none;
}