/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 11px;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
	background:#000 url('../images/bodybg.jpg');
	background-repeat:repeat-x;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	line-height: 15px;
	color: #333333;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

ol, ul {list-style: none;}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/


p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:163%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

 /*temporary styles - must be rid off on production*/
li#vidtemp1 {background-color:#9933CC;}
li#vidtemp2 {background-color:#FFCC99;}
li#vidtemp3 {background-color:#FF0000;}
li#vidtemp4 {background-color:#00FFCC;}
li#vidtemp5 {background-color:#FFCC99;}
li#vidtemp6 {background-color:#00FFCC;}
li#vidtemp7 {background-color:#9933CC;}
li#vidtemp8 {background-color:#FFCC99;}

div#bodyWrapper {
  width:957px;
  margin:0 auto;/* center the page*/
}

div#outer {
  background:#000 url('../images/bodybg-repeat.jpg') repeat-y;
  height:auto;
}

div#header {
  background:url('../images/headerbg-trans.png') no-repeat top;
  width:957px;
  height:119px;
}

div#footer {
    background:url('../images/footerbg-trans.png') no-repeat bottom;
    width:957px;
    height:23px;
    clear:both;
}

div#footerLinks {
	padding-bottom:10px;
	_padding-bottom:0;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 15px;
}

div#contentLeft{
    width:215px; float:left;
	padding-top: 2px;
}

div#contentRight {
    width:742px; float:left;
}
div#contentRight a {
	color: #006699;
  
}
div#contentRight a:hover {
	color: #666666;
	text-decoration: underline;  
}

div#contentRight p.main {
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	padding:10px;
	margin:0;
	line-height:1.5em;
}

div#subHeaderWrapper {
    width:957px; height:118px; float:left;
}

div#subHeader{margin-top:70px;margin-left:235px}

/*my video thumbnail lists*/
#videoThumbnailLists {
    margin:10px 0 0;padding:0;font-family:Helvetica,Arial,Verdana,sans-serif;font-size:11px;
}

#videoThumbnailLists img {
float:left
}


#videoThumbnailLists li {
    background-image:url('../images/temp-video-thumb.png');
    padding-left:98px;background-position:left; background-repeat:no-repeat;
    width:170px; height:72px; list-style:none; margin-bottom:7px;
}

#videoThumbnailLists  a:link,
#videoThumbnailLists  a:visited{
    text-decoration:none;font-weight:bold;color:#006699;
}



/*my video thumbnail lists*/

.video-sample {
    margin:10px 0 0;padding:0;font-family:Helvetica,Arial,Verdana,sans-serif;font-size:11px; height:85px;
}

.video-sample img {
float:left;
padding-right:10px;
}




.video-sample  a:link,
.video-sample  a:visited{
    text-decoration:none;font-weight:bold;color:#006699;
}





/**/

div#navFormLogin {clear:both;float:left; margin-left:17px; text-align:left;}


/*Fat Erik's Pipelist*/
#navlist, #cmdLogin, #topNavLists, ul.horiznavlist {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family:Helvetica,arial,helvetica,sans-serif;
    font-size:11px;
    color:#FFFFFF;
    float:left; text-align:right;
}

#topNavLists li a:link,
#topNavLists li a:visited{
	text-decoration:none;
	color:#004766;
	padding:4px;
	
}

#topNavLists li#active a:link,
#topNavLists li#active a:visited,
#topNavLists li a:hover
{color:#FFFFFF;}

ul.horiznavlist a:link,
ul.horiznavlist a:visited,
#navlist li a:link,
#navlist li a:visited{
    color:#FFFFFF;
    text-decoration:none;
}

#navlist li a:hover, ul.horiznavlist li a:hover {
    color:#97B1CE;
}

div#footerLinks #navlist li a:hover {
    color:#164474;
}

#cmdLogin li a:link,
#cmdLogin li a:visited,
#navlists li a:link,
#navlists li a:visited{
    color:#006699;
    text-decoration:none;
}

#topNavLists li {
    display:inline;

}

#navlist li, #cmdLogin li {
    display: inline;
    padding: 3px;
    margin: 0;
}

#topNavLists li {
    font-family:Verdana,sans-serif;
    text-decoration:none;
    font-size:10px;
	text-transform: uppercase;

}

