@charset "UTF-8";
/* CSS Document */

@import url("yui/3.0.0/build/cssreset/reset-min.css");
@import url("yui/3.0.0/build/cssfonts/fonts-min.css");
@import url("yui/3.0.0/build/cssbase/base-min.css");
			
/* Horizontal lines were missed by Yahoo */
hr {
/*	color: #A86804; */
/*	background-color: #A86804; */
	color: #ffffff; 
	background-color: #ffffff;
	height: 0px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8d8d8d;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
	text-align: left; /* not sure about this */
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	*margin-top: 0;
	*margin-bottom: 0;
}

html {
	/*	background-color: #FFBEA5; */
	background-image:url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:top;
	background-color: #BCD3FF;
}

body {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: verdana;
	color: #aa0055;
}

table, td {
	border: none 0 #000000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h1, h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h3 {
	margin-top: 0.5em;
	margin-bottom: 0em;
}

h4, h5, h6 {
	margin-top: 0.5em;
	margin-bottom: 0em;
}

h1 {
	font-size: 131%;
	color: #aa0055;
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-style:italic;
}

h2 {
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	color: #7F8000;
}

h3 {
	font-size: 131%;
	color: #aa0055;
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-style:italic;
}

h4 {
	font-weight: bold;
	font-style:italic;
	font-size:116%;
	font-family:"Comic Sans MS";
	color: #7F8000;
}

h5 {
	font-weight: bold;
	font-style:normal;
	font-size:108%;
	font-family:"Comic Sans MS";
	color: #A86804;
}

h6 {
	font-weight:bold;
	font-style:normal;
	font-size:93%;
	color: #A86804;
}

p.attrib {
	font-weight: normal;
	font-style: italic;
	color: #7F8000;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align:justify;
}

li ul {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #A86804;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

#hcg-header {
	background: url(images/hazleceramicsguide.jpg) no-repeat;
	width: 860px;
	height: 240px;
	margin: auto auto 0px auto;
}

#navigation {
	width: 860px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(images/navigation.png);
	background-position: 0px 0px;
	position: relative;
}
#navigation div {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	height: 30px;
}
#navigation-sitemap {
	left: 0px;
	width: 120px;
}
#navigation-shapes {
	left: 120px;
	width: 90px;
}
#navigation-knowhow {
	left: 210px;
	width: 130px;
}
#navigation-people {
	left: 340px;
	width: 85px;
}
#navigation-events {
	left: 425px;
	width: 80px;
}
#navigation-search {
	left: 505px;
	width: 90px;
}
#navigation-join {
	left: 595px;
	width: 65px;
}
#navigation-apob {
	left: 660px;
	width: 200px;
}
#navigation a, #navigation span {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: block;
	overflow: hidden;
}
#navigation span {
	background-color: transparent;
	background-image: url(images/navigation.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#navigation-sitemap a span {
	background-position: 0px 0px;
}
#navigation-shapes a span {
	background-position: -120px 0px;
}
#navigation-knowhow a span {
	background-position: -210px 0px;
}
#navigation-people a span {
	background-position: -340px 0px;
}
#navigation-events a span {
	background-position: -425px 0px;
}
#navigation-search a span {
	background-position: -505px 0px;
}
#navigation-join a span {
	background-position: -595px 0px;
}
#navigation-apob a span {
	background-position: -660px 0px;
}

#navigation-sitemap a:hover span {
	background-position: 0px -30px;
}
#navigation-shapes a:hover span {
	background-position: -120px -30px;
}
#navigation-knowhow a:hover span {
	background-position: -210px -30px;
}
#navigation-people a:hover span {
	background-position: -340px -30px;
}
#navigation-events a:hover span {
	background-position: -425px -30px;
}
#navigation-search a:hover span {
	background-position: -505px -30px;
}
#navigation-join a:hover span {
	background-position: -595px -30px;
}
#navigation-apob a:hover span {
	background-position: -660px -30px;
}

.navigation a, .navigation a:link, .navigation a:visited, .navigation a:hover {
	color: #AA6D09;
}

.contentpanel {
	width: 858px;
	background-color: #F1E1AE;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #AA6D09;
/*	color: #AA6D09; */
}

.contentpane {
	width: 746px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 38px;
	border: 2px solid #B80349;
	padding: 15px;
	/*background-color: #E4E3D2;*/
	background-color: #FFFDF2;
	line-height: 1.4;
	text-align: justify;
}

.table {
	border:2px ridge #ffffff;
}

.table td {
	border:2px ridge #ffffff;
}

.texttable {
	border: 0px none #000000;
}

.texttable td {
	border: 0px none #000000;
	padding: 0;
}

.gridtable {
	/* border:1px solid #A86804; */
	border:2px ridge #ffffff;
}

