/* CSS Document  Global styles & layout*/
body { text-align:center; /*For IE5 - centers all elements*/
	font-family: "Times New Roman", Times, serif;
	font-size:1em;
	color: #333333; 
}
#container {
	position:relative;/*relative to the window*/
	width:780px;
	height:800px;
	margin-top:40px;
	margin-right:auto;/*-together with height and width, margins set to auto center the block */
	margin-bottom:0;
	margin-left:auto;
	background-color:#fff;
	border: #84B0B9 1px solid;
	text-align:left;/*overrides the global "body" style of text-align: center*/
}
#content { margin-top:2em; margin-left: 100px;
}
#logoSm {padding: 20px;
	border-bottom:#5d3579 3px solid;
}

#mainnav2 {margin-top:20px;
	margin-right:20px;
	margin-bottom:0;
	margin-left:.5em;
	width:auto;
	float:right;
	font-size:.70em;
}
#mainnav2 ul {
	padding:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:.5em;
}

#mainnav2 li {list-style-type: none;
	display:inline;
	font-size:1em;
	margin:0;
	padding-bottom:1em;
}
/*Link states*/ 
#mainnav2 a{color:#3333FF; text-decoration:none; 
}
#mainnav2 a:hover{color:#3333FF; text-decoration:underline;
}
#mainnav2 a:active{ color:#3333FF; text-decoration:underline;
}
#mainnav2 a:visited{color:#660066; text-decoration:none;
}

.pArrow {vertical-align:bottom; /*graphic between navigation */
}
/* Tools & Technologies table styles #e6deed*/
#toolsTech {background-color:#e4e9ea;
}
#toolsTech img { text-align:center;
}
#toolsTech td {text-align:left;
		border-color:#CCCCCC;
}
#toolsTech td.pad { padding: 0 .5em; 
}
.tblLabel {padding: 0 1em; 
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	color:#660066;}
/*end Tools & Technologies table styles*/

.rMargin { margin-right: 60px;
}
.indent {text-indent:4px;
}
#contact {
}
.call { font-size:1em; 
	margin: 2em 0;
	border-top:#5d3579 3px solid;
	padding-top: 1em;
}
img.imgRmarg {margin-top:0;
	padding-right:20px;
	float:left;
}