@charset "utf-8";
.MainContainer {
	width: 989px;
	margin: 0px auto;
}
body {
	background-color: #ebeced;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2 {
	font-size: 18px;
	color: #06F;
}

/*---- Main Links----*/

/* unvisited link */
a:link {
	color:#999;
	outline:none;
	text-decoration:none;
}

/* visited link */
a:visited {
	color:#999;
	outline:none;
	text-decoration:none;
}  

/* mouse over link */
a:hover {
	color:#930;
	outline:none;
	text-decoration:none;
}  
/* selected link */
a:active { 
	color:#999;
	outline:none;
	text-decoration:none;
} 

/*------Secondary Links---------------------*/

a.orange:link  {
	color: #CC0;
	text-decoration: none;
}

a.orange:visited {
	color: #CC0;
	text-decoration: none;
}

a.orange:hover {
	color: #C60;
	text-decoration: none;
}

a.orange:active {
	color: #C60;
} 

/*---dark--- */

a.dark:link  {
	color:#333;
	text-decoration: none;
}

a.dark:visited {
	color: #333;
	text-decoration: none;
}

a.dark:hover {
	color:#06F;
	text-decoration: none;
}

a.dark:active {
	color: #333;
} 


/*-------------------*/
.Content {
	float: left;
}

.ColumnConainer {
	background-image: url(../images/column_bg.jpg);
	background-repeat: no-repeat;
	height: 290px;
	width: 989px;
	padding-top: 14px;
}
.ColumnContainerSubTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 24px;
}
.ColumnContainerSub {
	width: 230px;
	float: left;
	margin-left: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	/*text-align: justify;*/
}
.FooterContainer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 974px;
	padding-left: 15px;
	padding-top: 15px;
	float: left;
}
.BottomInfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	float: left;
	width: 989px;
}

.FooterContainerSub {
	height: 160px;
	width: 168px;
	float: left;
	margin-left: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
}
.FooterContainerSubTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #175a95;
	font-size: 12px;
	font-weight: bold;
	height:45px;
}
.FooterLearnMore {
	float:right;
}
.SlideshowContainer {
	background-image: url(../images/slideshow_bg.jpg);
	background-repeat: no-repeat;
	height: 308px;
	width: 989px;
	padding-top: 5px;
	
}
.SlideshowTitleText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #333;
}
.SlideshowLinks {
	text-decoration: none;
	float: right;
}

.SlideshowContainerBottom {
	background-image: url(../images/slideshow_bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 980px;
	padding-top: 7px;
	padding-left: 9px;
}

/*-------------------------- BANNER CSS START ------------------------------*/

img {
	-ms-interpolation-mode:bicubic;
	border: none;
}
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
#imageContainer  {
	float: right;
	padding-right: 6px;
}
.blueText {
	font-size: 16px;
	line-height: 10px;
	color: #06F;
	font-weight: bold;
}
.blueTextRight {
	color: #06F;
	font-size: 10px;
	float: right;
	width: 80px;
	font-weight: bold;
}


#imageContainer img{
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

#textContainer {
	width: 290px;
	float: left;
	margin: -30px;
	padding-left: 70px;
	padding-top: 50px;
}
#myDov {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#FFF;
	
}
#pausePlay_btn {
	float: left;
	width: 16px;
	border: none;
	padding-top: 15px;
}
#pausePlay_btn a {
	display: block;
	height: 16px;
	width: 16px;
	border: none;
}
.slideshowNavButtons {
	padding: 3px;
	float: left;
	height: 34px;
	width: 55px;
	margin-right: 6px;
	border: none;
	margin-left: 6px;
}
.slideshowNavButtons img{
	height: 34px;
	width: 55px;
	border: none;
}
	
