body{
	width:100%;	
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height:1.8em;
	color:#000000;
	margin: 0px;
	padding: 0px;
	background:#ffffff url('images/header_tile.png') repeat-x;
	
}

.clearit{
	overflow:hidden;
	height:0px;
	width:100%;
	clear:both;	
}

p,form,div{
	padding:0px;
	margin:0px;	
}

#inner{
	font-size:1.1em;
	line-height:1.8em;
	width:880px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	position:relative;
	height:128px;
	background: url('images/header.png') no-repeat;
	width:100%;
}
#header ul{
	margin:0px;
	padding:0px;
	position:absolute;
	right:20px;
	bottom:26px;
	list-style:none;
	list-style-type:none;
}
#header ul li{
	float:left;
	padding:5px 10px 2px 10px;
	background: url('images/top_menu_back.png') no-repeat;
	width:103px;
	text-align:center;
}
#header ul li a:link,#header ul li a:visited{
	color:#ffffff;
	font-weight:bold;
	font-family:Arial,Tahoma, Helvetica;
	font-size:1.2em;
	text-decoration:none;
	text-transform:uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
}

#contentHolder{
	width:862px;
	position:relative;
	background: url('images/content_back.png') no-repeat;
	padding:0px 9px;
}
#banner{
	position:relative;
	background:#991333 url('images/banner_bot.png') no-repeat left bottom;
	padding-bottom:20px;
}
#menuHolder{
	position:relative;
	left:0px;
	width:100%;
	top:0px;
	background: url('images/menu_back.png') repeat-y;
}
#menuHolder ul{
	position:relative;
	list-style:none;
	list-style-type:none;
	width:812px;
	margin:0px 25px 0px 25px;
	padding:0px 0px 5px 0px;
	display:block;
}
#menuHolder ul li{
	text-transform:uppercase;
	font-family:Arial,Tahoma,Helvetica;
	float:left;
	margin-top:-5px;
	position:relative;
	font-size:1em;
}
#menuHolder ul li a:link,#menuHolder ul li a:visited{
	display:block;
	padding:3px 10px;
	color:#333333;
	text-decoration:none;
	border-right:1px solid #333333;
}
#menuHolder ul li.last a:link,#menuHolder ul li.last a:visited{
	border:none;
}
#menuHolder ul li a:hover{
	background-color:#999999;
	color:#ffffff;
}
#menuHolder ul li ul{
	display:none;
	position:absolute;
	margin:5px 0px;
	padding:0px 4px 5px 0px;
	width:175px;
	background:url(images/test-shadow.png) no-repeat right bottom;
	/*width:auto;	*/
}
#menuHolder ul li ul li{
	display:block;
	float:none;
	width:100%;
	background-color:#990033;
	font-size:1em;
}
#menuHolder ul li ul li a:link,#menuHolder ul li ul li a:visited,#menuHolder ul li.last ul li a:link,#menuHolder ul li.last ul li a:visited{
	color:#ffffff;
	border:none;
	border-top:1px solid #cc8099;
}
#menuHolder ul li ul li a:hover,#menuHolder ul li.last ul li a:hover{
	background-color:#ffffff;
	color:#333333;
}
#menuHolder ul li.hovering ul{
	display:block;
}

#content{
	position:relative;
	border-left:1px solid #990033;
	margin:35px 18px 0px 29px;
	padding:0px 0px 20px 20px;
	width:776px;
}
#content.home{
	margin-top:0px;
	border:none;
	background:url(images/home_backtile.png) repeat-y;
	padding-right:20px;
	width:757px;
}
#homeCarousel{
	background: url('images/home_carousel_tile.png') repeat-y;
	width:744px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 7px 0px 8px;
	overflow:hidden;
	position:relative;
}
#CarouselPrevNext{
	position:absolute;
	top:0px;
	right:20px;
	width:167px;
	height:34px;
	overflow:hidden;
	color:#ffffff;
	font-size:1.2em;
	text-align:center;
}
#CarouselPrevNext div{
	position:relative;
}
#CarouselPrevNext a:link,#CarouselPrevNext a:visited{
	color:#ffffff;
	text-decoration:none;
	position:relative;
}
#CarouselPrevNext a:hover{
	text-decoration:underline;
	position:relative;
}

#CarouselDescription{
	background-color:#000000;
	position:absolute;
	width:714px;
	left:8px;
	bottom:-1px;
	padding:5px 15px;
	color:#ffffff;
	font-size:1.2em;
}
#CarouselDescription p{
	margin:0px;
	padding:0px;
	position:relative;
}
#CarouselDescription a:link,#CarouselDescription a:visited{
	color:#cccccc;
	display:block;
}
#CarouselImages{
	height:383px;
	width:744px;
	position:relative;
	overflow:hidden;
}
#CarouselImages img{
	position:absolute;
	top:0px;
	left:0px;
}
#homeCarouselBot{
	background: url('images/home_carousel_bot.png') no-repeat;
	height:25px;
	width:759px;
	margin-left:auto;
	margin-right:auto;
}
#content h1{
	position:relative;
	background: url('images/h1_back.png') no-repeat center left;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, Tahoma;
	font-weight:normal;
	font-size:2.4em;
	margin-top:-15px;
	margin-left:-20px;
	line-height:1.1em;
	float:left;
	clear:left;
	padding-left:20px;
	width:auto;
	color:#535353;
}
#content h2{
	margin:5px 0px;
	padding:0px;
	font-family:Arial, Helvetica, Tahoma;
	font-weight:normal;
	font-size:2.2em;
	color:#535353;
}
#content a{
	text-decoration:underline;
	color:#990033;
}
#content .contact{
	float:right;
	clear:right;
	width:228px;
	background: url('images/contact_top.png') no-repeat;
	padding:10px 0px 0px 0px;
}

