/* CSS Document */

/* General Stuff */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background-image: url(../images/buildimages/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.empty {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	line-height: 1px;
}
#headingarea {
	background-image: url(../images/buildimages/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	margin: 0px;
	background-color: #FFF7CE;
	padding-bottom: 15px;
	min-height:85px;
}
* html #headingarea { padding-bottom: 15px;}
#callus {
	margin: 0px;
	float: left;
	width: 300px;
	padding-top: 25px;
}
#logo {
	margin: 0px;
	float: right;
	width: 400px;
	padding-top: 10px;
	text-align: right;
}
.pageheading {
	padding: 0px;
	margin-top: 20px;
	margin-right: 85px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo .logo {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 75px;
}
#topnavigation {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../images/buildimages/navigation/topnav/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: #D8DFE6;
	padding-left: 20px;
	margin-top: 2px;
	height: 21px;
	margin-bottom: 8px;
}
#breadcrumbs {
	margin-left:0px;
	margin-top: 3px;
	margin-bottom: 9px;
}
#breadcrumbs p {
	padding:0px;
	font-size: 90%;
	margin: 0px;
}
/* Three Column Stuff */

#leftnav {
	float:left;
	width:167px;
	padding:0;
	margin-top: 27px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#leftnav #leftnavlist a,  #productlist a, #iodeventslist a{
	text-decoration:none;
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 10px;
}
#leftnav #latestnewslist a {text-indent: 0px;}
#leftnav #latestnewslist a:hover { text-decoration:underline
}
#leftnav ul {
	margin: 0px;
	padding: 0px;
}

#leftnav li {
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: none;
}
#leftnav .section {
	background-color:#004578;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 10px;
}
#leftnav .secondlevel {
	background-color: #EFF0F4;
	font-weight: bold;
}

#leftnav .secondlevel a:hover {
	background-color: #FFD712;
}
		
#leftnav .thispage {
	background-color: #FFD712;
	font-weight: bold;
}	
#leftnav .thirdlevel {
	border: 1px solid #CAD1D8;
	background-color: #FFFFFF;
}

#leftnav .thirdlevel a:hover {
	background-color: #FFF1AC;
}

#leftnav .thirdthispage	{	background-color: #FFF1AC;}
#lowernavarea {
	margin-top: 35px;
}
#leftnav .thirdlevel thirdthispage {
	background-color: #FFFFCC;
}
#latestnewslist a {text-decoration:none;}
.newscontacts {
	margin-top: 30px;
}
#newslist td {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
#latestnewslist li.newssection {
	font-weight: bold;
	background-color: #CAD1D8;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 10px;
}
li.productsection {
	background-color: #CAD1D8;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 10px;
}

li.iodeventssection {
	background-color: #004578;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 10px;
}

li.iodeventssection a {
	color: #FFFFFF;
}

#rightnav {
	float:right;
	width:200px;
	padding:0;
	margin-top: 27px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#mainarea {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 200px;
	font-size: 110%;
}
.datetext {
	font-weight: bold;
	color: #FF0000;
	text-indent: 0px;
}
/* Side Feature Area Stuff */

#testimonials {
	border: 1px solid #CAD1D8;
	background-image: url(../images/buildimages/testimonials_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
}
.quotationtop {
	margin-right: 10px;
}
.quotationbottom {
	margin-left: 5px;
}
.morearea p {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0;
	padding: 0;
}
.morearea {
	border: 1px solid #CAD1D8;
	text-align:right;
	margin-top: 2px;
	padding-right: 5px;
}
.morearea a {
	text-decoration: none;
	padding-right: 15px;
	background-image: url(../images/buildimages/greyarrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.yellow {
	background-color: #FFD712;
	margin-bottom: 2px;
}
.blue {
	background-color: #CAD1D8;
	margin-bottom: 2px;
}
.lightblue {
	background-color: #E9ECF0;
	margin-bottom: 2px;
}
#requestacallback, #casestudyfeature {
	margin-top: 25px;
	margin-bottom: 25px;
}
#requestacallback p, #casestudyfeature p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Footer Stuff */

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8DFE6;
	margin-bottom: 40px;
	padding-top: 5px;
	margin-top: 25px;
}
#footer p {
	margin:0px;
	padding:0px;
}
#footer .footerlinks {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
}
#footer .builtby {
	text-align: right;
}
#latestnewslist li {
	background-color: #E9ECF0;
	padding-left: 10px;
	text-indent: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.featurelink a {	padding-right: 15px; 
	background-repeat: no-repeat;
	background-position: right;}
.bluefeature {background-image: url(../images/buildimages/greyarrow.gif);}
.yellowfeature {background-image: url(../images/buildimages/yellowarrow.gif);}
.lightbluefeature {background-image: url(../images/buildimages/lightbluearrow.gif);}
.morenewsarea p {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0;
	padding: 0;
}
.morenewsarea {
	border: 1px solid #CAD1D8;
	text-align:right;
	margin-top: 2px;
	padding-right: 5px;
	width: 160px;
}
.morenewsarea a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/buildimages/greyarrow.gif);
	padding-right: 15px;
}
.productmainarea a{
	text-decoration:underline;
	color: #004378;
}
.productthumb {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.productmainarea {
	line-height: 1.5em;
}
.productmainarea .homefeature spacer a:hover {
	font-weight: bold;	
}
.productmainarea .homefeature {
	margin-bottom: 10px;
}
.texthighlight {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
.disclaimer {
	font-size: 0.9em;
	font-style: italic;
}
.line {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CAD1D8;
}
.textfield {
	border: 1px solid #7B869A;
	font-size: 95%;
	width: 200px;
}
.topnavlinks {float:left;width:600px;}
.searcharea {
	float:right;
	width:240px;
	text-align:right;
}
.searchfield {
	border: 1px solid #D4D0C8;
	height: 14px;
	line-height: 11px;
	width: 125px;
	font-size:11px;
}
.searchgobutton {margin-left:5px; margin-right:15px;}
#mainarea table {width:95%;}
#mainarea li {
	line-height: 1.5em;
}
.sidenavimage {
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
.teamimages {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#faqlist {
	width: 350px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#faqlist li{
	list-style-type: none;
}
#faqlist li a{ display:block;}

#askaquestionbutton {
	float: right;
	width: 110px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;

}
.profileimage {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.biggertext {
	font-size: 110%;
	color: #000000;
}
.sidenavimagebottom {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
.hpsidenavimage {
	margin-top: 18px;
	margin-left: 0px;
}

.closer {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1.noWrap {
	width: 500px;
}

#iodmainarea {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	font-size: 110%;
}
.long {
	width: 450px;
}