.ColumnConainer2 {
	background-image: url(../images/column_repeat_bg.jpg);
	background-repeat: repeat-y;
	width: 959px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	height: 520px;
}
.PagesDock{
	background-image: url(../images/column_repeat_bg.jpg);
	background-repeat: repeat-y;
	width: 959px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.ColumnConainer3 {
	background-image: url(../images/column_repeat_bg.jpg);
	background-repeat: repeat-y;
	width: 959px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.ColumnConainer4 {
	background-image: url(../images/column_repeat_bg.jpg);
	background-repeat: repeat-y;
	width: 959px;
	height: 950px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.ColumnBgTop {
	background-image: url(../images/column_top_bg.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 989px;
}
.ColumnBgBottom {
	background-image: url(../images/column_bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 989px;
	float: left;
}
.ColumnLeft {
	width: 959px;
	float: left;
}
.ColumnRight {
	float: left;
	width: 955px;
}
.articleColumnLeft {
	float: left;
	width: 580px;
	text-align: justify;
	min-height: 480px;
	/**/
	line-height:20px;
}
.articleColumnLeft2 {
	float: left;
	width: 950px;
}



#myStaticDiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
.ColumnSub {
	background-color: #fdfdfd;
	padding: 10px;
	border: 1px;
	border-color: #999;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	background-image: url(../images/SubColumnBg.jpg);
	background-repeat: repeat-x;
}
.articleColumnRight {
	float: left;
	width: 300px;
	margin-left: 40px;
	margin-top: 15px;
	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
	padding: 10px;
	outline:#999 solid 1px;
	-moz-outline-radius:5px;
 
}
.articleColumnRight img {
	border:#FFF 5px solid;
	-moz-border-radius:5px;
	text-shadow:1px 1px 1px #000;
}
.articleColumnRight3 {
	float: left;
	width: 300px;
	margin-left: 40px;
	margin-top: 15px;
	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
	padding: 10px;
	outline:#999 solid 1px;
	-moz-outline-radius:5px;
 
}
.articleColumnRight3 img {
	text-shadow:1px 1px 1px #000;
}
.AnchorContainer {
	float: left;
	width: 500px;
	height: 100px;
	magin-left: 30px;
	margin-bottom: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	color: #6199FF;
	background-image: url(../portfolio/images/h300.png);
}

.articleColumnRight2 {
	float: left;
	width: 300px;
	margin-left: 40px;
	padding: 10px;

}

div.menuPages {
	float: right;
	color: #999;
	font-size: 10px;
	margin-left: 7px;
}

div.menuPages:hover {
	cursor: pointer;
	color: #06F;
}

div.menuPages:active {
	border-color: #666;
	cursor: pointer;
}
div#contentBody_Page1 {
	display: block;
}

div#contentBody_Page2 {
	display: none;
}

.VideoContainer {
	float: left;
	color: #999;
	width: 185px;
	margin-right: 15px;
}

.VideoContainerBtm {
	float: left;
	margin-bottom: 10px;
	height: 30px;
}

.VideoArticleColumnLeft {
	float: left;
	margin-left: 70px;
}


/* root element for accordion. decorated with rounded borders and gradient background image */


#accordion {
	margin: 10px 20px 10px 20px;
	background-color: #e9e9ea;
	background-image: url(../images/accordion_content_bg.jpg);
	background-repeat: no-repeat;
	border:1px solid #ccc;
	float: left;
}

/* accordion header */
#accordion h2 {
	background-image: url(../images/accordion_industry_bg.png);
	background-repeat: no-repeat;
	width: 250px;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
	margin: 0px 0px 0px 5px;
}

/* currently active header */
#accordion h2.current {
	text-align: right;
	text-shadow:#000;
	font-weight: bold;
	font-size: 24px;
	cursor:default;
	float:left;
	padding: 35px 20px 0px 0px;
	margin: 0px;
	height: 35px;
}

/* accordion pane */
#accordion .pane {
	background-image: url(../images/accordion_content_dark_bg.jpg);
	background-repeat: repeat-x;
	background-color: #070707;
	border:1px solid #fff;
	border-width:0 2px;
	padding: 0px 15px opx 15px;
	color:#fff;
	font-size:12px;
	border-top:solid 1px #CCC;
	min-height: 180px;
	float: left;
	width: 913px;
	display: none;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

/* VIDEO PLAYER AND PLAYLIST CSS */

/* ---playlist controls---- */

/* wrapper element for playlist items */
.clips {
	background:url(../images/h300.png) repeat-x;
	margin-top:7px;
	padding:15px 34px;
	width: 630px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	float: left;
}

