@charset "utf-8";
/* CSS Document */
/*top, right, bottom, left*/

.rightHeading {
	font-family:"Arial Narrow";
	font-size: 30px;
	color:#fff;
	text-align:right;
	font-weight:bold;
	padding: 2px 0px 0px 0px;
	height:50px;
}
a.block {
	font-family:verdana;
	font-size:12px;
	padding-left:0px;
	color:#000;
	background-color:#FFFFFF; padding: 2px 2px 2px 2px; text-decoration:none;
}
a.block:hover {
	color:#000;
	background-color:#DCD9D9; padding: 2px 2px 2px 2px; text-decoration:none;
}

body  {
	font: 75% Verdana;
	background: #242933;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../images/ActorBG.png); /*background-position:center top; background-repeat:no-repeat;*/
}
.bodyWhite  {
	font:  Verdana;
	font-size:12px;
	color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;


}
.bodyWhite a {
	font:  Verdana;
	font-size:12px;
	color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.bodyWhite a:hover {
	font:  Verdana;
	font-size:12px;
	color: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#FFFFFF
}
.bodyWhite b {
	font:  Verdana;
	font-size:12px;
	color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-weight:bold;
}
td {color:#FFF; text-decoration:none; padding: 4px 0px 0px 0px; line-height:20px;}
.tdBlack {color:#000; text-decoration:none; padding: 4px 0px 0px 0px; line-height:20px; }
p .white{color:#FFF; text-decoration:none; padding: 4px 0px 0px 0px; line-height:20px}
tr{color:#FFFFFF;}
tr a {color:#FFF200; text-decoration:none; padding: 4px 0px 0px 0px;}
tr a:hover {color:#FFF; text-decoration:none; background-color:#383838; padding: 4px 4px 4px 4px;}
.borderBottom{ background-image:url(../../images/border.gif); background-repeat:repeat-x; /*filter: Alpha(Opacity=50, FinishOpacity=50);*/}

/*h1{ font-family:verdana; font-size:20px; background-image: url(../images/h1bg2.jpg); background-repeat: no-repeat; height:47px; color:#fff; padding-top:10px; padding-left:10px;}*/

h2{ font-family:verdana; font-size:13px; color:#fff; padding-top:0px; padding-left:10px;}

.verdana16 { font-family:verdana; font-size:13px; color:#fff; font-weight:bold; background-image:url(../../images/border.gif); background-repeat:repeat-x; /*filter: Alpha(Opacity=50, FinishOpacity=50);*/ background-position:bottom; padding-left:10px;}

p{color:#fff;padding-left:10px;}

b{ font-weight:bold;}
.ButtonColor {
	font-family: "Arial Narrow";
	font-size: 30px;
	color: #fff;
	border: 1px solid #fff;
	background-color:red;
	cursor:hand;
	width:250px;
	height:105px;
	text-transform:uppercase;
	font-weight:bolder;
}
.ButtonWhite {
	font-family: "verdana";
	font-size: 12px;
	color: #000;
	border: 1px solid #fff;
	background-color:fff;
	cursor:hand;

}
.InputBox {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border: 1px solid #B3B3B3;
	height: 16px;
	text-align:left;
	padding-top:3px;
	padding-left:4px;
	background-image: url(../../images/fieldBG.gif); background-repeat:repeat-x;
}
.InputBoxFixed {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border: 1px solid #B3B3B3;
	height: 16px;
	width:175px;
	text-align:left;
	padding-top:3px;
	padding-left:4px;
	background-image: url(../../images/fieldBG.gif); background-repeat:repeat-x;
}
.InputBoxFixedSmall {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border: 1px solid #B3B3B3;
	height: 16px;
	width:138px;
	text-align:left;
	padding-top:1px;
	padding-left:4px;
	background-image: url(../../images/fieldBG.gif); background-repeat:repeat-x;
}
.textarea {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	height: 125px;
	width:175px;
	text-align:left;
	padding-top:3px;
	background-image: #fff url(../../images/fieldBG.gif); background-repeat:repeat-x;
}

.whiteHeading30 {
	font-family:"Arial Narrow";
	font-size: 30px;
	font-weight:bold;
	color:#999999;
	text-align:left;
	padding-bottom:0.3em;
/*	margin:10px 10px 2px 10px;*/
	height:40px;
	background-image:url(../../images/headings.png); background-repeat:no-repeat;
}

.twoColHybLt #logo { 
	width: 50px;  /* this will create a container 80% of the browser width */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	float: left; /* this overrides the text-align: center on the body element. */
	vertical-align:top;
	padding-bottom:100px;
}
.twoColHybLt #HeaderImg { 
	width: 950px;  /* this will create a container 80% of the browser width */
	height:350px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:-25px;
	/*text-align: left;*/ /* this overrides the text-align: center on the body element. */
} 
.twoColHybLt #HeaderImgSmall { 
	width: 950px;  /* this will create a container 80% of the browser width */
	height:175px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:-25px;
	/*text-align: left;*/ /* this overrides the text-align: center on the body element. */
} 
.twoColHybLt #index { 
	width: 950px;  /* this will create a container 80% of the browser width */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:10px;
	/*text-align: left;*/ /* this overrides the text-align: center on the body element. */
} 
.twoColHybLt #container { 
	width: 950px;  /* this will create a container 80% of the browser width */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLt #logo { 
	width: 200px;  /* this will create a container 80% of the browser width */
	height:2px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLt #sidebar1 p" rule.
*/
.twoColHybLt #sidebar1 {
	float: left; 
	width: 225px; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 180px 0; /* top and bottom padding create visual space within this div  */
}
.twoColHybLt, .twoColHybLt  {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLt #headerbg { 
	margin: 37px 0px 0px 10px;
	width:703px;
	float:right;
	height:120px;
	background-color: none;
} 
.twoColHybLt #headerFlash { 
	margin: 37px 0px 0px 10px;
	width:703px;
	float:right;
	height:224px;
	background-color: none;
} 

.twoColHybLt #mainContent { 
	margin: 0px 0px 0px 0px;
	width:703px;
	float:right;
} 
.twoColHybLt #mainContent h1 { 
	float:right;
	width:703px;
	font-family:verdana; font-size:20px; background-image: url(../../images/h1bg2.jpg); background-repeat: no-repeat; height:47px; color:#fff; padding-top:10px;} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColHybLt #menuContainer { 
	width: 950px;  /* this will create a container 80% of the browser width */
	background: transparent;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right;
	vertical-align:middle;
	height:100px;
} 
.twoColHybLt #leftlogo {
	float:left;
	width: 130px;  /* this will create a container 80% of the browser width */
	background: transparent;
/*	margin: 30px auto;*/ /* the auto margins (in conjunction with a width) center the page */
	text-align: right;
	vertical-align:top;
/*	height:100px;*/
} 
.twoColHybLt #footer { 
	width: 950px;  /* this will create a container 80% of the browser width */
	background: transparent;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right;
	vertical-align:middle;
	height:25px;
} 


