/*   
	Kubrick v1.2.5  for  e107
	http://binarybonsai.com/kubrick/
	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	Maintainer: William Moffett [Que~]
*/

/* BEGIN TYPOGRAPHY & COLORS */
 
body {
	
      margin-left:0px; margin-top:0px;position:absolute; top:0; left:0;

	padding: 0; 
	font-size: 62.5%;  /*Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
 	background:#d5d6d7 url("images/fon_.gif");


} 


 /* body { 
      margin-left:0px; margin-top:0px;position:absolute; top:0; left:0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
      font-size: 62.5%; /* Resets 1em to 10px */
      color: #333;
      text-align: left;
 	background: url("images/fon.gif");
	scrollbar-arrow-color: "#E9E6E6";
	scrollbar-base-color: "#086330";
	scrollbar-dark-shadow-color: "#E9E6E6";
	scrollbar-track-color: "#E9E6E6";
} */



A {
	color : #086330;
	text-decoration : none;
}

A.m {
	color : #FFFFFF;
	text-decoration : none;
}



A:hover{
	text-decoration : none;
      color:#FF5A00;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
	color: #333;
}

h3 {
	font-size: 1.3em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

/*
td {
    	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#5d6e75;
	padding: 0px;
	text-align:left;
}
*/
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.hidden{
	display:none;
}

/* BEGIN LAYOUT */

#pagem {
      margin-left:0px; margin-top:0px; 
      position:absolute; top:0; left:0;
      z-index:1;
	text-align: left;
}

#page {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	text-align: left;
	background:white url("images/kubrickbg.jpg") repeat-y top; border: none;
}

#pm_mill {
	background:#EEEEEE;
      margin:3 3 3 3;
	padding: 3;
	font-size: 9px;
      z-index:1;

}

#page2 {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	text-align: left;
	background:white url("images/kubrickbgwide.jpg") repeat-y top; border: none;
}


#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background: #73a0c5 url("images/kubrickheader.jpg") no-repeat bottom center; 
} 

#headerm {
      z-index:1;
	

} 


#header h1{
	position:absolute;
	top:50px;
	left:0px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 4em;
	text-align: center;
}

#header h1 a, #header h1 a:hover{
	color:white;
}

#header h2 {
	position:absolute;
	top:100px;
	left:0px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	color: #ffffff;
}

/* UL NAVIGATION ADDED BY QUE~ */

#navigation{
	font-size: 11px;
	width: 694px;
	height: 22px; 
	position: absolute;
	top: 178px;
	left: 13px;
	list-style: none;
}

#navigation li{
	background: none;
 	display: inline;
}

/* END UL NAVIGATION */

#content {
	margin-top:5px;
	font-size: 1.2em
      z-index:1;
}

#sidebar{
      z-index:1;

}

#sidebar {
	margin:5px 0px 0px 825px;
	padding: 0px 0 0px 10px;
	width: 155px;
      text-align:left; 
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
      z-index:1;
}

.narrowcolumn {
	float: left;
	padding: 0 0 5px 25px;
	margin: 0px 0px 0px 0px;
	width: 800px;
      z-index:1;
}

