/***********************************************/
/* HTML tag styles                             */
/*
8/9/2007 (280 min total, $56.00 dollars)
	42	[3:00-3:42] Started website construction, using/modifying HTML and CSS templates to generate basic page construction
	44	[4:11-4:55] Continuing construction, searching for site graphics/images
	137	[5:32-7:49] Setting up graphics and layout, modifying CSS stylesheet
	57	[8:01-8:58] Tweaking layout, adding Lorem Ipsum dummy text
8/27/2007 (32 min total, $6.40 dollars)
	32	[1:00-1:32] Tweaking layout, modify graphics
9/1/2007 (146 min total, $29.20 dollars)
	38	[1:40-2:18] Tweaking layout, constucting additional pages using current template
	108	[11:42-1:30] Converting JPEG iage of Quiznos logo into vector graphics
9/2/2007 (65 min total, $13.00 dollars)
	65	[2:39-3:44] Converting JPEG iage of Quiznos logo into vector graphics
9/8/2007 (34 min total, $6.80 dollars)
	34	[3:57-4:31] Quiznos Logo converted to vector graphics
9/9/2007 (54 min total, )
	54	[8:36-10:30] Scripting the menu, touching up on layout
9/10/2007 ()
	00
  **********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size: 16px;
	max-width: 1280px;
	color: #B99C6B;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #000; 
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: right center;
	scrollbar-3dlight-color: #B99C6B;
	scrollbar-shadow-color: rgb(255, 250, 200);
	scrollbar-darkshadow-color: #B99C6B;
	scrollbar-track-color: rgb(255, 250, 200);
	scrollbar-face-color: #B99C6B;
	scrollbar-arrow-color: rgb(255, 250, 200);
	scrollbar-base-color: rgb(255, 250, 200);
	scrollbar-highlight-color: rgb(255, 250, 200);
}

a:link, a:visited, a:hover {
	color: #B99C6B;
	text-decoration: none;
}

a:hover {color: #fff;}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: rgb(255, 250, 200);
}

h2{
 font-size: 114%;
 color: rgb(255, 250, 200);
}

h3{
 font-size: 100%;
 color: rgb(255, 250, 200);
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: rgb(255, 250, 200);
}

h5{
 font-size: 100%;
 color: rgb(255, 250, 200);
}

ul{list-style-type: square;}
ul ul{list-style-type: disc;}
ul ul ul{list-style-type: none;}

label{
 font: bold 100% Arial,sans-serif;
 color: rgb(255, 250, 200);
}

button{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: rgb(255, 250, 200);
	background-color: #B99C6B;
	border: 1px solid #B99C6B;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

button:hover{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: rgb(255, 250, 200);
	background-color: #B99C6B;
	border: 1px solid #B99C6B;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

button a:hover{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: #fff;
	background-color: #B99C6B;
	border: 1px solid #B99C6B;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

button a:link, button a:visited{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: rgb(255, 250, 200);
	background-color: #B99C6B;
	border: 1px solid #B99C6B;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.bbutton{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: rgb(255, 250, 200);
	background-color: #B99C6B;
	border: 1px solid #B99C6B;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.bbutton:hover{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: #fff;
	background-color: #B99C6B;
	border: 1px solid #B99C6B;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.bbutton a:hover{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: #fff;
	background-color: #B99C6B;
	border: 1px solid #B99C6B;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.bbutton a:link, button a:visited{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: rgb(255, 250, 200);
	background-color: #B99C6B;
	border: 1px solid #B99C6B;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

select{
	text-decoration:none;
	color: rgb(255, 250, 200); 
	background-color: #B99C6B;
	border: 1px solid #B99C6B;
	background-repeat: no-repeat;
	background-position: center center;
}				

option{cursor: pointer;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 96px;
	border-bottom: 1px solid #B99C6B;
	background-repeat: no-repeat;
	background-position: left top;
	position: static;
	overflow: hidden;
}

#masthead h1{font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 24px;}

#navBar{
	float:left;
	position: relative;
	width: 152px;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #B99C6B;
	overflow: hidden;
	background-repeat: repeat-y;
	background-position: left top;
}

#content{
  float: none;
	position: relative;
	min-width: 200px;
	max-width: 1120px;
	min-height: 256px;
	margin: 1px 0px;
	padding: 18px 20px;
	margin-left: 154px;
	margin-bottom: 2px;
	color: #063;
	background-color: #fff;
}

#content h1, h2, h3, h4, h5, h6, h7, ul, ol, label{color: #063;}

#content a:link, a:visited, a:hover {
	color: #c00;
	text-decoration: underline;
}

#content a:hover {color: rgb(255, 250, 200);}

#listblock{
	display: block;
	color: #063;
}

#newslist{
  float: left;
	position: relative;
	min-width: 200px;
	max-width: 1079px;
	margin: 0px 0px;
	padding: 18px 0px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#newslist a:link, a:visited, a:hover {
	color: rgb(255, 250, 200);
	text-decoration: underline;
}

#newslist a:hover {color: #fff;}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #063;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #063;
}


/************* #globalNav styles **************/