/* main and inner page right column ___________________________________________________________________*/
.twoColHybLt #right {
	float: left; 
	width: 540px; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	text-align:left;
}
.twoColHybLt #right h1 {
	font-family:"Arial Narrow";
	font-size: 30px;
	color:#999999;
	text-align:left;
	background-image:url(../../images/headings.png); background-repeat:no-repeat;
}
.twoColHybLt #right p {
	font-family:verdana;
	font-size:12px;
	padding-left:0px;
	color:#fff;
}

.twoColHybLt #InnerRight {
	float: left; 
	width: 540px; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	text-align:left;
}
.twoColHybLt #InnerRight h1 {
	font-family:"Arial Narrow";
	font-size: 30px;
	color:#fff;
	text-align:left;
/*	background-image:url(../images/Actorheadings.gif); background-repeat:no-repeat;*/
}
.twoColHybLt #InnerRight p {
	font-family:verdana;
	font-size:12px;
	padding-left:0px;
	color:#fff;
}
.twoColHybLt #InnerRight a {
	font-family:verdana;
	font-size:12px;
	padding-left:0px;
	color:#000;
	background-color:#FFFFFF; padding: 2px 2px 2px 2px; text-decoration:none;
}
.twoColHybLt #InnerRight a:hover {
	color:#000;
	background-color:#DCD9D9; padding: 2px 2px 2px 2px; text-decoration:none;
}
.twoColHybLt #InnerRightFit {
	float: left; 
	width: 950px; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	text-align:left;
}
.twoColHybLt #InnerRightFit h1 {
	font-family:"Arial Narrow";
	font-size: 30px;
	color:#fff;
	text-align:left;
	/*background-image:url(../images/headings.png); background-repeat:no-repeat;*/
}
.twoColHybLt #InnerRightFit p {
	font-family:verdana;
	font-size:12px;
	padding-left:0px;
	color:#fff;
}