#content .contact a{
	display:block;
	color:#ffffff;
	font-weight:normal;
	background: url('images/contact_tile.png') repeat-y;
	padding:0px 5px 0px 15px;
	margin:0px;
	text-decoration:none;
	font-size:1em;
}
#content .contact div{
	background: url('images/contact_bot.png') no-repeat bottom left;
	height:15px;
	width:228px;
}
#content .contact a:hover{
	text-decoration: underline;
}
#content #leftPane{
	float:left;
	clear:left;
	width:465px;
	line-height:2.4em;
}
#content #rightPane{
	float:right;
	clear:right;
	width:280px;
	line-height:2.2em;
}
#content #rightPane ol{
	margin:0px 0px 10px 18px;
	line-height:1.8em;
	padding:0px;
}

#content p{
	margin:0px 0px 15px 0px;
}
#content .blockquote{
	margin-bottom:15px;
	display:inline-block;
}
#content .blockquote blockquote{
	padding:3px 15px 3px 10px;
	margin:0px;
	background: url('images/bq_tile.png') repeat-y;	
	width:450px;
	color:#990033;
	font-weight:bold;
	font-size:1.2em;
}
#content .blockquote div.top{
	width:100%;
	background: url('images/bq_top.png') no-repeat;
	height:7px;
	overflow:hidden;
}
#content .blockquote div.bot{
	width:100%;
	background: url('images/bq_bot.png') no-repeat;
	height:9px;
}
#content .blockquote_l{
	margin-bottom:15px;
}
#content .blockquote_l blockquote{
	padding:3px 15px 3px 10px;
	margin:0px;
	background: url('images/bq_tile_l.png') repeat-y;	
	width:750px;
	color:#990033;
	font-weight:bold;
	font-size:1.2em;
}
#content .blockquote_l div.top{
	width:100%;
	background: url('images/bq_top_l.png') no-repeat;
	height:7px;
	overflow:hidden;
}
#content .blockquote_l div.bot{
	width:100%;
	background: url('images/bq_bot_l.png') no-repeat;
	height:9px;
}
.rightPaneHeader{
	background: url('images/right_pane_head.png') no-repeat;
	width:250px;
	color:#ffffff;
	padding:10px 15px;
	font-size:1.4em;
	line-height:1.5em;
}
.rightPaneContent{
	background: url('images/right_pane_tile.png') repeat-y;
	padding:10px 15px;
	color:#676767;
	font-size:0.92em;
}
#content .rightPaneContent h2{
	color:#ffffff;
	width:260px;
	background-color:#535353;
	font-size:1.7em;
	line-height:1.5em;
	font-weight:normal;
	position:relative;
	margin-left:-10px;
	padding-left:10px;
}
.rightPaneContent strong{
	color:#000000;
}
.rightPaneContent hr{
	margin-bottom:10px;
}
.rightPaneBottom{
	background: url('images/right_pane_bot.png') no-repeat;
	height:24px;
	width:287px;
	overflow:hidden;
}

#content img.fl{
	float:left;
	border:1px solid #990033;
	margin:5px;
}
#content img.fr{
	float:right;
	margin:5px;
}
#content table tr.grey{
	background-color:#535353;
	color:#ffffff;
}
#content table tr.submit button{
	background-color:#999999;
	color:#ffffff;
	padding:5px 20px;
	text-align:center;
	border:none;
	margin:0px;
}
#content #headshots{
	margin:20px 0px;
}
#content #headshots #groupImage{
	float:left;
	width:240px;
	position:relative;
}
#content #headshots #groupNames{
	float:right;
	width:150px;
	margin-left:10px;
	line-height:1.5em;
}
#content #headshots #groupNames div.ind{
	display:block;
	width:150px;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #ffffff;
}
#content #headshots #groupNames div.ind .name{
	color:#830028;
	font-weight:bold;
	font-size:1.2em;
}
#content #headshots #groupNames div.ind .position{
	font-size:1.1em;
}
#content #headshots #groupNames div.ind .link a:link,#content #headshots #groupNames div.ind .link a:visited{
	color:blue;
	text-decoration:none;
}
#content #headshots #groupNames div.ind .link a:hover{
	text-decoration:underline;
}

.note {
	display: none;
	background: url(images/spacer.gif); 
	border: 1px solid rgb(255, 255, 255); 
	overflow: hidden; 
	position: absolute; 
	z-index: 0;
}

.notep {
	white-space:nowrap;
	display: none; 
	background: #eee; 
	font-size: 8pt; 
	margin-top: 0px; 
	padding: 5px;
	position: absolute;
	width: auto;
	border: 1px solid rgb(255, 255, 255);
}

#footer{
	border-top:5px solid #990033;
	border-bottom:5px solid #999999;
	width:100%;
	color:#999999;
	padding:10px 0px;
}
#footerContent{
	width:860px;
	margin-left:auto;
	margin-right:auto;
}
#footerContent a:link,#footerContent a:visited{
	color:#990033;
}
#credit{
	padding:10px;
}
#credit div{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	color:#cccccc;
	font-size:0.9em;
}
#credit div a:link,#credit div a:visited{
	color:#cccccc;
	text-decoration:none;
}
#credit div a:hover{
	color:#990033;
}

#disclaimer{
	margin-top:5px;
	border:2px solid #990033;
	padding:10px;
	background:#fff7fa;
	font-size:0.9em;
	line-height:1.6em;
}
#disclaimer h3{
	padding-bottom:0px;
	margin:0px 0px 8px 0px;
	font-size:1.4em;
	letter-spacing:.2em;
}









