.contentPod {
	background-color: #FFF;
	height: 260px;
	margin-bottom: 20px;
	margin-top: 5px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C0C0C0;
	border-left-color: #FFF;
	
}
#pod h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #50555c;
	background-color: #e4e8ea;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #d1d7dd;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFF;
}
#pod h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	background-color: #eff3f2;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-color: #d1d7dd;
	margin: 0px;
}
#sidebar1 h3 {
	padding: 0px;
	margin: 0px;
}

#pod .shortdesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	height: 160px;
	width: 211px;
}
#pod .shortdesc p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#pod .longdesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#pod .screen {
	margin: 0px;
	height: 160px;
	width: 240px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	cursor: pointer;
}
#pod .text {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pod .shortdesc .credit {
	font-weight: normal;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
}
#pod .popup {
	background-color: #FFF;
	border: 15px solid #eff3f2;
	padding: 15px;
	position: relative;
	left: 0px;
	top: 0px; 
	display: none;
	width: 600px;
	height: 400px;
	visibility: hidden;
	z-index:100;
}
#pod .popContent {
	position: absolute;
	top: 20px;
}
#pod .popVideo {
	position: absolute;
	top: 40px;
}
#pod .popClose {
	z-index: 200;
	position: absolute;
	top: 8px;
	right: 8px;
	margin-right:8px;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 12px;
	color: #999;
	cursor: pointer;
	background-color:#FFF;
}

#pod .shortdesc2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pod .shortdesc2 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
p a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
a:hover {
	color:#FC0;
}
#sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
}
#sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	margin: 0;
	font-weight: bold;
	padding: 0;
	border: 0;
}
#footer p a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.formText {
	background-color: #EFF3F2;
}
.navActive {
	background-color:#C6CBD0;
}
.navPassive {
	background-color:#EEE;
}
.navActive a {
	color: #000;
}
.navPassive a {
	color: #333;
}
.popBackdrop {
	background-color:#000;
	display:none;
	height:100%;
	width:100%;
	z-index:50;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
}
.mainHead {
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-left:25px;
	padding-bottom:10px;
}

