@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: eeeeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #SingleShield {
	padding-left: 127px;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #CCCCCC;
}
.oneColFixCtrHdr #footer img {
	padding-left:15px;
	padding-right:15px;
	/* position:relative;
	top:0px; */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #headerTelephone {
	float:right;
	position:relative;
	right:-22px;
	top:0;
}


.main {

	width:900px;

}



.main ul.sections {

	list-style-type:none;

	width:376px;

	height:40px;

	margin:0px;

	padding:0px;

	font-weight:bold;

	margin:0px auto;

}



.main ul li {

	float:left;

	display:block;

	background-image:url(images/tabs.jpg);

	background-repeat:no-repeat;

	background-position:0px 0px;

	width:90px;

	height:30px;

	color:#FFFFFF;

	margin-right:4px;

	padding:10px 0px 0px 0px;

	text-align:center;

	cursor:pointer;

}



.main ul li.hovered {

	/*background-position:-89px 0px;*/

}



.main ul li.active {

/*	background-position:-178px 0px;*/

}



.main .tabs {

	height:100px;

	clear:both;

	border-top:1px solid #8ca0b1;

} 



.main .tabs .tab {

	padding:10px 10px;

}



.main .tabs .tab strong {

	color:#000000;

}



.main .tabs div.f {

	background-color:#B5CADB;

/*	background-image:url(images/bg_1.gif);

	background-repeat:repeat-x;
*/
}



.main .tabs div.s {

	background-color:#97AAB9;

	background-image:url(images/bg_2.gif);

	background-repeat:repeat-x;

}



.main .tabs div.t {

	background-color:#66727c;

	background-image:url(images/bg_3.gif);

	background-repeat:repeat-x;

}



.main .tabs div.fo {

	background-color:#b8d5ec;

	background-image:url(images/bg_4.gif);

	background-repeat:repeat-x;

}



#main .tabs, #main .tabs .tab {

	height:110px;

} 

.oneColFixCtrHdr #nav{
	width:950px;
	height:21px;
	background:url(../images/content_divide.png) repeat-x bottom;
	list-style:none;
	margin:0;

	padding:0
	border-bottom: 1px solid thin #eeeeee;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #999999;
}
.oneColFixCtrHdr #nav ul{margin:14px 0 0 17px}
* html #nav ul{background:green;margin-top:54px}
.oneColFixCtrHdr #nav ul li{float:left;padding-right:0;margin-left:3px}
.oneColFixCtrHdr #nav ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	background:#F6F6F6;
	padding:2px 17px 1px 22px
}
.oneColFixCtrHdr #nav ul li a.activenav{background:#FFF;font-weight:700;color:#b13142;margin-top:1px;padding:1px 8px 2px 9px}
.oneColFixCtrHdr #nav ul li a:link,#nav ul li a:visited{white-space:nowrap}
.oneColFixCtrHdr #nav ul li .top{background:url(../images/horBorder.gif) repeat-x 0 0 #FFF}
.oneColFixCtrHdr #nav ul li .left{background:url(../images/verBorder.gif) repeat-y 0 0}
.oneColFixCtrHdr #nav ul li .right{background:url(../images/verBorder.gif) repeat-y 100% 0}
.oneColFixCtrHdr #nav ul li .topLeft{background:url(../images/navTopLeftAndRight.gif) no-repeat 0 0}
.oneColFixCtrHdr #nav ul li .topRight{background:url(../images/navTopLeftAndRight.gif) no-repeat 100% 0;padding:2px 2px 0}

.oneColFixCtrHdr #colourchart {

text-align:center;

}

.oneColFixCtrHdr #content {
padding: 20px 100px 20px 100px
}

.oneColFixCtrHdr #subnav {
padding-top:0px;
padding-left: 0px;
}

.oneColFixCtrHdr #subnav ul li a.activenav{background:#FFF;font-weight:700;color:#005500;margin-top:1px;padding:1px 8px 2px 9px}
.oneColFixCtrHdr #subsubnav {
padding-top:0px;
padding-left: 85px;
text-align:center;
}
.oneColFixCtrHdr #subsubNav ul {
	padding-left:85px;
}
.oneColFixCtrHdr #subsubNav ul li a.activenav{background:#FFF;font-weight:700;color:#000055;margin-top:1px;padding:1px 8px 2px 9px}


.oneColFixCtrHdr #colourchart img {
	border:1px solid #000000;
}

img{border:none;margin:0;padding:0}
li,ul{list-style:none;margin:0;padding:0}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.oneColFixCtrHdr #divNBSPlusPlus {
  width: 300px ;
  margin-left: auto ;
  margin-right: auto ;
	
}

#zoomdiv {
	position:relative;
	top:10px;
	left:10px;
}

#menuoptions h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:400;
	padding-left:50px;
}

#prefectTitle {
clear:both;
	padding-top: 100px;
}

#brochures {
text-align:center;
padding-bottom:50px;
}


.pics {  
    height:  563px;  
    width:   882px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  850px; 
    height: 531px; 
    top:  0; 
    left: 0 
} 

#navaho a { border: 1px solid #ccc; background: #dddddd; text-decoration: none; margin: 0 5px; padding: 3px 5px;  }
#navaho a.activeSlide { background: #ea0 }
#navaho a:focus { outline: none; }


/*
	SLIDER
*/
.slider-wrap								{ width: 419px; position: relative; top: 0px; left: 0px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 314px; height: 482px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 314px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }

.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }


.prespecBox {
	width:300px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/*line-height: 1.5em;*/
	font-weight: normal;
	font-variant: normal;
	text-transform: none;	
	text-align:left;
}

.prespecBoxBack {
	background-image: url(images/prespecboxback.jpg);
	background-repeat: repeat-y;
	list-style-type: circle;
	padding: 10px;
	margin: 10px;
	list-style-position: inside;
}

.prespecBoxBack li,ul {
	list-style-type: circle;
	list-style-position: inside;
}


.prespecBoxHeader {
	background:#000;
	color:#fff;
	text-align:center;
	letter-spacing: 5px;
}

.prespecBoxFooter {
	background:#000;
	color:#fff;
	text-align:center;
	height:6px;
}

