body
{
	background-color: #ffffff;
	color: #000000;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica,"Century Gothic", Futura, "Futura Md", Verdana, Arial, sans-serif;
	padding: 0;
	padding-top: 50px;
	border: 0;
	margin: 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.6em;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


h1,h2,h3,h4,h5,h6 {
color:  #666666;
/* font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; */
}

#OuterContainer
{
	width: 926px;
	height: 800px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	
	text-align: left;
	/* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
} 

div#header {
 	border-bottom: 0 #000 solid;
	height: 40px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 925px;
}
div#footer {
 	border-top: 0 #000 solid;
}

div#footer div#footContent {
	width: 800px;
	float: left;
	height: 30px;
}
 #header h1
 {

 	color: #666;
 	font-size: 2em;
 	margin: 0;
 	padding: 10px 0 10px 0;
 }


div#header div#title {
float: left;
width: 300px;
display: block;
text-align: left;
padding-left: 0;
margin-left: 0;
}

div#header div#title a h1{
font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: normal;
}

#mainContent
{
	margin: 0;
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px;
	padding-top: 30px;
	padding-left: 0;
	padding-right:0;
	padding-bottom: 10px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*	background-image: url(../Images/tShade.gif); */
	background-repeat: repeat-x;
	min-height: 510px;
	height: auto !important;
	border-top: 1px #666 solid;
	border-right: 0 #0C9 solid;
	border-bottom: 1px #666 solid;
	border-left: 0 #0C9 solid;
} 

#footer
{
	padding: 0 0 0 20px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*	background-image: url(../Images/tShadeBottom.gif);  */
	background-repeat: repeat-x;
	height: 60px;
	margin-top: 0;
	text-align: right;
	border-top: 1px #666 solid;
} 
#footer p {
	background-color: transparent;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
margin-top: 0;
text-align: left;
}

div {
	text-align: left;
}

table {
border-collapse: collapse;
}

td {
	vertical-align: top;
	text-align: left;
}

.grey {
color: #333332;
}

.white {
color: #ffffff;
font-size: 10px;
}

 



.nav {
	color:  #000000;
	font-size: 11px;
	font-color: #666666;
	text-decoration: none;
}

a:link, a:visited  {
color:  #666666;
text-decoration: none;
font-weight: bold;
}
a:hover  {
color:  #444;
text-decoration: none;
}

table#LayoutTable{
border-collapse: collapse;
width: 926px;
margin-bottom: 30px;
}

table#LayoutTable td#LeftPanel{
width: 465px;
text-align: center;
padding-top: 15px !important;
padding-top: 5px;
padding-left: 0;
z-index: 0;
vertical-align: top;
}


table#LayoutTable td#RightPanel{
text-align: left;
vertical-align: top;
width: 465px;
background-color: #fff;
padding-left: 10px;
}
table#LayoutTable td#RightPanel h3{
padding-bottom: 0;
margin-bottom: 0;
}

/* -----------------------------

      MAIN TOP NAVIGATION 

----------------------------- */
div#navcontainer, div#footnavcontainer {
	z-index: 5000;
	float: right;
	position: relative;
	top: 5px;
}
div#footnavcontainer {
padding-top: 10px;
}
div#navcontainer {
	width: 530px;

}


#navigation, #footnavigation {
	width:100%;
	height:23px;
	list-style:none;
	margin:0;
	padding:0;
	background:url(Images/navBk.gif);
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
#footnavigation li.contact{
text-transform:lowercase;
}
	
	
	
#navigation h2,#footnavigation h2 { 
	display:block;
	padding:0;
	margin:0;
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	}
#navigation li, #footnavigation li {
	list-style:none;
	float:right;
	padding:0;
	margin:0;
}
#navigation li:hover, #footnavigation li:hover {
	position:relative;
	z-index:5000;
}

#navigation li a, #footnavigation li a
{
	display: block;
	margin: 0;
	padding: 7px 0 5px 24px !important;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	color: #999;
	font-weight: normal;
	z-index: 5000;
}


#navigation li:hover a, #navigation li.current a,
#footnavigation li:hover a, #footnavigation li.current a
{
	background:url(Images/navRollBk.gif); 
	color: #222;
	z-index: 5000;
}

/* LEVEL 2 */
#navigation li:hover ul li.subnav a {
	background-image:url(../Images/navChildBk.gif);
	background-position:right 50%;
	background-repeat:no-repeat;

	padding-right: 0;
	z-index: 5000;
}

#navigation li ul  {
	position: absolute;
	left: -999em;
	top:23px;
	height: auto;
	width: 130px;
	font-weight: normal;
	margin:0;
	padding:0;
	background:#FFF;
	list-style:none;
	z-index: 5000;
}

#navigation li li {
	margin:0 0 1px;
	background-color:#eee;
	z-index: 5000;
}

#navigation li:hover ul a,#navigation ul li:hover ul a,  #navigation ul ul li:hover ul a{
	width: 104px;
	display: block;
	font-size: 10px !important;
	line-height: 11px;
	text-decoration: none;
	text-transform: none;
	color: #000;
	padding: 4px 10px 4px 16px !important;
	margin: 0;
	font-weight: normal;
	background: transparent;
	z-index: 5000;
}

#navigation ul li:hover ul a,  #navigation ul ul li:hover ul a{
width: 129px;
	z-index: 5000;
}
/* LEVEL 3 */
#navigation li ul ul{
	width: 155px;
	position:absolute;
	top:1px;
	padding:0 0 0 1px;
	margin-left:110px;
	z-index: 5000;
}

