/***********************************************/
/* canning_css.css                           */
/***********************************************/
/*HTML Tag Styles*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
	background: #2f5a6e url("canning_banner.jpg") no-repeat top center;
}

/*Header Tag Styles*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background: #FFFFFF;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background: #FFFFFF
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background: #FFFFFF
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFFFFF;
	color: #2F5A6E;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
p{
	font: 12pt Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}
/* Do we want to create a p2 style for indented text?
p2{
	font: 16pt Arial, Helvetica, sans-serif;
	line-height: 24px;
	background: #FFFFFF;
}
*/
/*************** list tag styles ***************/

ul{
 list-style-type: square;
 list-style-position: outside;
 font: 12pt Arial, Helvetica, sans-serif;
 color: #000000;
}

ul ul{
 list-style-type: disc;
 list-style-position: outside;
 font: 12pt Arial, Helvetica, sans-serif;
 color: #000000;
}

ul ul ul{
 list-style-type: disc;
 list-style-position: outside;
 font: 12pt Arial, Helvetica, sans-serif;
 color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
/*Hyperlink and anchor tag styles*/
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

form {
	background-color: #CCCCCC;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 24px;
	line-height: 30px;
  	background-color: #006666;
	color: #DCDCDC;
}
/*******************Layout divs*******************/
#masthead{
	width:768px;
	
}
	/************* globalNav styles ****************/
	/*This is the div and format for the top menu*/
	#globalNav{
		position: absolute;
		top: 195px;
		left: 50%;
		margin-left: -400px;
		width: 800px;
		height: 32px;
		/*color: #cccccc;*/
		background-color: #FFFFFF;
	}

	#globalNav img{
		margin-bottom: -4px;
 
	}

	#gnl {
		position: absolute;
		top: 0px;
		left:0px;
	}

	#gnr {
		position: absolute;
		top: 0px;
		right:0px;
	}

	#globalLink{
		position: absolute;
		top: 7px;
		height: 22px;
		padding: 0px;
		margin: 0px;
		left: 27px;
		z-index: 100;
	}


	a.glink, a.glink:visited{
  		font-size: small;
  		color: #000000;
		font-weight: bold;
		margin: 0px;
		padding: 2px 5px 4px 5px;
		border-right: 1px solid #8FB8BC;
	}

	a.glink:hover{
  		color: #2F5A6E;
		text-decoration: none;
	}
	/*end globalNav*/
	/*************** search styles *****************/

	a.hidden_menu, a.hidden_menu:visited{
  		font-size: small;
  		color: blue;
		font-weight: bold;
		margin: 0px;
		padding: 2px 5px 4px 5px;
		border-right: 1px solid #8FB8BC;
		text-decoration: underline;
	}

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
}

#search a:hover{
	margin: 0px;
}
/*end mastHead styles*/
	/***************pageCell styles*****************/	
#pageCell1{
	position: absolute;
	top: 228px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	background-color: #ffffff;
}

	/*#tl {
		position:absolute;
		top: -1px;
		left: -1px;
		margin: 0px;
		padding: 0px;
		z-index: 100;
	}

	#tr {
		position:absolute;
		top: -1px;
		right: -1px;
		margin: 0px;
		padding: 0px;
		z-index: 100;
	}*/
	

	#sideBar{
		position: absolute;
		left: 10px;
		top: 50px;
		width: 178px;
		text-align: center;
		
		/*float: left;
		width:178px;
		padding: 10px, 10px, 10px, 10px;
		top: 228px;
		background-color: #ffffff;
		
		*/
	}
		/************ sectionLinks styles for links in the sideBar **************/

		#sectionLinks{
			margin: 0px;
			padding: 0px;
		}
				#sectionLinks h3{
			padding: 10px 0px 2px 10px;
			border-bottom: 1px solid #cccccc;
		}
		
		#sectionLinks a:link, #sectionLinks a:visited {
			display: block;
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #cccccc;
			font-weight: bold;
			padding: 3px 0px 3px 10px;
			color: #000000;
		}
		#sectionLinks a:hover{
			border-top: 1px solid #cccccc;
			background-color: #DDEEFF;
			background-image: none;
			font-weight: bold;
			text-decoration: none;
		}
	
	#content{
		margin-left: 200px;
		margin-top: 10px;
		padding: 10px 10px 10px 25px;
		background-image:  url("side_bar.jpg");

	}

	#content_nomenu{
		margin-left: 10px;
		margin-top: 10px;
		padding: 10px 10px 10px 25px;
	}

	/************** bottomNav styles ****************/

	#bottomNav{
		width: 768px;
		clear: both;
		border-top: 1px solid #cccccc;
		font-size: small;
		color: #cccccc;
		padding: 10px 10px 10px 10px;
		margin-top: 0px;
	}
.skipLinks {display: none;}

/*What do these do?*/
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  	font-weight: bold;
	background-color: #CCCCCC;
}
.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