/*main and inner page left column ___________________________________________________________________*/
.twoColHybLt #left {
	float: right; 
	width: 331px; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	text-align:right;
/*	background-image:url(../images/arriaval.png); background-repeat:no-repeat;*/
	height:130px;
}
.twoColHybLt #left h1 {
	font-family:"Arial Narrow";
	font-size: 30px;
	color:#fff;
}
.twoColHybLt #left p {
	font-family:verdana;
	font-size:12px;
	padding-left:0px;
	color:#fff;
}

.twoColHybLt #Innerleft {
	float: right; 
	width: 365px; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	text-align:right;
/*	background-image:url(../images/arriaval.png); background-repeat:no-repeat;*/

}
.twoColHybLt #Innerleft h1 {
	font-family:"Arial Narrow";
	font-size: 30px;
	color:#fff;
}
.twoColHybLt #Innerleft p {
	font-family:verdana;
	font-size:12px;
	padding-left:0px;
	color:#fff;
}

/*end ___________________________________________________________________*/


#alImg1 img, #alImg2 img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
#alImg1, #alImg2 { display: inline-block; }
#alImg1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='varyAlpha.png'); }
#alImg2 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='alphaTwo.png'); }

/* Page Heading ***************************************************************/

UL.subject {MARGIN: 0em 0px; LIST-STYLE-TYPE: none; padding-left:10px;font-family:verdana; font-size:20px; background-image: url(../../images/h1bg2.jpg); background-repeat: no-repeat; height:47px; color:#fff; padding-top:10px; padding-left:10px;}
UL.subject LI {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-TOP: 0em; LIST-STYLE-TYPE: none}
UL.subject .reply {PADDING-RIGHT: 0.5em; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; COLOR: #858585; PADDING-TOP: 9px; float:right;}
UL.subject A {COLOR: #fff; TEXT-DECORATION: none; padding-left:0px; padding-right:0px; font-family:verdana; font-size:12px;}
UL.subject A:hover {COLOR: #fff200}
UL.subject A:hover .reply {COLOR: #000}
UL.subject A:hover #active{COLOR: #fff200}
UL.subject LI a { padding: 0.1em 0.8em;  text-decoration: none; float: none; border-right: 1px solid #fff;}

UL.PageHeading {MARGIN: 0em 0px; LIST-STYLE-TYPE: none; padding-left:10px;font-family:verdana; font-size:20px; background-image: url(../../images/h1bg2.jpg); background-repeat: no-repeat; height:47px; color:#fff; padding-top:10px; padding-left:10px;}
UL.PageHeading LI {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-TOP: 0em; LIST-STYLE-TYPE: none}
UL.PageHeading .reply {PADDING-RIGHT: 0.5em; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; COLOR: #858585; PADDING-TOP: 9px; float:right;}
UL.PageHeading A {COLOR: #fff; TEXT-DECORATION: none; padding-left:0px; padding-right:0px; font-family:verdana; font-size:12px;}
UL.PageHeading A:hover {COLOR: #fff200}
UL.PageHeading A:hover .reply {COLOR: #000}
UL.PageHeading A:hover #active{COLOR: #fff200}
UL.PageHeading LI a { padding: 0.1em 0.8em;  text-decoration: none; float: none;}

#hit a.hash:link { color: #fff200; }
#hit a.hash:active { color: #fff200; }
#hit a.hash:visited { color: #fff200; }
#hit a.hash:hover { color: #fff200; }



/*UL.subject ul li a:hover { color: #FFF200; background-color: #212121;}
UL.subject ul li a#current {color: #fff200;}
UL.subject a:link { color: #fff; }
a.active:link { color: #fff200; }
*/
/* News Grid
----------------------------------------------- */
#blog-list  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#blog-list ul {
	padding: 0px;
	margin: 0px;
} 

#blog-list li {
	background-color: #383838;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	list-style-type:none;
}

.news a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	min-height:50px;
	height:auto !important;
	height:50px;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

 * html .news a {  /* make hover effect work in IE */
}

.news a:hover {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	min-height:50px;
	height:auto !important;
	height:50px;
	background-color: #212121;
}



#blog-list a em {
	color: #999999;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
#blog-list a p {
	color: #fff;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
#blog-list a strong {
	font-style: normal;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-weight: bold;
}
#blog-list .post-by {
	color: #FFF200;
	font-weight: normal;	
}
#blog-archive{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
	font-size: 16px;
}

#blog-archive ul{
	margin: 0px;
	padding: 0px;
}

#blog-archive li{
	margin-bottom: 1px;
	background-color: #3e3d39;
}
#blog-archive li a{
	margin: 0px;
	padding-right: 10px;
	padding-left: 28px;
	background-color: #3e3d39;
	color: #d2c6a4;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}
#blog-archive li a:hover{
	margin: 0px;
	padding-right: 10px;
	padding-left: 28px;
	background-color: #5c584e;
	color: #ffbb00;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}
#blog-archive .on-blog{
	margin: 0px;
	padding-right: 10px;
	padding-left: 28px;
	background-color: #5c584e;
	color: #ffbb00;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}

/* News List
----------------------------------------------- */
#TopNews-list  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#TopNews-list ul {
	padding: 0px;
	margin: 0px;
} 

#TopNews-list li {
	background-color: #383838;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	list-style-type:none;
}

.newss a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	min-height:50px;
	height:auto !important;
	height:50px;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

 * html .newss a {  /* make hover effect work in IE */
}

.newss a:hover {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	min-height:50px;
	height:auto !important;
	height:50px;
	background-color: #212121;
}



#TopNews-list a em {
	color: #999999;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
#TopNews-list a p {
	color: #fff;
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
#TopNews-list a strong {
	font-style: normal;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-weight: bold;
}
#TopNews-list .post-by {
	color: #FFF200;
	font-weight: normal;	
}
#TopNews-archive{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
	font-size: 16px;
}

