/* Copyright (c) 2005 Service First Webmasters, Inc. All Rights Reserved. */
body,html {
	text-align: center; /*for IE5x only*/
	margin:0; padding:0;
}
body {/*this is separated because DW applies the html background to everything */
	background-color: #F6D794; /* EDIT forart style: the color shown outside the 780 to 1004-wide page div */
}

/* page (the biggest div, containing everything else) ------------*/
div#page {
	text-align:left;/* to counteract the IE5x hack in the body tag for centering*/
	padding: 0;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	/* for a left column that goes all the way down, we have a bg image in the page div: background: url(http://www.substationblacksburg.com/assets/content_bg.gif) 0 0 repeat-y #FFFFFF; */
	background: url(assets/content_bg.png) 0 0 repeat-y #FFFFFF; /*EDIT: color of the content area bg*/
	width: 1004px;
	/* width: 96.8%;
	min-width: 780px;
	max-width: 1004px; 
	width:expression(document.body.clientWidth < 780 ? "780px": document.body.clientWidth > 1004 ? "1004px": "auto" );*/
	/*font settings for the whole page, which only change where another style overrides them */
	font-family:Verdana, Arial, Helvetica, sans-serif;/* EDIT for style */
	font-size:13px;/* EDIT for style */
	color:#000000;/* EDIT for style */
}
/* page ^ ---------------*/

/* banner -----------------*/
div#banner {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(assets/banner.jpg) right top no-repeat #FFFFFF; /*EDIT for bg image name and left or right*/
	height: 163px; /*EDIT for style:match height of banner bg image: prefer 80-170px*/
	width: 100%;
}
div#logo {/*usually we put the logo image directly into the div and give it a link to Home*/
	position: absolute;
	top: 0px; /*EDIT for style:logo div position */
	left: 0px; /*EDIT for style:logo div position */
	padding: 0; 
	margin: 0; 
	width:289px; /*EDIT for style:logo image size */	
	height:163px; /*EDIT for style:logo image size */
	background: url(assets/logo.png) top left no-repeat; background: expression("transparent"); 	
	filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/logo.png', sizingMethod='scale')"); 
	z-index:10; /*EDIT for logo image; if logo is in the banner.jpg, use background: transparent */
	/* for a transparent .png logo image, use this:	background: url(assets/logo.png) top left no-repeat; background: expression("transparent"); 	filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/logo.png', sizingMethod='scale')"); z-index:10; */	
	/* DO NOT put the transparent .png image in the div; the filter only works with a background image */
}
.logoDiv {
	cursor:pointer; /*the div itself links back to the home page, so you can have a background image as the logo*/
}
.logoDivYAH {
	cursor:text !important; /*the div itself links back to the home page, so you can have a background image as the logo*/
}
div#bannerRight{
/*holds the slogan, email and phone divs, floats right*/
	text-align: right;
	position: relative;
	top: 65px; /*EDIT for style:position*/
	left: 305px;
	padding: 0; 
	margin: 0; 
	height:51px; /* EDIT for style*/
	width:438px; /* EDIT for style */
}
div#slogan {
	padding: 0;/* EDIT for style */
	margin: 0 0 0 40px;
	height:100px;
	width: 438px;
	background: url(assets/slogan.png) top left no-repeat; 
	background: expression("transparent"); 	
	filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/slogan.png', sizingMethod='scale')"); 
	z-index:10; 
}
/* banner ^ -----------------*/

/* horizontal  navigation ------------*/
div#horizNav {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background:url(assets/nav_bg.png) top left no-repeat transparent;
	height: 42px;
}
div.hnavButton {
	float:left;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
    background: transparent;
	height: 38px;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
}
div.hnavButton a:link, div.hnavButton a:visited {
	display:block; 
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 4px 0 0 0;  
}
div.hnavButton a:hover, div.hnavButton a:active {
	color: #FD272B;
}
 div.hnavButton a.YAH:link, div.hnavButton a.YAH:visited, div.hnavButton a.YAH:hover, div.hnavButton a.YAH:active {
	_cursor: text !important;
	color: #FD272B; !important;
	text-decoration: none !important;
}
div.hnavButton a.YAH {
	cursor: text !important;
}
.pipe {
	color: #000000;
	font-size: 19px;
	font-weight:normal;
	padding: 0 0 0 10px;
}
/* horizontal  navigation ^ -------------*/

