/* CSS Document */
/* added 1/23/06
   used in general-purpose presentation templates */
#outer {
	display: table;
	_overflow: hidden;
}
#middle {
	_position: relative;
	display: table-row; 
	vertical-align: top;
	_overflow: hidden;
}
#inner {
    display: table-cell; 
	_position: relative;
	padding: 10px 0 10px 0;
	_overflow: hidden;
}
#leftCol {
	float: left;
	width: 47%;
	padding: 0 5px 10px 0;
}
#leftCol img{
	padding: 30px 0 0 0;
}
#rightCol {
	float: right;
	width: 47%;
	padding: 0 0 0 5px;
}
#rightCol img{
	padding: 30px 0 0 0;
}
.whiteBold {
    color : #FFFFFF;
	font-weight : bold;
}

/* #normal table{
	color : #999999;
	font-family : Arial, Helvetica;
	font-size : 11px;
	padding : 0px;
	margin : 0px;
	border : 1px;
	background : #FFFFFF;
}*/
.buttonGroup {
	padding: 10 0 10 0;
	text-align: center;
}
.leftButton {
	text-align: center;
}
.rightButton {
	text-align: center;
}
#landingPage .left{
	float: left;
	width: 47%;
}
#landingPage .right {
	float: right;
	width: 47%;
}
#landingPage img{
	float: left;
	width: 50%;
}
#landingPage .rightText {
	float: right;
	width: 40%;
	vertical-align: top;
	position: relative;
	right: 18px;
	margin-bottom: 15px;
}
.rightContent{
	float: left;
	width: 397px;
	margin-bottom: 15px;
	position: relative;
	left: 5px;
}
.breakAfter {
	margin-bottom: 20px;
}
#glossary {
	margin-bottom: 50px;
}
.leftimage{
	float: left;	
}
.floatRight {
	float: right;
}
.purpleheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #660066;
}
.leftimage2 {
	float:left;
	clear: left;
	height: 300px;
}
#letters {
	margin-bottom: 10px;
}
#letters a {
	padding: 0 3px 0 3px;
}
.glossaryTerm {
	clear: left;
	padding-top: 10px;
}
.glossaryDef {
	position: relative;
	bottom: 10px;
	_bottom: 1%;
}

.custserv_container {
   position: relative;
   height: relative;
   }
   
.custserv_left-element {
   position: absolute;
   left: 0;
   width: 60%;
   }

.custserv_right-element {
   position: absolute;
   right: 0;
   width: 40%;
   text-align: right; /* depends on element width */
   }
   
   .grey {
	color : #999999;
}

