/*** *************************************    ***/
/*** B E G I N   G E N E R A L   R U L E S    ***/
/*** *************************(***********    ***/	

body {
	padding: 0;
	margin: 0; 
	background: #999999 url(i/by-vs.jpg) repeat-x;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 1px solid #000;
	width: 1001px; /* 2x LC width + RC width */
}
/*** *********************************    ***/
/*** E N D   G E N E R A L   R U L E S    ***/
/*** *********************************    ***/	




/*** *********************************************    ***/
/*** B E G I N   P A G E   H E A D E R   R U L E S    ***/
/*** *********************************************    ***/

/* XXXXXXXXXXXXXXXXXXXXXXXXXX */
/* Start General Header Rules */
/* XXXXXXXXXXXXXXXXXXXXXXXXXX */

#header {
	height: 113px;
	width: 1001px;
	background: url(i/tb_bg.jpg) top left no-repeat;
	margin: 0;
}

#logo {
	height: 67px;
	width: 326px;
	display: block;
	float: left;
	margin: 0;
}

#logo img, #logo a {
	border: 0;
}

p.hideMe {
  display: none;
}

/* XXXXXXXXXXXXXXXXXXXXXXXX */
/* End General Header Rules */
/* XXXXXXXXXXXXXXXXXXXXXXXX */

/* --------------------------------------------------------------- */

/* XXXXXXXXXXXXXXXXXXXXXXXXXX */
/* Start Tab Navigation Rules */
/* XXXXXXXXXXXXXXXXXXXXXXXXXX */

#tabNav {
	list-style: none;
	display: block;
	float: right;
	margin: 0;
	height:	67px;
	width: 291px;
	background: url(i/tab_bg.jpg) top right no-repeat;
}

#tabNav li {
	display: block;
	height: 10pt;
	float: right;
	margin: 28px 0 0 0;
	padding: 0 10px; 
	font-size: 8pt;
	border-right: 1px solid #013334;
	z-index: 5;
}

#siteMap {
	border-right: 0 !important;
	padding-right: 0 !important;
	margin-right: 10px !important;
}

#tabNav li a:link{
	text-decoration: none;
	color: #013334;
}

#tabNav li a:visited{
	text-decoration: none;
	color: #013334;
}

#tabNav li a:hover{
	text-decoration: underline;
	color: #013334;
}

#tabNav li a:active{
	text-decoration: underline;
	color: #013334;
}

/* XXXXXXXXXXXXXXXXXXXXXXXX */
/* End Tab Navigation Rules */
/* XXXXXXXXXXXXXXXXXXXXXXXX */

/* --------------------------------------------------------------- */

/* XXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* Start Main Navigation Rules */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXX */

#mainNav {
	list-style: none;
	z-index: 10;
	clear: both;
	margin: 0;
	padding: 0;
	height:	46px;
	width: 1001px;
	background: url(i/mn_bg.gif) repeat-x;
}
#mainNav li {
	text-indent: -8000px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	color: #450A10;
	background-color: #EAEAEA;
	position: relative;
	z-index: 100;
}

#mainNav li a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	}


#mainNav #ainfStrat {	
	width: 240px;
	height: 46px;
	background: url(i/m_infStrat.gif) no-repeat;
	
}
#mainNav #asecStrat {	
	width: 188px;
	height: 46px;
	background: url(i/m_secStrat.gif) no-repeat;
	
}
#mainNav #aindStrat {	
	width: 213px;
	height: 46px;
	background: url(i/m_indStrat.gif) no-repeat;
	
}	
#mainNav #aparStrat {	
	width: 206px;
	height: 46px;
	background: url(i/m_parStrat.gif) no-repeat;
}
#mainNav #aaboutUs {		
	width: 152px;
	height: 46px;
	background: url(i/m_aboutUs.gif) no-repeat;
}


#mainNav #infStrat ul{	
	width: 240px;
}
#mainNav #secStrat ul{	
	width: 188px;
}
#mainNav #indStrat ul{	
	width: 213px;
}	
#mainNav #parStrat ul{	
	width: 206px;
}
#mainNav #aboutUs ul{		
	width: 152px;
}
	
#mainNav li ul {
	display: block;
	position: absolute;
	list-style: none;
	top: auto;
	left: -5000px;
	background-color: #eaeaea; 
	color: #000;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-indent: 0 !important;
	border-left: 1px solid #013334;
	border-bottom: 1px solid #013334;
	border-right: 1px solid #013334;
	}
	
#mainNav li > ul {
	top: auto;
	left: -5000px;
	}
	
#mainNav li ul li {
	/* hide from IE-5 Mac \*/
	f\loat: none;
	/* End  hide from IE-5 Mac */
	}
	
#mainNav li.over ul{
	left: 0;	
	}

#mainNav li:hover > ul {
	left: auto;
	}	
	