/* left column and badges ----------*/
div#leftcol {
	float: left;
	background: transparent; /* to have a colored column bg, make a content_bg.gif and put it as the page div bg */
	margin: 0;	
	padding: 0; 
	width: 241px; /* EDIT for style: could go smaller, but no wider than 170px */	
}
div#badge1, div#badge1A {
	padding: 0;/* EDIT for style: balance right and left */
	margin: 15px 5px 0 7px;/* EDIT for style: balance right and left */
}
div#badge1 h3 {
	margin: 0;
	padding: 0;
}
div#badge1 p, div#badge1A p {
	font-size: inherit;/* EDIT for style */
	color:inherit;/* EDIT for style */
	margin:0;
	padding: 0;
}
div#badge1 a {
	color: #368534;/* EDIT for style */
}
div#badge2 {
	padding: 0;/* EDIT for style: balance right and left */
	margin: 0px 0 0 30px;/* EDIT for style: balance right and left */
	background:transparent;/* EDIT for style */
	width: 180px;
}

div#badge3 {
	margin: 25px 0 0 8px; /* EDIT for style: balance right and left */
	padding: 0 0 0 0;
	width: 223px;
	background: url(assets/bg_catering.png) 0 10px repeat-y transparent;
}
div#badge3 h3 {
	margin: 6px 0 0 0;
	padding: 0 10px 0 10px;
	font-weight:bold;
	color: #000000;
}
div#badge3 p {
	padding: 0 10px 0 10px;
	font-size:11px;
	font-weight:normal;
	line-height:1.4em;
}
div#badge3 img {
	padding: 0;
	border:0;
	margin:0;
}
div#noticeTime {
	font-size:12px;
	background:url(assets/notice_capsule_21.png) top left no-repeat transparent;
	border: 0;
	white-space:nowrap;
	padding: 5px 8px 8px 8px;
	padding:expression("5px 8px 15px 8px");
	margin:0 0 0 18px;
	height:26px;
	width: 186px;
}
/* left column and badges ^ ----------*/


/* content div ---------------*/
div#content {
	background: transparent;/*EDIT for style*/
	margin: 0 0 0 271px; /* EDIT for style: left margin for left navigation width */
	padding: 10px 50px 20px 0; /* EDIT for style: right padding for content margin (and left, if we are using horiz nav */
	text-align: left;
	min-height: 680px; /* EDIT for style: keeps the content area taller than the left column on the shortest page */
	_height:795px;/*EDIT for style*/
}
/* content div ^  ---------------- */

/* text in the content area ---------------- */
h1, h2, h3 {
	margin: 1.3em 0 0 0;
	line-height: 1.2em;
	color:#FD272B;/*EDIT for style */
	font-weight:bold;
}
h1 {
	font-size: 19px;/*EDIT for style */
	font-weight: bold;/*EDIT for style */
}
h2 {
    font-size: 17px;/*EDIT for style */
	font-weight:bold;/*EDIT for style */
}
h3 {
    font-size: 15px;/*EDIT for style */
	font-weight:normal;/*EDIT for style */
}
p {
	line-height: 1.5em;
	padding-top: 0.1em; /*inherits font size from page, has bottom margin built in by browser*/
}
p.firstPara, h1.firstH1 {
	padding-top: 0.3em;/*if you need snugged up first paras, use inline to make bottom margin 0px*/
	margin-top:0;
}
p.beforeUL {
	margin-bottom:0;
}
p.firstParabeforeUL {
	padding-top: 0.3em;
	margin-top:0;
	margin-bottom:0;
}
div#content a {
	color: #9A0104;/*EDIT for style */
	text-decoration: underline;
}
div#specialsTable {
	margin: 5px 0 10px 0;
	padding:0;
	padding: expression("5px 0 0 0");
	float:left;
}
.dayOfWeek {
	color:#d52124;
	font-weight:bold;
	padding:0 3px 0 20px;
}
div#missionStatement {
	padding: 9px 0 9px 8px;
	background: url(assets/mission_sandwich.jpg) top right no-repeat #F6D794;
}
div#couponBox {
	width: 76px;
	height: 83px;
	margin-bottom: 140px;
    background: url(assets/sandwich_icon.png) top left no-repeat transparent;
	background: expression("transparent"); 	
	filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/sandwich_icon.png', sizingMethod='scale')");
}
div#couponContainer {
	width:400px;
	height:230px;
	background:#FD272B;
	border:3px dashed black;
	margin:0;
	padding:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	white-space:nowrap;
}
@media print { div#couponContainer {height:180px;} }
@media print { div#couponContainer p {font-size:14px;} }
@media print { #couponButton {visibility:hidden;display:none;} }

div#content ul {
	list-style-type: disc;/*EDIT for style */
	list-style-position: outside;
	margin: 0em 0 0 3em; /* T R B L */
	padding: 0;
}
div#content li {
	color: #FA272B;/*EDIT for style -- the bullet color */
	font-size: 16px;/*EDIT for style -- the bullet size */
}
div#content li p {
	margin: 0 0 0 0;
	color: #000000;/*EDIT for style -- match page color, if bullet color is different */
	font-size:12px;/*EDIT for style -- match page font size, if bullet size is different */
	padding: 0.3em 0 0 0;
}
/* text in the content area ^ ---------------- */

