/* CSS Document */
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 30px;}  /* must be same height as the footer */
#footerX {position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
	background-color:#000000} 
	
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
 	min-width: 730px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth *//*630*/

}


#header {
  
  height: 110px;
}

#main_header{  
  height: 250px;
}
#container {
	
  	padding-left: 200px;   /* LC width */
  	padding-right: 270px;  /* RC fullwidth + CC padding *//*190*/
	overflow: hidden;
  

  }
  
#container .column {
 padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */

  position: relative;
  float: left;
}
#center {
  padding: 10px 20px;    /* CC padding */
  width: 100%;
 
}
#center p{
font:Verdana, Arial, Helvetica, sans-serif;
}

#left {
  width: 180px;        /* LC fullwidth - padding */
  padding: 0 10px;
  right: 240px;        /* LC fullwidth + CC padding */

  margin-left: -100%;

}
#right {
  width: 210px;          /* RC width was 130*/
  padding: 0 10px;       /* RC padding */
  margin-right: -270px;  /* RC fullwidth + CC padding was 190*/


}
#footer {
  position: relative;
  clear: both;
  background-color:#000000;
}

#menuBar{
position:absolute;
top: 88px;
right: 125;
}
/*** IE6 Fix ***/
* html #left {
  left: 230px;           /* RC width */
}

* html body {
  overflow: hidden;
}
* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #ffffff;         /* Same as body 
                               background */
}.footerText {
text-align:center;
vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

#collage{
position: absolute;
width:100%;
top:120px;
z-index:1004;
}

#FbMsTw{

float:right;
}

#Horns{
position:absolute;
top:85px;
right:0px;

}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#ffffff;
	
}
.mainText A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
}
.mainText  A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#ffffff;
}
.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#ffffff;
	font-weight: bold;
	
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#ffffff;
	font-weight: bold;
}
.leftText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight:550;
}
.leftTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#ffffff;
	font-weight: bold;
}


#dhtmltooltip{

	
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#weather_none{
visibility:hidden;

}

#weather_winter{
position:absolute;
top: 5px;
left: 150px;
background-color:#C00;
margin:2px;

border-bottom-style:dotted;
border-color:#F00;
border-width:thin;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color:#333;


}

#weather_closed{
position:absolute;
top: 5px;
left: 150px;
background-color:#C00;
margin:2px;

text-decoration:blink;
border-bottom-style:dotted;
border-color:#F00;
border-width:thin;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;

color:#333;

}