#TopNews-archive ul{
	margin: 0px;
	padding: 0px;
}

#TopNews-archive li{
	margin-bottom: 1px;
	background-color: #3e3d39;
}
#TopNews-archive li a{
	margin: 0px;
	padding-right: 10px;
	padding-left: 28px;
	background-color: #3e3d39;
	color: #d2c6a4;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}
#TopNews-archive li a:hover{
	margin: 0px;
	padding-right: 10px;
	padding-left: 28px;
	background-color: #5c584e;
	color: #ffbb00;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}
#TopNews-archive .on-blog{
	margin: 0px;
	padding-right: 10px;
	padding-left: 28px;
	background-color: #5c584e;
	color: #ffbb00;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}

/* WORK LIST
----------------------------------------------- */
#work-list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#work-list ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#work-list li {
	background-color: #383838;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 13px;
	color: #fff;
	padding: 0px;
	list-style-type: none;
}
#work-list  li  a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	min-height:120px;
	height:auto !important;
	height:120px;
	font-size: 13px;
	list-style-type: none;
}

 * html #work-list li a {  /* make hover effect work in IE */
}
#work-list  li  a:hover  {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	min-height:120px;
	height:auto !important;
	height:120px;
	background-color: #212121;
	list-style-type: none;
}
#work-list img{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 5px solid #eeeeee;
	clear: both;
}
#work-list a em {
	color: #fff;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 170px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	font-size: 12px;
	background-color: #383838;
}