/* floated sidebars and pullquotes  --------------------- */
.floatedSidebarPhotos {
	float: right;
	margin: 10px 0 5px 15px;  /* T R B L */
	width: 147px;
}
.floatedSidebar {
	float: right;
	margin: 10px 0 5px 15px;  /* T R B L */
	padding: 6px 6px 6px 6px;
	background: #F6D794;/*EDIT for style*/
	border: 1px solid #FAB41E;/*EDIT for style*/
	width: 200px;
}
.floatedSidebar h3 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight:bold;
}
.floatedPullquote {
	float: right;
	margin: 10px 0px 15px 25px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #FAB41E;/*EDIT for style*/
	border-bottom: 2px solid #FAB41E;/*EDIT for style*/
	width: 250px; 
}
.floatedPullquote p {
	margin: 0;
	font-size: 15px;/*EDIT for style*/
	line-height: 1.1em;
	letter-spacing: 0.01em;
	color: #444444;/*EDIT for style*/
	padding: 0px 5px 0px 8px; 
}
p.quoteAttrib {
	font-size: 11px;/*EDIT for style*/
	text-align: right;
}
/* floated sidebars and pullquotes ^ --------------------- */

/* floated photos/graphics --------------*/
.floatedPhotoRight {
	float: right;
	margin: 10px 0 5px 15px;
}
.floatedPhotoRight img, .floatedPhotoLeft img {
	border: none;/*EDIT for style*/
}
.floatedPhotoRight p, .floatedPhotoLeft p {
	margin: 0;
	padding: 5px 1px 0 1px;
	font-size: 10px;/*EDIT for style*/
	line-height: 1.2em;
	text-align:left;
}
.floatedPhotoLeft {
	float: left;
	margin: 10px 15px 5px 0;
}
div.photoContainer {
 	text-align:center;
	margin-left:10px;/*EDIT for style: match content area right margin*/
}
div.photoPair {
	margin: 20px auto 20px auto;
}
/* floated photos/graphics ^--------------*/
.nutritionTable {
	font-size: 12px;
}
.nutritionTable td {
	text-align:center;

}
tr.header td {
	text-align:center;
	font-weight:bold;
	padding: 0 5px 0 5px;
}
/* floated tables -------------------*/
.floatedTableLeft table,.floatedTableRight table,.floatedTableFull table {
	border-collapse: collapse;
	font-size: 13px; /* EDIT for style */
	font-weight: bold;
	margin-bottom: 5px;	
	background: #F6D794;
}
.floatedTableLeft th,.floatedTableRight th,.floatedTableFull th {
	text-align:left;
	background-color: #FD272B;/* EDIT for style */
	color: #FFFFFF;/* EDIT for style */
	font-size: 17px;
	font-weight:bold;
	padding: 5px 0 5px 20px;
}
.floatedTableLeft td,.floatedTableRight td,.floatedTableFull td {
	text-align: left;
	padding: 7px 3px 7px 20px;
}
td.tBottomRow {
	border-bottom: 1px dashed #585769;/* EDIT for style: bottom table border */
}
.row {
	background-color:#F6D794;/* EDIT for style: row color */
}
.altRow {
	background-color:#F6D794;/* EDIT for style: alternate row color */
}
th.tLeft,td.tLeft {
	padding: 2px 2px 2px 5px;
	text-align:left;
}
.floatedTableLeft p,.floatedTableRight p,.floatedTableFull p {
	font-size: 11px;/* EDIT for style */
	margin: 0;
	padding: 0 2px 0 2px;
	line-height: 1.2em;
	text-align:left;
}
.floatedTableFull {
	margin: 10px auto 10px auto; /* T R B L */
}
.floatedTableLeft {
	float: left;
	margin: 15px 15px 10px 0;
}
.floatedTableRight {
	float: right;
	margin: 15px 0 10px 15px;
}
/* floated tables ^ -------------------*/

