/*default formating*/
html
{
	height:100%;
	width:100%;
}
body 
{
	background-attachment:fixed;
	background-position:center center;	
	background-repeat:no-repeat;
	background-color: Black;
	font-family:Arial; 
	font-weight:normal;
	font-size:9px;
	height:100%;
	margin:0px;
	padding:0px;
	width:100%;	
}
 form#aspnetForm
{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}      
img
{
	border:none;
}
div#divContent {
	position:absolute;
	top: 50%;
	left: 50%;
	z-index:5;
	
	width:600px;
	height:400px;
	margin-top: -250px; 
	margin-left: -350px; 
	
	background-color:Black;
	
	font-family: Arial;	

	color:White;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;

	font-size: 1.3em;

	padding: 52px;
	

}
div#divInnerContent
{
	margin:0px;
	padding:5px; /*5px 0px 0px;*/
	background-color:black;
	overflow:auto;
	height:400px;
	width:600px;
	position:relative;
}
div#divContent h2
{
	line-height: 1.0em;	
	/*text-transform:uppercase;*/
	text-transform:capitalize;
}
div#divContent a
{
	/*color:Black;*/
	color:White;
	text-decoration:none;
	font-size:105%;
	/*line-height: 0.9em;*/
	font-weight:bold;
}
div#divContent a:hover
{	
	text-decoration:underline;	 
}

/*special format for youtube*/
div#videoContent {
	position:absolute;
	top: 50%;
	left: 50%;
	z-index:5;
		
	width: 640px;
	height: 385px;
	margin-left: -320px;
	margin-top: -192.5px;
}


/*special format for pal*/
div#flashContent {
	position:absolute;
	top: 50%;
	left: 50%;
	z-index:5;
		
	width:792px;
	height:482px;
	margin-top: -241px; /*set to a negative number 1/2 of your height*/
	margin-left: -396px; /*set to a negative number 1/2 of your width*/		
}
div#_ctl0_pnlSizable
{	
	width: 511px;
	position:absolute;
	right:1px;
	top:60px;	
	z-index:5;
	text-align:right;	
}
div#_ctl0_pnlSizable a
{	
	color:White;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
}
div#_ctl0_pnlSizable a:hover
{		
	font-size:26px;
}
div#_ctl0_ContentPlaceHolder4_IPPage1_pnlListView
{
	text-align:right;
	padding-right:10px;
}
/*
div#_ctl0_ContentPlaceHolder4_IPPage1_pnlListView
{
    display:table-cell;
    vertical-align:middle; 
    z-index:5;  
}
div#_ctl0_pnlSizable
{   
    height:100%;
    width:100%;
    display:table;
    z-index:5;
    color:white;    
}
div#_ctl0_pnlSizable a
{	
	color:White;
	text-decoration:none;
	font-size:105%;
	font-weight:bold;
}
div#_ctl0_pnlSizable a:hover
{	
	text-decoration:underline;	 
}
*/
/*bottom logo*/
div#divSign 
{
	position:absolute;
	bottom:0;
	left: 0;
	z-index:100;
	height:38px;
	width:700px;
	/*added for the new logo*/
	padding:0;
	margin:0;
	overflow:hidden;
}
img#publicartlogo
{
	/*display:none;*/
    /*filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;  */
}

