/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-size:x-small;
}

.bullets
{ 
    color:#000000;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.title
{
    color:#000000;
	font:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
}

.titleSmall
{
    color:#000000;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}

.joGarryHeader
{
    font-family: Times New Roman;
font-size: 1.4em;
line-height: 1em;
letter-spacing: 0;
text-align: center;
word-spacing: normal;
text-decoration: none;
font-style:italic;
color: #000000;
background-color: #fff;}

a:link.joGarryHeader {
	text-decoration: none;
	color: #000000;
	}
a:visited.joGarryHeader {
	text-decoration: none;
	color: #000000;
	}
a:hover.joGarryHeader {
text-decoration: none;
color: #000000;
	}


.joGarryBar
{
    font-family: Arial;
font-size: 0.8em;
line-height: 1em;
letter-spacing: 0;
text-align: center;
word-spacing: normal;
text-decoration: none;
font-style:normal;
color: #ffffff;
background-color: #7F030D;}

.joGarryText
{
    background-repeat:no-repeat;
font-family: Arial;
font-size: 0.8em;
line-height: 1em;
letter-spacing: 0;
text-align: left;
word-spacing: normal;
text-decoration: none;
font-style:normal;
color: #000000;
background-color: Transparent;}













a:link{
color:#FFFFFF

}

a:visited{
color:#FFFFFF


}

a:hover {
color:red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

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: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

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: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	margin: 12px;
	width: 760px;
}

#masthead{
	margin: 0;
	padding: 10px 0px 0px 0px;
	border-bottom: 6px solid #ffffff;
	width: 100%;
	background-color: #FFD497;
	height:60px;
}

#navBar{
	margin: 0 568px 0 0;
	padding: 0px;
	background-color: #339999;
border-right: 7px solid #fff;
/* border-bottom: 1px solid #ccc; */


}

#content{
	float:right;
	width: 568px;
	margin: 0;
	/*padding: 0 3% 0 0;*/
	background-color: #FFFFFF;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{

	color: #660000;
	font-size: 75%;
	bottom:0px;

	
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
 float: right;

top:0px;
right:0px; 
}

 #globalNav a {
	color: #FFFFFF;
} 
 #globalNav a:hover {
 text-decoration:underline;
} 

#globalNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#globalNav ul li {
	margin-left: 0;
	padding: 3px 7px;
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: inline;
	}
	
		
#globalNav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}


/************* #bottomNav styles **************/

#bottomNav{
	color: #FFFFFF;
	font-size: 60%;
		text-align: center;
	white-space: nowrap;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#bottomNav img{
 display: block;
 float: right;
}

#bottomNav a {
	color: #FFFFFF;
}

#bottomNav a:hover {
text-decoration:underline;
}

#bottomNav ul {
	text-align: center;
	white-space: nowrap;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#bottomNav ul li {
	margin-left: 0;
	padding: 3px 7px;
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: inline;
	}
	
		
#bottomNav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 5px 0px 5px 10px;
	
	color: #666666

}

#breadCrumb a{
	
	text-decoration:underline;
	color: #666666
}

/************** .feature styles ***************/


.mainfeature{
width: 568px;
}


.mainfeature img{
	float: right;
	/* padding: 0px 10px 0px 0px; */
	/*margin: 0 0 2 2; */
}


.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	color: #000000;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.feature a:visited{
	text-decoration: underline;
	color: #3753f8;
	
}

.feature a:link{
	text-decoration: underline;
	color: #3753f8;
	
}

.feature a:hover{
	color: red;
	text-decoration: underline;
}


.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.mainimg{
  text-align:center;
    display:block;
	margin:12px; 12px; 12px; 12px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 70%;
}

.relatedLinks h3{
	padding: 3px 0px 0px 0px;
 color: #000000;

}

.relatedLinks ul {list-style: none; margin: 0; 	padding: 3px 0px 0px 0px;  margin-left: 0; padding-left: 8px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.relatedLinks li {
	text-indent: 6px;
}

.relatedLinks a, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.relatedLinks a:hover 
{
	color:Red;
	text-decoration: underline;
}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	width: 760px;
	background-color: #FFD497;
		text-align: middle;

}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0; margin-left: 0; padding-left: 8px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	color: #FFFFFF;
	text-indent: 6px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}




/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
/************** #pagePrevNext styles **************/
#pagePrevNext{
	font-size: 85%;
	padding: 5px 10px 5px 0px;
	text-align:center;
	
}


#pagePrevNext a{
	color:#7F030D;
	text-decoration:underline;
}

.featureTitle {
	font-size: small;
	color: #8A2528;
}

a:link.featureTitle {
	text-decoration: underline;
	color: #8A2528;
	}
a:visited.featureTitle {
	text-decoration: underline;
	color: #8A2528;
	}
a:hover.featureTitle {
text-decoration: none;
color: #334d55;
	}