#work-list a:hover em {
	color: #fff;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 170px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	font-size: 12px;
	background-color: #212121;
}
#work-list a strong {
	font-style: normal;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-weight: bold;
}

/* products LIST
----------------------------------------------- */
#products-list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#products-list ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#products-list li {
	background-color: #383838;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 13px;
	color: #fff;
	padding: 0px;
	list-style-type: none;
}
#products-list  li  a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	min-height:120px;
	height:auto !important;
	height:120px;
	font-size: 13px;
/*	background-image: url(../images/buy.gif);
	background-repeat: no-repeat;
	background-position: top right;
*/	list-style-type: none;
}

 * html #products-list li a {  /* make hover effect work in IE */
}
#products-list  li  a:hover  {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	min-height:120px;
	height:auto !important;
	height:120px;
	background-color: #212121;
/*	background-image: url(../images/buy.gif);
	background-repeat: no-repeat;
	background-position: top right;
*/	list-style-type: none;
}
#products-list img{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 5px solid #eeeeee;
	clear: both;
}
#products-list a p {
	color: #fff;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 170px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	font-size: 12px;
	background-color: #383838;
}
#products-list a:hover p {
	color: #fff;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 170px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	font-size: 12px;
	background-color: #212121;
}
#products-list a em {
	color: #fff;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 170px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	font-size: 12px;
	background-color: #383838;
}

#products-list a:hover em {
	color: #fff;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 170px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	font-size: 12px;
	background-color: #212121;
}
#products-list a b {
	font-style: normal;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-weight: bold;

}
#products-list a strong {
	font-style: normal;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-weight: bold;
	padding-left: 170px;
}
#products-list a h3 {
	font-style: normal;
	padding-left: 170px;
	padding-top: 20px;
	margin: 0px;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
}


#sidebar2 UL LI A SPAN.rightlink {
	FONT-WEIGHT: bold; FLOAT: right! important; VISIBILITY: hidden
}
#sidebar2 UL LI A:hover SPAN.rightlink {
	VISIBILITY: visible; COLOR: #555! important
}

.site H2 {
	FONT-SIZE: 10px! important
}
.site H2 SPAN {
	FONT-SIZE: 10px! important
}
#content H2 A {
	COLOR: #9a1
}
#newest H2 {
	MARGIN-TOP: 16px! important; LETTER-SPACING: 0px
}
#newest H2 A SPAN {
	FONT-WEIGHT: bold; COLOR: #999999
}
.site H2 A SPAN {
	FONT-WEIGHT: bold; COLOR: #999999
}
#newest H2 A {
	COLOR: #9a1; TEXT-DECORATION: none
}
.site H2 A {
	COLOR: #9a1; TEXT-DECORATION: none
}
#newest H2 A:hover SPAN {
	COLOR: #555555
}
.site H2 A:hover SPAN {
	COLOR: #555555
}
#newest H2 {
	PADDING-RIGHT: 0px! important; PADDING-LEFT: 0px! important; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0px! important; MARGIN: 6px 13px 3px 0px; FONT: 11px Verdana, Arial, Helvetica, sans-serif; COLOR: #999999; BORDER-TOP-STYLE: none; PADDING-TOP: 0px! important; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; LETTER-SPACING: 0px! important; TEXT-ALIGN: right; BORDER-BOTTOM-STYLE: none
}
.site H2 {
	PADDING-RIGHT: 0px! important; PADDING-LEFT: 0px! important; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0px! important; MARGIN: 6px 13px 3px 0px; FONT: 11px Verdana, Arial, Helvetica, sans-serif; COLOR: #999999; BORDER-TOP-STYLE: none; PADDING-TOP: 0px! important; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; LETTER-SPACING: 0px! important; TEXT-ALIGN: right; BORDER-BOTTOM-STYLE: none
}
#sidebar2 H2 {
	WIDTH: 180px
}

