.clear_float {clear:both;}

.Head {
	font-weight:normal;
	font-size:26px;
	line-height:28px;		
}
.Normal
{
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:18px;
}

#topLeft {
	float:right;
}

#left
{
	border-right:3px solid #fff;
}
#left p
{
	padding-right:10px;
}
#right h4{
    padding-left: 10px;
}
    
.icons-wrapper {
	margin-top:10px;
}
.detailed-list-wrapper {
	margin-top:10px;
}
#right .interior-content p {
	margin-left:10px;
}
#right h2 {
	margin-left:10px;
}
#right .interior-list
{
	margin-left:10px;
}
ul li /* IE8 */
{
	list-style-type:none;
}
.icon-txt h4 /* IE8 */
{
	text-align:left;
}

.icon-txt a
{
    font-size:12pt;
    font-weight: bold;
    color:#828282;
}

.icons-wrapper img
{
    border: solid 1px #dddddd;
}

/* 
	light grey from barry: #f2f2f2
	dk gray: #9d9fa1
	dk blue: #0f457c
*/
div.divider
{
	background-color:#9d9fa1;
	height:5px;
	margin-top:30px;
}
.interior-header
{
	background-color:#f6f6f6;
	background-image:url(gradient2.png);
	background-repeat:repeat-x;
	margin-bottom:5px;
}
.interior-header .header-desc
{
	color:#444444;
}

li span.interior-list {
	background:url(body_arrow.gif) no-repeat 3px 3px;
	padding-left:18px;
}
p.interior-list {
	background:url(body_arrow.gif) no-repeat 3px 5px;
	padding-left:18px;
}

/*
.interior-header h2
{
	color:White;
}
.interior-header .header-desc
{
	color:#dddddd;
	font-weight:normal;
}
*/

/* TOP MENU */

.TopMenu_RootMenuItemSel TD {
    text-align:right;
}
.TopMenu_MenuItem td
{
    color: #999999;
    text-align:right;
}

/* END TOP MENU */

/* MAIN MENU */

.mainMenu, .MainMenu_MenuContainer
{
	float:right;
	text-align:right;
}

.MainMenu_MenuContainer {
	background-color: transparent;
	height:1px;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuArrow {
	display: none
}

.MainMenu_RootMenuArrow {
	display: none
}

.MainMenu_MenuIcon {
	display: none
}

.MainMenu_MenuBreak {
   	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

/* END MAIN MENU */

/* PARTNERS PAGE DIVS */
.partners {
    text-align:left;
    padding:10px 0px 10px 0px;
}
.partners img {
    border: solid 1px #dddddd;
    background-color: White;
    padding:5px 5px 5px 5px;
}

/* END PARTNERS PAGE */

/* COPIED FROM OLD SKIN, TEMPORARY */

.MainMenu_MenuContainer {
	background-color: transparent;
	height:1px;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuArrow {
	display: none
}

.MainMenu_RootMenuArrow {
	display: none
}

.MainMenu_MenuIcon {
	display: none
}

.MainMenu_MenuBreak {
   	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.RootMenuItem TD {
    padding:5px 11px 5px 8px;
    font-size:16px;
    font-weight:bold;
    color:#7d7d7d;
    text-align:center;
    background-image:transparent ;	
	font-family: Arial;
	font-size:16pt;
	font-weight:700;
}

.RootMenuItemSel TD {
    padding:5px 11px 5px 8px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    background-image:transparent;
	font-family: Arial;
	font-size:16pt;
	font-weight:700;
}

.RootMenuItemHover TD {
    padding:5px 11px 5px 8px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    background-image:transparent ; 
	font-family: Arial;
	font-size:16pt;
	font-weight:700;
}

.MainMenu_MenuItem {
    padding:5px 22px 5px 10px;
    border:0pt none;
    font-size: 11px; 
    color: #555555;
	font-weight: bold;  
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
}

.Submenu {
    border-left:4px solid #5075B2;
    cursor:pointer;
    margin-top: 2px;
    margin-left: -1px; 
    z-index: 1000;
    font-size: 11px; 
    color: #555555;
    font-weight: bold; 
	background: #EAEAEA; 
}

.Submenuitemselected,Submenuitembreadcrumb {
    padding:5px 22px 5px 10px;
    border:0pt none;
    margin-top: 0px;
    margin-left: 0px; 
    font-size: 11px; 
    color: #FFFFFF;
	font-weight: bold; 
	background: #5075B2; 
}

/* END COPIED FROM OLD SKIN, TEMPORARY */


/* fix for banner printing overlap... only print active slide */
@media print {
	ul#slideshow li { display:none; }
	ul#slideshow li.active { display:inherit; }
}

