/* styles.css */


/*
CSS normalizations
see Transcending CSS by Andy Clarke
*/

/* normalize margins and padding */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
}

/* normalize font size for headers, pre and code */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 100%;
}

/* remove list-style from lists */
/*ol,*/ 
ul {
	list-style: none;
}

/* remove border from fieldset and img */
fieldset, img {
	border: none;
}

/* left align text in caption and th */
caption, th {
	text-align: left;
}

/* remove quote marks from q tag (see http://alistapart.com/articles/qtag)
	This is done because win/ie does not place quotes around the q as per W3C standard.
	This turns off quotes on other browsers (since they recognize the :before and :after).
	Be sure to place quotes OUTSIDE of the q tags to meet the W3C specifications.
	e.g. &ldquo;;<q>The quick brown fox jumps over the lazy dog</q>&rdquo;
 */
q:before, q:after {
	content: "";
}

/* remove italization from address */
address {
	font-style: normal;
}

/* commonly used classes and general changes */

#content form {
	border-top:1px #FFFFFF solid;	/* hack to remove extra spacing above firefox forms */
}

html {
	text-align: center;
	margin:0px;
}

body {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color:#ffffff;
	color:#494848;
}

body a {
	color:#494848;
	text-decoration:none;
}
body a:link {
	color:#494848;
	text-decoration:none;
}
body a:active {
	color:#494848;
	text-decoration:none;
}
body a:visited {
	color:#494848;
	text-decoration:none;
}
body a:hover {
	color:#CC0000;
	text-decoration:none;

}


ul {
	margin:0px 0px 0px 15px;
	padding:0px;
}

/*  removed because it overrides too much
ul li {
	list-style:disc;
	margin:0px 0px 0px -3px;
	padding:0px;
}
*/

ul.disc {
	list-style-type: none;
	margin-left:0;
}

ul.disc li {
	background: url(/images/common/bullet_disc.gif) no-repeat .1em .1em;
	padding-left: 15px;
}
ul.disc li ul li {
 background: url(/images/common/bullet_disc_2.gif) no-repeat .1em .1em;
 padding-left: 15px;
}

li.floatDiscFix {
 list-style-image:url(/images/common/bullet_disc.gif);
 margin-left:0px;
}


ul li#products {
	margin:0px;
	padding:0px;
}
ul li#services {
	margin:0px;
	padding:0px;
}
ul li#technology {
	margin:0px;
	padding:0px;
}
ul li#aboutus {
	margin:0px;
	padding:0px;
}
ul li#contactus {
	margin:0px;
	padding:0px;
}
ul li#about {
	margin:0px;
	padding:0px;
}

ol {
	margin:0px 0px 0px 18px;
	padding:0px;
}

ol li {
	margin:0px 0px 0px 0px;
	padding:0px;
	color: #484848;
}



ul.noDots {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
li.noDots {
	list-style-type:none;
	padding:0px 0px 3px 0px;
	margin:0px 0px 0px 2px;
}

li.decimal {
	list-style:decimal;
	padding:0px 0px 3px 0px;
	margin:0px;
}

li.padding7 {
	margin-top:7px;
	padding-bottom:7px;
}

li.pdf {
	list-style-image:url(/images/common/btn_pdf.gif);
	padding:0px 0px 3px 0px;
	margin:5px 0px 0px 5px;
}

li.pdfTight {
	list-style-image:url(/images/common/btn_pdf.gif);
	padding:0px 0px 0px 0px;
	margin:1px 0px 0px -1px;
}


a {
	text-decoration:none;
}

p.para {
	margin-top:5px;
}

p.titledPara {
	padding-bottom:12px;
	line-height:11px;
}

.pageTitle {
	margin:2px 0px 2px 10px;
}


.menuDropdownTitle {
	font-size:11px;
	line-height:21px;
	color:#084a90;
	text-transform:uppercase;
	font-weight:bold;
}

.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}

.clearBothTight {
		clear:both;
		margin:0px;
		padding:0px;
		font-size:0px;
		line-height:0px;
		height:0px;
		width: 0px;
		overflow:hidden;
}

.positionRelative {
	position:relative;
}

.noWrap {
	white-space:nowrap;
}

.floatRight {
	float:right;
	display:inline;
}

.floatLeft {
	float:left;
	display:inline;
}

.verticalMiddle {
	vertical-align:middle;
}

.verticalTop {
	vertical-align:top;
}

.verticalBaseline {
	vertical-align:baseline;
}

