/*************  general class  ***************/
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#000;
	height:100%;
	background:#2a476e;
}
.footnote { font-size: 0.8em; font-style: italic; line-height: 12px; }
.outter{
	width:563px;
	margin:0px auto;
}
.inner{
	width:563px;
	background:#2a476e;
	margin:0px auto;
	text-align:left;
	margin:0px auto;
	padding:0 0 20px 0;
}
.clear{
	clear:both;
}

/*************  Site Specific  ***************/
#topRbutton{

	float:right;
	height:27px;
	margin:0;
margin-bottom:-10px;
margin-right:20px;
margin-top:15px;

}
h3{
	background:#94a3b7;
	color:#FFFFFF;
	font-size:.9em;
	width:200px;
	height:20px;
	margin-right:20px;
	margin-top:0px;
	font-weight:lighter;
	font-style:italic;
}
.push_down{
	padding-top:3px;
	margin-bottom:0px;
}
.outter a#close{
	float:left;
	margin-top:0;
	padding:0;
}
.outter a#close span{
	display:block;
	left:-2400px;
	position:absolute;
}
.outter a#close{
	background:url(../images/close.gif) no-repeat;
	margin:2px 0 0 10px;
	height:12px;
	width:39px;
}
/*Content Container Here*/
#contentContainer {
background-color: #ffffff;
	width:561px;
	height:100%;


}
#contentContainer #sidebar-left{
	float:left;
	background:url(../images/popup_leftBg.gif) top no-repeat;
	position:relative;
	height:300px;
	width:212px;
}
#contentContainer #sidebar-left-new{
	float:left;
	background:url(../images/popup_leftBg_new.gif) top no-repeat;
	position:relative;
	height:300px;
	width:212px;
}
#contentContainer #sidebar-left{
	float:left;
	position:relative;
	width:140px;
}
#contentContainer #sidebar-left-new{
	float:left;
	position:relative;
	width:160px;
}
#contentContainer #left-inner{
	margin-left:20px;
}
#contentContainer #left-inner-new{
	margin-left:45px;
}
#contentContainer #main{
	float:left;
	width:420px;
	position:relative;
	margin-bottom:20px;
	height:100%;
}
#contentContainer #main h1{
	font-size:1.3em;
	color:#2a476e;
}
#contentContainer #main .jobTitle{
	font-style:italic;
}
#contentContainer #main-inner{
	border-left:1px solid #CCCCCC;
	display:block;
	clear:left;
	padding:5px 25px 0 10px;
}
#contentContainer #main{
	float:left;
	width:400px;
	position:relative;
	margin-bottom:20px;
	height:100%;
}
#contentContainer #main-inner-new{
	border-left:1px solid #CCCCCC;
	display:block;
	clear:left;
	padding:5px 25px 0 10px;
}
/*Image Shadow*/
.picts{
	display:block;
	margin:0 0 30px 0;

}
.img-shadow {
  float:left;
  position:relative;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 30px 0 50px 5px !important;
  margin: 10px 0 50px 5px;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -17px 6px 6px -6px;
  padding: 4px;
} 
.picts{
	background:url(../images/picts_rounded.gif) top left no-repeat;
	padding:10px 0 20px 0;
}
/*Nifty Corners*/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

#top_profile{
		background-image: url(../images/top_team.jpg);
		width:561px;
		height:27;
		padding-bottom:10px;
		margin-top:3px;

}
#bottom_profile{
		background-image: url(../images/bottom_team.jpg);
		width:561px;
		height:27;	
		padding-bottom:10px;
}