.widecolumn {
	padding: 10px 0 10px 0;
	margin: 5px 0 0 5px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.widecolumnm {
	padding: 5px 15px 10px 15px;
	margin: 5px 15px 5px 15px;
	width: 970px;
	margin-left: 0;
	margin-right: 0;
      z-index:1;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
      z-index:1;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

/* END LAYOUT  */


/* BEGIN E107 CORE CLASSES MAINTAINER QUE~ */

.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	padding: 2px 0 2px 0;
}


.indent{
	padding:4px;
	border: 1px solid #06c;
}

.smalltext {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.mediumtext {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.tbox{
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	color: #000000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}

.fborder {
	border: #ededed 1px solid;
	background-color: #fff;
	
}

.forumheader{
	background-color: #EBEFF2;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000;
	padding: 4px;
	border: 1px solid #ededed;
}

.forumheader2{
	background-color: #fff;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;
}

.forumheader3{
	background-color: #fff;
	font: 13px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;

}

.smallblacktext{
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}


.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	height:20px;
	border: #ededed 1px solid;
	padding: 2px 0 2px 8px;
	background-color: #e9e6e6;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}
.fcaption a{
	padding-right:4px;
	color:#086330;

}

.forumlink{
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* START NAVIGATION */

/* THIS PART IS FOR THE NAVIGATION LINKS */
.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited, .nav4 a:link, .nav4 a:visited, .nav5 a:link, .nav5 a:visited, .nav6 a:link, .nav6 a:visited, .nav7 a:link, .nav7 a:visited, .nav8 a:link, .nav8 a:visited{
	color: #4E4E4E;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: url(images/01_linkbg2.gif) top repeat-y;
	padding: 0;
	text-align:center;
}

.nav1_onpage a:link, .nav1_onpage a:visited, .nav2_onpage a:link, .nav2_onpage a:visited, .nav3_onpage a:link, .nav3_onpage a:visited, .nav4_onpage a:link, .nav4_onpage a:visited, .nav5_onpage a:link, .nav5_onpage a:visited, .nav6_onpage a:link, .nav6_onpage a:visited, .nav7_onpage a:link, .nav7_onpage a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	color: #4E4E4E;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: url(images/01_linkbg2.gif) top repeat-y;
	padding: 0;
	text-align:center;
}

.nav1 a:link, .nav1 a:visited, .nav1_onpage a:link, .nav1_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 14px;
}

.nav2 a:link, .nav2 a:visited, .nav2_onpage a:link, .nav2_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 96px;
}
.nav3 a:link, .nav3 a:visited, .nav3_onpage a:link, .nav3_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 178px;
}

.nav4 a:link, .nav4 a:visited, .nav4_onpage a:link, .nav4_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 260px;
}

.nav5 a:link, .nav5 a:visited, .nav5_onpage a:link, .nav5_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 342px;
}

.nav6 a:link, .nav6 a:visited, .nav6_onpage a:link, .nav6_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 424px;
}

.nav7 a:link, .nav7 a:visited, .nav7_onpage a:link, .nav7_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 506px;
}

.nav8 a:link, .nav8 a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 588px;
}

/* HOVER EFFECTS */

.nav1 a:hover, .nav1 a:active,
.nav2 a:hover, .nav2 a:active,
.nav3 a:hover, .nav3 a:active,
.nav4 a:hover, .nav4 a:active,
.nav5 a:hover, .nav5 a:active,
.nav6 a:hover, .nav6 a:active,
.nav7 a:hover, .nav7 a:active,
.nav8 a:hover, .nav8 a:active{
	background: url(images/01_linkbg1.gif) top repeat-y;
	margin: 1px 0 0 0;
}

/* USE A DIFFERENT COLOR WHEN USER IS ON THAT PAGE */

.nav1_onpage a:link, .nav1_onpage a:visited,
.nav2_onpage a:link, .nav2_onpage a:visited,
.nav3_onpage a:link, .nav3_onpage a:visited,
.nav4_onpage a:link, .nav4_onpage a:visited,
.nav5_onpage a:link, .nav5_onpage a:visited,
.nav6_onpage a:link, .nav6_onpage a:visited,
.nav7_onpage a:link, .nav7_onpage a:visited,
.nav8_onpage a:link, .nav8_onpage a:visited{
	background: url(images/01_linkbg1.gif) top repeat-y;
}

/* END NAVIGATION */

/* NICETITLE ADDED BY QUE~*/

.nicetitle {
	font-weight: bold;
	color: #3C3C3C;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 35em;
	z-index: 20;
	max-width: 60%;
}
.nicetitle-content{
	overflow: hidden;
	background: white;
	border: 1px solid #333;
	padding: 7px;
	opacity: 0.9;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5E7743;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}

/* Nav Menu Classes */

div.menuBar, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu, div.menu a.menuItem {
	font: bold  11px arial, verdana, tahoma, sans-serif;
	color: #FFFFFF;
}