#clips {
	background:url(../images/h300.png) repeat-x;
	margin-top:7px;
	padding:15px 34px 0 34px;
	width: 630px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	float: left;
}

/* single playlist entry */
#clips a {
	background:transparent url(../images/entry.gif) no-repeat scroll 0;
	float:left;
	height:67px;
	margin:0 25px 80px 0;
	width:87px;
}
h5 {
	color:#FFF;
	font-size:1em;
	font-style:oblique;
	padding:5px;
	padding-left:8px;
	line-height:15px;
	text-shadow:.125em .125em .3em #333;
	background-color: #666;
	border: 1px solid #999;
	-moz-border-radius: 5px 15px 5px 15px;
	-o-border-radius: 10px; 
	-icab-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 5px 15px 5px 15px;
}
h5:hover {
	color:#FF9;
}
.txt_box {
	position:static;
	top:5px;
	background-color:#00F;
	color:#FFF;
	font-size:10px;
	float:left;
	padding-right:20px;
}

/* playlist entry when mouse is entered */
#clips a:hover {
	background-position:-87px 0;		
}

/* active playlist entry */
#clips a.playing, #clips a.paused {
	background-position:-174px 0;
}


/* ----apple controls----- */

/* root element should be positioned relatively so that 
	child elements can be positioned relatively */
div.controls {
	position: relative;
	height:8px;
	margin:12px 0 0;
	padding:0px 0 0;
	float: left;
	clear:both;
}

/* when play button toggles between play/pause class 
	we move it's background image */
div.controls a.play, div.controls a.pause { 
	position:absolute;
	width: 18px;
	height:10px;
	cursor:pointer;
	overflow:hidden;
	background:url(../images/play_pause.png) no-repeat center;
	margin-top: -5px;
	text-indent: -999em;
	background-position: 5px 0px;
}

div.controls a.pause { 
	background-position:center -10px;
}

/* the track or "scrubber"  */
div.controls div.track {
	position:absolute;
	top:-6px;
	height:18px;
	left:20px;
	background:url(../images/track.gif) no-repeat;
	text-align:left;
	cursor:pointer;
	width:533px;
}

/* the draggable playhead */
div.controls div.playhead { 
	position:absolute;	
	height:12px;
	background:url(../images/playhead.png) no-repeat;
	cursor:pointer;
	top:0px; 
	width:12px;
}

/* buffer and controls are automatically resized, their initial width should be 0 */
div.controls div.progress, div.controls div.buffer {
	background-color:#fff;
	height:6px;
	margin:3px 4px;
	width:0px;
	position:relative;
	top:0;
	font-size:0px;
	/* this is the way to fine tune buffer and progress max width */
	max-width:533px;
}

div.controls div.buffer {
	background-color:#999;
}

/* som proprietary styling for progress bar under mozilla */
div.controls div.progress {
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-topleft:2px;	
}

/* hide time and controls in Apple look */
div.controls div.time, div.controls a.mute, div.controls a.unmute {
	display:none;		
}


/* player styling */
#ssp_player {
	background-image:url(../portfolio/images/ssp_video_filler.jpg);
	height: 300px;
	width: 300px;
	display: block;
	text-align: center;
}
	
#player {
	background-image:url(../portfolio/images/video_filler.jpg);
	width:533px;
	height:300px;
	display:block;
	text-align:center;
}
#player2 {
	background-image:url(../portfolio/images/video_filler_ANN.jpg);
	width:533px;
	height:300px;
	display:block;
	text-align:center;
}
/* play button */
#player img {
	margin-top:110px;
	border:0px;
}
#player2 img {
	margin-top:110px;
	border:0px;
}
/* style for the player's wrapper element */
#player_wrap {
	background:#ccc url(../images/h300.png) 0 0 repeat-x;
	border:2px solid #fff;
	outline:1px solid #789;
	-moz-outline-radius:4px;
	margin-bottom: 5px;
	float: left;
	clear: both;
}

/* override buffer color from controls-apple.css */
div.controls div.buffer {
	background-color:#789;
}
.PlayerContainer {
	float: left;
	margin: 20px 0px;
}
.PlayerTop {
	float:left;
	width: 550px;
	padding: 0px 180px;
}
.PlayerTopssp {
	float:left;
	margin: 0px 300px;
}
.PlayerBottom {
	float: left;
	width: 750px;
	padding: 0px 80px;
}
.audiowrap {
	margin: 20px 20px 20px 20px;
}