.GalleryBG {
	COLOR: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../../images/galleryBG.gif);
	background-repeat: no-repeat;
	background-position:center top;
	text-align: center;
	vertical-align: top;
/*	clear: both;*/
	float: none;
	height: 73px;
	width: 70px;
/*	margin-top: 8px;*/
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	cursor: hand;
}
.GalleryDesBG {
	background-color:#212121;
}
.GalleryBG1 {
	COLOR: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../../images/galleryBG.jpg);
	background-repeat: repeat-y;
	background-position:center top;
	text-align: center;
	vertical-align: top;
/*	clear: both;*/
	float: none;
/*	margin-top: 8px;*/
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	cursor: hand;
}

/* /////////////////////////////////////////////////// Pull down link*/
.bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #091C9F;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../../library/images/ClickMenu.gif);
	text-indent: 5px;
}	
.inforow {
	CURSOR: hand
}
.upperBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #091C9F;
	font-weight: bold;
	text-decoration: none;
	background-color: #E8EEF9;
	line-height:17px;
	text-indent: 5px;
}
.lowerBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #091C9F;
	font-weight: bold;
	text-decoration: none;
	background-color: #F7F9FD;
	line-height:17px;
	text-indent: 5px;
}
.upper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #091C9F;
	font-weight: normal;
	text-decoration: none;
	background-color: #E8EEF9;
	line-height:17px;
	text-indent: 5px;
}
.Lower {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #091C9F;
	font-weight: normal;
	text-decoration: none;
	background-color: #F7F9FD;
	line-height:17px;
	text-indent: 5px;
}

.ListBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	vertical-align: middle;
	height: 20px;
	width:181px;
/*	border: 1px solid #091C9F;*/
	text-indent: 1px;
}



/* Accordion for PRESS page__________________________*/
.toggler {
	color: #fff;
	margin: 0;
	padding: 2px 5px;
	background: #42718E;
	border-bottom: 1px solid #000;
/*	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
*/	font-size: 12px;
	font-weight: normal;
	font-family: verdana;
	cursor:hand;
	height:25px;
	padding:10px 0px 0px 5px;

}
 
.element {
text-align:left;
background-color:#154766;
color:fff;
padding:10px 0px 0px 5px; 
}
 
.element p {
	margin: 0;
	color:fff;
	padding:10px 10px 10px 10px;
}
 
.float-right {
	padding:10px 20px;
	float:left;
	color:fff;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 0px;
	color:fff;
}

/* Accordion for PROJECT page__________________________*/
.projectss {
	color: #fff;
	margin: 0;
	background: #42718E;
	border-bottom: 1px solid #000;
/*	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
*/	font-size: 20px;
	font-weight: bold;
	font-family: "Arial ";
	cursor:hand;
	height:75px;
	padding:10px 0px 0px 5px;

}
.linkss {
	background: #42718E;
	border-bottom: 1px solid #000;
/*	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
*/
	padding:0px 0px 0px px;

}
.element {
text-align:left;
background-color:#154766;
color:fff;
padding:0px 0px 0px 5px; 
}
 
 .link1 {
text-align:left;
background-color:#154766;
color:fff;
padding:0px 0px 0px 5px;
float:right;
}
.element p {
	margin: 0;
	color:fff;
	padding:10px 10px 10px 10px;
}
 
.float-right {
	padding:10px 20px;
	float:left;
	color:fff;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 0px;
	color:fff;
}
/* End Accordion for PRESS page__________________________*/