.lowerSubmit {
	margin-top:2px;
}

.marginTop1 {
	margin-top:1px;
}

.marginTop2 {
	margin-top:2px;
}

.marginTop3 {
	margin-top:3px;
}

.marginTop4 {
	margin-top:4px;
}

.marginTop5 {
	margin-top:5px;
}

.marginTop6 {
	margin-top:6px;
}

.marginTop7 {
	margin-top:7px;
}

.marginTop10 {
	margin-top:10px;
}

.marginTop15 {
	margin-top:15px;
}

.marginTop20 {
	margin-top:20px;
}

.marginTop25 {
	margin-top:25px;
}

.marginTop30 {
	margin-top:30px;
}

.marginTop35 {
	margin-top:35px;
}

.marginTop40 {
	margin-top:40px;
}

.marginTop45 {
	margin-top:45px;
}

.marginTop50 {
	margin-top:50px;
}

.marginBottom15 {
	margin-bottom:15px;
}

.marginBottom10 {
	margin-bottom:10px;
}

.marginBottom5 {
	margin-bottom:5px;
}

.margin15 {
	margin:15px;
}

.marginRight5 {
	padding: 0px;
	margin-right:5px;
}

.marginRight10 {
	margin-right:10px;
}

.marginRight15 {
	margin-right:15px;
}

.marginRight160 {
	padding:0;
	margin-right:160px;	
}

.marginLeft4 {
	margin-left:4px;
}

.marginLeft5 {
	margin-left:5px;
}

.marginLeft10 {
	margin-left:10px;
}

.marginLeft13{
    margin-left:13px;
}

.marginLeft15{
	margin-left:15px;
}

.marginLeft2 {
	margin-left:2px;
}

.marginLeft20 {
	margin-left:20px;
}

.marginLeft22 {
	padding: 0px;
	margin-left:22px;
}

.marginLeft25 {
	margin-left:25px;
}

.marginLeft30 {
	margin-left:30px;
}

.marginLeft35 {
	margin-left:35px;
}

.marginLeft40 {
	margin-left:40px;
}

.marginLeftNeg25 {
	margin-left:-25px;
}

.paddingLeft10 {
	padding-left:10px;
}

.paddingBottom10 {
	padding-bottom:10px;
}

.paddingBottom6 {
	padding-bottom:6px;
}

.paddingRight10 {
	padding-right:10px;
}

.paddingRight15 {
	padding-right:15px;
}

.backgroundIndentNeg5 {
	margin-left:-5px;
}

.margin10 {
	margin:10px;
}

.marginBottomNeg20 {
	margin-bottom:-20px;
}

.verticalDot221 {
	background-image:url(/images/common/vert_gray_dots_221.gif);
	background-repeat:repeat-y;
	height:100%;	/* fix for IE bug */
}

.hrLightGray {
	width:100%;
	border-bottom:1px #dfdfdf solid;
}


.subTitleRed {
	font-size:13px;
	color:#97343d;
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.skipNav {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-index: -9999px;
	margin: 0px;
	padding: 0px;
}

/* standard div id's layouts */

#header {
	width:1000px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000000;
	z-index:90;	/*added for flashNav for full height gray background - keeps top nav above it */
}

#headerTop {
	width:1000px;
	height:102px;
	background-image:url(http://www.lindenphotonics.com/images/common/Top-BKG.gif);
	background-repeat:no-repeat;
	position:relative;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#headerLeft {
	position:absolute;
	top:19px;
	left:0px;
	width:805px;
	height:63px;
	overflow:hidden;
}

.headerLeftLogo {
	position:absolute;
	top:0px;
	left:0px;
}

#headerLeftSearch {
}

#headerLeftMenu {
	clear:both;
	float:right;
	width:600px;
	height:25px;
	margin-top:19px;
}

#headerRight {
	position:absolute;
	bottom:10px;
	left:754px;
	width:140px;
	overflow:hidden;
}

#headerRight ul.bullets {
	list-style-image:none;
	padding:0px;
	margin:0px;
}

#headerRight li.bullets {
	list-style-image:none;
	padding-bottom:3px;
	margin:0px;
}

#mainMenu {
	position:relative;
	clear:both;
	width:1000px;
	height:30px;
	background-image:url(http://www.lindenphotonics.com/images/common/Top-Menu-Bottom-Bar.gif);
	background-repeat:no-repeat;
}




/* --------------------FOOTER */