div.menuBar {
	background-color: #9e0101;
	background-repeat: repeat-x;
	border-top: 0px solid #fff;
	padding: 0px 0px;
	text-align: left;
}

div.emenuBar {
	background-color: #9e0101;
	border-top: 1px solid #fff;
	text-align: left;
}

div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
	background-color: transparent;
	border: 1px solid;
	border-color: transparent !important;
	border-color: #fff #F8FAFB #F0F2F3 #F8FAFB;
	cursor: default;
	left: 0px;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
      
}

div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
	background-color: transparent;
	border-color: #fff #a5a5a5 #a5a5a5 #fff !important;
}


div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, div.menuBar a.menuButtonActive:hover {
	background-color: #EEEEEE;
	border-color: #a5a5a5 #fff #fff #a5a5a5 !important;
	left: 1px;
	top: 1px;
      color: #000000;

}

div.menu {
	background-color: #FCFDFF;
	border: 1px solid;
	border-color: #fff #a5a5a5 #a5a5a5 #fff;
	left: 0px;
	padding: 1px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem {
	cursor: default;
	display: block;
	padding: 2px 11px 2px 0px;
	text-decoration: none;
	white-space: nowrap;
      color: #000000;

}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	background-color: #EEEEEE;
      color:#000000;
}

div.menu a.menuItem span.menuItemBuffer, div.menu a.menuItem:hover span.menuItemBuffer {
	padding: 0px 2px;
}

div.menu a.menuItem span.menuItemText {
	padding: 0px 0px 0px 3px;
}

div.menu a.menuItem span.menuItemArrow {
	margin-right: -.75em;
}

div.menu div.menuItemSep {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #fff;
	margin: 4px 2px;
}

a.menuItem.header {
	border-bottom: 1px solid #b3b3b3;

}

.cap_border {
	border-top: 1px solid #878787;
	border-bottom: 1px solid #fff;
}

.cap_border.button_menu {
	border-bottom: 0px;
	text-align: left;
}

.main_caption, .left_caption, .right_caption {
	white-space: nowrap;
	padding: 3px 5px;
	border-top: #e9efff 1px solid;
	border-bottom: 1px solid #878787;
	background-repeat: no-repeat;
	background-position: left;
}

.main_caption {
	background-color: #EEEEEE;
}

.left_caption, .right_caption {
	background-color: #EEEEEE;
}

.menu_content {
	padding: 5px;
	background-color: #fff;
}

.menu_content.non_default {
	background-color: transparent;
}

.menu_content.buttons {
	padding: 0px;
}

.news_info {
	width: *;
	background-color: #f7f7f9;
	border-collapse: collapse;
	border-spacing: 0px;

}

.bevel {
	background-image: url(images/s_left_bevel.png);
	background-repeat: no-repeat;
	background-position: right;
}

.gmtbl {background-color: #EEEEEE; border: 1px solid #EEEEEE;}
.gmtdttl {font-size: 11px; font-weight: bold;color: #000000; text-align:center;  background-color: #EEEEEE}
.gmtdtext {font-size: 10px; font-weight: normal; color: #000000;text-align:center;background-color: #EEEEEE;}


.smmap {
      position:absolute;
	margin-top:0px;
	margin-left:20px;
      z-index:1;
	text-align: left;

}

.map {
      position:absolute;
	margin-top:0px;
	margin-left:320px;
      z-index:1;
	text-align: left;

}

.search{
	margin-left: 20px;
	font-family: sans-serif;
	font-size: 12px;
/*	line-height: 12px; */
}
#s_center{
text-align: center;
	}
#s_left{
text-align: left;
	}
img {
	border:0;

}

#smmap_h {
      border-width:1px;
      border-style:solid;
	border-color:red;
}


#map_h {
      border-width:1px;
      border-style:solid;
	border-color:black;
}


#smmap_b {
      border-width:1px;
      border-style:solid;
	border-color:white;
}



#smmap_hs {
	border:solid blue 1px;
	
}
