body {
	background-image:url(../images/tile_backgrd.jpg);
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #182F45;
	height: 100%;
}


html { 
	height: 100%;
}



a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	text-decoration: underline;
	outline: none;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

.tableBorder {
	border: #FFFFFF solid 6px;
}

.homeSideText {
	width: 177px;
	padding-left: 20px;
	padding-right: 21px;
	color:#395979;
	font-size: 14px;
	line-height:26px;
	border-right: #FFFFFF solid 6px;
	background-image:url(../images/tile_sideMenu.jpg);

}


#homeMenuStyle {
	color:#FFFFFF;
	padding-left: 14px;
	padding-right:14px;
}
#homeMenuStyle a {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	line-height: 18px;
} 
#homeMenuStyle a:hover, #homeMenuStyle a:active, #homeMenuStyle a:focus { 
	color:#FFFFFF; 
	font-weight:bold;
	font-size: 13px;
	text-decoration: none; 
}



#footerLinkStyle {
	color:#304456;
	font-size: 11px;
	padding-right:8px;
	padding-left:8px;
	padding-top:3px;
}
#footerLinkStyle a {
	color:#304456;
	font-size: 11px;
	text-decoration: none;
	line-height: 11px;
} 
#footerLinkStyle a:hover, #footerLinkStyle a:active, #footerLinkStyle a:focus { 
	text-decoration: underline; 
}

.textTable {
	padding-top: 9px;
	padding-left:20px;
	padding-right:20px;
}

.thumbPadding {
padding: 1px;
}
/***************************************************************************** project page*/

/*********************************project - interactive DIVs*/



.imageDIV {
	width: 100%;
	height:100%;
	visibility:visible; 
	position:relative;
	z-index:1;
}
.profileDIV {
	width: 350px;
	height:313px;
	visibility:hidden; 
	background-color:#FFFFFF; 
	vertical-align: bottom;
	position:absolute;
	z-index:2;
  filter:alpha(opacity=90);   /* Internet Explorer       */
  -moz-opacity:0.9;           /* Mozilla 1.6 and below   */
  opacity: 0.9;               /* newer Mozilla and CSS-3 */
}

.profileDIVtext {
  filter:alpha(opacity=100);  /* Internet Explorer       */
  -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
  opacity: 1.0;               /* newer Mozilla and CSS-3 */
}

.picSelectDIV {
	width: 100%;
	height:100%;
	visibility:hidden; 
	background-color:#4C6982; 
	vertical-align:middle;
}


/************************************project - text styles*/


.sideMenuTD {
	width: 184px;
	border-right: #FFFFFF solid 6px;
	border-bottom: #FFFFFF solid 6px;
	padding-bottom:20px;
	padding-top:20px;
	background-image:url(../images/tile_sideMenu.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#MenuStyle {
	color:#182F45;
	padding-left: 14px;
	padding-right:14px;
}
#MenuStyle a {
	font-family: Arial, Helvetica, sans-serif;
	color:#182F45;
	text-decoration: none;
	line-height: 18px;
} 
#MenuStyle a:hover, #MenuStyle a:active, #MenuStyle a:focus, #MenuStyle a.current { 
	color:#182F45; 
	font-weight:bold;
	font-size: 13px;
	text-decoration: none; 
}


#galleryNumbers {
	color:#FFFFFF;
	font-weight:bold;
}
#galleryNumbers a {
	padding-right: 5px;
	padding-left: 5px;
	color:#FFFFFF;
	text-decoration: none;
} 
#galleryNumbers a:hover, #galleryNumbers a:active, #galleryNumbers a:focus { 
	padding-right: 5px;
	padding-left: 5px;
	color:#FFFFFF;
	background-color:#FF7724;
	text-decoration: none;
	background-position:center;
}

.descText {
	color:#4D6881;
	font-size: 11px;
	width:16%;
	padding-left: 22px;
	padding-right: 10px;
	
}
.descText_bold {
	color:#4D6881;
	font-size: 11px;
	font-weight:bold;
	width:34%;
	padding-right: 15px;
}

.projectName {
	font-size: 18px;
	color:#FFFFFF;
	padding-right: 10px;
}