a.box {
							padding: 					3px;
							background-color: 			#FFFFFF;
							text-decoration: 			none;
							color: 						#000000;
							font-family: 				Verdana;
}

a.box:hover {
							color: 						#000000;
							padding: 					3px;
							text-decoration: 			none;
							background-color: 			#666666;
							color: 						#FFFFFF;
							font-family: 				Verdana;
}
a.ForgotPassword {
							padding: 					3px;
							background-color: 			yellow;
							text-decoration: 			none;
							color: 						#000000;
							font-family: 				Verdana;
}

a.ForgotPassword:hover {
							color: 						#000000;
							padding: 					3px;
							text-decoration: 			none;
							background-color: 			#666666;
							color: 						#FFFFFF;
							font-family: 				Verdana;
}
.Grid_1 {
							color: 						#fff;
							background-color: 			#323232;
							font-family: 				Verdana;
							padding-left:				10px;
}
.Grid_2 {
							color: 						#fff200;
							background-color: 			#323232;
							font-family: 				Verdana;
							padding-left:				10px;
}

.Button { 
	background-color:#fff;
	font-family: verdana;
	font-size: 11px;
	font-weight:normal;
	text-align:center;
	height: 20px;
	border:solid;
	cursor: hand;
	border-color:#7E9C4B;
	border-width: 1px;	
	background-image:url(../../E-Inventory/images/textbg.jpg); background-repeat:repeat-x;
}


/*
<form action="#" class="example"><input type="file" />

form.example input {
	background: url(../images/browse.gif) no-repeat 0 100px;
	border: none;
	width: 241px;
	height: 20px;
	padding-left: 3px;
	padding-top: 3px;
}

form.example input:focus {
	background-color: transparent;
}

form.example div.fileinputs {
	position: relative;
	height: 30px;
	width: 300px;
}

form.example input.file {
	width: 300px;
	margin: 0;
}

form.example input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

form.example div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

form.example div.fakefile input {
	margin-bottom: 5px;
	margin-left: 0;
}
*/

/*#Example a {
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/logo.png',sizingMethod='scale');
     cursor: pointer;
} 

#Example {
     width: 200px;
     height: 200px;
}

#Example a {
    display: block;
    width: 200px;
    height: 200px;
}

html>body #Example a {
    background: url(../images/logo.png) no-repeat;
}*/





#container_full {
	margin:0px 0px 0px 269px;
	width:512px;
}
#container_full[id] {
	background-image:url(../../images/logo.png);
	background-position:top left;
	background-repeat:repeat-y;
}

#container {
	margin:0px 0px 0px 269px;
	width:512px;
}

#container[id] {
	background-image:url(../../images/logo.png);
	background-repeat:repeat-y;
}


#right-col {
	RIGHT: 0px; /*BACKGROUND: url(../images/content-bg2.jpg) red repeat-x; WIDTH: 950px; POSITION: absolute; TOP: 0px; HEIGHT: 100%*/
}
#slideshow {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px auto; WIDTH: 950px; PADDING-TOP: 0px; POSITION: relative; HEIGHT: 350px
}
#slideshow2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px auto; WIDTH: 950px; PADDING-TOP: 0px; POSITION: relative; HEIGHT: 350px
}
#slideshow IMG {
	LEFT: 0px; WIDTH: 950px; POSITION: absolute; TOP: 0px; HEIGHT: 350px
}
#slideshow2 IMG {
	LEFT: 0px; WIDTH: 950px; POSITION: absolute; TOP: 0px; HEIGHT: 350px
}
#slideshow A {
	LEFT: 0px; WIDTH: 950px; POSITION: absolute; TOP: 0px; HEIGHT: 350px
}


.rightHeadingWhite {
	font-size: 30px;
	font-weight: bold;
	font-family: "Arial Narrow";
	height:27px;
}


.RollOverForThumb
{
	cursor:pointer;
}