.featureTiny {font-size: xx-small}
.featureTitle {
	font-size: small;
	color: #8A2528;
}
.category {
background-color:#ffffff;
margin:6px 0 6px 0;
}

.category img {
}

.category-desc {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	text-align:left;
	padding:0 6px 0 6px;
}

.category-xtra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align:left;
	font-style: normal;

	padding:0 6px 0 6px;
}
.category-name {
	font-size: 120%;
	text-align:left;
}
.featbiz {
background-color:#C2D8E0;
margin:6px 0 6px 0;
color:#000000;
}

.featbiz img {
border:4px solid white;
}

.featbiz-desc {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-align:left;
	margin:3px 0 12px 0;

}
.featbiz-name {
	font-size: 120%;
	text-align:left;
	margin:0 0 3px 0;

}
.featbiz-disc {
	font-size: 100%;
	text-align:left;
}
.featbiz-info {
	font-size: 85%;
	text-align:left;
}
.a:hover.featbiz {
	text-decoration: underline;
	color: #8A2528;
}
.featbiz-tag {
	font-size: 65%;
	text-align:left;
}
.featbiz-head {
	font-size: 100%;
	text-align:left;
	margin:3px 0 3px 0;

}
.featbiz-samplemenuTitle {
	font-size: 85%;
	text-align:left;
	font-style:bold;
	margin:0 0 3px 12px;
	color: #8A2528;
}
.featbiz-viewMenu {
	font-size: 85%;
	text-align:left;
	margin:0 0 3px 0px;
	color: #8A2528;
	text-decoration:none;
}

a:hover.featbiz-viewMenu {
	text-decoration: underline;
	color: #8A2528;
	}

a:visited.featbiz-viewMenu {
text-decoration: none;
color: #8A2528;
	}
	
.featbiz-samplemenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	font-style: italic;
	text-align:left;
	margin:0 0 6px 12px;

}

.samplemenu {
background-color:#FFFFCC;
padding: 3px 6px 3px 6px;
width: 250px;

}

/* Coupon Details
--------------------------------------------------------------------------- */

.coupon_normal{
	font-size: 85%;
	color: #8A2528;
			margin:0 0 6px 0;

}

.coupon_upto{
	font-size: 150%;
	margin:0 0 12px 0;
	font-style:bold;
	color: #8A2528;
}
.coupon_item{
	font-size: 120%;
	color: #8A2528;
	font-style:bold;
	margin:0 0 3px 0;
}

.coupon_fineprint {
	font-size: 65%;
		margin:6px 0 0 0;

	
}
.coupon_small {
	font-size: 65%;
				margin:0 0 6px 0;

}

table#hra {
margin-top:12px;

}

table#leftnav a {text-decoration: none;}
table#leftnav tr#days th {color: #CCE; background-color: #224;
   font-weight: bold; text-align: center;
   padding: 1px 0.33em;}
table#calendar tr#title th {background: #AAC; color: black;
   border: 1px solid #242; font-size: 120%;}

table#hra td.masthead {
	background-color: #FFD497;
	border-bottom:6px; solid; #ffffff;
	height:66px;

}

table#hra td.topspacer {
	background-color: #ffffff;
	height:6px;
	padding:0px;
	margin:0px;
}

table#hra td.top {
	text-align: left;
	background-color: #239094;
	background-image: url(images/toprightcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:12px;
	width:185px;
}

table#hra td.mainspacer {
	background-color: #ffffff;
	width:6px;
	padding:0px;
	margin:0px;
	height:6px;
}


table#hra tr.toptr {
	background-color: #ffffff;
	height:12px;
}

table#hra td.bottom {
	background-color: #239094;
	background-image: url(images/bottomrightcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:12px;
	right:0px;
	bottom:0px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}


table#hra td.leftnav {
	text-align: left;
	background-color: #239094;
	background-image: url(images/HRA_man.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:185px;
	padding:0px;
	margin:0px;
	left:0px;
	top:0px;
	
}

table#hra td.main {
	text-align: right;
	background-color: #ffffff;
	width:568px;
	top:0px;
	right:0px;
	padding:0px;
	margin:0px;
}

table#calendar td.sat {border-right: 1px solid #BBB;}
table#calendar a {font-weight: bold; display: block; margin: 0;}
table#calendar a:link {color: navy;}
table#calendar a:visited {color: purple;}
table#calendar a:hover {background: #FF6;}
table#calendar td.sat, table#calendar td.sun {background: #FDD;}
table#calendar td.jun, table#calendar td.aug {
   background: #AAB; color: #889;
   border: 1px solid #AAB; border-right-color: #99A;}
table#calendar tr#lastweek td {border-bottom: 2px solid #AAB;}
table#calendar td.holiday {background: #FAA;
   border-color: #BBB #FCC #FCC #BBB;}
table#calendar td#jul16 {background-color: yellow; 
   border: 1px solid black;}
body {
	background-color: #FFFFFF;
}
