@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #EBEBEB;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
h1 {
	font: 4.7em normal Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 5px 0;
}
h1 small{
	font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #fff;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-large;
	color: #000000;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #000000;
}
.container {
	width: 1050px; 
	margin: 0 auto;
	margin-top: 20px;
	background-color: #FFF;
	border: 1px solid #999;
}
.content {
	min-height: 550px;
	padding: 15px;
	margin-top: 55px;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
#intro {
	margin: 15px;
	width: 952px;
	padding: 15px;
	float: left;
}
.details {
	color: #666;
}
.footer {
	color: #666;
	padding-left: 10px;
	width: 1000px;
	font-size: x-small;
	float: left;
}

#notopspace {
	margin-top: -30px;
}

.tableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
}


.tableRow {
	background-color: #FFFFFF;
}



.main-table {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-align: left;
}
#main-header {
	padding: 10px;
}
.main-footer {
	padding: 5px;
	color: #666;
}
.main-section {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	font-family: Tahoma, Geneva, sans-serif;
}
#locationTitle {
	font-size: 12px;
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}
#nj {
	border: 2px solid #33CC99;
}
#ny {
	border: 2px solid #0066FF;
}


#locationTitle a:link {

}
#locationTitle a:visited  {
	color: #0099FF;
	text-decoration: none;
	}
#locationTitle a:hover {
	color: #FF9900;
}
#locationTitle a:active {
	color: #FF9900;
}







 
/*-------------------------------------------*/ 
/*------------TOP NAV START -----------------*/ 

ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 1050px;
	list-style: none;
	position: relative;
	font-size: 1.23em;
	font-weight: bold;
	background: url(../assets/nav/topnav_stretch.png) repeat-x;
}
ul#topnav img {
	float:left;
	border-right: 1px solid #000;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #000;
}
ul#topnav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
}
ul#topnav li:hover { 
	background: url(../assets/nav/topnav_hover.png) repeat-x; 

}
body#home li#home a, body#stores li#stores a, body#products li#products a, body#rateplans li#rateplans a, body#jobs li#jobs a, body#social li#social a, body#aboutus li#aboutus a, body#news li#news a, body#blog li#blog a { 
	background: url(../assets/nav/topnav_active.png) repeat-x; 
	color: #000000;

}
ul#topnav li span {
	background: url(../assets/important-DoNotErase/spacer.gif) repeat-x; 	
	float: left;
	position: absolute;
	left: 0;
	top:35px;
	display: none;
	width: 1050px;
	color: #ffffff;
	background-color: #ff6600;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
ul#topnav li:hover span { 
	display: block; 
}
ul#topnav li span a { 
	background: none;
	display: inline; 
}
ul#topnav li span a:hover {
	text-decoration: underline;
}

/*-------------TOP NAV END-------------------*/
/*-------------------------------------------*/

/*--------------IMAGE SLIDER START-------------------*/
/*---------------------------------------------------*/
*{outline: none;}
img {border: 0;}
img.border {
	border: 1px solid #999;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	left: 10px;
	margin: 5px;
}
/*--Window/Masking Styles--*/
.window {
	height:382px;	width: 982px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {
	float: left;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(/paging_bg3.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
/*--------------------------------------------------------*/
/*--------------------IMAGE SLIDER END--------------------*/


/*--------------------------------------------------------*/
/*---------------------STORES PAGE START------------------*/
#sidebar {
	background-color: #5576C3;
	margin: 0px;
	padding: 0px;
	width: 135px;
}

#sidebar li {
	list-style-type: none;
	margin-left: -45px;
}

#sidebar h3{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: -10px;
	padding-left: 0px;
}

#sidebar a:link{
	display:block;
	background-image:   url(../assets/nav/button.jpg);
	font-weight: normal;
	padding: 1px 10px 4px 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: repeat-x;
}

