

@charset "utf-8";
/* CSS Document */


body {
	background: #3f6a9f url(/images/page-bg.gif) repeat-y center;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p {
	margin: 0;
	padding: 0 0 16px;
}

ul, ol {
	margin: 0;
	padding: 0 0 16px 48px;
}

.header_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 15px 0 0;
}

h1 {
	color: #3f6a9f;
	border-bottom: 1px #CCCCCC solid;
	padding: 0 5px 0 5px;
	margin: 0 0 5px;
	font: 24px Georgia, "Times New Roman", Times, serif;
	background: url(/images/h1_bg_test.gif) no-repeat right bottom;
}

.submenu {
	color: #AAAAAA;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.submenu a {
	color: #AAAAAA;
	text-decoration:none;
}
.submenu a:hover {
	color: #000;
	text-decoration:none;
}

.gdropdown {
	padding:2px;
	color: #FFFFFF;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px #CCCCCC solid;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #3f6a9f;
	padding: 0;
	margin: 0;	
}

h4 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #3f6a9f;
	padding: 0;
	margin: 0;	
}

hr {
	height: 0px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: solid 1px #CCCCCC;
}

#header-bg-full {
	background: url(/images/header-full-bg.gif) repeat-x;
	height: 145px;
	width: 100%;
	text-align: center;
}

#header-bg-logo {
	background: url(/images/header-logo-bg.jpg) no-repeat center top;
	height: 145px;
	width: 100%;
	text-align: left;
}

#header-menu-holder {
	position: absolute;
	/*width: 680px;*/
	top: 20px;
	left: 50%;
	margin-left: -150px;
}

#footer {
	width: 500px;
	margin: 0 auto;
	padding: 25px;
	font-size: 10px;
	color: #069;
}

.content_block {
	border: 3px solid #EEEEEE;
	margin-bottom: 6px;
}

.pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pagination a {
	color: #0066CC;
	text-decoration: none;
}

a.noline {
	color: #3f6a9f;;
	text-decoration: none;
}

a:hover.noline {
	color: #000033;
}

.photo {
	border: 2px solid #DDDDDD;
	padding: 1px;
	background: #FFFFFF;
}

.label_cell {
	width: 100px;
	color: #AAAAAA;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.label_cell1 {
	color: #777777;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


.ab_form_table {
/*
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	
	border-left: 2px solid #DDDDDD;
	margin: 5px;
	padding-left: 5px;*/
}

.details_table {
/*
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	*/
	border-left: 2px solid #DDDDDD;
	margin: 5px;
	padding-left: 5px;
}

.cornered_box {
	background: #eeeeee;
	width: 100%;
	height: auto;
	position: relative;
	padding: 0px;
	margin: 10px 0;
	z-index:1;
}

.corner-tl { background: url(/images/corner-top-left.gif) no-repeat top left; }
.corner-tr { background: url(/images/corner-top-right.gif) no-repeat top right; }
.corner-bl { background: url(/images/corner-bot-left.gif) no-repeat bottom left; }
.corner-br { background: url(/images/corner-bot-right.gif) no-repeat bottom right; }

.corner-tl, .corner-tr, .corner-bl, .corner-br {
	width: 100%;
	height: 4px;
	font-size: 1px;
	z-index:1;
}
.cornered_box_content {
	margin: 0 4px;z-index:1;
}



.success {
	behavior: url(/css/border-radius.htc);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #393;
	padding: 10px;
	margin: 10px;
	background: #D9FFD9;
}


.error {
	behavior: url(/css/border-radius.htc);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #C00;
	padding: 10px;
	margin: 10px;
	background: #FFD9E2;
}



@charset "utf-8";
/* CSS Document */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/padding.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */

.menu {
	position: relative;
	font-size: 0.85em;
	padding-top: 40px;
	width: 620px;
	z-index: 98;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	background:transparent;
	height: 30px;
}

/* style the sub-level lists */
.menu ul ul {
	/*border-top:solid #F2F2F2 2px;*/
	width:220px;
	margin-top: 1px;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	display:block;
	height: 30px;
}

/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:220px;
	height:auto;
	border: 0;	
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:30px;
	font-size: 10px;
	text-decoration:none;
	color:#000;

}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {width:11em; w\idth:7em;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	font-size: 10px;
	color: #fff;
	display: block;
	background: #3F6AA0;
	width: 220px;
	height: 100%;
	line-height: 24px;
	padding-left: 10px;
	border: 0;	/*border-bottom:1px solid #7aa;*/
}

* html .menu ul ul a, * html .menu ul ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:99;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#b4be9c url(sub_grad.gif);}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c4ceac url(sub_grad.gif);}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#447b7b;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#447b7b;}

/* style the level hovers */
/* first */
* html .menu a:hover {
	color:#ff0;
	position:relative; 
	z-index:100;
	background: #ccc;
}
.menu li:hover {
	position:relative;
	background: #ededed;
	border-bottom: 2px solid #ededed;
}
.menu :hover > a {
	color:#ff0;
}

/* second */
* html .menu ul ul a:hover {
	color:#fff;
	background:#567FB4;
	position:relative;
	z-index:110;
	border:0;
}

.menu ul ul li:hover {position:relative;  border:0;}
.menu ul ul :hover > a {color:#fff; background:#567FB4;}
/* third */
* html .menu ul ul ul a:hover {background:#7aa; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#7aa;}
/* fourth */
.menu ul ul ul ul a:hover {background:#7aa; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:3em; left:0; width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:12em;top:0;width:14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding:0 3em 3em 3em; background:transparent url(images/trans.gif); left:-3em;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible; left:9em;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

@charset "utf-8";
/* CSS Document */

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#form_element {
	padding: 2px;
	margin-bottom: 4px;
}
#form_element .left {
	width: 200px;
	float: left;
	padding: 2px;
	color: #000;
}
#form_element .right {
	padding: 2px;
}

.form_error {
	color: #ef3c24;
	border: 1px solid #f7b0a8;
	background: #fdebe9;
}

.contact_form {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
}
.contact_form_button {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	width: 100px;
	height: 30px;
	border: 2px solid #CFCFCF;
	background-color: #567FB4;
}

/*Button For File Attachment*/
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: -3px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	left:-36px;
}

.hrdash {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	border-bottom:1px dashed #CCC;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}


/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles - NOT really related to the forms
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	background:#fff;
}
img {border:0;}
#container {padding:20px;}
*/
/*Forms defaults - change as needed*/
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../images/niceforms/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/niceforms/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../images/niceforms/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../images/niceforms/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(../images/niceforms/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;/*4px 0*/
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(../images/niceforms/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(../images/niceforms/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(../images/niceforms/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(../images/niceforms/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../images/niceforms/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../images/niceforms/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(../images/niceforms/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(../images/niceforms/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../images/niceforms/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/niceforms/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/niceforms/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(../images/niceforms/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}



#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/lw/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
		background: url(../images/lw/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
		background: url(../images/lw/nextlabel.gif) right 15% no-repeat; 
	}

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

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(../images/lw/nextlabel_on.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/lw/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/lw/arrow-up.gif) no-repeat 60px 5px transparent;
	}

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

	#lightwindow_galleries_list {
		background: url(../images/lw/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: #ffff00;
		font-size: 14px;
		font-weight: bold;
		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;
		font-weight: bold;		
		cursor: pointer;
		color: #ffff00;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #FFFFFF;
		font-weight: bold;
	}

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

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


