body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
}
 
 
 
 
 
 
 
 
 
#header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
 
#header-container {
	height: 138px;
	background-color: #FFFFFF;
 
}
 
#header {
	width: 960px;
	position: relative;
	height: 138px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
 
 
 
 
 
 
 
 
#container {
	font-size: 1.4em;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 138px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
 
#content {
 
}
 
#sidebar {
	float: right;
	width: 275px;
	margin-top: 10px;
}
 
#footer-wrap {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
}
 
#footer-container {
	height: 40px;
	color: #666; 
}
 
#footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header-wrap #header-container #header #nav {
	width: 960px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 41px;
	background-color: #FFFFFF;
	background-image: url(../images/nav/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
 
 
 
/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
	float:left;
	display:block;
	z-index:500;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	list-style-type: none;
	background-image: url(../images/nav/split.png);
	background-repeat: no-repeat;
	background-position: left bottom;
		}
 
		/* this is the parent menu */
		#nav li a {
	font-weight:bold;
	height:30px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	color:#333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-left: 27px;
	margin-right: 27px;
	padding-top: 11px;
		}
 
		#nav li a:hover {
		}
 
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
 
		/* submenu, it's hidden by default */
		#nav ul {
	position:absolute;
	left:0;
	display:none;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 960px;
	height: 30px;
	background-image: url(../images/nav/nav2.png);
	background-repeat: no-repeat;
		}
 
		#nav ul li {
	background-image: none;
 
		}
 
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
	height:23px;
	color:#FFFfff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
	text-align: center;
	background-image: url(../images/nav/nav2split.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-right: 15px;
	margin-left: 15px;
		}
 
		#nav ul a:hover {
	text-decoration:underline;
	color: #62B8FF;
		}
 
		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
#ie6-container-wrap #container #content #SubHeader {
	background-color: #00325B;
	height: 96px;
}
#ie6-container-wrap #container #content #SubHeader #SubHeadInfo {
	height: 96px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/sub/right.jpg);
	background-repeat: no-repeat;
	background-position: right top;/* Positioning of sub menu items */	
 
}
#header-wrap #header-container #header #nav  .Drop #TestFocus {
	margin-left: 100px;
}
#header-wrap #header-container #header #nav  .Drop #TestVen {
	margin-left: 250px;
}
#header-wrap #header-container #header #nav  .Drop #TestCase {
	margin-left: 470px;
}
 
#header-wrap #header-container #header #nav  .Drop #TestGav {
	margin-left: 300px;
}
#ie6-container-wrap #container #content #Main {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#ie6-container-wrap #container #content #Main #Left {
	float: left;
	width: 630px;
}
#ie6-container-wrap #container #content #Main #Right {
	float: left;
	width: 325px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}
.Active {
	color: #00325B;
}
#header-wrap #header-container #header #nav #HOME .Active {
}
#ie6-container-wrap #container #content #Main #Right .rotator  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ie6-container-wrap #container #content #Main #Right .rotator .show li a{
	list-style-type: none;
}
#ie6-container-wrap #container #content #Main #Right .rotator ul {
	height: 318px;
	overflow: hidden;
	width: 279px;
	background-image: url(../images/main/back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
 
 
 
 
/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:345px;
	margin-left: 15px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:500;
}
 
h1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#Left p {
	padding: 0px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#Left span {
	border-bottom-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: none;
	color: #00325B;
}
#ie6-container-wrap #container #content #Main #Left ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333333;
	font-weight: normal;
	line-height: 1.6;
}
#ie6-container-wrap #container #content #Main #Left ol {
	margin-left: 0px;
	padding-left: 25px;
	margin-top: 10px;
}
#ie6-container-wrap #container #content #Main #Left ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 10px;
}
#ie6-container-wrap #container #content #Main #Left ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 10px;
	color: #333333;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: square;
	list-style-image: url(../images/main/home/bullet.png);
}#ie6-container-wrap #container #content #Main #Left .Spacer {
	height: 30px;
}
#ie6-container-wrap #container #content #Main #Left #Photo {
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
#ie6-container-wrap #container #content #Main #Left .Adress a {
	color: #00325B;
}
#ie6-container-wrap #container #content #Main #Left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00325B;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ie6-container-wrap #container #content #Main #Left .Adress p {
	line-height: 14px;
}
 #SliderCon {
	height: 300px;
	margin-top: 30px;
	position: relative;
}
#SliderCon #slider {
	height: 270px;
	overflow: hidden;
}
#SliderCon #slider img {
	margin-left: 34px;
}
	span#prevBtn a{
	background-image: url(../images/back.jpg);
	display: block;
	height: 130px;
	width: 34px;
	position: absolute;
	top: 30px;
	left: -4px;
	text-indent: -9999px;
}
	span#nextBtn a{
	background-image: url(../images/more.jpg);
	display: block;
	height: 130px;
	width: 34px;
	position: absolute;
	top: 30px;
	right: -4px;
	text-indent: -9999px;
	}
	a
{
  outline: none;
}
 #slider .PicBlock {
	height: 215px;
	width: 130px;
	background-color: #000000;
	float: left;
	margin-left: 47px;
}
#slider li {
	height: 215px;
	width: 940px;
}
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	font-size:12px;
	height:139px;
	width:229px;
	color:#fff;
	background-color: transparent;
	background-image: url(../images/black_arrow2.png);
	padding: 15px;
}
#header-wrap #header-container #header #nav #APPROACH .Drop #TestDif {
	margin-left: 210px;
}
#ie6-container-wrap #container #content #Main #Left .Adress {
	margin-top: 8px;
}
#header-wrap #header-container #header #nav #RECORD .Drop #Testcase {
	margin-left: 500px;
	display: none;
}
#header-wrap #header-container #header #nav #RECORD .Drop #TestRecent {
	margin-left: 500px;
}
#ie6-container-wrap #container #content #Main #Left .AdSplit {
	width: 50%;
	float: left;
}
#ie6-container-wrap #container #content #Main #Left #AdImage {
	background-image: url(../images/main/photos/adress.png);
	background-repeat: no-repeat;
	background-position: 270px;
}
 