/*IE workaround*/
/*All IE browsers*/
* html #navlist li {
    padding: 0 0.4em 0 0.4em;
    margin: 0 0.4em 0 -0.4em;
    line-height:11px;
	
}

* html #navlist li {color:#FFFFFF; border-left: 1px solid white;}

* html #navlists li {padding:0px;}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist{ height: 1%; }

* html #navlist li{
    display: block;
    float: left;
	
  }


div#website-logo {
    float:left;
    padding:20px;
    padding-bottom:0;
}
#logo {width:273px; height:93px; position:absolute;}

div#fordLogo {
    float:left;
    margin-top:0;
    height:auto;
    padding:10px 0 10px 0;
}

ul#navlistLogin {color:#006699;margin:0;}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child, * html #navlistLogin li:first-child { border-left: 0; }

div#navWrapper {
    margin:0; padding:20px; /* position:relative; */ text-align:right; float:right;
}

h1 {font-family:Helvetica,Arial,Verdana,sans-serif; color:#FFFFFF;}
h5 {font-family:Helvetica,Arial,Verdana,sans-serif;}

/*form elements*/
form {
    margin:0; padding:0;
}

form input.formText {
    border:0pt none;
    padding:0;
    margin-bottom:5px;
    background-image:url('../images/inputbg.gif'); float:left; width:135px; height:20px;
    background-repeat:no-repeat;
    outline:none;
    clear:left;
}

form label {
    float:left;display:inline; clear:left;
}

form input.searchText {
    border:0pt none;
    padding:5px 0 2px 0;
    padding-left:10px;
    background:url('../images/searchbg.gif') no-repeat top left;
    outline:none;
    width:131px; height:17px;
    float:left;
    font:bold 10px Helvetica,Verdana,Arial,sans-serif; 
    color:#808080;
}

form input#submitSearch {
    padding:0; margin:0;
    border: 0pt none;
    background-image: url('../images/button-search.gif');
    width: 22px; height: 24px;
    float:left;
 /* cursor: pointer; */
}

div#loginFormWrapper {
    font:bold 11px Helvetica,Arial,Verdana,sans-serif;
    color:#000;
    margin-left:17px;
}

/*sidebar*/
#sidebar-content-wrapper,
#sidebar-bg-top,
#sidebar-bg-bottom {
    width:190px;
    margin:0 auto; margin-left:17px;
}
#sidebar-bg-top {
    height:31px; margin-top:0;
    background-image:url('../images/sidebar-bgtop.gif');
}
#sidebar-bg-bottom {
	height:50px;
	background-image:url('../images/sidebar-bgbottom.gif');
}
#sidebar-bg-bottom-commands {
	padding-top:20px;
	padding-left:5px;
	margin:0 auto;
}
#sidebar-content-wrapper {
    height:auto; background-image:url('../images/sidebar-bgmid-repeat.gif'); background-repeat:repeat-y;
}
#sidebar-content {
    width:190px; height:auto; background-repeat:no-repeat;
    background-image:url('../images/sidebar-bgmid.gif');
}
p.sidebar span {
	font-size:13px;
	font-weight:bold;
	line-height: 120%;
}
input.sidebar-button,   {
    border: 0pt none ;
    background-image: url('../images/button-bg.png');
    width: 86px; height: 24px;	/* cursor: pointer;*/
color:white; font-size:11px; font-weight:bold;
}




.sidebar-button  {
	border: 0pt none;
	background-image: url('../images/button-bg.png');
	width: 86px;
	height: 24px;
	color:white;
	font-size:11px;
	font-weight:bold;
	text-align: center;
	line-height: 23px;
	float:left;
}
.sidebar-button a  {
	color:white;
	font-size:11px;
	font-weight:bold;
	line-height: 23px;
}



input.login-button {
	border: 0pt none;
	background-image: url('../images/button-login.gif');
	width: 66px;
	height: 24px;
	color: #FFFFFF;
	    font:bold 11px Helvetica,Arial,Verdana,sans-serif;
	/* cursor: pointer;*/
}
/**/

/*video section*/
#videoSection {
    width:310px; height:auto; float:left; padding-left:0px; margin-left:0;
}

#videoSection p {padding:0; margin:0; font-size:11px; font-family:Helvetica,Arial,Verdana,sans-serif; width:292px;}

