/*  WEBSITE FRAMEWORK IDs AND CLASSES */
body
{
	margin: 0px;
	padding: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	background-image:url(../images/site/bgTile.jpg);
	background-repeat:repeat;
}


#siteContent
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	padding:0;

}


/* HEADER INFORMATION */
#siteHeader
{
	width:100%;
	height:162px;
	top:0;
	margin-top:0;
	background-image:url(../images/site/bannerStrip.jpg);
	background-repeat:repeat-x;
	margin:0;
}
	
#centerHeader
{
	margin-left:auto;
	margin-right:auto;
	width:999px;
	height:162px;
	top:0;
	margin-top:0;
	background-image:url(../images/site/topBanner.jpg);
	background-repeat:no-repeat;
}

.soldOut {
	color:#013561;
	font-size:16px;
	font-weight:700;
        font-style:italic;
}

/*  END HEADER INFO */

/*  NAVIGATION CSS */

#navBar
{
	width:100%;
	height:106px;
	background-image:url(../images/site/navStrip.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin:0;
}

#navBar li
{
	display:inline;
	float:left;
	margin:15px 5px 0 5px;
	color:#FFFFFF;
	font-size:130%;
	font-weight:bold;
	font-family:"Century Gothic";
	font-family:Arial, Helvetica, sans-serif;
	line-height:45px;
	
}


#navBar ul
{
	margin:0px 0 0 60px;
	padding:0px;
}

#navigation
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.navTab a
{
	text-decoration:none;
}	

.nav_sel a
{
	text-decoration:none;
}

.navTab .midNav
{
	cursor:pointer;
	text-decoration:none;
	color:#FFF;
	display:block;
	height:45px;
	line-height:45px;
	float:left;
	padding-right:5px;
	padding-left:5px;
	float:left;
}


#navBar ul li.nav_sel .leftNav
{
	visibility:visible;
	background-image:url(../images/site/navLeft.jpg);
	background-repeat:no-repeat;
	height:45px;
	width:12px;
	float:left;
}

#navBar ul li.nav_sel .rightNav
{
	visibility:visible;
	background-image:url(../images/site/navRight.jpg);
	background-repeat:no-repeat;
	height:45px;
	width:12px;
	float:left;
}

#navBar ul li.nav_sel .midNav
{
	text-decoration:none;
	color:#003399;
	display:block;
	height:45px;
	line-height:45px;
	float:left;
	padding-right:10px;
	padding-left:10px;
	background-image:url(../images/site/navMiddle.jpg)

}



#navBar ul li .leftNav
{
	visibility:visible;
	background-repeat:no-repeat;
	height:45px;
	width:12px;
	float:left;
}

#navBar ul li .rightNav
{
	visibility:visible;
	height:45px;
	width:12px;
	float:left;
}

#navBar ul li .midNav
{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	height:45px;
	line-height:45px;
	float:left;
	padding-right:10px;
	padding-left:10px;

}

#navBar ul li:hover .leftNav
{
	visibility:visible;
	background-image:url(../images/site/navLeft.jpg);
	background-repeat:no-repeat;
	height:45px;
	width:12px;
	float:left;
}

#navBar ul li:hover .rightNav
{
	visibility:visible;
	background-image:url(../images/site/navRight.jpg);
	background-repeat:no-repeat;
	height:45px;
	width:12px;
	float:left;
}

#navBar ul li:hover .midNav
{
	text-decoration:none;
	color:#003399;
	display:block;
	height:45px;
	line-height:45px;
	float:left;
	padding-right:10px;
	padding-left:10px;
	background-image:url(../images/site/navMiddle.jpg)

}

/*  END NAVIGATION CSS */


/* START BANNER SECTION */
#topBanner
{
	margin-left:auto;
	margin-right:auto;
	width:955px;
	padding-bottom:20px;
}

/*****
#topBannerLeft
{
	width:23px;
	background-image:url(../images/banners/bannerFrameLeft.jpg);
	height:311px;
	float:left;
}

#topBannerMiddle
{
	background-image:url(../images/banners/bannerFrameMiddle.jpg);
	background-repeat:repeat-x;
	height:311px;
	float:left;
}

#topBannerMiddle img
{
	margin-top:15px;
}

#topBannerRight
{
	background-image:url(../images/banners/bannerFrameRight.jpg);
	background-repeat:no-repeat;
	height:311px;
	width:23px;
	float:left;
}********/

/* END BANNER SECTION */

/* 3 COLUMNS FOR HOME PAGE */

#contentDiv
{
	width:955px;
	margin-right:auto;
	margin-left:auto;
	padding-left:60px;
	padding-bottom:30px;
	/*padding-bottom:40px;*/
}

#leftColumn
{
	width:340px;
	float:left;
	/*height:300px;*/
	margin-right:10px;
	padding-right:10px;
}

#middleColumn
{
	width:275px;
	float:left;
	/*height:300px;*/
	margin-right:10px;

}

#rightColumn
{
	width:225px;
	float:left;
	/*height:300px;*/
	margin-right:10px;

}

#dashedLine {
	display:block;
	width:5px;
	border-left:1px dashed #d3c8a7;
	border-right:1px dashed #d3c8a7;
	height:250px;
	float:left;
	margin-right:10px;
}


.clear
{
	height:1px;
	clear:both;
	position:relative;
}

a {text-decoration:none;}


/* END 3 COLUMNS FOR HOME PAGE */

#footer
{
	background-color: #013561;
	clear:both;
	color:#FFF;
	height:200px;
	padding-top:10px;
	padding-bottom:80px;
	
	box-sizing:border-box;
}

#footer table {
	margin-top:20px;
}

#footer table td {
	list-style:none;
	float:left;
	padding-right:20px;
	font-size:14px;
}

#footerWrapper {
	width:999px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#caption {
	font-size:10px;
}


/*Text Formatting******/

.blueTxtBold {
	color:#023661;
	font-weight:bold;
	font-size:14px;
}

.whiteTxt {
	color:#FFFFFF;
}

.norway {
    display:none !important;
}