#globalNav{
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	font-size: 90%;
	color: rgb(255, 250, 200);
	padding: 16px 40px 4px 4px;
	width: 100%;
}

#globalNav img{display: block;}

#globalNav span{display: block;}

#globalNav a:link, #globalNav a:visited, #globalNav a:hover{
	font-size: 90%;
	color: rgb(255, 250, 200);
	display: inline-block;
	margin: 0px -5px 0px 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	position: relative;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	position: relative;
}

.feature img{
	float: left;
	/*border: 1px solid #063;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.feature span{
	float: left;
	/*border: 1px solid #063;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

/************** .newsline styles **************/
.newsline{
	text-indent: 4em;
	font-size: 80%;
	border: 1px solid #063;
	margin-top: -1px;
	margin-left: -1px;
	padding: 5px 0px 5px 10px;
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 384px;
	width: 851px;
	position: relative;
}

.newsline img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 4px;
	position: relative;
}

.newsline span{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 4px;
	position: relative;
}


.storyblock{
	text-indent: 4em;
	font-size: 80%;
	border: 1px solid #063;
	margin-top: -1px;
	margin-left: -1px;
	padding: 5px 0px 5px 10px;
	background-repeat: repeat;
	background-position: left top;
	width: 851px;
	position: relative;
}

.storyblock img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 4px;
	position: relative;
}

.storyblock span{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 4px;
	position: relative;
}


.topic{
	text-indent: 4em;
	display: inline-block;
	float: none;
	min-width: 384px;
	max-width: 100%;
	position: relative;
}

.topic img{
	float: left;
	/*border: 1px solid #063;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 4px;
	position: relative;
}

.topic span{
	float: left;
	/*border: 1px solid #063;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 4px;
	position: relative;
}


/************* #siteInfo styles ***************/

#siteInfo{
	position: relative;
	text-align: center;
	clear: both;
	border-top: 1px solid #B99C6B;
	font-size: 75%;
	color: #B99C6B;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 96px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo span{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited{
	display: block;
	width: 152px;
	text-decoration: none;
	list-style: none;
}

#navBar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {list-style: none; border-bottom: 1px solid #B99C6B;}

/* fix for browsers that don't need the hack */
html>body #navBar li {list-style: none; border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	list-style: none;
	color: #B99C6B;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

#sectionLinks h3{padding: 10px 0px 2px 10px;}

#sectionLinks a:link{
	list-style: none;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #B99C6B;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #B99C6B;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	background-repeat: no-repeat;
	background-position: left center;
}

#sectionLinks a:visited{
	list-style: none;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #B99C6B;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #B99C6B;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	background-repeat: no-repeat;
	background-position: left center;
}

#sectionLinks a:hover{
	list-style: none;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #B99C6B;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	background-repeat: no-repeat;
	background-position: left center;
}


/*********** .search styles ***********/

.search{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 64px;
}

.search form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	background: none;
}

.search table{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	background: none;
}


/************** #advert styles **************/

#advert{
	text-align: center;	
	padding-top: 10px;
	font-size: 80%;
	border-bottom: 1px solid #B99C6B;
}

#advert img{display: block;}

#advert span{display: block;}