@charset "utf-8";

html{
height: 100%;
border: 0;
padding: 0;
margin: 0;
}

body,td,th {
	font-family: Verdana, Tahoma, Trebuchet MS;
	font-size: 0.9em;
	color: #1d233d;
	line-height: 1.5em;
}
body {
	background-color:#c7c7c7;
	background-image: url('images/BGgray.gif');
	background-repeat: repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

#main{
	position:relative;
	display:inherit;
	z-index:1;
	margin:0px auto 0px auto;
	width:85%;
	max-width:1050px;
	min-width:800px;
	height:100%;
}

#framing{
	margin:0 auto 0 auto;
	position:relative;
	display:inherit;
	z-index:100;
	width:100%;
	background-color:#ffffff;
	margin-top:0px;
	text-align:left;
	padding:1px;	
	
	background-image:url(images/BGgradientToGray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:120px;
	
}
#spacer{
	display: block;
	height: 91.25%;
	height:*91.5%;
	float: left;
	width: 1px; /* 1px would be enough this is for display only */
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0;
	margin: 0;
}

#contentwrap{
	display: block;
	width: 99%; /* to suit but leave room for spacer */
	text-align: center;
	padding: 0;
	margin: 0;
}
/*
#contentfoot{
	margin:0px auto auto auto;
	width:100%;
	display:inherit;
	
	height:120px;	
	z-index:101;
	padding:1px;
	padding-top:0;
	position:absolute;
}

html > body #contentfoot{
	bottom:-120px;
}
*/
#footer{
	clear: both;
	padding: 5px;
	margin: 0;
	height:7%;
	min-height:50px;
	background-color: #1d233d;
} 
#footertable{
	background-image:url(images/GRiia.png);
	background-position:20px top;
	background-repeat:no-repeat;
	height:73px;
	display:block;
	position:relative;
	z-index:200;
	margin-top:-30px;
}
* html #footertable{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/GRiia.png", sizingMethod="crop");
}
#content {
	width:100%;
	min-width:800px;
}

.footertext {
	font-size: 0.75em;
	color: #C7C7C7;
}

.headline{
	font-size: 2em;
	color:#353F57;
	*line-height:2.1em;
}
.sectiontitle{
	font-size: 1.55em;
	color:#ffffff;
	line-height:2em;
	padding-left:0.5em;
}

#cs-head {
	position:relative;
	display:block;
	z-index:1;
}

#cs-content {
	background-image:url(images/BGwhite.png);
	width:550px;
	min-height:230px;
	position:relative;
	display:block;
	margin-top:-190px;
	margin-left:25px;
	z-index:500;
}

#cs-content li {
	list-style-type:none;
	padding-top:10px;
	padding-bottom:10px;
	min-height:85px;
	font-size:10px;
	color:#003;
	margin-left:15px;
	border-bottom:1px solid #fff;
}

#auxnav {
    background: url("images/BGhighlight.png") no-repeat scroll right top transparent;
    height: 111px;
    left: 818px;
    padding-left: 20px;
    position: absolute;
    right: -1px;
    top: 152px;
    z-index: 9999;
}

#auxnav h1 {
	float:right;
	margin: 3px 5px 0 0;
}

#auxnav h1 a span {
	display:none;
}

#auxnav h1 a {
	display:block;
	width:111px;
	height:31px;
	background-position:center top;
}

#auxnav h1 a:hover {
	background-position:center -31px;
}

#auxnav h1 a.hc {
	background-image:url("/images/BTNhrconnect.png");
}

#auxnav h1 a.ko {
	background-image:url("/images/BTNko.png");
}
