/* 

File Validated Successfully: 28/09/07

Validator: http://jigsaw.w3.org/css-validator/

Please Revalidate If Changed.


Remove all default padding and margins */
*
{
	padding:0px;
	margin:0px;
	font-weight:normal;
	border-collapse:collapse;
}

.mapProjName {color:#FF4D00; font-size: 100%; font-weight:bold;}
.mapAdr {font-size: 85%; font-weight:bold;}
.left{float: left; margin-right:15px;}

ol {
	clear: both;
	display: block;
	list-style: inside decimal;
}

ol li {
	list-style-type: decimal;
}

strong {
	font-weight: bold;
} 

/* No default bullets*/
ul
{
	list-style-type:none;
}

/*underline by default on links*/
a
{
	text-decoration: underline;
	color: #3399cc;
}

a.samecolor {
	text-decoration:underline;
	color: #3399cc !important;
}

a img
{
	border:none;
}

body
{
	font-family:Arial;
	text-align:center;
	font-size:0.8em;
}

input,textarea,select
{
	font-family:Arial;
	color:#333333;
}

.clear
{
	clear:both;
    float:none!important;
}

.clear:after 
{
    content: "."; 
    display: block; 
    height:0px; 
    clear:both; 
    visibility:hidden;
    float:none!important;	
}

.hide
{
	display:none;
}

span.divider
{
	color:White;
	padding:0px 2px 0px 9px;
	background-image:url('_img/tb_orange_piper.gif');
	background-repeat:no-repeat;
	background-position:7px 3px;	

}

/*------------------------------------------
	Begins Common Item Classes
-------------------------------------------*/

h2.panelheader
{
	background:url('_img/blue-title-bar-narrow.gif') no-repeat 0px 0px;
	color:#788cc7;
	font-size:1.1em;
	padding:13px 0px 9px 10px;
}

h3
{
	color:#788cc7;
	font-size:0.9em;
	font-weight:bold;
	margin:0px 0px 8px 0px;
}

/*------------------------------------------
	Ends Common Item Classes
-------------------------------------------*/

/*------------------------------------------
	Begins Framework layout
-------------------------------------------*/

/* Constrains page to fixed width - the outermost container of
the layout*/
div#outer
{
	width:945px;
	text-align:left;
	margin:0px auto;
}

/* Holds all page items between TopBar & Footer
   Also forces min-height of page to pin footer to
   bottom.
*/
div#mainpageholder
{
	
	margin-bottom:40px;
}

/*At Left hand side of all pages holds sub navigation*/
div#LHSNavigation
{
	border-top:solid 6px #ff6600;
	width:200px;
	float:left;
}

/* outer content holder for columns 2 & 3,right side of page */
div#ContentArea
{
	width:725px;
	float:right;
}


/*Upper Central Content Title & Breadcrumb*/
div#ContentArea div#colmainheader
{
	float:left;
	width:520px;
}


/* Top area of RHS Content*/
div#ContentArea div#RHSTop
{
	float:right;
	width:180px;
}


/* Central column of page (column 2) */
div#ContentArea div#columnmain
{
	width:520px;
	float:left;
	border-top:solid 6px #b4c3e1;
	padding-top:10px;
}

div#mainpageholder div#ContentArea div.formtop
{
	padding-top:0px;
	width:520px!important;
}

div#mainpageholder div#ContentArea div.colwide.formtopwide
{
	padding-top:0px;	
	width:725px!important;
}

div#ContentArea div#columnmain a:visited
{
	color:#666;
}


/* Stronger weighting here forces central content
   div to be wider
   when class colwide is present */
div#mainpageholder div#ContentArea div.colwide
{
	width:725px;
}

/*Central column of page (column 2) */
div#ContentArea div#widecolumn
{
	width:725px;
	float:left;
}

/* Column 3 content holder*/
div#ContentArea div#RHS
{
	width:180px;
	float:right;
	font-size:0.85em;
}

div#ContentArea div#RHS a:visited
{
	color:#666;
}

div#ContentArea div#RHS div#Image
{
	border-top: 6px solid #B4C3E1;
	padding-top: 4px;
	padding-bottom: 7px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 7px;
}

div#ContentArea div#RHS div#Image img
{
	display: block;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}

div#ContentArea div#RHS div#Image img.link
{
	display: block;
	margin-bottom: 4px;
	border: #FF6600 solid 1px;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------------
	Ends Framework layout

	---------------------

	Begin Sub Menu

	Files: submenu-arrow.gif & submenu-arrow-expanded.gif,sub-bullet-off.gif,sub-bullet-on.gif

	Notes:
	1. List Items Containing further lists need to be of class expanded
	2. The selected item in aforementioned list should be Identified as
	   subselected.

-------------------------------------------*/

div#LHSNavigation ul
{
	
	margin-bottom:10px;
}

div#LHSNavigation ul ul
{
	border-top:none;
	margin-bottom:0px;
	padding:4px 0 1px 0;
}

div#LHSNavigation ul li
{
	border-bottom:solid 1px #ccc;
	padding:6px 0px 6px 14px;
	background:url('_img/submenu-arrow.gif') no-repeat 0px 11px;
}

div#LHSNavigation ul li.expanded
{
	background:url('_img/submenu-arrow-expanded.gif') no-repeat 0px 11px;
	padding:5px 0px 4px 14px;
}

div#LHSNavigation ul li ul li
{
	border:none;
	padding:2px 0px 2px 10px;
	display:block;
	background:url('_img/sub-bullet-off.gif') no-repeat 0px 11px;
	font-size:0.85em;
	min-height:16px;
}

div#LHSNavigation ul li ul li#subselected
{
	background:url('_img/sub-bullet-on.gif') no-repeat 0px 11px;
}

div#LHSNavigation ul li a
{
	text-decoration:none;
}

div#LHSNavigation ul li ul li a
{
	color:#666;
}

div#LHSNavigation ul li ul li#subselected a
{
	color:#ff6600;
}

div#LHSNavigation ul li ul li.expanded
{
	background:url('_img/sub-bullet-off.gif') no-repeat 0px 11px;
}

div#LHSNavigation ul li ul li ul li
{
	font-size:1.0em;
}

/*------------------------------------------
	Ends Sub Menu
---------------------

	Begin Breadcrumb.

	Files: breadcrumb.gif

	Notes: -

-------------------------------------------*/

div#breadcrumb
{
	color:#ff6600;
	width:525px;
	font-size:0.85em;
}

div#breadcrumb ul
{
	display:block;
/* 	margin-top:-3px; */
}


div#breadcrumb ul li
{
	display:block;
	padding-left:9px;
	float:left;
}

div#breadcrumb ul li#firstcrumb
{
	padding-left:0px;
}

div#breadcrumb ul li a
{
	text-decoration:underline;
	display:inline-block;
	background:url('_img/breadcrumb.gif') no-repeat right;
	padding-right:15px;
}

/*------------------------------------------
	Ends breadcrumb
-------------------
	Begin TopBar
	Files: INGLogo.gif
	Notes: 
-------------------------------------------*/

div#TopBar
{
	padding:15px 0px 19px 0px;
}

div#TopBar div#TBUpper
{
	border-bottom:solid 6px #ff6600;
	padding-bottom:6px;
}

div#TopBar div#TBUpper div#inglogo 
{
	float:left;
}

div#TopBar div#TBUpper div#inglogo img
{
	display:block;
}

div#TopBar div#TBUpper div#businessdescriptor
{
	float:right;
	color:#000066;
	padding-top:11px;
}
div#TopBar div#TBUpper div#businessdescriptor h2
{
	font-size:1.7em;
}

div#TopBar div#TBUpper div#staging h2
{
	float: left;
	color:#000066;
	padding:5px 0px 0px 25px;
	font-size:1.9em;
	font-weight:bold;
}

div#TopBar div#TBLower
{
	margin-top:2px;
	font-size:0.85em;
}

div#TopBar div#TBLower div#FuncSwatch
{
	float:left;
}

div#TopBar div#TBLower div#FuncSwatch a
{
}

div#TopBar div#TBLower div#LangSwitch
{
	float:left;
}

div#TopBar div#TBLower div#LangSwitch
{
	float:left;
	padding-left:249px;
}

div#TopBar div#TBLower div#TBSearch
{
	float:right;
}

div#TopBar div#TBLower a
{
	color:#666;	
	text-decoration:none;
}

div#TopBar div#TBLower a.selected
{
	color:#ff6600;
}

div#TopBar div#TBLower form
{
	margin-top:4px;
}

div#TopBar div#TBLower label a
{
	color:#788cc7;
	font-size:0.9em;
}

div#TopBar div#TBLower input
{
	color:#999;
	border:solid 1px #cfcfcf;
	padding:2px 0px 2px 3px;
	width:165px;
	font-size:0.95em;
}

/*------------------------------------------
	Ends TopBar

-------------------

	Begin HorizontalNav

	Files:

	Notes: 

-------------------------------------------*/


div#HorizontalNav 
{
	width:945px;
	background:#ff6600;
	margin:0px 0px 12px 0px;
}

div#HorizontalNav ul
{
	display:block;
	background:#ff6600;
	height:24px;
}

div#HorizontalNav ul li
{
	display:block;
	float:left;
	border-right:solid 1px #fff;
	padding:4px 8px 5px 8px;
	background:#ff6600;
	position:relative;
}
div#HorizontalNav ul li.menu-right
{
	float:right;
	border-right:none;
	border-left:solid 1px #fff;
}

div#HorizontalNav ul li a
{
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
}

div#HorizontalNav ul li.selected
{
	background:#788cc7;
	
}

div#HorizontalNav ul li
{
	position:relative;
}

div#HorizontalNav ul li.over,
div#HorizontalNav ul li:hover
{
	background:#788cc7;
}

div#HorizontalNav ul li.over a,
div#HorizontalNav ul li:hover a
{
	color:#fff;
}



div#HorizontalNav ul li ul
{
	position:absolute;
	left:0px;
	top:24px;
	display:none;
	z-index:99;
	background:#fff;
	
}
div#HorizontalNav ul li.menu-right ul
{
	left:-81px;
	
}

/*---*/

div#HorizontalNav ul li.over ul,
div#HorizontalNav ul li:hover ul
{
	display:block;
	position:absolute;
}

div#HorizontalNav ul li.over ul li,
div#HorizontalNav ul li:hover ul li
{
	display:block;
	width:165px;
	min-width:165px;
	margin-bottom:0px;
	clear:both;
	background:#fff;
	padding:0px;
	border:none;
	border-bottom:solid 1px #666;
	border-left:solid 1px #788cc7;
	border-right:solid 1px #788cc7;
	
}

div#HorizontalNav ul li.over ul li.last,
div#HorizontalNav ul li:hover ul li.last
{
	border-bottom:solid 1px #788cc7;
}

div#HorizontalNav ul li.over ul li a,
div#HorizontalNav ul li:hover ul li a
{
	color:#666;
	display:block;
	font-weight:normal;
	padding:3px 5px 4px 5px;
}

div#HorizontalNav ul li.over ul li a:hover,
div#HorizontalNav ul li:hover ul li a:hover
{
	background: #788cc7;
	color:#fff;
}


/*------------------------------------------
	Ends HorizontalNav

-------------------

	Begin Footer

	Files: n/a

	Notes: 

-------------------------------------------*/

div#footer
{
	/*border-top:solid 1px #ccc;*/
	background:#fff url(_img/bg-footer.gif) no-repeat 0% 0%;
	padding:55px 0px 20px 0px;
	font-size:0.8em;
}

div#footer div#privacy
{
	float:left;
	color:#3499cd;
}

div#footer div#privacy a
{
	color:#3499cd;
	text-decoration:none;
}

div#footer div#copyright
{
	float:right;
	color:#9a9a9a;
}

/*------------------------------------------
	Ends Footer

-------------------

	Begin Page Title

	Notes: 

-------------------------------------------*/

div#pagetitle
{

}

div#pagetitle h1 
{
	color:#000066;
	padding:27px 0px 10px 0px;
	font-size:1.7em;
}



.h1-gallery 
{
	color:#000066;
	padding:27px 0px 0px 0px;
	margin:0;
	font-size:1.7em;
}

/*------------------------------------------
	Ends Page Title

-------------------

	Begin RHS Location Selector

	Files: blue-link-arrow.gif

	Notes: 

-------------------------------------------*/

div#locselector
{
	padding:12px 8px 18px 11px;
	font-size:0.9em;
	color:#999;
	background:url('_img/location_bg.gif') no-repeat;
}

div#locselector img
{
	padding-right:8px;
}

div#locselector a
{
	display:block;
	padding:4px 8px 1px 0px;
	font-size:0.9em;
	background:url('_img/blue-link-arrow.gif') no-repeat 35% 60%;
}

/*------------------------------------------
	Ends RHS Location Selector

-------------------

	Begin ContactPanel

	Files: n/a

	Notes: 

-------------------------------------------*/

div#ContactPanel
{
	color:#666;
	width:180px;
	border-bottom:solid 1px #eaeaea;
	padding-bottom:8px;
	margin-bottom:20px;
	line-height:1.5em;

}

div#ContactPanel div
{
	padding-left:6px;
}

div#ContactPanel div#contacttitle
{
	color:#ff6600;
	padding:4px 0px 7px 6px;
	font-size:1.1em;
}

div#ContactPanel strong
{
	color:#333;
}

div#ContactPanel a
{
	width:180px;
}


/*------------------------------------------
	Ends RHS Contact Panel

-------------------

	Begin Standard Content

	Files: 

	Notes: 

-------------------------------------------*/
div#titlenolink
{
	color:#666666;
	font-weight:bold;
}

div#standardcontent
{
	color:#333;
	margin-bottom: 10px;
}

div#standardcontent h2,div#tabcontent h2
{
	color:#788cc7;
	font-size:1.0em;
	font-weight:bold !important;
	padding:0px 0px 9px 0px;
}


div#standardcontent h2 a
{
	font-weight:bold;
}

div#standardcontent h6,div#tabcontent h6
{
	color:#666666;
	font-size:0.85em;
	font-style:italic;
	padding:0px 0px 9px 0px;
}

div#standardcontent h3
{
	font-size:0.9em;
	color:#ff6600;
	padding-bottom:4px;
	font-weight:normal;
}

div#standardcontent img
{
	border:0pt none;
	margin-bottom:14px;

}

div#standardcontent img.minor
{
	display:block;
}

img.minor
{
	float:left;
	margin-right:10px;
	padding-bottom:0px;
}

div#standardcontent a img.minor {
	border: #FF6600 solid 1px;
}

div.floatedcontent
{
/*	disabled for intro field not written out oke
	float:left;
	display:inline;
	max-width:358px; 
*/
}

div.normalcontent
{
	display:inline;	
}

div.floatedcontent, div.normalcontent h2
{
	padding-top:0px!important;
}

div#standardcontent p
{
	margin:0px 0px 9px 0px;
	font-size:0.9em;
/*	float:left; */
/* Edwin Room (Hinttech) 2007-12-20; do not use float:left; here because it breaks display in IE */
}

div#standardcontent p.intro
{
	font-size:1.0em;
	font-style: italic;
}

div#standardcontent ul 
{
	/* clear: both; */
	margin:14px 0px 20px 0px;
}

div#standardcontent ul li
{
	background:url('_img/standard-bullet.gif') no-repeat 2px 8px; 
	padding:1px 0px 1px 20px;
	zoom: 1;
}

table
{
/*	width:520px; */
	margin-bottom:20px;
}

table.standard
{
	background:#ccc;
}

table th
{
	color:#000066;
	padding:10px;
}

div#basicoverviewpad
{
	height:4px;
	font-size:0.1em;
}

div#standardcontent div.focus
{	
	margin-bottom:19px;
	padding:0;
	border:1px solid #fff;
	border-bottom:solid 1px #e5e5e5;
}

div#columnmain div#mainfocus
{
	
}

div.focus div.floatedcontent
{
	margin-bottom:20px;
}

div#standardcontent div.focus img
{
	margin-bottom:30px;
}


/*------------------------------------------
	Ends Standard Content

-------------------

	Begin Related Documents

	Files: link-internal-icon.gif,pdf-icon.gif,XLS-icon.gif,word-icon.gif,mp3-icon.gif,gif-icon.gif,jpg-icon.gif,ppt-icon.gif

	Notes: 

-------------------------------------------*/

div.Quotes
{
font-family:Arial;
font-size: 1.7em;
text-align: center;
color: #565699;
padding-top: 10px;
padding-bottom: 10px;
}


div#RelatedDocuments
{
	margin-bottom:20px;
}

div#RelatedDocuments ul li
{
	border-bottom:solid 1px #e5e5e5;
	padding:7px 0px;
	padding:7px 0 8px 0;
}
	

div#RelatedDocuments ul li a
{
    display:block;
	padding:2px 0px 2px 26px;
}

a.pdf
{
	background:url(_img/pdf-icon.gif) no-repeat 5px top;
	padding-left: 24px;
	padding-top:   1px;
}

a.xls
{
	background:url(_img/XLS-icon.gif) no-repeat 5px top;
	padding-left: 24px;
	padding-top:   1px;
}

a.doc
{
	background:url(_img/word-icon.gif) no-repeat 5px top;
	padding-left: 24px;
	padding-top:   1px;
}

a.internal
{
	background:url(_img/link-internal-icon.gif) no-repeat 5px top;
	padding-left: 24px;
	padding-top:   1px;
}

a.external
{
	background:url(_img/link-icon.gif) no-repeat 5px top;
	padding-left: 24px;
	padding-top:   1px;
}

a.ppt
{
	background:url(_img/ppt-icon.gif) no-repeat 5px top;
	padding-left: 24px;
	padding-top:   1px;
}

a.gif
{
	background:url(_img/gif-icon.gif) no-repeat 5px top;
	padding-left: 24px;
	padding-top:   1px;
}

a.mp3
{
	background:url(_img/mp3-icon.gif) no-repeat 5px top;
	padding-left: 24px;
	padding-top:   1px;
}

a.mpg
{
	background:url(_img/mp3-icon.gif) no-repeat 5px top;
	padding-left: 24px;
	padding-top:   1px;
}

a.jpg
{
	background:url(_img/jpg-icon.gif) no-repeat 5px top;
	padding-left: 24px;
	padding-top:   1px;
}

/*------------------------------------------
	Ends Related Documents
-------------------
	Begin Related Links
	Files: link-icon.gif,link-internal-icon.gif,link-icon.gif
	Notes: 
-------------------------------------------*/

div#RelatedLinks
{
	margin-bottom:20px;
}

div#RelatedLinks ul li
{
	border-bottom:solid 1px #e5e5e5;
	padding:7px 0px;
}

div#RelatedLinks ul li a.internal
{
    display:block;
	padding:2px 0px 2px 28px;
	background:url('_img/link-internal-icon.gif') no-repeat 5px top;
}
	
div#RelatedLinks ul li a
{
    display:block;
	padding:2px 0px 2px 28px;
	background:url('_img/link-icon.gif') no-repeat 5px top;
}
	
div#RelatedLinks ul li a.no_icon
{
	background:url('') no-repeat 5px 20%;
}


/* SPECIAL for SUBMIT on FORMS to prevent DOUBLE Submit */
.FreezePaneOff
{
	visibility: hidden;
	display: none;
/*
	position: absolute;
	top: -100px;
	left: -100px; 
*/
}

.FreezePaneOn
{
      visibility: visible;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 999;
/*
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #666;  
	filter:alpha(opacity=85);-moz-opacity:0.85;
	padding-top: 20%;  
*/
}

.InnerFreezePane
{
	text-align: left;
/*
	text-align: center;
	width: 66%;
	background-color: #171;
	color: White;
	font-size: large;
	border: dashed 2px #111;
	padding: 9px; */
}


/* WDSP 
_______________________________________________________________________________________*/

.claim { padding-top:25px;}
a.lang-menu-act { color:#FF6600 !important;}
a.more { color:#3399CC; text-decoration:underline; padding: 0 0 0 12px !important; background: url(_img/bg-more.gif) no-repeat 0 50%;}
a.more:hover { color:#3399CC; text-decoration:underline;}
.home-project { padding-bottom:10px;}
.h2-perex { background:#96aedc url(_img/bg-h2-perex.gif) repeat-x 0 0; padding:12px 11px; font-size:1em; font-weight:bold; margin:0 0 10px 0; color:#000066;}
.h2-orange { background:#ff6600; padding:12px 11px; font-size:1em; font-weight:bold; margin:0 0 10px 0; color:#fff;}

#search-housing { border:solid 1px #b4c3ff; padding:10px; height:229px; margin-bottom:10px;}
.search-housing-form { padding:0; margin:0;}
.search-housing-listbox { width:153px; font-size:11px; margin: 0px 0 5px 0; padding:0; color:#4C4C4C; border:solid 1px #7f9db9;}
.search-housing-form label{ font-weight:normal; width:158px; float:left; color:#666666; font-size:0.9em; padding:2px 0; margin:0;}
.search-housing-button { margin: 0 4px 0 0px; padding:4px 0px 0px 0; float:right; background:#55b349 url(_img/bg-search-housing-button.gif) no-repeat 0% 0%; color:#fff; border:none; font-size:80%; width:55px; cursor:pointer;}

.centrum-info { font-size:.95em;}

.smaller { font-size:90%;}

.colored-grey { color:#666666;}
.colored-orange { color:#ff6600;}
.colored-red { color:#cc0000;}

div#footer div#copyright a
{
	color:#9a9a9a;
	text-decoration:none;
}

#main-center { float:left; width:520px;}
.right-column-box { padding:10px 0 10px 10px; border-bottom:solid 1px #eaeaea;}

img.img-left { float:left; margin:5px 10px 10px 0; background:#fff; border:none; padding:0px; }
img.img-right { float:right; margin:5px  0 10px 10px; background:#fff; border:none; padding:0px; }

hr { height:6px; background:#B4C3E1; border: solid 1px #B4C3E1; color:#B4C3E1; padding:0; margin:20px 0;}

#search-results { padding:5px; background:#FBF9FA;}
#search-results h2{ color:#000066; font-size:1em; font-weight:normal; margin:0; padding:0 0 15px 0;}

.flat-dtl-content { width:520px;}
.flat-dtl-left { width:250px; float:left;}
.flat-dtl-right { width:250px; float:right;}

table.flat-table { border-collapse:collapse; text-align:left;  border: 0; margin:15px 0; width:250px; }
table.flat-table td{ border:solid 1px #d6d4d5; border-left:none; border-right:none; background:#FFFFFF; padding:3px 0; text-align:right; }
table.flat-table td.first { text-align:left; color:#8b8cd6; width:105px;}
table.flat-table th{ border:solid 1px #d6d4d5; border-left:none; border-right:none; background:#FFFFFF; padding:3px 0; text-align:right; color:#8b8cd6; font-weight:bold; }
table.flat-table th.first { text-align:left; color:#8b8cd6; width:125px;}

table.webtable { border-collapse:collapse; text-align:left;  border: 0; margin:15px 0; width:520px; }
table.webtable td{ border:solid 1px #d6dee4; background:#fff; color:#333; padding:5px; }
table.webtable th{ border:solid 1px #d6dee4; background:#d6dee4; color:#3d789b; font-weight:bold; text-align:left; padding:5px;}
table.webtable td.first { text-align:left; width:187px;}
table.webtable td.space { margin: 0; height:7px; padding:0;border: 0;}
table.webtable th.first { text-align:left; width:187px;}
table.webtable tr.highlighted td{ background:#eeeeee;}

table.webtable tr.dataRow0 td{ background:#fff; cursor:pointer;}
table.webtable tr.dataRow1 td{ background:#eee; cursor:pointer;}

table.webtable tr.dataRow0HL td, table.webtable tr.dataRow1HL td{ background:#d6dee4; cursor:pointer;}

.normal-button { margin:4px 0 0 0; padding:3px 0px 4px 0; background:#ff6f0f url(_img/bg-button-act.gif) no-repeat 0% 0%; color:#fff; font-weight:normal; border:none; width:107px; cursor:pointer;}
.normal-button:hover { background:#a3a3a3 url(_img/bg-button-pas.gif) no-repeat 0% 0%; }

ul.list-arrow { background:none; margin:20px 0 35px 0; padding:0;}
ul.list-arrow li { background-image:  url("_img/2right.gif"); background-repeat: no-repeat; background-position: 0 .35em;  list-style: none; padding-left:15px; margin-bottom:8px; line-height: 1.1em; }

#project-photogallery { border-top:solid 5px #B4C3E1; padding-top:15px; margin-top:10px;}
#project-photogallery img{ float:left; margin:6px 6px 0 0;}

#project-detail-left { width:342px; float:left; margin-top:5px;}
#project-detail-right { width:165px; float:right; margin-top:5px;}

img.project-photo { padding-bottom:10px; border-bottom:solid 5px #B4C3E1 !important;}
.project-location { margin:0 0 20px 0px;}

p.project-info { margin-top:0px; padding-top:10px;}