.scroll-pane li, div.pane {
    font-weight:bolder;
    height:200px;
    position:relative;
}

.scroll-pane {
    border:1px solid #d9d9d9;
    border-bottom:0;
    overflow:auto;
    position:relative;
    width:100%;
}

#onlineVideosPane {height: 650px; width:392px !important;}
.osX .jScrollPaneTrack {background: url(../images/osx_track.gif) repeat-y;}
.osX .jScrollPaneDrag {background: url(../images/osx_drag_middle.gif) repeat-y;}
.osX .jScrollPaneDragTop {background: url(../images/osx_drag_top.gif) no-repeat; height: 6px;}
.osX .jScrollPaneDragBottom {background: url(../images/osx_drag_bottom.gif) no-repeat;	height: 7px;}
.osX a.jScrollArrowUp {height: 24px; background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;}
.osX a.jScrollArrowUp:hover {background-position: 0 0;}
.osX a.jScrollArrowDown {height: 24px; background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;}
.osX a.jScrollArrowDown:hover {background-position: 0 0;}
.left .jScrollPaneTrack {left: 0;right: auto;}
.left a.jScrollArrowUp {left: 0;right: auto;}
.left a.jScrollArrowDown {left: 0;right: auto;}
.osX {overflow:hidden}

/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
    bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */

ul.listContainer {
    padding:0;
}

ul.listContainer li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0; padding:0;
    width:100%
}

span#viewSample {
    font-family:Verdana,Arial,sans-serif; font-weight:bold; font-size:13px;
}

span#onlineVideos {
    background-color:#548fc9; font-family:Helvetica,Arial,Verdana,sans-serif; color:#FFFFFF;
    font-weight:bold; font-size:18px; padding-left:10px;
}
/**/

ul#topNavLists {
    text-align:center; font-size:12px; font-weight:bold;
    margin-bottom:0 !important;
    margin-left:0 !important;
    padding-left:0;
    padding-top:0; padding-bottom:0;
	
	
}

ul#topNavLists li {
    padding:0; margin:0; margin-left:5px; vertical-align:bottom; text-align:left;
}

ul#navlists {
    list-style:none; font-size:12px; font-family:Helvetica,Arial,Verdana,sans-serif; font-weight:bold; padding-left:17px; margin:0;
}

ul#navlists li {
    margin-top:3px;
}

ul.listContainer {
    margin:0;
}

/*
 * ul  change | into | horizontal | navigation | links
 */
ul.horiznavlist { }

/* float selected element and all other links */
ul.horiznavlist li {
    display : block;
    float : left;
    padding : 0px 7px 0px 7px;
   border-right : 1px solid #FFFFFF;
    background : none;
    line-height:11px;
}

div#navFormLogin ul.horiznavlist li {
	display : block;
	float : left;
	padding : 0px 7px 0px 7px;
	background : none;
	line-height:11px;
}

/* remove left padding from first item in a list */
ul.horiznavlist li.first {
    padding-left : 0px !important;
}

/* remove right padding from last item in a list */
ul.horiznavlist li.last {
    padding-right : 0px !important;
    border-right : 0px !important;
}


/*wrappers*/
div#searchWrapper {
    float:right; position:relative; clear:both; margin:0; padding:0; margin-right:20px;
}

div#mainNavigationWrapper {
    width:860px; float:right; /* position:relative; */
    margin:0; padding-bottom:0;
    padding-top:23px;
    line-height:1.125em;
}

div#mainContentWrapper {
    width:720px; float:left; padding-left:15px;
}

div#scrollableDivWrapper {
    float:left; width:392px; _width:375px; height:auto; background-color:#548fc9; padding-top:5px;
}
/* background images */
div#contentWrapper {
  background:#FFFFFF url('../images/subheaderbg.jpg') no-repeat top;
  width:957px;
  height:auto;
  float:left;}
