/* NAFC Skin 

Colours:
Blue - #248
Green - #690 #8c3
Dark Red - #b22
Orange - #f82
Light Blue - #0be

Grey - #ccc

*/

/* General Settings */
.bodyWrapper
{
	text-align: center;
	background-color: #ccc;
	padding-top: 40px;
}

.MainContainer
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	border-top: solid 1px #ccc;
}

.ContentPane, .ImagePane
{
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	width: 470px;
}
.NAFC_Admin .ContentPanel
{
	width: 100%;
	text-align: center;
}
.NAFC_Admin .ContentPane
{
	width: 700px;
	margin: 5px auto;
}

.RightPanel
{
	vertical-align: top;
	padding-right: 10px;
	padding-left: 0;
	width: 350px;
	_width: 360px;
}

/* Header */

.Header
{
	height: 140px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
	padding-left: 490px;
	background-image: url(/Portals/_default/Skins/NAFC/TopCorners.jpg);
	background-repeat: no-repeat;
	overflow: visible;
}

.HeaderLogo
{
	position: absolute;
	top: 30px;
	left:20px;
}

.HeaderSearch
{
	padding-top: 40px;
	color: #ccc;
}

.HeaderMenu
{
	margin-top: 20px;
	color: #ccc;
}

/* Home Page */
.NAFC_Home .ContentCell
{
	background-image: url(/Portals/_default/Skins/NAFC/nafc_home_page_image.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
}

.NAFC_Home .ContentPane
{
	padding-top: 170px;
	padding-left: 30px;
	padding-right: 30px;
	width: 430px;
	min-height: 281px;
	color: #fff;
}
.NAFC_Home .ContentPane p
{
	margin-top: 5px;
}

.NAFC_Home .NewsPane
{
	position: absolute;
	top: 65px;
	left: 500px;
	width: 320px;
	height: 215px;
	overflow: hidden;
}

/* Section Pages */
.RightPane
{
	clear: both;
}

.MenuTabs
{
	float: right;
	width: 35px;
}
.MenuTab
{
	width: 35px;
	height: 100px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
}
.MenuTabs .SSNS
{
	background-image: url(/Portals/_default/Skins/NAFC/SSNS_Tab.jpg);
}
.MenuTabs .SSQC
{
	background-image: url(/Portals/_default/Skins/NAFC/SSQC_Tab.jpg);
}
.MenuTabs .MST
{
	background-image: url(/Portals/_default/Skins/NAFC/MST_Tab.jpg);
}
.MenuTabs .DZ
{
	background-image: url(/Portals/_default/Skins/NAFC/DZ_Tab.jpg);
}
.MenuTabs .DHSR
{
	background-image: url(/Portals/_default/Skins/NAFC/DHSR_Tab.jpg);
}

.RightPanel .MenuHead
{
	min-height: 95px;
	_height:100px;
	width: 330px;
	_width: 350px;
	color: #fff;
	font-size: 90%;
	margin-bottom: 4px;
	padding: 5px 5px 5px 20px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.RightPanel .MenuHead H1
{
	color: #fff;
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 5px;
}
.RightPanel .MenuHead a:link,
.RightPanel .MenuHead a:visited,
.RightPanel .MenuHead a:active,
.RightPanel .MenuHead a:hover
{
	color: #fff;
	text-decoration: none;
}
.RightPanel .MenuHead a:hover
{
	text-decoration: underline;
}

.NAFC_SSNS .RightPanel .MenuHead
{
	background-color: #248;
	background-image: url(/Portals/_default/Skins/NAFC/SSNS_Head.jpg);
}
.NAFC_MST .RightPanel .MenuHead
{
	background-color: #690;
	background-image: url(/Portals/_default/Skins/NAFC/MST_Head.jpg);
}
.NAFC_SSQC .RightPanel .MenuHead
{
	background-color: #b22;
	background-image: url(/Portals/_default/Skins/NAFC/SSQC_Head.jpg);
}
.NAFC_DZ .RightPanel .MenuHead
{
	background-color: #c60;
	background-image: url(/Portals/_default/Skins/NAFC/DZ_Head.jpg);
}
.NAFC_DHSR .RightPanel .MenuHead
{
	background-color: #09c;
	background-image: url(/Portals/_default/Skins/NAFC/DHSR_Head.jpg);
}
.NAFC_Default .RightPanel .MenuHead
{
	background-color: #066;
	background-image: url(/Portals/_default/Skins/NAFC/Default_Head.jpg);
}

.RightPanel .Menu
{
	width: 285px;
	_width: 305px;
	padding-left: 20px;
	float: left;
}

/* Gobal Menu */

.RadMenu_MenuGlobal
{
}
.RadMenu_MenuGlobal .rmItem
{
	padding-left: 20px;
	padding-right: 20px;
	border-left: solid 1px #ccc;
}
.RadMenu_MenuGlobal .rmFirst
{
	padding-left: 0;
	border-left: none;
}
.RadMenu_MenuGlobal .rmLast
{
	padding-right: 0;
}
.RadMenu_MenuGlobal .rmItem,
.RadMenu_MenuGlobal .rmItem a:link,
.RadMenu_MenuGlobal .rmItem a:visited,
.RadMenu_MenuGlobal .rmItem a:active
{
	color: #8d8d8d;
	text-decoration: none;
}
.RadMenu_MenuGlobal .rmItem a:hover
{
	color: #000;
	text-decoration: underline;
}

.RadMenu_MenuGlobal .rmGroup
{
	background-color: #ccc;
	border: solid 1px #888;
}
.RadMenu_MenuGlobal .rmGroup .rmItem
{
	border: none;
	border-bottom: solid 1px #666;
	padding:  2px  0 2px 2px;
	color: #000;
}
.RadMenu_MenuGlobal .rmGroup .rmLast
{
	border: none;
}
.RadMenu_MenuGlobal .rmGroup .rmText
{
	padding-left: 20px;
	padding-right: 5px;
}
.RadMenu_MenuGlobal .rmGroup .rmItem a:link,
.RadMenu_MenuGlobal .rmGroup .rmItem a:visited,
.RadMenu_MenuGlobal .rmGroup .rmItem a:active
{
	color: #000;
	text-decoration: none;
}
.RadMenu_MenuGlobal .rmGroup .rmItem a:hover
{
	color: #fff;
	text-decoration: none;
}

/* Module Containers */
.NAFCMenu
{
	margin-top: 0;
	border: none;
	padding: none;
	color: #fff;
}
.NAFCMenu a:link,
.NAFCMenu a:visited,
.NAFCMenu a:active,
.NAFCMenu a:hover
{
	color: #fff;
	font-weight: bold;
}
.NAFCMenu a:hover
{
	text-decoration: underline;
}

.NAFCMenu .containerContent
{
	height: 100px;
	margin-bottom: 0;
}
.NAFCMenu table
{
	height: 100%;
	width: 100%;
	margin: 0;
}

.RightPanel .MenuItem
{
	height: 95px;
	_height: 100px;
	_width: 350px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	margin-bottom: 4px;
	font-size: 90%;
	color: #fff;
	vertical-align: middle;
}
.RightPanel .MenuItem h1
{
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 5px;
	margin-top: 5px;
}
p
{
	margin-top: 0;
}

.RightPanel .MenuItem a:link,
.RightPanel .MenuItem a:visited,
.RightPanel .MenuItem a:active,
.RightPanel .MenuItem a:hover
{
	color: #fff;
	text-decoration: none;
}
.RightPanel .MenuItem a:hover
{
	text-decoration: underline;
}
	
.RightPanel .SSNS,
.MenuGrid .SSNS
{
	background-color: #248;
}

.RightPanel .MST,
.MenuGrid .MST
{
	background-color: #690;
}

.RightPanel .DZ,
.MenuGrid .DZ
{
	background-color: #c60;
}

.RightPanel .DHSR,
.MenuGrid .DHSR
{
	background-color: #09c;
}

.RightPanel .SSQC,
.MenuGrid .SSQC
{
	background-color: #b22;
}

.MenuGrid td
{
	height: 45px;
	width: 170px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 80%;
	color: #fff;
	text-align: center;
}
.MenuGrid td a:link,
.MenuGrid td a:visited,
.MenuGrid td a:active
{
	color: #fff;
	text-decoration: none;
}
.MenuGrid td a:hover
{
	color: #fff;
	text-decoration: underline;
}

.NAFC_Default .MenuGrid
{
	margin:  -5px 5px 17px;
}

.NAFC_Default .MenuGrid td
{
	height: 40px;
	width: 160px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

/* Section Menu */
.StaticMenu_MenuSection .item
{
	margin-bottom: 1ex;
	margin-left:0;
}
.StaticMenu_MenuSection .text
{
	color: #248;
}
.NAFC_SSNS .StaticMenu_MenuSection .text {color: #248;}
.NAFC_MST .StaticMenu_MenuSection .text {color: #690;}
.NAFC_SSQC .StaticMenu_MenuSection .text {color: #b22;}
.NAFC_DZ .StaticMenu_MenuSection .text {color: #c60;}
.NAFC_DHSR .StaticMenu_MenuSection .text {color: #06c;}
.NAFC_Default .StaticMenu_MenuSection .text {color: #066;}

.StaticMenu_MenuSection .group
{
	margin-top: 4px;
}
.StaticMenu_MenuSection ul ul
{
	padding-left: 20px;
}

.StaticMenu_MenuSection ul ul li.item
{
	list-style-position: outside;
	list-style-image: url(/Portals/_default/Skins/NAFC/menu_bullet.gif);
}

/* Footer Panel (Home Page) */
.FooterPanel
{
	height: 300px;
	background-image: url(/Portals/_default/Skins/NAFC/nafc_footer_panel.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	position: relative;
}

.FooterPanelLinks
{
	position: absolute;
	height: 52px;
	width: 225px;
}
.FooterPanelLinks img
{
	border: none;
}
.FooterPanelWebcam
{
	top: 10px;
	left: 20px;
}
.FooterPanelDiscovery
{
	top: 10px;
	left: 255px;
}
.FooterPanelPub
{
	top: 72px;
	left: 20px;
}
.FooterPanelJobs
{
	top: 72px;
	left: 255px;
}
.FooterPanelNews
{
	top: 10px;
	left: 492px;
}
.FooterImage
{
	position: absolute;
	height: 144px;
	width: 149px;
	overflow: hidden;
}
.FooterPanel .Home1
{
	top: 140px;
	left: 21px;
}
.FooterPanel .Home2
{
	top: 140px;
	left: 176px;
}
.FooterPanel .Home3
{
	top: 140px;
	left: 331px;
}


/* Footer */

.Footer
{
	color: #ccc;
	font-size: 80%;
}
.Footer a:link,
.Footer a:visited,
.Footer a:active,
.Footer a:hover
{
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}
.Footer a:hover
{
	text-decoration: underline;
}
.Footer td
{
	padding-left: 4px;
	padding-right: 4px;
}

.FooterLeft,
.FooterRight
{
	width: 200px;
}
.FooterMiddle
{
	text-align: center;
}
.FooterRight
{
	text-align: right;
}
.RSSButton
{
	float: right;
	margin-right: 5px;
}
