body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #00A3B2;
	margin:0px;
	padding:0px;	
}
#NewsPopUpTbl {
	margin-left:auto;
	margin-right:auto;
	height:700px;
	border-collapse:collapse;
}
#NewsPopUpTbl TD{
	/*border:1px solid #000000;*/
}
#NewsPopUpTbl .LargePhoto {
	border:1px solid #FFFFFF;
	margin:10px;
}
#NewsPopUpTbl .Footer {
	font-family:Arial, Helvetica, sans-serif;
	height:10px;
	font-size:70%;
	background-color:#00A3B2;
	letter-spacing:0.2em;
	text-align:center;
	vertical-align:top;
}
#NewsPopUpTbl .Footer a:link {
	text-decoration:none;
	color:#FFFFFF;
}
#NewsPopUpTbl .Footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#NewsPopUpTbl .Footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
#NewsPopUpTbl .Footer a:active {
	text-decoration:none;
	color:#fff;
}
/* ---------------------------- GALLERY POP-UP ------------------------ */

#GalleryPopContainer {
	width:645px;
	margin-top:20px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	height:645px;
	background-color:#00A3B2;
	/*border:1px solid black;*/
}
#GalleryClientPhoto {
	margin:0px auto 0px auto;
	text-align:center;
/*	border:1px solid red;*/
	padding:0px;
}
	
#GalleryAllWordsContainer {
	width:400px;
	margin:10px auto 0px auto;
}
#GalleryClientHeadline {
	font-size:1em;
	color:#666;
	font-weight:bold;
}
#GalleryClientSubHeadline {
	font-size:0.88em;
	color:#666;
	font-weight:bold;
}
#GalleryClientDescription {
	width:100%;
	background-color:#fff;
}
#GalleryClientDescription p {
	width:100%;
	color:#666;
	background-color:#fff;
	font-size:0.88em;
	line-height:1.5em;
}
#GalleryClientPDF {
	width:95%;
	text-align:right;
	padding-right:5px;
	margin-top:5px;
	font-size:0.88em;
}
#GalleryClientPDF a:link {
	text-decoration:none;
	color:#00A3B2;
}
#GalleryClientPDF a:visited {
	text-decoration:none;
	color:#00A3B2;
}
#GalleryClientPDF a:hover {
	text-decoration:underline;
	color:#00A3B2;
}
#GalleryClientPDF a:active {
	text-decoration:none;
	color:#00A3B2;
}
#GalleryPopFooter {
	background-color:#00A3B2;
	/*border:1px solid black;*/
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:3px 0px;
	text-align:center;
	font-size:80%;
	width:100px;
}
#GalleryPopFooter a:link {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#GalleryPopFooter a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#GalleryPopFooter a:hover {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#GalleryPopFooter a:active {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#GalleryTextSiteLink {
	/*border:1px solid blue;*/
	background-color:#00A3B2;
	font-size:0.8em;
	font-weight:bold;
	margin:5px auto 0px auto;
	padding:0px 0px 2px 0px;
	text-align:center;
	width:300px;
}
#GalleryTextSiteLink a:link {
	text-decoration:none;
	color:#fff;
}
#GalleryTextSiteLink a:visited {
	text-decoration:none;
	color:#fff;
}
#GalleryTextSiteLink a:hover {
	text-decoration:underline;
	color:#fff;
}
#GalleryTextSiteLink a:active {
	text-decoration:none;
	color:#fff;
}




/* ------------------------------ CASE STUDY POP-UP --------------------- */
#CasePopContainer {
	width:450px;
	margin-top:20px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	height:400px;
	background-color:#fff;
	overflow:auto;
	/*border:1px solid black;*/
}
#CaseClientPhoto {
	width:90%;
	margin:20px auto 0px auto;
	text-align:center;
}
#CaseClientPhoto img {
	padding:0px 10px;
	height:200px;
}
#CaseAllWordsContainer {
	width:400px;
	margin:10px auto 0px auto;
}


#CaseClientHeadline {
	font-size:1em;
	color:#666;
	font-weight:bold;
}
#CaseClientSubHeadline {
	font-size:0.88em;
	color:#666;
	font-weight:bold;
}
#CaseClientDescription {
	width:100%;
	background-color:#fff;
}
#CaseClientDescription p {
	width:100%;
	color:#666;
	background-color:#fff;
	font-size:0.88em;
	line-height:1.5em;
}
#CaseClientPDF {
	width:95%;
	text-align:right;
	padding-right:5px;
	margin-top:5px;
	font-size:0.88em;
}
#CaseClientPDF a:link {
	text-decoration:none;
	color:#00A3B2;
}
#CaseClientPDF a:visited {
	text-decoration:none;
	color:#00A3B2;
}
#CaseClientPDF a:hover {
	text-decoration:underline;
	color:#00A3B2;
}
#CaseClientPDF a:active {
	text-decoration:none;
	color:#00A3B2;
}
#CasePopFooter {
	font-family:Arial, Helvetica, sans-serif;
	width:450px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#00A3B2;
	border:ipx solid black;
	text-align:center;
	padding:3px 0px;
	letter-spacing:0.2em;
	font-size:70%;
}
#CasePopFooter a:link {
	text-decoration:none;
	color:#fff;
}
#CasePopFooter a:visited {
	text-decoration:none;
	color:#fff;
}
#CasePopFooter a:hover {
	text-decoration:none;
	color:#fff;
}
#CasePopFooter a:active {
	text-decoration:none;
	color:#fff;
}