div#contentWrapper-product{
  background:#FFFFFF url('../images/bkg-product-measure.jpg') no-repeat top;
  width:957px;
  height:auto;
  float:left;
  }
 div#contentWrapper-about-us{
  background:#FFFFFF url('../images/bkg-about-us_03.jpg') no-repeat top;
  width:957px;
  height:auto;
  float:left;
  }
   div#contentWrapper-acc{
  background:#FFFFFF url('../images/bkg-acc.jpg') no-repeat top;
  width:957px;
  height:auto;
  float:left;
  }
     div#contentWrapper-lsre{
  background:#FFFFFF url('../images/bkg-reverse-enginering.jpg') no-repeat top;
  width:957px;
  height:auto;
  float:left;
  }
       div#contentWrapper-rental{
  background:#FFFFFF url('../images/bkg-faro-rental.jpg') no-repeat top;
  width:957px;
  height:auto;
  float:left;
  }
         div#contentWrapper-softcheck{
  background:#FFFFFF url('../images/bkg-softcheck.jpg') no-repeat top;
  width:957px;
  height:auto;
  float:left;
  }
/**/

/*paragraphs*/
p.sidebar {
    margin:0 auto; padding:10px;
    font:11px Helvetica,Arial,Verdana,sans-serif;
    color:#FFFFFF;
    text-align:left;
}

span#subHeaderTitle {
    font:24px Helvetica,Arial,Verdana;
    color:#FFFFFF;
}

p.main a:link,
p.main a:visited {
    color:#006699;
}

/*stylesheet for productandmachine.html page*/
#column3-subHeaderWrapper {
    background:url('../images/pmmbg-1.jpg') no-repeat top center;
    width:957px; min-height:562px; text-align:center;
    font-family:Helvetica,Arial,Verdana,sans-serif;
    color:white;
    margin:auto;
}

span.column3-headerCaption {
	font-size:30px;
	color:#FFFFFF;
	line-height: 25px;
}

#column3-headerArea {
    text-align:left;width:440px;position:absolute; bottom:0; left:0;
}

#column3-headerArea p {
    font-size:12px;
}

#column3 {
    float:right;
    background-repeat:no-repeat; background-position:top;
    padding:10px 0 10px 0;
    width:875px;
    height:auto;
}

#column-3-separator {
    border-bottom:#FFFFFF 1px dotted;
    clear:both;
    padding-top:20px;margin:10px 0;
    width:773px;
    float:left;
}

#column-1-wrapper, #column-2-wrapper, #column-3-wrapper {
    width:250px; height:auto; 
    float:left;
    padding-right:20px;
    text-align:left;
}

span.column-title {
    font-size:12px; font-weight:bold;margin:0 5px 0;
}

p.column-content {
    font-size:11px;margin:0 5px 0;padding:0;
}

#column3-contentWrapper {
    background:url('../images/3-column-content-bg.png') repeat-y;
    height:auto;
 }

#bottomCurve {
    width:957px; height:23px; 
    background-image:url('../images/footer-bottom-curve.jpg');
    clear:both;
    padding:0;
    margin:0;
    display:block;
}

a.more:link,
a.more:visited{
    color:white;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    margin:0 5px 0;
}

div.additionalInfo {
    margin-top:0;
    height:auto;
    float:left; background-repeat:no-repeat; background-position:top;
    padding:10px 0 10px 0;
}

div.additionalInfo #column-1-wrapper,
div.additionalInfo #column-2-wrapper,
div.additionalInfo #column-3-wrapper{
    margin-top:0;
    width:250px;
    padding-left:20px;
}

div#captionWrapper {
    height:240px;position:relative;margin-bottom:47px;
}

