/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol {margin:10px 20px 10px 40px;}
ul {margin:10px 20px 10px 30px;}
li {padding:0 0 4px 0;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}
legend {font-weight:bold;}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#404040 url("../images/bg.jpg") top repeat-x;
	margin-left:1px;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#d8d8d8;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.5em; color:#fb9d38; }
h2	{ font-size:1.1em; color:#fb9d38; }
h3	{ font-size:1.0em; color:#fb9d38; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#d8d8d8; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#fff; text-decoration:none; outline:none; }

.copyright {display:none;}
/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:300px;
	margin:10px 0 15px 0; /* set margin left and right below */position:relative;
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#dfdfdf !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000000;
	color:#000;
	width:295px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select {
width:295px;} /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:150px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; width:200px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 167px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:885px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
.masthead {
	position:relative;
	background:url("../images/header-index.jpg");
	height:405px;
	}
body#about .masthead {background:url("../images/header-about.jpg");	}
body#residential .masthead {background:url("../images/header-residential.jpg");	}
body#commercial .masthead {background:url("../images/header-commercial.jpg");	}
body#process .masthead {background:url("../images/header-process.jpg");	}
body#tax-credit .masthead {background:url("../images/header-tax.jpg");	}
body#contact .masthead {background:url("../images/header-contact.jpg");	}




/* index page link within #masthead */		
	.masthead a.index {	
		position:absolute;
		left:17px;
		width:122px;
		top:18px;
		height:110px; 
		}
	.masthead a.index span {
		display:none;
		}
	.masthead a.index2 {	
		position:absolute;
		left:827px;
		width:30px;
		top:128px;
		height:26px; 
		}
	.masthead a.index2 span {
		display:none;
		}

/* ------------------------ column-home framework ------------------------ */


.column-home {
	width:848px;
	float:left;
	margin-left:27px;
	}

*html .column-home {
	width:848px;
	float:left;
	margin-left:15px;
	}
	
	.column-home h1 {margin:0px 0px 10px 15px;}
	.column-home h2 {margin:5px 0px 2px 0px;}
	.column-home p {margin:0px 0px 10px 0px;}
	
.column-home div.first {width:194px; float:left; margin-left:15px; }
*html .column-home div.first {width:194px; float:left; margin-left:8px; }
.column-home div.first p{ text-align: justify;}

.column-home div.steps {width:194px; float:left; margin-left:10px;}
.column-home div.steps p{ text-align: justify;}

.column-home div.calc {width:194px; float:left;}
.column-home div.calc p{ text-align: justify;}

.certified {
	position:relative;
	background:url("../images/img-certified.jpg") no-repeat;
	height:241px;
	width:426px;
	clear:both;
	float:left;
	}
	.certified a.nabcep {
	position:absolute;
	left:22px;
	width:89px;
	top:88px;
	height:81px;
		}
	.certified a.cslb {	
		position:absolute;
		left:330px;
		width:63px;
		top:130px;
		height:77px; 
		}
	.certified a.nabcep span, .certified a.cslb span {
		display:none;
		}	
.certified p.top {
	padding:30px 15px 0px 23px;
	color:#FFFFFF;
	}
.certified a:link, .certified a:visited	{ color:#000000; text-decoration:none; outline:none; }
.certified a:hover, .certified a:active	{ color:#fff; text-decoration:none; outline:none; }


/* ------------------------ column-left framework ------------------------ */
.column-left {
	width:590px;
	float:left;
	margin-left:40px;
	}
*html .column-left {
	width:590px;
	float:left;
	margin-left:20px;
	}

	.column-left p,.column-left h1, .column-left h2, .column-left h3, .column-left dl {
		margin:0px 0px 10px 0px;
		}

	.column-left form { margin-left:0px; } /* set form margin here */



	/* multi column list */
	.column-left ul.multi { padding-left:5px; } 
		.column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

/* ------------------------ column-right framework ------------------------ */
.column-right {
	width:200px;
	float:left;
	margin-left:20px;
	margin-top:30px;
	}

	.column-right p {margin:0px 0px 10px 0px; width:194px; text-align:justify; line-height:13px;}
	.column-right h2 {margin:5px 0px 0px 0px;}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul.single { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:40px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:885px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#d8d8d8;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#d8d8d8; }
#footer a:hover, #footer a:active { color:#fff; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #d8d8d8;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:885px; 
	height:103px; 
	margin:0;
	padding:0; 
	}


#nav span { display: none; }

#nav li, #nav a { height:103px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 154px; margin-left: 81px;}
#nav-02 { width: 197px; margin-left:2px;}
#nav-03 { width: 198px; margin-left:2px;}
#nav-04 { width: 169px; margin-left:2px;}


/*-------------- (-81px) X position of button / (-103px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -81px -103px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -237px -103px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -436px -103px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -636px -103px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#about #nav-01 { background:url("../images/nav2.jpg")  -81px -103px no-repeat; }
body#residential #nav-02 { background:url("../images/nav3.jpg") -237px -103px no-repeat; }
body#commercial #nav-03 { background:url("../images/nav4.jpg") -436px -103px no-repeat; }
body#contact #nav-04 { background:url("../images/nav7.jpg") -636px -103px no-repeat; }



/*-------------- (-81px) X position of button / (-103px) height of image from above ------------- */
body#about #nav {background:url("../images/nav2.jpg") no-repeat; }
	body#about #nav-01 a:hover { background:url("../images/nav2.jpg")  -81px -103px no-repeat; }
	body#about #nav-02 a:hover { background:url("../images/nav2.jpg") -237px -103px no-repeat; }
	body#about #nav-03 a:hover { background:url("../images/nav2.jpg") -436px -103px no-repeat; }
	body#about #nav-04 a:hover { background:url("../images/nav2.jpg") -636px -103px no-repeat; }

/*-------------- (-81px) X position of button / (-103px) height of image from above ------------- */
body#residential #nav {background:url("../images/nav3.jpg") no-repeat; }
	body#residential #nav-01 a:hover { background:url("../images/nav3.jpg")  -81px -103px no-repeat; }
	body#residential #nav-02 a:hover { background:url("../images/nav3.jpg") -237px -103px no-repeat; }
	body#residential #nav-03 a:hover { background:url("../images/nav3.jpg") -436px -103px no-repeat; }
	body#residential #nav-04 a:hover { background:url("../images/nav3.jpg") -636px -103px no-repeat; }

/*-------------- (-81px) X position of button / (-103px) height of image from above ------------- */
body#commercial #nav {background:url("../images/nav4.jpg") no-repeat; }
	body#commercial #nav-01 a:hover { background:url("../images/nav4.jpg")  -81px -103px no-repeat; }
	body#commercial #nav-02 a:hover { background:url("../images/nav4.jpg") -237px -103px no-repeat; }
	body#commercial #nav-03 a:hover { background:url("../images/nav4.jpg") -436px -103px no-repeat; }
	body#commercial #nav-04 a:hover { background:url("../images/nav4.jpg") -636px -103px no-repeat; }

/*-------------- (-81px) X position of button / (-103px) height of image from above ------------- */
body#process #nav {background:url("../images/nav5.jpg") no-repeat; }
	body#process #nav-01 a:hover { background:url("../images/nav5.jpg")  -81px -103px no-repeat; }
	body#process #nav-02 a:hover { background:url("../images/nav5.jpg") -237px -103px no-repeat; }
	body#process #nav-03 a:hover { background:url("../images/nav5.jpg") -436px -103px no-repeat; }
	body#process #nav-04 a:hover { background:url("../images/nav5.jpg") -636px -103px no-repeat; }

/*-------------- (-81px) X position of button / (-103px) height of image from above ------------- */
body#tax-credit #nav {background:url("../images/nav6.jpg") no-repeat; }
	body#tax-credit #nav-01 a:hover { background:url("../images/nav6.jpg")  -81px -103px no-repeat; }
	body#tax-credit #nav-02 a:hover { background:url("../images/nav6.jpg") -237px -103px no-repeat; }
	body#tax-credit #nav-03 a:hover { background:url("../images/nav6.jpg") -436px -103px no-repeat; }
	body#tax-credit #nav-04 a:hover { background:url("../images/nav6.jpg") -636px -103px no-repeat; }

/*-------------- (-81px) X position of button / (-103px) height of image from above ------------- */
body#contact #nav {background:url("../images/nav7.jpg") no-repeat; }
	body#contact #nav-01 a:hover { background:url("../images/nav7.jpg")  -81px -103px no-repeat; }
	body#contact #nav-02 a:hover { background:url("../images/nav7.jpg") -237px -103px no-repeat; }
	body#contact #nav-03 a:hover { background:url("../images/nav7.jpg") -436px -103px no-repeat; }
	body#contact #nav-04 a:hover { background:url("../images/nav7.jpg") -636px -103px no-repeat; }


/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #FF00FF;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:260px; }		
#nav-04 ul, #nav-04 li { width:90px; }


/* ------------------------lightwindow layout ------------------------ */


#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 #6c6c6c;
		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;
	}



#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;
}


/* sidebar ul */
ul#sidebar-nav-menu {border-top:1px solid #FB9D38;margin:6px 10px 10px 3px;}
ul#sidebar-nav-menu li {border-bottom:1px solid #FB9D38; list-style-position:inside;padding:4px;}
ul#sidebar-nav-menu li a {}


/* gallery css */
ul.gallery {display:inline;}
ul.gallery li {display:block;float:left;height:290px;margin:0 54px 20px 0; list-style-type:none;width:240px;}
ul.gallery li strong {color:#FB9D38;}
ul.gallery img {border:1px solid #fff;height:182px;width:240px;}
ul.gallery li:hover img {border:1px solid #FB9D38;}
ul.gallery li:hover p {color:#FB9D38;}