/* subnav nested fix */
#navigation li:hover ul li.subnav ul a, #navigation li:hover ul li.subnav ul li.subnav ul a {
	background-image:none;
	z-index: 5000;
}
#navigation li:hover ul li.subnav ul li.subnav a {
	background-image:url(../Images/navChildBk.gif);
	background-position:right 50%;
	background-repeat:no-repeat;
	z-index: 5000;
}




/* CURRENT COLORS */
#navigation ul li.current, #navigation li:hover ul ul li.current, #navigation li:hover ul li:hover ul li:hover ul li.current {
	background-color:#efefef;
	z-index: 5000;
}
/* NESTED NORMAL STATE */
#navigation ul li.current ul li, #navigation ul li.current ul li.current ul li {
	background-color:#004A8D;
	z-index: 5000;
}
/* HOVER COLORS */
#navigation ul li:hover, #navigation ul ul li:hover, #navigation ul li.current ul li:hover, #navigation ul li.current ul li.current ul li:hover {
	background-color:#dfdfdf;
	cursor:pointer;
	z-index: 5000;
}


/* Positioning */
#navigation li:hover ul ul, #navigation ul li:hover ul ul, #navigation ul ul li:hover ul ul,  #navigation ul ul ul li:hover ul ul {
	left: -999em;
	z-index: 5000;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul, #navigation li li li li li:hover ul {
	left: 0;
	z-index: 5000;
}

label.pName {
	font-weight: bold;
	font-size: 1.2em;
}
span.pRole {
	font-size: 1.2em;
}

div.fpMain
{
	background-image: url(../Images/fp_background.jpg);
	background-position: 50% 50%;
	height: 550px;
	background-repeat: no-repeat;
}

img.CatGrid {
	float: left;
border: 8px #FFF solid;
}
div.fpCat img { border: 4px #FFF solid; }
div.fpCat a { color: #fff; }
div.fpCat a:hover { color: #222; }

div.fpCat img:hover { border: 4px #222 solid; }

div#cat1 {
	position: relative;
	top: 300px;
	left: 40px;
	z-index: 10;

}
div#cat2 {
	position: relative;
	left: 250px;
	top: -50px;
	z-index: 20;	
}
div#cat3 {
	position: relative;
	left: 600px;
	top: -160px;
	z-index: 30;	
}
div#cat4 {
	position: relative;
	left: 400px;
	top: -160px;
	z-index: 30;	
}
div#cat5 {
	position: relative;
	left: 200px;
	top: -160px;
	z-index: 30;	
}
div#cat6 {
	position: relative;
	left: 700px;
	top: -160px;
	z-index: 30;	
}
div#cat7 {
	position: relative;
	left: 500px;
	top: -160px;
	z-index: 30;	
}
div#cat8 {
	position: relative;
	left: 800px;
	top: -160px;
	z-index: 30;	
}
div#cat9 {
	position: relative;
	left: 350px;
	top: -200px;
	z-index: 30;	
}

div.pBio
{
	padding: 20px;
	background-color: #FFF;
	display: none;
	position: absolute;
	top: 80px;
	width: 300px;
	z-index: 200;
	margin-left: -350px ! important;
	background-image: url(../Images/tShade.gif);
	background-repeat: repeat-x;
	border-width: 0 1px 1px 1px;
	border-color: #aaa;
	border-style: solid;
}
div.pBrief {
margin-top:0;
padding-top:0;
padding-bottom: 1em;
}
div.pBrief:hover {
margin-top:0;
padding-top:0;
padding-bottom: 1em;
}

span.Role{
display: block;
}

a.pLink {
text-decoration: none;
border: 0;
font-weight: normal;
font-size: 1em;
text-transform: uppercase;
}
a.pLink img { border: 4px #FFF solid; }

img.FeatureImage
{
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

image.LinkImage {
border: 0;
}

/* Panel swaps */


div.Wisdom, div.SwapMore {
display: none;
padding-bottom: 0;
}

span.WisdomLink,  span.MoreLink{
color: #999;
font-size: 14px;
padding-left: 0;
margin-top: 2px;
margin-bottom: 2px;
display: block;
float: right;
test-decoration: none;
text-transform: uppercase;


}
span.WisdomLink:hover,  span.MoreLink:hover{
color: #222;
}

hr.ThinLine
{
	height: 1px;
	border-width: 1px 0 0 0;
	border-color: #666;
	border-style: solid;
}

img.SideThumb { border: 3px #FFF solid; }

img.CatGrid{
filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0;
}

div#DivPool1, div#DivPool2, div#DivPool3, div#DivPool4
{
	border: 10px #fff solid;
	margin: 0;
}
img#Pool1, img#Pool2, img#Pool3, img#Pool4 {
	border: 0;
	margin: 0;
}


div.CatGridDiv
{
	width: 350px;
	height: 194px;
	float: left;
	padding: 0;
	margin: 0;
}

div.LeftImage {
display: none;
width: 440px;
height: 248px;
padding: 0;
margin:0;
border:0;
}

div#mainContent table#LayoutTable td#RightPanel h2.PYear {
font-size: 1.2em;
padding-bottom: 2px;
margin-bottom: 2px;
font-weight: normal;
color: black;
}

div#mainContent table#LayoutTable td#RightPanel h2.Title {
font-weight: normal;
font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 1.8em;
color: black;

}

div#thumbs
{
	width: 442px;
	text-align: center;
}
div#thumbs img{
padding-right: 3px;
padding-bottom: 3px;
}


div#leftFeature
{
	width: 440px;
	min-height: 245px;
	height: auto !important;
	height: 240px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0;
	padding-bottom: 4px !important;
	padding-bottom: 10px;
}
div#leftFeature img {
margin-bottom: 4px;
}