/*----------------*/
/* -----FORMS-----*/
/*----------------*/

/* form style */
#myform {
	background:#333 url(../images/h700.png) repeat-x;
	margin: 0px auto;
	padding:15px 20px;
	color:#eee;
	width:535px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
} 

/* nested fieldset */
#myform fieldset {
	border:0;
	margin:0;
	padding-left:10px;
	background:url(../images/form_logo.png) no-repeat scroll 275px 40px;
}

/* typography */
#myform h3 	{
	color:#09F;
	margin-top:0px;
	font-size: 16px;
}
#myform p 	{ font-size:11px; }


/* input field */
#myform input {
	border:1px solid #444;
	background-color:#666;
	padding:5px;
	color:#ddd;
	font-size:12px;
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow:1px 1px 1px #000;
}

#myform input:focus 		{ color:#fff; background-color:#777; }
#myform input:active 	{ background-color:#888; }

/* textarea field */
#myform textarea {
	border:1px solid #444;
	background-color:#666;
	padding:5px;
	color:#ddd;
	font-size:12px;
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow:1px 1px 1px #000;
}

#myform textarea:focus 		{ color:#fff; background-color:#777; }
#myform textarea:active 	{ background-color:#888; }


/* button */
#myform button {
	outline:0;
	border:1px solid #666;	
}

/* ----survey form--- */
/*-------------------*/

#mysurveyform {
	background:#333 url(../images/h700.png) repeat-x;
	padding:15px 20px;
	color:#eee;
	width:550px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float: left;
}

/* nested fieldset */
#mysurveyform fieldset {
	border:0;
	margin:0;
	padding:0;
	background:url(../images/form_logo.png) no-repeat scroll 215px 40px;
	background-position:right;
}

/* typography */
#mysurveyform h3 	{
	color:#09F;
	margin-top:0px;
	font-size: 16px;
}
#mysurveyform p 	{ font-size:11px; }


/* input field */
#mysurveyform input {
	border:1px solid #444;
	background-color:#666;
	padding:5px;
	color:#ddd;
	font-size:12px;
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow:1px 1px 1px #000;
}

#mysurveyform input:focus 		{ color:#fff; background-color:#777; }
#mysurveyform input:active 	{ background-color:#888; }

/* textarea field */
#mysurveyform textarea {
	border:1px solid #444;
	background-color:#666;
	padding:5px;
	color:#ddd;
	font-size:12px;
	
	/* CSS3 spicing */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow:1px 1px 1px #000;
}

#mysurveyform textarea:focus 		{ color:#fff; background-color:#777; }
#mysurveyform textarea:active 	{ background-color:#888; }



/* error message */
.error {
	height:15px;
	background-color:#FFFE36;
	font-size:11px;
	border:1px solid #E1E16D;
	padding:4px 10px;
	color:#000;
	margin-left:-2px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}

/* field label */
label {
	display:block;
	font-size:11px;
	color:#ccc;
}

#terms label {
	float:left;
}

#terms input {
	margin:0 5px;
}
.articleColumnLeftLiquid {
	float: left;
	text-align: justify;
	min-height: 480px;
	/**/
	line-height:20px;
	min-width: 570px;
}

/*----------------NEW FOOTER VIDEO SLIDESHOW SLIDER THING SLIDE -----------START---------------*/

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 145px;
	width: 500px;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding: 15px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}


/* Here are styles for the back button, don't look at them */
#back {
	display: block;
	width: 500px;
	text-align: center;
	color: #003469;
	font-size: 16px;
}

/*----------------NEW FOOTER VIDEO SLIDESHOW SLIDER THING SLIDE-------------END---------------*/
.FooterContainer2 {
	background-image: url(../images/footer_bg2.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 974px;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
}
/*---------------LIGHTWINDOW-------------------START-----------------------------------------*/

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(../images/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(../images/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(../images/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(../images/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(../images/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(../images/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}


/*---------------------LIGHTWINDOW------------------------------END---------------------------*/