#sidebar a:visited{
	display: block;
	background-image:   url(../assets/nav/button.jpg);
	font-weight: normal;
	padding: 1px 10px 4px 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: repeat-x;
}
#sidebar a:hover{
	background-color: #5475C2;
	background-image: url(../assets/nav/button_hover.jpg);
	font-weight: normal;
	background-repeat: repeat-x;
	display: block;
	padding: 1px 10px 4px 10px;
	;
}
#sidebar a:active{
	text-decoration: none;
	padding: 1px 10px 4px 10px;
}
body.ridge a#ridge, body.bayside a#bayside, body.ced a#ced, body.lb a#lb, body.rvc a#rvc, body.merr a#merr, body.bell a#bell, body.plain a#plain, body.enor a#enor, body.baysh a#baysh, body.riv a#riv, body.ehan a#ehan, body.npla a#npla, body.bb a#bb, body.edi a#edi, body.ob a#ob, body.lake a#lake, body.pisc a#pisc, body.manal a#manal{
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 1px 10px 4px 10px;
	font-weight: normal;
	color: #FF6600;
	background-image: url(../assets/nav/button_active.jpg);
	display: block;
}
#storeAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center top;
	padding: 5px;
	border: 1px solid #5273C2;
	width: 30%;
}
#storepix {
	border: 1px solid #000000;
}

#storeHours {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center top;
	padding: 5px;
	border: 1px solid #5273C2;
	width: 40%;
}
/*---------------------STORES PAGE END--------------------*/
/*--------------------------------------------------------*/

/*--------------------------------------------------------*/
/*---------------------RATEPLAN PAGE START----------------*/
.subnav {
	font-size: 16px;
	margin: 0px;
	padding-right: 100px;
	padding-left: 460px;
}
.subnav a {
	text-decoration: none;
}
.subnav a:link {
	text-decoration: none;
	color: #0099FF;
}
.subnav a:visited {
	text-decoration: none;
	color: #0099FF;
}
.subnav a:hover {
	text-decoration: none;
	color: #33FFFF;
}
.subnav a:active {
	text-decoration: none;
	color: #0099FF;
}
.altRow {
	background-color: #E6F2FF;
}
.row {
	background-color: #F0F5FF;
}
#nation {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}
#nation tr.header {
	background-color: #FF6600;
	color: #FFFFFF;
	font-size: 16px;
}
#nation tr.footer {
	background-color: #FF6600;
	color: #FFFFFF;
	font-size: xx-small;
}
#nation .MRC {
	font-size: 15px;
	font-weight: bold;
	color: #F90;
}
#nation .Mins {
	font-size: 15px;
	font-weight: bold;
}
#nation .altRow {
	background-color: #ECF5FF;
}
#nation .row {
	background-color: #F4F4F4;

}
#family {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}
#family tr.header {
	background-color: #99CCFF;
	color: #000000;
	font-size: 16px;
}
#family tr.footer {
	background-color: #99CCFF;
	color: #000000;
	font-size: xx-small;
}
#family .MRC {
	font-size: 15px;
	font-weight: bold;
	color: #F90;
}
#family .Mins {
	font-size: 15px;
	font-weight: bold;
}
#family .altRow {
	background-color: #ECF5FF;
}
#family .row {
	background-color: #F4F4F4;

}
.currentrateplan{
	color: #FF6600;
}

/*---------------------RATEPLAN PAGE END------------------*/
/*--------------------------------------------------------*/


/*--------------------------------------------------------*/
/*---------------------JOB PAGE START---------------------*/

#joblist {
	background-color: #F8FAFA;
	border: 1px solid #F8FAFA;
	width: 100%;
	color: #666;
  }
#joblist .th {
	background-position: center;
	background-color: #E1EBFF;
	font-size: 16px;
	color: #000;
}


#joblist tr {
	background-color:#FFFFFF;
}
#joblist a {
	text-decoration: none;
}
#joblist a:link {
	text-decoration: none;
	color: #0099FF;
}
#joblist a:visited {
	text-decoration: none;
	color: #3366CC;
}
#joblist a:hover {
	text-decoration: none;
	color: #33FFFF;
}
#joblist a:active {
	text-decoration: none;
	color: #0099FF;
}
#jobapp-mail {
	background-color: #999999;
	border: 1px solid #99CCFF;
	width: 100%;
	font-size: 110%;
}
#jobapp-mail th {
	background-position: center;
	background-color: #E1EBFF;
}
#jobdetails {
	background-color: #F8FAFA;
	border: 1px solid #99CCFF;
	width: 100%;
	font-size: 95%;
  }
#jobdetails th {
	background-position: center;
}


#jobdetails tr {
	background-color:#FFFFFF;
}
/*---------------------JOB PAGE END-----------------------*/
/*--------------------------------------------------------*/
#info {
	color: #666;
	float: left;
	padding: 5px;
}
#sidenews {
	text-decoration: none;
	float: left;
	width: 150px;
	background-color: #C4E1FF;
	padding: 5px;
}
#sidenews li {
	margin-left: -30px;
	margin-bottom: 5px;
}

