/* CSS Document */
body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	margin: 0;
	color: #666666;
}
	
h1{
	font-size:1.3em;
	font-weight:bold;
	color:#003564;
	margin: 0;
	}

h2{
	font-size:1em;
	font-weight:bold;
	color:#666666;
	margin: 0;
	padding: 0;
	}
	
h3{
	font-size:1em;
	font-weight:normal;
	color:#003564;
	margin: 0;
}

h4{
	font-size:1em;
	font-weight:bold;
	color:#003564;
	margin: 0 0 10px 0;
}

h5{
	font-size:1.2em;
	font-weight:bold;
	color:#003564;
	margin: 0;
}

p {
	margin: 6px 0 8px 0;
	line-height: 1.5em;
	font-size: 1.1em;
	}
	
a{
	color: #786948;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;

}

.selectors{
	width: 200px;
	border: 1px solid #999;
	font-size: 0.9em;
	color: #666666;
}

.selectors01{
	width: 250px;
	border: 1px solid #999;
	font-size: 0.9em;
	color: #666666;
}

.btn{
	font-size: 0.9em;
	color: #7C6945;
	background-image: url(../images/arrowbg.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	border: 0;
}

#wrapper{
	width: 804px;
	margin: 0 auto 0 auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

#header{
	height: 90px;
	background-image: url(../images/bg_wlogo.gif);
	}
	
#logo{
	width:147px;
	height:66px;
	float:left;
	margin: 10px 0 0 10px;

	}
	
#logo a{
	width:147px;
	height:66px;
	float:left;
	display: block;
	}
	
#logo strong{
	display:none;
	}
	
#cheesemenu {
	width:750px;
	float:left;
	margin:20px 0 25px 0;}
	
/* start: drop down menu ############################## */	


/* ###### drop down menu ###### */
#cheesemenu {
	float: left; 
	width: 100%;
}
#cheesemenu a {
	display: block; 
}
#cheesemenu ul {
	padding: 0; 
	margin: 0; 
	float: left; 
	list-style-type: none;
}
#cheesemenu li {
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
}
#cheesemenu ul ul {
	display: none;
	z-index: 500;
	position: absolute;
	top: 21px;
	left: -20px;
}
#cheesemenu ul ul ul {
	left: 100%; 
	top: 0px;
}
div#cheesemenu li:hover {
	z-index: 100; 
	cursor: pointer;
}
div#cheesemenu li:hover ul ul,
div#cheesemenu li li:hover ul ul,
div#cheesemenu li li li:hover ul ul,
div#cheesemenu li li li li:hover ul ul
div#cheesemenu li li li li li:hover ul ul {
	display: none;
}
div#cheesemenu li:hover ul,
div#cheesemenu li li:hover ul,
div#cheesemenu li li li:hover ul,
div#cheesemenu li li li li:hover ul
div#cheesemenu li li li li li:hover ul {
	display: block;
}
#cheesemenu ul li{
	float: left;
	display: block;
	padding:0 0 5px 0;
}
body{
	behavior: url(css/csshover.htc);
}

/* ###### drop down menu ###### */








#cheesemenu ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	float:left; 
	width:750px;
}
#cheesemenu li {
	text-align: left; 
}
#cheesemenu li a { 
	color: #786948;
	color: #7D6A46;
	padding: 0 25px 0 13px;
	background-image: url(../images/brown_arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
	font-weight:bold;
	font-size:1em;
}
#cheesemenu li a:hover,
#cheesemenu .selected {  	
	color: #003564;
	background-image: url(../images/blue_arrow.gif);
	text-decoration:none; 
}
#cheesemenu ul ul {
	width:194px;
	height: 190px;
	padding: 12px 0 0 6px;
	background-image: url(../images/dropdown_box01.jpg);
	background-repeat: no-repeat;
} 

#cheesemenu ul ul.small {
	background-image: url(../images/dropdown_box02.jpg);
	height:100px;
} 

#cheesemenu li li,
#cheesemenu li li a {
	font-size: 0.93em;
	background-image: url(../images/blank.gif);
	overflow: visible;
	width: 170px;
} 
#cheesemenu li li a {
	color: #786948;
	text-decoration: none; 
	padding: 0 0 0 12px;
}
#cheesemenu li li a:hover {  	
	color: #003564;
	background-image: url(../images/blue_arrow.gif);
	text-decoration:none; 
}


















#menu{
	float:right;
	width: 590px;
	margin: 45px 0 0 0;
	height: 25px;
}

#menu ul{
	list-style:none;
	margin: 0;
	padding: 0;
	float: left;
}

.histmenu ul{
	list-style:none;
	margin: 0;
	padding: 0;
	float: right;
}

#menu li, .histmenu li{
	float:left;
	font-size: 1em;
	font-weight: bold;
}

#menu li a, .histmenu li a{
	color: #786948;
	text-decoration: none;
	display: block;
	padding: 0 18px 0 13px;
	background-image: url(../images/brown_arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}