#mainNav li ul li a {
	background-color: #eaeaea;
	height: 100%;
	font-size: 10pt;
	text-decoration: none;
	color: #013334;
	}
		
#mainNav li ul li a:hover {
	text-decoration: underline;
	color: #013334;
	}
	
#mainNav li ul li {
	text-align: left;
	border: 0;
	text-indent: 0;
	line-height: 12pt;
	font-size: 12pt;
	padding: 5px 5px 5px 12px;
	margin: 0;
	background-color: #eaeaea;
	}
	
/* XXXXXXXXXXXXXXXXXXXXXXXXX */
/* End Main Navigation Rules */
/* XXXXXXXXXXXXXXXXXXXXXXXXX */

/*** *****************************************    ***/
/*** E N D   P A G E   H E A D E R   R U L E S    ***/
/*** *****************************************    ***/

/* --------------------------------------------------------------- */

/*** *****************************************    ***/
/*** B E G I N   P A G E   B O D Y   R U L E S    ***/
/*** *****************************************    ***/	

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* Start General Page Body Rules */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

body {
	font-family: verdana, sans-serif;
}


/* Set columns to full height */
#container {
  overflow: hidden;
  background: url(i/pbdy_bg.gif) repeat-y;
}
#container .column {
  float: left;
  padding-bottom: 20035px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* End General Page Body Rules */
/* XXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* --------------------------------------------------------------- */

/* XXXXXXXXXXXXXXXXXXXXXXXXX */
/* Start homeHead Rules */
/* XXXXXXXXXXXXXXXXXXXXXXXXX */

/* Rules for homeHead */
#homeHead {
	width: 830px;
	padding: 0;
	margin: 0 0 0 171px;
}

#homeHead h3 {
	text-indent: -8000px;
	width: 830px;
	height: 94px;
	margin: 0;
	padding: 0;
	background: url(i/home/homeBanner.gif) no-repeat;
}

#homeHead p.hideMe {
	display: none;
}




/* XXXXXXXXXXXXXXXXXXXXXXXXX */
/* Start Center Column Rules */
/* XXXXXXXXXXXXXXXXXXXXXXXXX */


/* Rules for Home Page Center */
#icenter {
	float: left;
	width: 543px;
	background-color: #fff;
	font-size: 10pt;
	line-height: 1.5em;
	color: #000;
	padding: 0;
	z-index: 0;
}

/* IE Hack
The first line is read by IE
The Second line is read by other browsers
*/

html>body #icenter { * margin: 0px !important; }
#icenter { margin: 0px; }
html>body #icenter { margin: 0 0 0 171px; }

#icenter p {
	padding: 0 20px;
}

#icenter a:link{
	text-decoration: none;
	color: #013334;
}

#icenter a:visited{
	text-decoration: none;
	color: #013334;
}

#icenter a:hover{
	text-decoration: underline;
}

#icenter a:active{
	text-decoration: underline;
	
}

#icenter img {
	border: 0;
	padding: 0;
	display: inline;
}

#icenter img.shoveLeft {
	border: 0;
	padding: 0;
	display: inline;
	margin-left: -5px;
}


/*Rules for Level 2 Center */
#center {
	width: 620px;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 30px 44px 0 44px;
	voice-family: "\"}\"";  /* Box Model Hack*/
  	voice-family:inherit;
  	width:532px;
}
html>body #center {   /* Be Nice To Opera*/
  	width:532px;
}

#center h3 {
  font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#center h2 {
	margin-top: 0;
	height: 46px;
	width: 540px;
	text-indent: -8000px;
}

#center p {
  font-size: 10pt;
	line-height: 1.8em;
}

#center a:link{
	text-decoration: none;
	color: #013334;
}

#center a:visited{
	text-decoration: none;
	color: #013334;
}

#center a:hover{
	text-decoration: underline;
}

#center a:active{
	text-decoration: underline;
}

#center ul li {
	text-align: left;
	border: 0;
	text-indent: 0;
	line-height: 12pt;
	font-size: 9pt;
	padding: 5px 5px 5px 12px;
	margin: 0;
	}
	
#innerlink {
	font-size: 8pt;
}

/* XXXXXXXXXXXXXXXXXXXXXXX */
/* End Center Column Rules */
/* XXXXXXXXXXXXXXXXXXXXXXX */

/* --------------------------------------------------------------- */

/* XXXXXXXXXXXXXXXXXXXXXXX */
/* Start Left Column Rules */ 
/* XXXXXXXXXXXXXXXXXXXXXXX */

/* Rules for Home Page Left */
#ileft {
  width: 171px;  /* LC width */
	padding: 0 10px;
	margin-top: -94px;
	background: url(i/sn_bg.jpg) repeat-y;
	voice-family: "\"}\"";  /* Box Model Hack*/
  	voice-family:inherit;
  	width:151px;
}
html>body #ileft {   /* Be Nice To Opera*/
  	width:151px;
}


