/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: perpetua, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Perpetua, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 110%;
	color: #333333;
	font-family: Perpetua, "Times New Roman", Times, serif;
	padding-top: 18px;
	padding-bottom: 8px;
}

h3{
 font-size: 100%;
 color: #334d55;
}

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;
}
				


#cmain{
}


 
/***********************************************/
/************** #listamatic nav styles **************/
#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	color: white;
	width: 100%;
	font-family: Perpetua, Georgia, serif;
	line-height: 15px;
	font-size: 12px;
	letter-spacing: .2em;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #CC0000;
	border-right-width: 1px;
	border-right-style: none;
}

#navcontainer ul li a:hover
{
	color: #993333;
	text-decoration: none;
	background-color: #F5F5F5;
	border: 1px none #990000;
}

#navcontainer #active {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666666;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #666666;
}



/***********************************************/
/************** #listamatic nav styles **************/
#mainnav ul
{
	text-align: center;
	
	
/* fixes Firefox 0.9.3 */
}

#mainnav ul li
{
	font-family: "Tempus Sans ITC", Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	width: 146px;
	height: 46px;
	line-height: 46px;
	left: 10px;
	top: 30px;
}

#mainnav ul li a
{
	border-right-width: 1px;
	border-right-style: none;
	text-decoration: none;
	background-image: url(../assets/beak_logo.jpg);
	background-repeat: no-repeat;
	color: #663333;
}

#mainnav ul li a:hover
{
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	background-image: url(../assets/beak_logo_a.jpg);
}

#mainnav #active {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666666;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #666666;
	background-image: url(../assets/beak_logo_a.jpg);
	background-repeat: no-repeat;
}


 #navc
{
margin: 0px;
padding: 0px;
}

#navc ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#navc ul li { float: left; }

#navc ul li a
{
text-decoration: none;
background: url(http://butterlabel.com/transfer/butterlist/images/folderOFF.png) no-repeat top left;
font-size: 10px/12px;
float: left;
margin: 0px;
height: 67px;
width: 75px;
padding-top: 13px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 10px;
}

#navc li a:hover
{
background: url(http://butterlabel.com/transfer/butterlist/images/folderON.png) no-repeat left top;
color: #000000;
}#middle {
	width: 330px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#navcontainer {

	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	color: #666666;
	width: 100%;
	font-family: Perpetua, Georgia, serif;
	line-height: 15px;
	font-size: 12px;
	letter-spacing: .2em;
}
#middle a {
	width: 400px;
	position: relative;
	font-family: "Tempus Sans ITC", sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: .9em;
}

