/*
Colors

Outside background: 7A8FF1
Inside background: E8EFC2
Dark Brown: 684201
Brown/Orange: BE8D30
*/

body
{
	font-family: Verdana,Georgia,Arial;
	font-size: 10px;
	background-color: #2D6EB5;
	padding: 0px 0px 0px 0px;
}

h1
{
	font-size: 2.5em;
	font-weight: bold;
	margin: .67em 0;
}

h2
{
	font-size: 2.0em;
	font-weight: bold;
	margin: .83em 0;
}

h3
{
	font-size: 1.50em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}

h4
{
	font-size: 1.25em;
	font-weight: bold;
	margin: 1.00em 0;
}

h5
{
	font-size: 1.00em;
	font-weight: bold;
	margin: 1.27em 0;
}

h6
{
	font-size: 0.87em;
	font-weight: bold;
	margin: 2.00em 0;
}


body.popup
{
	background-color: #7191B5;
}

div.page
{
	height: 100%;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

button
{
	background-color: #FCE5CD;
	color: #2D6EB5;
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}

div.picture
{
	width: 640;
	border: thin solid navy;
	padding: 5px 5px 5px 5px;
}


div.Name
{
	width: 100%;
	text-align: center;
}

TABLE.header
{
	width: 700px;
	background-color: #fff;
	text-align: center;
	border-collapse: collapse;
	padding-bottom: 20px;
}

/*
div.header { width: 700px; font-size:12px; border: thin solid navy ; }
*/

TABLE.page
{
	width: 700px;
	background-color: #fff;
	height: 500px;
	/*
	text-align: top;
	*/
	font-size: 12px;
	font-family: Georgia;
}

TD
{
	font-family: Georgia,verdana;
	font-size: 12px;
}

TD.page
{
	padding: 20px 5px 5px 5px;
}

.Heading
{
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
}

.text
{
	text-align: justify;
}

.smalltext
{
	font-family: verdana,Georgia;
	font-size: 10px;
	font-weight: normal;
}

.topPadding
{
	margin-top:10px;
}

.fullWidth
{
	width:100%;
}

ul.ItemDetail
{
	margin: 0;
	padding: 0 0 0 15px;
	white-space: nowrap;
}

ul.ItemDetail li
{
	float:none;
	height:auto;
	margin-bottom:6px;
}

.AddressFooter
{
	font-family: verdana,Georgia;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}


A.AddressFooter:link
{
	text-decoration: underline;
	cursor: hand;
	color: #FCA03F;
}
A.AddressFooter:visited
{
	text-decoration: underline;
	cursor: hand;
	color: #FCA03F;
}
A.AddressFooter:hover
{
	text-decoration: underline;
	cursor: hand;
	color: #2D6EB5;
}
A.AddressFooter:active
{
	text-decoration: underline;
	cursor: hand;
	color: #2D6EB5;
}


.noborder
{
	border: 0 none;
}



TABLE.SubCategory
{
	padding: 5px 5px 5px 5px;
	text-align: center;
	width: 100%;
}

TD.SubCategory
{
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.topNav
{
	width: 700px; /* width: 100%;*/
	height: 29px;
	max-height: 17px; /*  	 height:1.5em; */
	text-align: left; /* margin-left: 180px; */
	border-top: 2px #664200 solid;
	border-bottom: 5px #7191B5 solid;
	background-color: #7191B5;
	position: relative;
}

.topNav ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	width: 100%;
	background-color: #7191B5;
}

.topNav li
{
	display: inline;
	list-style-type: none;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	background-color: #7191B5;
	position: absolute;
}

.topNav li a
{
	color: #fff;
	padding: 2px 4px 2px 4px;
	line-height: 20px;
	border-left: 1px #7191B5 solid;
	border-right: 1px #7191B5 solid;
	white-space: nowrap;
}

.topNav li a:hover
{
	border-left: 1px #002c9e solid;
	border-right: 1px #002c9e solid;
	color: #002c9e;
}


.topNav li a#Selected
{
	border-left: 1px solid #002c9e;
	border-right: 1px solid #002c9e;
	border-top: 1px none #002c9e;
	border-bottom: 3px solid #fff;
	background: #fff;
	color: #002c9e;
}

.subMenu ul
{
	position: absolute;
}

.subMenu li
{
	position: relative;
	display: block;
	list-style-type: none;
	background-color: #7191B5;
	width: 100%;
}

.subMenu li a:hover
{
	color: #002c9e;
	border-left: 0px #254993 solid;
	border-right: 0px #254993 solid;
	border-top: 0px #254993 solid;
}

li ul
{
	position: absolute; /* left: 0px; Set 1px less than menu width */
	left: -5px;
	top: 20px;
	display: none;
	text-align: left;
}

/* Holly Hack. IE Requirement \*/
* html ul li
{
	float: left;
	height: 1%;
}
* html ul li a
{
	height: 1%;
}
/* End */

li:hover ul, li.over ul
{
	display: block; /* z-index:-2; */
}
/* The magic */


.subMenuList
{
	font-size: 12px;
	background: #BC8D2F;
	list-style-type: none;
}

.subMenuList li
{
	border-bottom: 1px #7A8FF1 solid;
}

div.button
{
	background-color: #FCE5CD;
	width: 100%;
}

TD.button
{
	background-color: #FCE5CD;
	padding: 0px 0px 0px 0px;
	border: thin solid #white;
	font-size: 12px;
	width: 138px;
}

div.ItemDescription
{
	font-size: 10px;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

TD.ItemDescription
{
	vertical-align:bottom;
	/* text-align:center; */
	font-family: Verdana;
	font-size: 9px; /* text-align: center; */
	padding: 5px 5px 5px 5px;
	width: 80px; /*vertical-align: bottom; */
}

A.ItemDescription
{
	white-space: nowrap;
}

A.ItemDescription img
{
	border-style: none;
}


A.ItemDescription:link
{
	text-decoration: none;
	cursor: hand;
	color: black;
}
A.ItemDescription:visited
{
	text-decoration: none;
	cursor: hand;
}
A.ItemDescription:hover
{
	text-decoration: none;
	cursor: hand;
	color: #ff6600;
}
A.ItemDescription:active
{
	text-decoration: none;
	cursor: hand;
}


table.ItemDetail
{
	border: 1px solid black;
	font-size: 10px;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}

td.ItemDetail
{
	font-size: 12px;
	text-align: left;
	padding: 3px 10px 3px 4px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	vertical-align: top;
}

td.ItemDetailHeader
{
	font-size: 12px;
	text-align: left;
	padding: 3px 10px 3px 4px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	vertical-align: top;
}

.ItemDetailFooter
{
	font-size: 4px;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	vertical-align: top;
}

td.ItemDetailDecription
{
	font-family: Times New Roman,Verdana,Georgia,;
	font-size: 120%; /* 18px; */
	font-weight: bold;
	text-align: left;
	padding: 3px 10px 3px 4px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
}

td.pageNumber
{
	font-size: 10px;
	text-align: center;
}

.navigation
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #BC8D2F;
}


A.navigation:link
{
	text-decoration: underline;
	cursor: hand;
	color: #FCA03F;
}
A.navigation:visited
{
	text-decoration: underline;
	cursor: hand;
	color: #7191B5;
}
A.navigation:hover
{
	text-decoration: underline;
	cursor: hand;
	color: #2D6EB5;
}
A.navigation:active
{
	text-decoration: underline;
	cursor: hand;
	color: #FCA03F;
}

/* Events */
.Event
{
	padding-bottom: 15px;
	border-bottom: 1px solid #7191B5;
	text-align: left;
}

.Event img
{
	margin-top: 20px;
}

.CenterImg
{
	display: block;
	margin: 0 auto;
	text-align: center;
}

#RecentEvent
{
	border-bottom: 1px solid #7191B5;
}

/* Trade Association */

.TradeAssociation
{
	overflow:auto;
	clear:both;
}

.TradeAssociationTwoThirds
{
	margin: 10px 10px;
	width:392px;	
	float:left;
}

.TradeAssociationHalf
{
	margin: 10px 10px;
	width:304px;	
	float:left;
}

.TradeAssociationThird
{
	width:196px;
	margin: 10px 10px;	
	float:left;
}

.TradeAssociationTwoThirds img, .TradeAssociationHalf img, .TradeAssociationThird img
{
	border: 0;
}

