/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding:0px;
	
}
.menuContainer
{
margin:0 auto;
width:129px;
position:absolute;
top:20px;
left:874px;


}
.home a {
display:block;
width: 28px;
background: url(../images/home.gif) 0 0 no-repeat;
height:20px;
text-decoration:none;
float:left;

}
.home a:hover { 
background-position: 0 -20px;

}
.siteMap a {
display:block;
width: 30px;
background: url(../images/siteMap.gif) 0 0 no-repeat;
height:20px;
float:left;

}
.siteMap a:hover { 
background-position: 0 -20px;

}
.clientLogin a {
display:block;
width: 71px;
background: url(../images/clientLogin.gif) 0 0 no-repeat;
height:20px;
float:right;

}
.clientLogin a:hover { 
background-position: 0 -20px;

}
p {
	font-size: 13px;
}
a {
	color: #095AA5;
}
a:hover {
	color: #FF8500;
	text-decoration:none;
}
.newsBg {
    color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #9CABBA;
	background-color: #CCDCFA;
	padding-top:10px;
	padding-right:10px;
}
.newsUnderline {
	border-bottom: 1px dashed #666666;
}
.ulmargin {
	margin-top: 0.4em;
	margin-left: 1.5em;
	margin-right: 1.0em;
	padding-left: 0;
}
.orangeTitle {
	color: #FF8500;
	font-size: 16px;
	font-weight: bold;
}
.greyTitle {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
.greySubTitle {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}
.blackTitle {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.blueSubTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff8500;
	font-size: 13px;
	font-weight: bold;
}
.blueSubTitleItalic {
	font-family: Arial, Helvetica, sans-serif;
	color: #095aa5;
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
}
#copyright {
	color: #666666;
	font-size: 10px;
	text-align: center;
}
#footer{
	font-size: 12px;
	color: #666666;
	text-align: center;
}
.testimonial {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #9CABBA;
	background-color: #CCDCFA;
	width: 170px;
	padding: 8px;
	line-height: 20px;
	float: right;
}
.captionContainer {
	float: right;
	width: 170px;
	margin-left: 25px;
	margin-bottom: 10px;
}
.bullets {
	list-style-type: square;
	line-height: 18px;
}
.inputBoxStyle{
	width:198px;
	height:20px;
	border-style:solid;
	border-width:1px;
	border-color:#ABABAB;
}
.greySmall {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#858D90;
}
.sideMenu a {
	display: block;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	padding-left: 3px;
	background-color: #095AA5;
	color: #FFFFFF;
	border-left: 12px solid #B8C8D8;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}
.sideMenu a:hover {
	border-left: 12px solid #FF8500;
	text-decoration: none;
	color: #FFFFFF;
}
.sideMenuSelected {
	display: block;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	padding-left: 3px;
	background-color: #095AA5;
	color: #FFFFFF;
	border-left: 12px solid #FF8500;
	font-weight: bold;
	text-align: left;
	margin-top: 1px;
}
.tableHeader {
	background-color: #095AA5;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.tblBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	
}
.heightSpacer {
	height: 10px;
}
.blackSubTitle {
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.blueTitke {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2c4d68;
}
div.menu
{
width:980px;
position:relative;
background-color:#0e59ba;
height:30px;
float:right;

}

ul.menu
{
position:relative;
padding:0px;
margin:0px;
list-style-type: none;
list-style-position: outside;
color:#FFFFFF;
float:left;

}
ul.menu ul
{
position:relative; 
list-style-type: none;
display:none;
background-color:#0e59ba;
}
ul.menu ul ul
{
position:absolute;
display:none;
margin-top:0px;
margin-left:0px;
}
ul.menu:hover ul
{
display:block;
}
ul.menu:hover ul ul
{
display:none;
}
ul.menu ul li:hover ul
{
display:block;
}
a.menu
{
background-color:#0e59ba;
display:block;
width:150px;
padding-left:10px;
padding-top:4px;
padding-bottom:4px;
text-decoration:none;
color:#FFFFFF;
font-family:arial;
font-size:16px;
border-right: solid 1px #FFFFFF;
margin-bottom:-1px
}
a.menu:hover
{
background-color:#006699;
color:#66FFFF;
}

a.menu2
{
background-color:#0e59ba;
position:relative; left:-30px;
display:block;
width:100%;
padding-top:8px;
padding-bottom:8px;
padding-left:0px;
text-decoration:none;
color:#FFFFFF;
font-family:arial;
font-size:16px;
margin-bottom:-1px;
}
a.menu2:hover
{
background-color:#0e59ba;
color:#66FFFF;
}
div.spry
{

margin-top:-56px;
float:right;


}
.services
{
padding-right:20px;
}
.content
{padding-left:30px;
padding-right:30px;

}

/*VISION ENGINE DIAGRAM*/
#VE_diagram {
width:772px;
height:578px;
background:url(../images/VE_Diagram_withoutText.jpg) no-repeat;
padding:0 0 0 35px;
}
.info {
height:65px;
float:left;
margin:0 0 200px 0;
width:100%;
}
.multiple_interface {
height:58px;
width:100%;
float:left;
margin:0 0 141px 0;
}
.business {
height:65px;
width:311px;
float:left;
margin:0 0 0 124px;
}
.results {
height:65px;
width:196px;
padding:0 78px 0 0;
float:right;
}
.list_indent {
	list-style: url(../images/blue_arrow.gif) inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -2em;
	}