/*Scroll Bar - home*/
.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack {
    position: absolute;	/* cursor: pointer;*/
right: 0;
    top: 0;
    height: 100%;
    background: #aaa;
}
.jScrollPaneDrag {
    position: absolute;
    background: #666;	/* cursor: pointer;*/
overflow: hidden;
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowUp:hover {
    /*background-color: #f60;*/
}

a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowDown:hover {
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}
/**/

ul {
	margin: 0px;
	padding: 0px;
}
.search-result {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

/*Layout options */
.twocolumn_two_thirds {
	float:left;
	width:390px;
	font-size: 11px;
	padding-right: 10px;
}
.intro{
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-left:20px;
	margin-right:20px;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #666666;
} 
.content{
background-color:#FFFFFF
}
.white {
	color: #FFFFFF;
	width:225px;
}
.active {
	color: #FFFFFF;
	font-size: 8pt;
	padding-left:10px;
	font-family: Helvetica, arial, helvetica, sans-serif;
	font-weight: bold;
}


#navcontainer {
	font-family:Arial, Helvetica, sans-serif;
	width:215px;         
	padding-top: 10px;
	padding-bottom: 10px;
  background-color:#ffffff;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;

	
}
 #subnav {
  width:100%;
  height:180px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
  
  /* START VIDEO LINKS AND SAMPLES */
  
  
  
  
  
  
.videowrapper, .videowrapper-sample, .videos, .videolist{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 560px;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: auto;
	height: 450px;
	color: #333333;
	border:1px solid #999999;
}
.videowrapper a, .videowrapper-sample a .videos {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.videolist  {
    width:560px;
	height:650px;

	}

.videowrapper img , .videowrapper-sample img {
	float:left;
}
.videowrapper-sample,   {
	width:370px;
	height:650px;
			overflow: auto;

}

	

.topics, .chapter, .subject, .chaptertopic, .filedown {
	width: 71%;
	padding-left:2%;
	float:left;
	line-height:20px;
}
.topics, .version {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #006699;
	float:left;
}

.topics{
	width:58%;
}
.version, .versionnumber {
		width: 21%;
		float:left;
		height:20px;
}
.version
{
	width:35%;
}	
.subject {
	color: #333333;
	background-color: #CCCCCC;
	width:93%;
	font-weight: bold;
}
.chapter, .versionnumber, .chaptertopic, .filedown {
	background-color: #FFFFFF;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
}
.chapter, .filedown {
font-size: 11px;
width:69%;
padding-left:4%;


	}

.chapter a {
	background-image: url(../images/play-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:68%;
padding-left:6%;
	color: #006699;
}
.filedown a {
	background-image: url(../images/download-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:68%;
padding-left:6%;
	color: #006699;
}

.chaptertopic{
	font-size:12px
}
	.version-x, .version-four {
	color: #006699;
	float: left;
	width: 35%;
	border-left-width: 1px;
	border-left-style: outset;
	border-left-color: #999999;
	text-align: center;
	padding-left: 8%;
	height:20px;
}
	
  /* END VIDEO LINKS AND SAMPLES */

	
.osX .jScrollPaneTrack {background: url(../images/osx_track.gif) repeat-y;}
.osX .jScrollPaneDrag {background: url(../images/osx_drag_middle.gif) repeat-y;}
.osX .jScrollPaneDragTop {background: url(../images/osx_drag_top.gif) no-repeat; height: 6px;}
.osX .jScrollPaneDragBottom {background: url(../images/osx_drag_bottom.gif) no-repeat;	height: 7px;}
.osX a.jScrollArrowUp {height: 24px; background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;}
.osX a.jScrollArrowUp:hover {background-position: 0 0;}
.osX a.jScrollArrowDown {height: 24px; background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;}
.osX a.jScrollArrowDown:hover {background-position: 0 0;}
.left .jScrollPaneTrack {left: 0;right: auto;}
.left a.jScrollArrowUp {left: 0;right: auto;}
.left a.jScrollArrowDown {left: 0;right: auto;}
.osX {overflow:hidden}

/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
    bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */

.two-thirds {
	float: left;
	width: 30%;
	padding-right: 2%;
}
.two-thirds img {
	float: left;
	padding-bottom: 2%;
}
/* slide show effects */

#slideshow {
    position:relative;
    height:171px;
	float:left;
	width:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*END OF SLIDE SHOW EFFECT*/
div.transbox
  {
  background-color:#ffffff;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
.layout-half {
	float: left;
	width: 45%;
}
#contentWrapper #contentLeft #sidebar-content-wrapper #sidebar-content ul {
	color: #FFFFFF;
	padding-left: 20px;
}
#sidebar-content li {
	list-style-type: disc;
	padding-right:5px;
}
.twocolumn_half {
	width: 49%;
	float: left;
	padding-right: 1%;
}
.twocolumn_half li {
	padding-left: 5px;
	list-style-type: none;
	list-style-position: inside;
}



a{
 color: #000000
 }
 
#links, #videos {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0;
}

#links li {
	float:left;
	margin-left:70px;
}

#videos li {
	float:left;
	margin-left:30px;
}

#fancy_div {
	background:url(../images/video_bg.png) no-repeat;
	color:#000000;
}

#catDynMenuSub539053  {
	margin:0px;
	padding:0px;
}