#footer {
	width:1000px;
	height:70px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#494848;
	position:relative;
}
#footer a {
	color:#7096bf;
	text-decoration:none;
}
#footer a:link {
	color:#7096bf;
	text-decoration:none;
}
#footer a:active {
	text-decoration:none;
	color:#7096bf;
}
#footer a:visited {
	text-decoration:none;
	color:#7096bf;
}
#footer a:hover {
	color:#7096bf;
	text-decoration:underline;
}

#footerLeftText1st {
float:left;
height:auto;
margin:10px 0 0 10px;
}
#footerLeftTextRest {
float:left;
height:auto;
margin:10px 0 0 10px;
}
#footerRightText1st {
float:right;
height:auto;
margin:10px 10px 0 0;
}

#footerRightTextRest {
	margin:1px 15px  0px 0px;
	float:right;
	color: #494848;
	height:30px;
}

#content {
	float:left;
	display:inline;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	margin-top:15px;
	color:#494848;
}

.bodyHeaderLeftNavEmailPrint {
	width: 562px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top:3px;
	height: 23px;
}

.bodyHeader780 {
	width:780px;
}





/* navigation styles */



.topNav {
	padding:0px;
	margin:0px 0px 0px 99px;
	list-style-type:none;
	display:inline;
	float:left;
	z-index:90;	/* added for flashNav  */
}
	
.topNav li{
	display:inline;
	float:left;
	list-style-type:none;
}
	
.topNav li A{
	display:block;
		
}

.topNav li a span {
	display:none;
}


.topNav li#products a, .topnav li#products{
	width:165px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Products-Button.gif) 100% 0px;
}

.topNav li#products a.current {
	width:165px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Products-Button.gif) 100% -30px;
}


.topNav li#products a.hover {
/* .topNav li#products a:hover {	flashNav changes */
	width:165px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Products-Button.gif) 100% -60px;
}




	
.topNav li#services a, .topNav li#services{
	width:150px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Services-Button.gif) 100% 0px;
}

.topNav li#services a.current {
	width:150px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Services-Button.gif) 100% -30px;
}


.topNav li#services a.hover {
/* .topNav li#services a:hover {	flashNav changes */
	width:150px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Services-Button.gif) 100% -60px;
}




	
.topNav li#technology a, .topNav li#technology{
	width:185px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Technology-Button.gif) 100% 0px;
}

.topNav li#technology a.current {
	width:185px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Technology-Button.gif) 100% -30px;
}


.topNav li#technology a:hover {	
	width:185px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Technology-Button.gif) 100% -60px;
}




	
.topNav li#aboutus a, .topNav li#aboutus{
	width:125px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/About-Us-Button.gif) 100% 0px;
}

.topNav li#aboutus a.current {
	width:125px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/About-Us-Button.gif) 100% -30px;
}

.topNav li#aboutus a:hover {	
	width:125px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/About-Us-Button.gif) 100% -60px;
}



.topNav li#contactus a, .topNav li#contactus{
	width:130px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Contact-Us-Button.gif) 100% 0px;
}

.topNav li#contactus a.current {
	width:130px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Contact-Us-Button.gif) 100% -30px;
}

.topNav li#contactus a:hover {
	width:130px;
	height:30px;
	background:url(http://www.lindenphotonics.com/images/nav/Contact-Us-Button.gif) 100% -60px;
}

	