/* contact form ------------------------- */
table.contactForm {
	clear: both;
	margin: 10px auto 0px auto; 
	border-collapse: collapse;
	width: 465px; 
	font-size: 12px;/*EDIT for style*/
}
td.contactLabel {
	text-align:right;
	vertical-align:top;
	padding: 8px 3px 3px 0;
	font-size: 12px;/*EDIT for style*/
}
td.contactBox {
	text-align:left;
	vertical-align:middle;
	font-size: 12px;/*EDIT for style*/
	padding: 8px 3px 3px 0;
}
.formBox {
	background-color:#FFFFFF;/*EDIT for style*/
	line-height: 1.1em;
	padding: 2px;
}
table.radioList td{
	padding: 0 2px 0 5px;
	border-collapse: collapse;
	font-size: 12px;
}
.button {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF !important;/*EDIT for style*/
	text-decoration: none !important;
	background: #9A0104; /*EDIT for style*/
	padding: 3px 8px 3px 8px; 
	margin: 2px 0 2px 0;
	height: 25px; /*EDIT for style*/
}
.button:hover {
	color: #000000 !important;/*EDIT for style*/
	background: #FAB41E;/*EDIT for style*/
}
/* do not edit the styles below pertaining to the validation summary */
.validationSummary, .validationSummary ul {
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.4em;
	margin: 0.8em 0 0 3em;
	padding: 0;	
}
.validationSummary li {
	color: #FF0000 !important;
	list-style-type: disc;
	list-style-position: outside;
}
.validationSummary li b{
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
/* contact form ^ ------------------------- */

/* placed divs (usually with decorative graphics) ------------*/
div#bottomLeft {
	/* each placed div must be inside a div with positioning:relative */
	position: absolute;
	top: -150px;
	left: 18px;
	height:159px;
}
/* placed divs ^ ------------*/

/* bottom nav ---------------- */
div#bottomNav {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: inherit;/*EDIT for style*/
	font-weight: bold;/*EDIT for style*/
	color: #FD272B;/*EDIT for style*/
	background: transparent;/*EDIT for style*/
	height: 30px;/*EDIT for style*/
}
div#bottomNav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0px 10px 0 271px;/*EDIT for style*/
}
div#bottomNav li {
	display: inline;
	line-height: 1.7em;
	margin: 0 10px 0 0;/*EDIT for style*/
	padding: 0;
}
div#bottomNav li a:link, div#bottomNav li a:visited {	
	display: inline;
	text-decoration: none;/*EDIT for style*/
	color: #000000 !important;/*EDIT for style*/
	padding: 0 15px 3px 5px; 
}
div#bottomNav li a:hover, div#bottomNav li a:active {
	text-decoration: underline;/*EDIT for style*/
	color: #FD272B !important;/*EDIT for style*/
}
div#bottomNav li a.YAH:link, div#bottomNav li a.YAH:visited, div#bottomNav li a.YAH:hover, div#bottomNav li a.YAH:active {
	_cursor: text !important;
	color: #FD272B !important;/*EDIT for style*/
	text-decoration: none !important;
}
div#bottomNav li a.YAH {
	cursor: text !important;
}
/* bottom nav ^ ---------------- */

/* bottom contact strip ----------- */
div#bottomContact {
	background: #FFD200;/*EDIT for style*/
	padding: 10px 0 10px 0;/*EDIT for style*/
	margin:0;
	border-top:5px solid black;
	text-align:center;
}
div#bottomContact p {
	font-weight: bold;/*EDIT for style*/
	margin:0;
	padding:0;
	font-size: 14px;
}
div#bottomContact a {
	color: #9A0104 !important;/*EDIT for style*/
}

/* bottom contact strip ^ ----------- */

/* footer (copyright) -----------*/
div#footer {
	clear: both;
	margin: 0;
	padding: 0 0 0 185px;/*EDIT for style*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* if you want the left column to extend to the bottom of the page, put the page div's background image into the footer; or you could have a different image in the background, such as a continuation of the banner photo */
	background: #FD272B;/*EDIT for style*/
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;/*EDIT for style*/
	height: 26px;
}
div#footer .copy {/* do not edit this style */
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
}
div#footer .allRights {
	float: left;
	padding: 7px 0 5px 5px;
	background: transparent;
	margin: 0;
}
div#footer a {
	color: #FFFFFF;/*EDIT for style*/
	text-decoration: none;
}
div#footer a:hover {
	text-decoration:underline;
}
/* footer ^ ----------------*/

div#stats {
	margin: 0;
	padding:0;
	width:1px;
	height:1px;
}