#menu li a:hover, #menu .selected, .histmenu li a:hover, .histmenu .selected{
	color: #003564;
	background-image: url(../images/blue_arrow.gif);
	text-decoration:none;
}

.right a{
	color: #786948;
	text-decoration: none;
	display: block;
	padding: 0 17px 0 0;
	background-image: url(../images/brown_arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-align: right;
	float: right;
}

.right a:hover{
	color: #003564;
	background-image: url(../images/blue_arrow.gif);
	text-decoration:none;
}

.left a{
	color: #786948;
	text-decoration: none;
	display: block;
	padding: 0 0 0 17px;
	background-image: url(../images/brown_arrow_l.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-align: left;
	width: 130px;
	float: left;
}

.left a:hover{
	color: #003564;
	background-image: url(../images/blue_arrow_l.gif);
	text-decoration:none;
}

#footer{
	width:750px;
	text-align:center;
	color: #003564;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height: 25px;
	padding: 15px 0 0 0;
	font-weight: bold;
	margin: 0 25px  0 25px;
	font-size: 0.91em;
	clear:both;
	}

#cont{
	width:750px;
	padding:0 25px 0 25px;
	float: left;
	margin:0 0 25px;
	}

.mainimg{
	height:190px;
	width: 750px;
	margin: 0 25px 10px 25px;
	}
	
.mainimgpr{
	width: 750px;
	margin: 0 25px 10px 25px;
	}
	
.pod250{
	width:250px;
	float:left;
	}
	
.pod250{
	width:245px;
	float:left;
	margin: 0 0 0 5px;
	background-image: url(../images/dotsv.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0 0 0 15px;
	}
	
.pod250dotsl{
	width:220px;
	float:left;
	margin: 0 0 0 5px;
	background-image: url(../images/dotsv.gif);
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0 10px 0 0;
	}
	
.pod250dotst{
	width:215px;
	float:left;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	}
	
.pod250dots{
	width:245px;
	float:left;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}
	
.pod250nodots{
	width:235px;
	float:left;
	}
	
.newsitems{
	width:235px;
	float:left;
	line-height: 1.6em;
	}
	
.pod{
	width:750px;
	float:left;
	}
	
.homeimages{
	width:750px;
	float:left;
	margin: 10px 0 0 0;
	}
	
	
.pod510{
	width:470px;
	float:left;
	padding: 0 15px 0 0;
	}
	
.news{
	width:460px;
	float:left;
	padding: 0 0 0 15px;
	}
	
.pod335{
	width:320px;
	float:left;
	padding: 0 15px 0 0;
	}
	
.pod300{
	width:340px;
	float:left;
	padding: 0 15px 0 0;
	}
	
.pod300left{
	width:340px;
	float:left;
	padding: 0 0 0 15px;
	}
	
.cheeseright{
	float:left;
	padding: 0 0 0 15px;
	}
	
.cheeseleft{
	width:435px;
	float:left;
	}
	
.pod395{
	width:395px;
	float:left;
	}
	
.pod360{
	width:360px;
	float:left;
	background-image: url(../images/dotsv.gif);
	background-position: top right;
	background-repeat: repeat-y;
	}
	
.pod350{
	width:380px;
	float:left;
	padding: 0 0 0 10px;
	}
	
.histmenu{
	float: right;
	background-image: url(../images/menubg.gif);
	height: 25px;
	width: 315px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	background-repeat: no-repeat;
	background-position: top right;
}
.imagebg{
	width: 395px;
	height: 223px;
	background-image: url(../images/image_bg.gif);
	text-align: center;
	padding: 7px 0 0 0;
	float: left;
}

.imagebg01{
	width: 395px;
	height: 190px;
	background-image: url(../images/image_bg01.gif);
	text-align: center;
	padding: 7px 0 0 0;
	float: left;
}
.imagebg02{
	float: right;
}

.imagebg03{
	float: right;
	margin: 10px 15px 0 0;
}
.cheesebg{
	width: 295px;
	height: 199px;
	background-image: url(../images/cheesbg.gif);
	margin: 0 0 8px 0;
	text-align: center;
	padding: 5px 0 0 0;
}

.team{
	float: left;
	width: 225px;
	margin: 10px 0 10px 0;
	background-image: url(../images/dropdown_box.jpg);
	background-repeat: no-repeat;
	height: 140px;
	padding: 15px 0 0 10px;
	line-height: 1.6em;
	font-size: 0.95em;
}

.blue{
	color:#003564;}
	
.pdf{
	width:290px;
	margin: 30px 0 0 0;
	float: left;
}

.leaflet{
	width:440px;
	float: left;
}

.queen{
	float: left;
	margin: 25px 0;
}

.queen p {
	margin: 26px 0 0 0;
}
	
.pdf img, .leaflet img, .queen img{
	float:left;
	padding: 0 15px 0 0;
}

.backnext{
	width:295px;
	float:left;
	margin: 0 0 15px 0;
}
	
.clearfix {
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