/*Rules for Level 2 Left */
#left {
  width: 177px;  /* LC width */
	padding: 0 10px;
	background: url(i/l2_sn_bg.gif) repeat-y;
	voice-family: "\"}\"";  /* Box Model Hack*/
  	voice-family:inherit;
  	width:157px;
}
html>body #left {   /* Be Nice To Opera*/
  width:157px;
}

#sideNav {
	list-style: none;
	width: 157px;
	margin: 30px 0 0 0;
	padding: 0;
}

#sideNav li{
	font-size: 10pt;
	color: #013334;
	margin-bottom: 6pt;
	padding-left: 3px;
}

#sideNav a:link{
	text-decoration: none;
	color: #013334;
}

#sideNav a:visited{
	text-decoration: none;
	color: #013334;
}

#sideNav a:hover{
	text-decoration: underline;
}

#sideNav a:active{
	text-decoration: underline;
}

/* XXXXXXXXXXXXXXXXXXXXXXX */
/* End Left Column Rules */ 
/* XXXXXXXXXXXXXXXXXXXXXXX */

/* --------------------------------------------------------------- */

/* XXXXXXXXXXXXXXXXXXXXXXXX */
/* Start Right Column Rules */ 
/* XXXXXXXXXXXXXXXXXXXXXXXX */

/* Rules for Home Page Right */
#iright {
  width: 285px;  /* RC width */
	background-color: #D1DDDD;
	color: #013334;
	padding: 0 15px 0 15px;				
	voice-family: "\"}\"";  /* Box Model Hack*/
  	voice-family:inherit;
  	width: 255px;
}
html>body #iright {   /* Be Nice To Opera*/
  	width: 255px;
}

#iright h3 {
	color: #022C28;
	font-size: 12pt;
	background: url(i/home/homeNews.gif) no-repeat;
	padding: 0;
	margin: 0;
	height: 44px;
	width: 182px;
	text-indent: -8000px;
}

#iright h4 {
	margin-bottom: 0;
	margin-left: 18px;
	margin-right: 15px;
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.5em;
}

#iright p {
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 18px;
	margin-right: 20px;
	font-size: 8pt;
	line-height: 1.5em;
}

#iright a:link{
	text-decoration: none;
	color: #013334;
}

#iright a:visited{
	text-decoration: none;
	color: #013334;
}

#iright a:hover{
	text-decoration: underline;
}

#iright a:active{
	text-decoration: underline;
	
}


/* Rules for Level 2 Right */
#right {
  width: 195px;  /* RC width */
	/* background: #E9EDEE url(i/l2_rb_bg.gif) repeat-y; */
	background: #D1DDDD;
	background-color: #D1DDDD;
	color: #013334;
	padding: 30px 15px 0 15px;				
	voice-family: "\"}\"";  /* Box Model Hack*/
  	voice-family:inherit;
  	width: 165px;
}
html>body #right {   /* Be Nice To Opera*/
  	width: 165px;
}


#caseStudy {
  /* background: url(i/rb_case_study.gif) no-repeat;  */
  text-indent: -8000px;
  width: 165px;
	height: 27px;
	margin: 0;
	padding: 0;
}

#right p {
  font-size: 8pt;
	line-height: 12pt;
}

#right a:link{
	text-decoration: none;
	color: #013334;
}

#right a:visited{
	text-decoration: none;
	color: #013334;
}

#right a:hover{
	text-decoration: underline;
}

#right a:active{
	text-decoration: underline;
}
/* XXXXXXXXXXXXXXXXXXXXXX */
/* END Right Column Rules */ 
/* XXXXXXXXXXXXXXXXXXXXXX */


/*** *************************************    ***/
/*** E N D   P A G E   B O D Y   R U L E S    ***/
/*** *************************************    ***/	


/* --------------------------------------------------------------- */

/*** *********************************************    ***/
/*** B E G I N   P A G E   F O O T E R   R U L E S    ***/	
/*** *********************************************    ***/

#footer {
	border-top: 9px solid #003432;
	padding: 5px;
	margin: 0;
  	clear: both;
	position: relative;
	background-color: #fff;
	color: #000;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 7pt;
}

#footer ul li{
	position: relative;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
}

#footer ul li a:link {
	color: #003432;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#footer ul li a:visited {
	color: #003432;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #003432;
	text-decoration: underline;
}

#footer ul li a:active {
	color: #003432;
	text-decoration: underline;
}

#footer p {
	clear: left;
	font-size: 7pt;
	margin: 0;
	padding: 0;
}

#spacer{
	width: 100%;
	height: 10px;
	color: #000;
}
/*** ****************************************    ***/	
/*** E N D  P A G E   F O O T E R   R U L E S    ***/	
/*** ****************************************    ***/

#vs_home_banner {
	z-index: 50;
}
