/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
 
  .topFrameInvertThin {  
  position:absolute;
  top:0px;
  right:20px;
  width:30%;
  height:10px;
  padding:0 10px;
  background-origin:border-box;
  background-image: url('img/corner_cutout_top_left.png'),url('img/corner_cutout_top_right.png');
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 10px 10px, 10px 10px ;
}

 .bottomFrameInvertThin {  
  position:absolute;
  bottom:0px;
  right:20px;
  width:30%;
  height:10px;
  padding:0 10px;
  background-origin:border-box;
  background-image: url('img/corner_cutout_bottom_left.png'),url('img/corner_cutout_bottom_right.png');
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 10px 10px, 10px 10px ;
}
.topFrameInvertFatLeft {  
  position:absolute;
  top:0px;
  left:20px;
  width:30%;
  height:20px;
  padding:0 20px;
  background-origin:border-box;
  background-image: url('img/corner_cutout_top_left.png'),url('img/corner_cutout_top_right.png');
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 20px 20px, 20px 20px ;
}

 .bottomFrameInvertFatLeft {  
  position:absolute;
  bottom:0px;
  left:20px;
  width:30%;
  height:20px;
  padding:0 20px;
  background-origin:border-box;
  background-image: url('img/corner_cutout_bottom_left.png'),url('img/corner_cutout_bottom_right.png');
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 20px 20px, 20px 20px ;
}

.topFrameInvertFatRight {  
  position:absolute;
  top:0px;
  right:20px;
  width:30%;
  height:20px;
  padding:0 20px;
  background-origin:border-box;
  background-image: url('img/corner_cutout_top_left.png'),url('img/corner_cutout_top_right.png');
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 20px 20px, 20px 20px ;
}

 .bottomFrameInvertFatRight {  
  position:absolute;
  bottom:0px;
  right:20px;
  width:30%;
  height:20px;
  padding:0 20px;
  background-origin:border-box;
  background-image: url('img/corner_cutout_bottom_left.png'),url('img/corner_cutout_bottom_right.png');
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 20px 20px, 20px 20px ;
}

.imageinframeleft {
	
	float:left;
	width:24%;
	width: calc(30% - 24px);
	height:auto;
	margin:0 20px 0 17px;
}

.imageinframeright {
	
	float:right;
	width:24%;
	width: calc(30% - 24px);
	height:auto;
	margin:0 17px 0 20px;
}

.main_panel_image {
	
	float:right;
	width:30%;
	width: calc(30% - 24px);
	height:auto;
	margin:0 17px 0 20px;
}

.leftcolumncorner {
  height:20px;
  background-image:url('img/corner_cutout_top_left.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 20px 20px ;
  
}

.Flagship_B {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
 	font-weight: bold;
}
.Layout_Top_Left {
	background-image: url(img/Layout_top_left.jpg);
	background-repeat: no-repeat;
}
.Layout_Top_Right {
	background-image: url(img/Layout_top_right.jpg);
	background-repeat: no-repeat;
}
.Layout_Side_Left {
	background-image: url(img/Layout_side_left.jpg);
	background-repeat: repeat;
}
.Layout_Side_Right {
	background-image: url(img/Layout_side_right.jpg);
	background-repeat: repeat;
}
.Layout_Centre_Line {
	background-image: url(img/Layout_Centre_Line.jpg);
	background-repeat: no-repeat;
}
.Layout_Bottom_Left {
	background-image: url(img/Layout_bottom_left.jpg);
	background-repeat: no-repeat;
}
.Layout_Bottom_Right {
	background-image: url(img/Layout_bottom_right.jpg);
	background-repeat: no-repeat;
}
.Layout_Background_MainPage {
	background-image: url(img/Layout_Background_MainPage.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.Layout_Background_MainPageLEFT {
	background-image: url(img/Layout_Background_MainPageLEFT.jpg);
	background-repeat: no-repeat;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.Flagship_B ul {
	font-weight:normal;
}



/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.Flagship_B li {
	width:153px;
	background-image: url(img/metal_grey.gif);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.Flagship_B ul li {
	background-image:none;
	background-color: #ffffff;
	padding:0px;
	margin: 0px;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.Flagship_B a {
	text-decoration: none;
	color: #0D94D4;
	line-height: 27px;
	padding: 0px 8px 0px 20px ;
	cursor: pointer;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.Flagship_B ul a {
	color: #0D94D4;
	line-height: 22px;
	padding: 0px 8px 0px 20px;
}

/*
 * Settings specific to the "METAL SIMPLE" skin only
 *
 */
/* this applies to the first/last item of the second (or more) level */
.Flagship_B ul li.first,
.Flagship_B ul li.last {
	background-image: none;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.Flagship_B li.hover {
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.Flagship_B ul li.hover {
 	background-image: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.Flagship_B a.hover {
	color: #1094D6 !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.Flagship_B ul a.hover {
  	color: #00CCCC !important;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.Flagship_B li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.Flagship_B ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.Flagship_B a.selected {
	color: #333366;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.Flagship_B ul a.selected {
	color: #333366;
	font-weight: bold;
}


/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.Flagship_B .arrow {
	background-image:url(img/arrow_horizontal_dark.gif);
	background-repeat: no-repeat;
	background-position: 7px 12px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.Flagship_B .hover ul .arrow,
.Flagship_B ul .arrow {
	background-image:url(img/arrow_horizontal_dark.gif);
	background-position:10px 10px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.Flagship_B .hover .arrow {
	background-image:url(img/arrow-red_horizontal.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.Flagship_B ul .hover .arrow {
	background-image:url(img/arrow_horizontal_white.gif);
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
.Layout_Bottom_Join_bottom {
	background-image: url(img/Layout_Bottom_Join_bottom.jpg);
	background-repeat: no-repeat;
}
.Layout_Bottom_Join_middle {
	background-image: url(img/Layout_Bottom_Join_Middle.jpg);
	background-repeat: repeat;
}
.Layout_Bottom_Join_top {
	background-image: url(img/Layout_Bottom_Join_top.jpg);
	background-repeat: no-repeat;
}
.Layout_Bottom_Right_Above {
	background-image: url(img/Layout_bottom_right_Above.jpg);
	background-repeat: no-repeat;
}
.FormBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F91CF;
	border: thin solid #0F91CF;
}
