/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000066;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: auto;
	font-size: 14px;
	list-style-type: none;
	border: thin solid #000000;
	background-image: url(/Wil/images/Content/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Table{
	color: ;
	line-height: 1.166;
	padding: 2px;
	width: 700px;
	font-size: 16px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-position: center;
}
#LeftNav{
	color: ;
	line-height: 1.166;
	padding: 2px;
	width: 200px;
	font-size: 16px;
	background-color: ffffff;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-position: center;
}
#Hours{
	color: ;
	line-height: 1.166;
	padding: 2px;
	width: 100%;
	font-size: 14px;
	background-color: ffffff;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 2px;
}	
/************* #search styles ***************/



a:link, {
	text-decoration: none;
	text-align: left;
}
a:visited {text-decoration: none;
	text-align: left;

}
 a:hover {
	text-decoration: none;
	text-align: left;
}

a:hover {
	text-decoration: none;
}
/* 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: 100%;
 color: #000099;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navBar{
	padding: 4px;
	width: 168px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #999999;
	float: none;
	vertical-align: top;
	background-color: #FFFFFF;
}

#content{
	float:left;
	width: 100%;
	padding: 4px;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 6px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	white-space: nowrap;
	width: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(/Wil/images/Content/Trans_wht70.png);
}
/* '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;
}

#globalNav a {
	font-size: 150%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/************* #LocationNav styles **************/

#LocationNav{
	color: #000066;
	white-space: nowrap;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	border: 1px solid #999999;
	background-image: url(/Wil/images/Content/Trans_wht70.png);
	background-repeat: repeat;
}
/* '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 */

#Location img{
 display: block;
}

#LocationNav a {
	font-size: 120%;
	padding: 0px 4px 0px 0px; 
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 2px;
	font-size: 12px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.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 */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(/Wil/images/Content/bg_metal.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* 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: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	padding: 4px;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	width: 220px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	font-size: 16px;
	color: #000099;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#sectionLinks a:visited{
	color: #000066;
	margin: 8px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#sectionLinks a:hover{
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: thin solid #000000;
	background-image: url(/Wil/images/Content/bg_left-menusilver.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	padding: 6px;
	background-image: url(/Wil/images/Content/bg_nav_Blue_white.jpg);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 2px 0px 0px 2px;
	font-size: 80%;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	background-color: #FFFFFF;
	background-image: url(/Wil/images/Content/bg_nav_Blue_white.jpg);
	background-repeat: repeat-x;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	font-size: 14px;
}