/*top right menus*/
div#divTopMenu
{	
	float:right;
	font-family:Arial;
	font-size:small;
	text-transform:lowercase;
	position:relative;
	right:0px;
	top:0px;
	width:100%; /*500px;*/
	margin-bottom:10px;
	/*vertical-align:top;*/
}
div#bottomMenu
{
	/*float:right;*/
	margin:0px 0px 0px 0px;
	height:20px;
}
div#divTopMenu a:hover
{
	/*font-weight:bold;*/
	font-size:120%;
}
div#divTopMenu span
{
	padding-right:10px;
	padding-left:50px;
	margin-right:10px;
	border-right:solid 2px #ffffff;
}
/*div#_ctl0_pnlMainMenu
{
	position:relative;
	right:0px;
	top:0px;
}*/
div#divMenu
{	
	position:absolute;
	top: 0;
	right:0;
	z-index:9;
	width: 700px;
	
	padding-right:10px;

	color:White;
	/*background-color:black;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
	
	font-family: Arial Black;	
	text-decoration: none;
	
	letter-spacing: -1px;
	line-height: 0.9em;
	font-size: 1.3em;
	
	/*font-size:large;*/

	text-transform:uppercase;
	text-align:right;
}
div#divMenu a 
{
	/*font-weight:lighter;*/
	color:White;
	text-decoration:none;
	line-height: 1.0em;
}
div#divMenu a:hover, .menuselected
{	
	/*font-size:120%;*/
	font-size:150%;
}

/*added for background fade in*/
#backgroundoverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	min-height:100%;
	height:auto !important;
	height: 100%;/* works only if parent container is assigned a height value */
	/*width:auto !important;*/
	width: 100%;/* works only if parent container is assigned a height value */
	/*min-width:100%;*/ 
	background-color: #000;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
/*
img#skyline
{
	position:relative;
	left:50px;
}
img#signpost
{
	position:relative;
	left:-135px;
}
img#signhead
{
	position:relative;
	left:-225px;
	bottom:150px;
}*/

/*Project page stuff*/
.currentProject
{
	line-height:normal;
}
.currentProject a
{
	font-weight: bold;	
}
.ProjectTitle
{
	line-height:normal; 
	font-weight:bolder;
	text-transform:capitalize;
	letter-spacing:-.25px;
	margin-bottom:20px;
}
.ProjectSummary 
{
	margin: 0px 0px 0px 233px;
}
.ProjectSummary p
{
	margin: 10px 0 10px 0;
}
.ProjectImage
{
	/*margin-right:30px;*/
	/*margin-bottom:10px;
	margin-top:10px;*/
	float:left;
	
}
.ProjectMoreLink
{
	text-transform:uppercase;
	margin-top:20px;
}
div#divContent div
{
	background-repeat:repeat;
}
.ProjectTextDiv
{
}
div#divProjectMenu a 
{
	/*color:Black;*/
	color:White;
	font-family: Arial Black;	
	text-decoration: none;
	
	letter-spacing: -1px;
	line-height: 0.9em;
	/*font-size: 1.3em;*/

	text-transform:uppercase;	
	font-weight:normal;
	/*border-bottom: solid 1px #000000;*/
}
div#divProjectMenu a:hover, div#divProjectMenu .projectmenuselected
{	
	font-size:150%;
	text-decoration:none;
}
div#divProjectImages
{
	background-color:#EFEFEF;
	padding:10px;	
	border:solid 1px #999999;
	margin-top:30px;
}
div#divProjectImages img
{
	margin-right:30px;		
}
div#mainImage
{
	border:solid 1px #999999;
	padding:10px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
div#divProjectImages a:hover
{
	text-decoration:none;	
}
blockquote#projectInfo
{
	margin:0px 0px 0px 10px;
}
.projectImage
{
	height:150px;
	width:150px;
	overflow:hidden;	
}
.projectImageFrame
{	
	float:left;
	/*background-color:#EFEFEF;*/
	padding:10px;	
	border:solid 1px #000; /*#999999;*/
	/*margin-top:30px;*/
	width:150px;
	height:150px;
	margin:10px;
}
p
{
	padding:0px;
	margin:0px;
}
.ProjectTextDiv
{
	overflow:hidden;
	padding:10px;
	margin-bottom:10px;
	border:solid 1px #FFF;
}
/*.firstbigletter {
font-size:20px;
font-weight:bold;
}*/

.IPPageListLongDesc p{
	margin-top: 12px;
	margin-bottom: 12px;
}
