/* CSS Document */
/*Import Other CSS Files
----------------------------------------------- */
@import "basic.css";
@import "text_styles.css";

/*body {margin:0 auto; padding:0; background:url(../global_images/tartan.jpg) repeat; margin:auto 0;}*/

body {margin:0 auto; padding:0; background: url(../global_images/bennachie1.jpg) no-repeat fixed;}

#sitesurroundings {width:960px; min-height:100%; height:100%;  margin:0px auto; padding:0px; }

ul {list-style:none;}

p { border:0; margin: 0px 0px 10px 0px; padding:0;}

h1 { color:#000; font-size:1.8em; margin:0px 0px 10px 0px;}

h2 { color:#000; font-size:1.1em; margin:0px 0px 10px 0px;}

/* Global Styles
----------------------------------------------- */
img {border:0px; padding:0px; margin:0px; }
img a {border:0px; padding:0px; margin:0px; }

/* Header
----------------------------------------------- */
#header{width:960px; height:108px; margin:0px; padding:0px;}

#logo {float:left; width:210px; height:95px; margin: 10px 0px 10px 15px;  }
.nav {float:right; width:675px; height:83px; margin: 20px 15px 4px 0px; }

#tagline {width:625px; height:38px; margin: 0px 0px 28px 0px; float:right; text-align:right;} 


/* Menu (+ Drop-down)
----------------------------------------------- */

ul#navmenu {
  margin: 0;
  float:right;
  border: 0 none;
  padding: 0px 0px 10px 0px ;
  width:645px; /*For KHTML*/
  list-style: none;
  height:19px;
  font-size:1em;
  text-transform:uppercase;

  
}


ul#navmenu li {
  margin: 0px ;
  border: 0 none;
  padding: 0px 0px 0px 25px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative; 
  z-index:2;
  display:block;
 
  height:29px;
  
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 130px;
  list-style: none;
  display: none;
  position: absolute;
  padding:5px 0px 0px 0px;
  left: 18px;
  font-size:0.8em;
  z-index:1;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 140px;
  height: 15px;
    background:url(../global_images/nav/dropdownTile1.jpg) repeat-x bottom #FFF;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border-bottom:1px solid #91997d;
  padding:5px 0px;
  z-index:1;
}

/* Root Menu */
ul#navmenu a {
  padding: 0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color:#333;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/

}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {

}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  padding:3px 0px 3px 6px;

}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  color: #000;
  padding:3px 0px 3px 6px;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #817f7b;
  color:#222222;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #817f7b;
  color: #222222;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #817f7b;
  color: #ffffff;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #817f7b;
  color: #ffffff;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* Main Image
-------------------------------------------------*/

.main_image {width:950px; border: 5px solid #817f7b; height:310px; background-color:#fff; margin:2px 0px 4px 0px; padding:0px;}

/* JQ Image
-------------------------------------------------*/

		.container {width:950px; border: 5px solid #817f7b; height:310px; background-color:#fff; margin:0px 0px 4px 0px; padding:0px; overflow:hidden; position:relative; cursor:pointer; float:left; }
		div.slides { position:absolute; top:0; left:0;}
		ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		div.slides div,ul.slides li { position:absolute; top:0; width:950px; display:none; padding:0; margin:0; }

		ul.pagination { list-style:none; padding:0; margin:140px 0 0 755px; height:15px; position:absolute; border:0;}
		ul.pagination li  { float:left; margin-right:5px; background-image:url(../global_images/arrows/whiDot.png); background-position:top center; background-repeat:no-repeat; }
		ul.pagination li a { padding:0px 4px; }
		ul.pagination li.active a {background-image:url(../global_images/arrows/blkDot.png); background-position:top center; background-repeat:no-repeat; color:#FFF; }
		ul.pagination li a:hover {text-decoration:none; color:#cdd9b3; background-image:url(../global_images/arrows/blkDot.png); background-position:top center; background-repeat:no-repeat;}

		#slider-buttons{width:950px; margin:140px 0 0 0; height:35px; position:absolute; border:0;}
		#slider-buttons a {border:none;}
		#slider-buttons-left { float:left; width:35px; padding:0; border:0; margin-left: 10px;}
		#slider-buttons-right { float:right; width:35px; padding:0; border:0; margin-right: 10px;}
		
		#slider-buttons a:link {border:none }
		#slider-buttons a:visited {border:none }
		#slider-buttons a:active {border:none }
		#slider-buttons a:hover {border:none }

/* Boxes
-------------------------------------------------*/
.box_images1 {width:227px; border: 5px solid #847f45; height:49px; background-color:#fff; margin-right:4px; margin-bottom:4px; padding:0px; float:left;}
.box_images2 {width:227px; border: 5px solid #738c35; height:49px; background-color:#fff; margin-right:4px; margin-bottom:4px; padding:0px; float:left;}
.box_images3 {width:227px; border: 5px solid #474a6e; height:49px; background-color:#fff; margin-right:4px; margin-bottom:4px; padding:0px; float:left;}
.box_images4 {width:227px; border: 5px solid #665561; height:49px; background-color:#fff; margin-right:4px; margin-bottom:4px; padding:0px; float:left;}
.box_imageR {width:227px; border: 5px solid #665561; height:49px; background-color:#fff; padding:0px; float:left; margin-bottom:4px;}

/* Contact
-------------------------------------------------*/
#contactBlock {width:207px; border: 5px solid #817f7b; min-height:150px; background-color:#fff; margin:0px 0px 4px 0px; padding:10px 10px 0px 10px; float:right;}
#contactBlock ul {margin:0; border:0; clear:both; padding:0px; list-style:none;}
#contactBlock li {margin:0; border:0; clear:both; padding:0px; line-height:1.3em;}

#facebookBlock {width:347px; border: 5px solid #817f7b; min-height:150px; background-color:#fff; margin:0px 0px 4px 0px; padding:0; float:right;}

/*side bar
-------------------------------------------------*/
#sidebar {width:237px; border: 0; min-height:150px; margin:0px; padding:0; float:left;}

/*Main Content
-------------------------------------------------*/
#mainBlockHome {width:569px; border: 5px solid #817f7b; min-height:260px; background-color:#fff; margin:0px 4px 4px 0px; padding:10px 10px 0px 10px; float:left;}

#mainBlock {width:689px; border: 5px solid #817f7b; min-height:228px; background-color:#fff; margin:0px 4px 4px 0px; padding:10px 10px 0px 10px; float:left;}

/* Footer
-------------------------------------------------*/
#footer {width:930px; height:20px; margin:0px; clear:both; border: 5px solid #817f7b; padding:10px 10px 10px 10px; margin:0px 0px 5px 0px; background:#FFF;}
.clubSponsors {margin:0px 10px 10px 10px;}
.footerSponsors {margin:0px 10px 0px 10px;}
#footer p { margin:0; padding:0;}
#footercontent { margin-top:0px; float:left; width:720px; margin-right:20px; float:left; }
#footertweet {float:right;  width:165px;}
#tweets {border: 0; margin:0px; width:560px; padding:0; background-color:#000; float:left; }