.gridtable th {
	/* border:1px solid #A86804; */
	border:2px ridge #ffffff;
	font-size: 93%;
	font-weight: bold;
	color:  #A86804;
	padding: 0.2em;
	background-color:#d3d3d3;
}

.gridtable td {
	/* border:1px solid #A86804; */
	border:2px ridge #ffffff;
	font-size: 93%;
	padding: 0.2em;
	background-color:#DEB887;
}

.layouttable {
	border: 0px none #000000;
}

.layouttable td {
	border: 0px none #000000;
}

.layouttable img {
	margin-left:auto;
	margin-right:auto;
}

.orientationtable {
	border: 1px solid #B80349;
	background-color: #FFF9E4;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
}

.orientationtable td {
	border: 1px solid #B80349;
	padding: 5px;
}

.orientation-buildingname {
	color: #663399;
	font-style:normal;
	font-weight:bold;
	font-size:85%;
}

.orientation-dates {
	color: #aa0055;
	font-style:normal;
	font-weight:bold;
	font-size:85%;
}

.orientation-edition {
	color: #A86804;
	font-style:normal;
	font-weight:bold;
	font-size:85%;
}

.orientation-variant {
	font-style:normal;
	font-weight:normal;
	color: #7F8000;
	font-size: 93%;
}

.internaltable {
	border:2px ridge #ffffff;
	background-color: #F9EABD;
}

.internaltable td {
	border:2px ridge #ffffff;
}

.highstreetnews {
	/* border:1px solid #A86804; */
	border:2px ridge #ffffff;
	color: #242491;
	background-color: #FFF9D7;
}

/* Text Attributes */

.bold, a.bold {
	font-size: 93%;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.boldItalic, .bolditalic {
	font-weight: bold;
	font-style: italic;
	font-size: 93%;
}

.small {
	font-size: 93%;
}

.smallBold {
	font-size: 85%;
	font-style:normal;
	font-weight:bold;
}

/* Text Colors */

.cerise {
	color: #aa0055;
}

.gold {
	color: #A86804;
}

.blue {
	color: #666699;
}

.green {
	color: #7F8000;
}

.purple {
	color: #663399;
}

.smallCerise {
	color: #aa0055;
	font-size: 93%;
}

.smallGold {
	color: #A86804;
	font-size: 93%;
}

.smallBlue {
	color: #666699;
	font-size: 93%;
}

.smallGreen {
	color: #7F8000;
	font-size: 93%;
}

.smallPurple {
	color: #663399;
	font-size: 93%;
}

.boldCerise {
	color: #aa0055;
	font-size: 93%;
	font-weight: bold;
}

.boldGold {
	color: #A86804;
	font-size: 93%;
	font-weight: bold;
}

.boldBlue {
	color: #666699;
	font-size: 93%;
	font-weight: bold;
}

.boldGreen {
	color: #7F8000;
	font-size: 93%;
	font-weight: bold;
}

.boldPurple {
	color: #663399;
	font-size: 93%;
	font-weight: bold;
}

.smallBoldCerise {
	color: #aa0055;
	font-size: 85%;
	font-weight: bold;
}

.smallBoldGold {
	color: #A86804;
	font-size: 85%;
	font-weight: bold;
}

.smallBoldBlue {
	color: #666699;
	font-size: 85%;
	font-weight: bold;
}

.smallBoldGreen {
	color: #7F8000;
	font-size: 85%;
	font-weight: bold;
}

.smallBoldPurple {
	color: #663399;
	font-size: 85%;
	font-weight: bold;
}

td.caption {
	color: #663399;
	font-size: 93%;
	font-style:italic;
	padding-top:0;
	margin-top:0;
}

.smallprint {
	font-size: 77%;
	color: #696969;
	text-align:center;
}

.smallprint a {
	color: #696969;
}

input[type="text"], input[type="password"], textarea {
	width:20em;
}

iframe {
	margin: 0;
	padding: 0;
}

.flag {
	border: #CCCCCC thin solid;
	background-color:#FFFFFF;
}

.menu {
	background-color: #E4E3D2;
	width: 746px;
}

.menu table, .menu td {
	margin: 0;
	border: 2px ridge #FFFFFF;
	padding: 0.25em;
}

.menu p {
	font-style: italic;
	font-weight: bold;
	color: #aa0055;
	font-size: 100%;
	margin-top: 0.5em;
	margin-bottom: 0em;
	line-height:1;
	text-align:center;
}

.menu ul {
	margin-top: 0em;
	margin-bottom: 0em;
}

.menu li {
	font-style: normal;
	font-weight: bold;
	color: #A86804;
	font-size: 93%;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height:1.4;
}

.menu li ul {
	margin-left: 15px;
}

.menu li li {
	font-weight:normal;
}
