/*	-------------------------------------------------------------
	Capital District Circle K International
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	.author		Cameron Triplett
	.version	1.0
	.url		www.tricam.info
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Capital District Circle K International, Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. =body
	2. =container
    3. =layout               // basic page form
	4. =header
		5. =navigation
		6. =subnav
	7. =footer
*/

    /* css reset */

    html {font-size:100.01%}
    body {font-size:62.5%; }
input[type="button"] { cursor: pointer; }
input:focus { border: 2px solid #972324; }
a img{outline:none !important;
border:none !important;}
p {margin-top:3px;}

/*	-------------------------------------------------------------
1. =body
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  body {background:#000 }/*#7ab800;}

/*-------------------------------------------------------------
2. =container
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  #container {width:960px; margin:0px auto; padding-top:35px; font:normal 1.3em  trebuchet MS, Verdana, Helvetica, sans-serif;}
  #frontWrap {float:left; width:100%;}
/*-------------------------------------------------------------
3. =layout //basic page form
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/  
  #frontPage {width:950px; padding:26px; margin: auto;}
  #frontMain {float:left; min-height:400px; -moz-border-radius:1em; -webkit-border-radius: 1em;}
  #frontContent {width:650px; min-height:200px;padding:15px; margin-top:-10px !important; margin:20px; background-color:#fff;-moz-border-radius:1em; -webkit-border-radius: 1em;}   
  #frontWrap {float:left; width:640px;}
  
  
  #main {float:left; width:950px; margin:auto; min-height:400px;}
  .clear {clear:both;}
  
#content {float:left; width:575px; min-height:200px;padding-left:15px;margin-top:0px !important; margin-bottom:20px; background-color:#fff;-webkit-border-radius: 1em; -moz-border-radius:1em;}
#contentw {float:left; width:700px; min-height:200px;padding-left:10px;margin-top:0px !important; margin-bottom:20px; background-color:#fff;-webkit-border-radius: 1em; -moz-border-radius:1em;}
#content p{padding-right:5px}
#frontContentWrap{background-color:#002f5f; min-height:250px; float:left; margin-left:-50px; margin-top:70px; width:725px; padding-left:15px; -moz-border-radius:1em; -webkit-border-radius: 1em;}
#contentWrap{background-color:#002f5f; min-height:250px; float:left; margin-left:110px; margin-top:70px; width:725px; padding-left:20px;-moz-border-radius:1em; -webkit-border-radius: 1em;} 
  .none {display:none;}
/*-------------------------------------------------------------
4. =header 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/  
  #topBar {width:100%; height:35px; background: #002f5f url(../Images/TopBar2.gif) no-repeat;}
  #megaphone {width:100%; height:230px; margin-top:15px; background:url(../Images/Megaphone.png) no-repeat;}
 
/*-------------------------------------------------------------
5. =frontNav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#frontPolaNav {position: relative; display: inline-block; margin-left:-125px; list-style-type:none;}
	.navWrap	{position:relative; margin-left:0px; display:inline-block; cursor: pointer;}
#frontPolaNav li {display:inline; color:#000; margin-left:17px; position:relative; width:30px;opacity: 0.85;-moz-opacity: 0.85;filter: alpha(opacity=85);  }
#frontPolaNav li:hover{ z-index:1000;opacity: 1;-moz-opacity: 1;filter: alpha(opacity=100); }
#frontPolaNav li#on { z-index:900; opacity: 1;-moz-opacity: 1;filter: alpha(opacity=100); }
#frontPolaNav li a {text-decoration:none; height:25px; padding:0px; letter-spacing:-1px; font:bold 1.3em georgia; color:#fff;}
#frontPolaNav ul {color:#002f5f; z-index:500}
#navWrap {margin-left:25px !important;}

ul{ list-style:none;}

    /*-------------------------------------------------------------
    6. =Nav
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  	#polaNav {position: relative; display: inline-block; margin-left:30px; list-style-type:none;}	
	#polaNav li {display:inline; margin-left:17px; position:relative; width:30px;opacity: 0.85;-moz-opacity: 0.85;filter: alpha(opacity=85); visibility:hidden; }
	#polaNav li:hover{ z-index:1000;opacity: 1;-moz-opacity: 1;filter: alpha(opacity=100); }
	#polaNav li#on { z-index:900; opacity: 1;-moz-opacity: 1;filter: alpha(opacity=100); }
	#polaNav li a {text-decoration:none; height:25px; padding:0px; letter-spacing:-1px; font:bold 1.3em georgia; color:#fff;}
	#polaNav ul {color:#002f5f; z-index:500}
	

/*---------------------------------------------------------------
6.2 = altnav      
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
   #menu {height:100%; min-height:200px; width:125px; display:block; float: left;padding-left:10px;margin-top:-10px; border-left-style:solid; border-left-width:0px; border-left-color:#798998;}
  #menu ul {font-size:15px; list-style:none; display:block;padding-left:5px; margin-right:5px;}
  #menu ul li { width:100%;}
  #menu ul li a { display:block; color:#798998; text-decoration:none; text-transform:capitalize; border-bottom:#FFF 2px;  }
  #menu ul li a:hover {color:#fff !important;  display:block !important; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#798998;  }
 #menu ul li a.on {color:#fff !important;  display:block !important; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#798998;  }
 /*---------------------------------------------------------------
6.3 = frontbox      
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  #frontBox { margin-top:85px;min-height:200px; background-color:#a7192f; width:175px; color:#fff; -moz-border-radius:1em; -webkit-border-radius: 1em;}
  #frontBox ul {font-size:14px; line-height:28px; list-style:none; display:block;padding-left:10px; margin-right:10px;}
  #frontBox ul li { width:100%; }
  #frontBox ul li a { display:block; color:#fff; text-decoration:none; border-bottom-color:#FFF;border-bottom-style:solid; border-bottom-width:1px;  }
  #frontBox ul li a:hover {  color:#002f5f !important; display:block !important;  background-color:#FFF; }
  #frontBox h2 {margin: 10px 0px 0px 22.5px; text-decoration:underline;font-size:19px;}
  /*---------------------------------------------------------------
6.4 = sidebar      
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
  #sidebar {min-height:300px; background-color:#a7192f; width:175px; color:#fff; -moz-border-radius:1em; -webkit-border-radius: 1em;}
  #sidebar ul {font-size:12px; line-height:28px; list-style:none; display:block; padding-left:10px; margin-right:10px;}
  #sidebar li a {display:block; color:#fff; text-decoration:none; border-bottom-color:#FFF; border-bottom-style:solid; border-bottom-width:1px; }
  #sidebar li a:hover {  color:#002f5f !important; display:block !important; background-color:#FFF;}
  #sidebar h2 { margin: 10px 0px 0 43px; text-decoration:underline; }

  #sideWrap{float:right;margin-top:60px; margin-right:-250px; display:block; height:100%; width:175px;}
/*-------------------------------------------------------------
7. =footer      
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#footer {width:100%; height:70px; text-align:center; background-color:#7ab800; margin:15px 0; color:#fff;}
	#footStick{min-height:50px;}
	#footer ul li{display: inline-block; color:#FFF;  padding-top: 0pt; padding-right: 5px; padding-bottom: 0pt; padding-left: 5px; font-size:12px; }
	#footer ul li a {color:#fff;}

/*-------------------------------------------------------------
8. =general site wide items
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
 
  .fr {float:right; margin-left:10px; }
  .fl {float:left; margin-right:10px; }
  
/*-------------------------------------------------------------
9. =Slider
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#featured{ 
        float:left;
        margin-top:50px;
        margin-left:-10px;
	width:400px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #ccc; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 

	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('../Images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('../Images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
/*---------------------------------------TRY-------------------------*/
.top{margin-left:30px; color:#fff;  }
.top a {color:#fff;}
.top a:visited {color:#fff;}
.top a:hover{color:#fff;}

.topc {margin-left:10px; text-align:left;color:#fff;  }
.topc a {color:#fff;}
.topc a:visited {color:#fff;}
.topc a:hover{color:#fff;}

#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../Images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
} 
h1{color:#fff;}

#search {
	padding:0 0 5px 0;
	position: absolute;
	right: 15px;
	top: 4px;
	width: 190px;
}
#search form { margin: 0; }
#search form fieldset {
	border: 0;
	margin:0;
	padding:0;
}
#search form fieldset legend {
	display: none;
}
#search label{
	background: url(../Images/search.png) no-repeat;
	height: 40px;
	width: 32px;
	float: left;
	text-indent: -4000px;
	position: relative;
	display: block;
	cursor: pointer;
}
#search .searchbox {
	border: 1px solid #47A4BE;
	font-size: 14px;
	padding: 3px 0 3px 20px;
	color: #303030;
	float: left; 
	width: 150px;
	margin: 10px 0 0 -20px;
}
#cse-search-box {!important;
}
/* -------------------- */
/* Buttons				*/
/* -------------------- */
.button{
	background:url(Images/buttons/button.gif);
	display:block;
	color:#555555;
	height:30px;
	line-height:29px;
	text-decoration:none;
	width:200px;
	float:right;
margin-top:-25px;
}
:hover.button{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		display:block;
		margin-bottom:10px;
		margin-top:10px;
		float:left;
		margin-left:20px;
		width:205px;
	}
	.calc{
		width:100px;
		float:left;
		margin-top:-2px;
		margin-left:4px;
		height:25px;
		display:block;
	}
	.submit{
	float:left;
	margin-left:20px;
		margin-top:10px;
		font-weight:bold;
		display:block;
	}
	.convert{
		background:url(Images/buttons/convert.png) no-repeat 10px 1px;
		text-indent:30px;
		display:block;
	}
	.save{
		float:left;
		margin-left:5px;
		margin-top:10px;
		font-weight:bold;
		display:block;
	}
	.back{
		background:url(Images/buttons/back.gif) no-repeat 8px 8px;
		text-indent:30px;
		display:block;
		margin-top:-50px;
		margin-right:20px;
		float:right;
	}
	.lens{
		background:url(Images/buttons/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url(Images/buttons/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
/*----------thick box ---------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:1000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 1001;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
/*------------------------------------NAV NEW-------------------*/
.menu{
	width: 100%; /* The menu should be the entire width of it's surrounding object, in this case the whole page */
	background-color:;} /* dark grey bg */
 
.menu ul{
	margin: 0;
	padding: 0;
	float: left;}
 
.menu ul li{
	display: inline;} /* Makes the link all appear in one line, rather than on top of each other */
 
.menu ul li a{
	float: left; 
	text-decoration: none; /* removes the underline from the menu text */
	color: #fff; /* text color of the menu */
	padding: 10.5px 11px; /* 10.5px of padding to the right and left of the link and 11px to the top and bottom */
	background-color:;}
 
.menu ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #fff;
	text-decoration: none;}
 
.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color:;} /* change the background color of the list item when you hover over it */