.menuBackground {
	visibility: hidden;
	background-color:#323232;
	position:absolute;
	z-index:80;
	top:110px;
	left:0px;
	height:0px;
	width:1000px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.menuBackground2 {
	visibility: hidden;
	display: block;
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	width:1000px;
}

.menuDropdown {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#EEEEEE;
}

.menuDropdownTab {
	margin-top: -29px;
}

.menuDropdownTabRight {
	margin-top: -29px;
	float: right;
	margin-right: 1px;
}

.menuDropdownClose {
	position:absolute;
	top:-20px;
	right:20px;
	text-align:right;
	width:70px;
}

.menuDropdownClose2 {
	position:relative;
	top:-20px;
	right:20px;
	text-align:right;
}
/*
.menuDropdownClose a {
	color: #EEEEEE;
	text-decoration: none;
}

.menuDropdownClose a:link {
	color:#EEEEEE;
	text-decoration:none;
}

.menuDropdownClose a:active {
	color: #EEEEEE;
	text-decoration: none;
}

.menuDropdownClose a:visited {
	color:#EEEEEE;
	text-decoration:none;
}

.menuDropdownClose a:hover {
	color:#EEEEEE;
	text-decoration:none;
}
*/
.menuDropdownTitle {
	font-size:11px;
	line-height:21px;
	color:#ECD672;
	text-transform:uppercase;
	font-weight:bold;
}

.menuDropdownHorozWhiteDots {
	background-image:url(http://www.scottoproductions.com/linden/new/images/nav_horoz_white_dots.gif);
	background-repeat:repeat-x;
	width:100%;
	margin-top:10px;
}


.menuDropdownHorozGrayRule {
	background-image:url(http://www.scottoproductions.com/linden/new/images/nav_hr_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	margin-top:10px;
 	margin-left: 2px;
}


	
.menuDropdownRed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#EEEEEE;
}

.menuDropdownRed a {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownRed a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownRed a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownRed a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownRed a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

	
.menuDropdownRed ul.plainList {
	list-style-type:none;
	padding:0px;
	margin:0px;
}


.menuDropdownRed ul.bulletList {
	list-style-type:disc;
	padding:0px;
	margin:0px;
}


.menuDropdownRed li.plainList {
	list-style-type:none;
	padding-bottom:5px;
	margin-left:-14px;
}

	
.menuDropdownRed li.bulletList {
	list-style-type:disc;
}

	

.menuDropdownGray {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#5c5a5a ;
}

.menuDropdownGray a {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:link {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:active {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:visited {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:hover {
	color:#7096BF;
	text-decoration:none;
}

.menuDropdownGray ul.plainList {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.menuDropdownGray ul.bulletList {
	list-style-type:disc;
	padding:0px;
	margin:0px;
}

.menuDropdownGray li.plainList {
	list-style-type:none;
	margin-left:-14px;
}

.menuDropdownGray li.bulletList {
	list-style-type:disc;
}

.menuDropdownGray p {
	padding-bottom:10px;
}

	
.topNavAlpha a {
	padding:0px 3px;
}

.topNavAlpha div {
	padding:0px 3px;
}

	

#productsMenu {
	visibility:hidden;
	position:absolute;
	top: 130px;
	left: 98px;
	width:390px;
	z-index:90;
}

#productsMenuTop {
	background-image:url(http://www.lindenphotonics.com/images/nav/productsMenuTop.png);
	background-repeat:no-repeat;
	width:320px;
	height:10px;	
}
* html #productsMenuTop	/* hack for ie6 background png */
{
	background-image:url(http://www.lindenphotonics.com/images/nav/productsMenuTop.gif);
} 

#productsMenuBody {
	background-image:url(http://www.lindenphotonics.com/images/nav/productsMenuMiddle.png);
	background-repeat:repeat-y;
	width:320px;
}
* html #productsMenuBody	/* hack for ie6 background png */
{
	background-image:url(http://www.lindenphotonics.com/images/nav/productsMenuMiddle.gif);
} 

#productsMenuBottom {
	background-image:url(http://www.lindenphotonics.com/images/nav/productsMenuBottom.png);
	background-repeat:no-repeat;
	width:320px;
	height:18px;
	position:relative;
}
* html #productsMenuBottom	/* hack for ie6 background png */
{
	background-image:url(http://www.lindenphotonics.com/images/nav/productsMenuBottom.gif);
} 

.greyClose {
	float: right;
	margin-right: 10px;
	margin-top: -15px;
	color: #5c5a5a;
}
.greyClose a {
	color: #EEEEEE;	
	text-decoration: none;
}

.greyClose a:hover {
	color: #5c5a5a;	
	text-decoration: underline;
}

.greyClose a:link {
	color: #5c5a5a;	
	text-decoration: underline;
}

.greyClose a:active {
	color: #5c5a5a;	
	text-decoration: underline;
}

	
.productsMenuInner {
	width:209px;
	margin-top:0px;
	margin-left:14px;
}

.productsMenuRedWide {
	width:209px;
}

.productsMenuInnerLeftRed {
	width:209px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

.productsMenuRedVertDots {
	background-image:url(http://www.scottoproductions.com/linden/new/images/nav_sol_bg_body_vert_dots.gif);
	background-repeat:repeat-y;
	width:109px;
}

.productsMenuInnerLeft {
	width:120px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerMiddle {
	margin-left:9px;
	width:3px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerMiddleLeft {
	margin-top:10px;
	width:1px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerMiddleRight {
	margin-left:14px;
	width:1px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerRightGray {
	margin-left:14px;
	width:192px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerRight {
	margin-left:12px;
	width:165px;
}

	
#productsMenuBottom {
}

.productsMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}


.productsMenuLightGray {
	background-color:#f6f6f7;
	color:#8d8d8d;
	font-weight:bold;
 margin-left: 1px;
}

	
.productsMenuLightGray strong {
	color:#323233;
	font-weight:bold;
}

	


#servicesMenu {
	visibility:hidden;
	position:absolute;
	top: 130px;
	left: 263px;
	width:263px;
	z-index:90;
}

#servicesMenuTop {
	background-image:url(http://www.lindenphotonics.com/images/nav/servicesMenuTop.png);
	background-repeat:no-repeat;
	height:10px;
	width:263px;
}
* html #servicesMenuTop	/* hack for ie6 background png */
{
	background-image:url(http://www.lindenphotonics.com/images/nav/servicesMenuTop.gif);
} 

#servicesMenuBody {
	background-image:url(http://www.lindenphotonics.com/images/nav/servicesMenuMiddle.png);
	background-repeat:repeat-y;
	width:263px;
}
* html #servicesMenuBody	/* hack for ie6 background png */
{
	background-image:url(http://www.lindenphotonics.com/images/nav/servicesMenuMiddle.gif);
} 

#servicesMenuBottom {
	background-image:url(http://www.lindenphotonics.com/images/nav/servicesMenuBottom.png);
	background-repeat:no-repeat;
	height:18px;
	width:263px;
	position:relative;
}
* html #servicesMenuBottom	/* hack for ie6 background png */
{
	background-image:url(http://www.lindenphotonics.com/images/nav/servicesMenuBottom.png);
} 

	
.servicesMenuInner {
	width:569px;
	margin-top:0px;
	margin-left:14px;
}

.servicesMenuRedWide {
	width:381px;
}

.servicesMenuInnerLeftRed {
	width:381px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

.servicesMenuRedVertDots {
	background-image:url(http://www.lindenphotonics.com/images/common/nav_sol_bg_body_vert_dots_187.gif);
	background-repeat:repeat-y;
	width:381px;
}

.servicesMenuInnerLeft {
	width:175px;
	float:left;
	overflow:hidden;
}

.servicesMenuInnerMiddle {
	margin-left:29px;
	width:177px;
	float:left;
	overflow:hidden;
}

.servicesMenuInnerMiddleLeft {
	margin-top:10px;
	width:100px;
	float:left;
	overflow:hidden;
}

.servicesMenuInnerMiddleRight {
	margin-left:17px;
	width:100px;
	float:left;
	overflow:hidden;
}

.servicesMenuInnerRightGray {
	margin-left:14px;
	width:173px;
	float:left;
	overflow:hidden;
}

.servicesMenuInnerRight {
	margin-left:12px;
	width:148px;
}

	
#servicesMenuBottom {
}

.servicesMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}













ul.plainList {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.plainList li {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.plainSubList {
	list-style-type:none;
	padding:0px;
	margin-left:20px;
}

ul.plainSubList li {
	list-style-type:none;
}

li.plainList {
	list-style-type:none;
	padding:0px;
	margin:0px;
}








/* replace HTML using these classes with the customInfo code */



/* home.css */

#contentHome {
	clear:both;
	width: 1000px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#494848;
	border-top:1px #ffffff solid;
	margin-top:6px;
	z-index:50;
}

.homeFcaFull {
	background-image:url(/images/home_fca_mid.jpg);
	background-repeat:repeat-y;
	width:1000px;
}

.homeFcaFullTop {
	background-image:url(/images/home_fca_top.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:5px;
}

.homeFcaFullInner {
	margin:0px;
	padding:0px;
	width:1000px;
}

.homeFcaFullBottom {
	background-image:url(/images/home_fca_bottom.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height: 9px;
}
	
.homeFcaLeft {
	width: 260px;
	float: left;
	margin: 0px;
	margin-top: 15px;
        position: relative;
        left: 18px;
}


/* new home page left promo section */
.homeFcaFullPromo {
	background-image: url(/images/home_fca_mid_new.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	width:1000px;
}

.homeFcaFullTopPromo {
	background-image:url(/images/home_fca_top.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:5px;
}

.homeFcaFullInnerPromo {
	margin:0px;
	padding:0px;
	width:1000px;
}

.homeFcaFullBottomPromo {
	background-image:url(/images/home_fca_bottom_new.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height: 18px;
}
	
.homeFcaLeftPromo {
	width: 309px;
	float: left;
	margin: 0px;
	margin-top: 0;
        position: relative;
        left: 0;
}
.homeFcaLeftPromoInner {
	margin: 5px 0 0 10px;
	padding: 0;
}

.homeLeftPromo-Mid {
	width:290px;
}

.homeLeftPromo-Top {
	width:290px;
	height:7px;
}

.homeLeftPromo-Text {
	margin:0px;
	padding: 4px 13px;
	width:267px;
}

.homeLeftPromo-Bottom {
	width:290px;
	height: 8px;
}




.homeFcaMidPromo {
	width: 300px;
	float: left;
	margin: 0px;
	margin-top: 15px;
	margin-left: 21px;
}
/* end new home page left promo section */

.homeFcaMid {
	width: 300px;
	float: left;
	margin: 0px;
	margin-top: 15px;
	margin-left: 70px;
}

.home_fca_right {
	float:left;
	position:relative;
	margin: 0px 0px 0px 33px;
	padding: 0px;
}

.homeFcaMidText {
	width:203px;
	float:left;
	margin:7px 0px 0px 10px;
}

.homeFcaRightTabs {
        background-image: url(/images/home_fca_tab_bg.jpg);
		background-repeat: no-repeat;
		width: 337px;
        /* height: 83px; */
        position: relative;
        left: 2px;
		top:-5px;
		margin-bottom: 20px;
}

.homeTabContent {
        clear: both;
        position: relative;
        top: 15px;
        left: 15px;
        width: 90%;
}

.homeTabContent tr td {
    vertical-align:top;
    border-spacing: 5px;
    padding: 5px;
}
.homeTabContent .date {
  width: 65px;
}


.tabHidden {
    display: none;
    visibility: hidden;
}

.tabVisible {
    display: block;
    visibility: visible;
}

.divHide {
    display: none;
}

.divShow {
    display: block;
}



	.homeTab {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.homeTab li {
		float:left;
		margin:0px;
		padding:0px;
		list-style-type:none;
		color:#494848;
		background:url(/images/right_home_tab.gif) no-repeat right top;
		height:26px;
		overflow:hidden;
	}
	.homeTab li a {
		float:left;	/* prevent some browsers from taking full width for a tab */
		display: block;
		color:#494848;
		text-decoration: none;
		text-transform: uppercase;
		background: url(/images/left_home_tab.gif) no-repeat left top;
		padding: 6px 12px 3px 9px;
		width: .1em;	/* code to make full tab clickable in ie 6? */
		width: auto;	/* fix other browsers after full tab clickable fix above */
		height:26px;
	}		
	.homeTab li.leftTab a{
		float:left;	/* prevent some browsers from taking full width for a tab */
		display:block;
		color:#494848;
		text-decoration:none;
		text-transform:uppercase;
		background:url(/images/left_first_home_tab.gif) no-repeat left top;
		padding:6px 12px 3px 9px;
		width:.1em;	/* code to make full tab clickable in ie 6? */
		width:auto;	/* fix other browsers after full tab clickable fix above */
		height:26px;
	}		
	.homeTab li a:link {
		color:#494848;
	}
	.homeTab li a:active {
		color:#494848;
	}
	.homeTab li a:visited {
		color:#494848;
	}
	.homeTab li a:hover {
		color:#7096bf;
	}
	/* rollovers do not cover page border line */
	.homeTab li:hover, .homeTab li:hover a {
		color:#7096bf;
		background-position:100% -26px;
		height:25px;
	}
	.homeTab li:hover a {
		background-position:0% -26px;
	}
	.homeTab li.current a {
		color:#494848;
		font-weight:bold;
		background-position:0% -26px;
	}
	/* restore height to full on rollover current */
	.homeTab li.current:hover a {
		color:#494848;
		background-position:0% -26px;
		height:26px;
	}

	.homeTab li.current {
		color:#494848;
		font-weight:bold;
		background-position:100% -26px;
	}

	/* restore height to full on rollover current */
	.homeTab li.current:hover {
		color:#494848;
		background-position:100% -26px;
		height:26px;
	}

 
.contentThreeColArrowBody {
 margin: 25px 0px 5px 22px;
 width: 248px;
}

#footerPopup {
	position:absolute;
	top:35px;
	left:160px;
	visibility:hidden;
}

.moreNews { 
          border-top:1px #dfdfdf solid;
          border-bottom:1px #dfdfdf solid;
          margin: 15px 0;
          padding: 8px 0;
          font-style: italic;
}
 

