﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #FDFACE;
	min-width: 760px;
	padding-bottom: 10px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
h1
{
	color: #08559D;
	margin-right: 10px;
	font-size: 1.7em;
	font-weight:lighter;
}
h2
{
	font-weight:lighter;
	font-size: 1.25em;
	margin-bottom: 0.5em;
}
h3
{	
	font-weight: lighter;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
ul
{
	list-style: none;
}
p
{
	text-align: justify;
}
hr
{
	margin-top: 20px;
	padding-bottom: 5px;
	background: url(../../Graphics/Backgrounds/HRGrad.jpg) bottom repeat-x;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
th
{
	background: url(../../Graphics/Backgrounds/THGrad.jpg) top repeat-x;
	border-top: black 1px solid;
}
td
{
	text-align: left;
	vertical-align: top;
}
.floatedleft
{
	float:left;
	clear: left;
}
.floatedright
{
	float:right;
	clear:right;
}
.datarowstyle
{
	background-color: #EBF3FA;
}
.alternatingitemstyle
{
	background-color: #FFFFFF;
}
.editeditemstyle
{
	background-color: #C8CCD0;
}
.img-wrapper
{
	background-image: url(../../Graphics/Backgrounds/ImageShadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	position: relative;
	padding-top: 5px;
}
.img-wrapper img
{
	border: 1px solid black;
	padding: 4px;
	display: block;
	position: relative;
	margin: -4px 4px 4px -4px;
	background-color: white;
}
.required
{
	color: Red;
	font-size: 0.8em;
}

/* header style */
#header
{
	width: 100%;
	padding-top: 5px;
	background: #4C281A url(../../Graphics/Backgrounds/HeaderBottom.jpg) bottom repeat-x;
}
#header .headercontent
{
	width: 729px;
	margin-left: 15px;
}
#header p
{
	text-align: right;
	font-weight: bold;	
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: White;
	font-size: 0.9em;
}
#header img
{
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 15px;
	border: none;
}
#nav
{
	border-top: black 2px solid;
	height: 30px;
	padding-left: 15px;
	width: 100%;
	background: #A1BC6B url(../../Graphics/Backgrounds/NavBottom.jpg) bottom repeat-x;
}
#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	color: White;
	text-transform: uppercase;
	padding-top: 6px;
}
#nav ul li
{
	float: left;
	vertical-align: bottom;
}
#nav ul a
{
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	display: block;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	padding-left: 8px;
	padding-right: 12px;
	border-left: black 1px solid;
	color: black;
	background: #CCCCCC url(../../Graphics/Backgrounds/NavButton.jpg) right bottom no-repeat;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}
#nav ul .first a
{
	margin-left: 0;
}
#nav ul a:hover
{
	border-left: black 1px solid;
	margin-top: 0px;
	background: white url(../../Graphics/Backgrounds/NavButton.jpg) right top no-repeat;
}
#nav ul .first a:hover
{
}
#nav .selected
{
	border: none;
	border-left: black 1px solid;
	background: white url(../../Graphics/Backgrounds/NavButton.jpg) right top no-repeat;
	color: Black;
}
#nav .selected:hover
{
	
}


/* content style */
#wrapper
{
	margin-left: 15px;
	width: 729px;
	text-align: left;
	background: white url(../../Graphics/Backgrounds/ContentBorderRight.jpg) right repeat-y;
}
#contentborder
{
	width: 715px;
	border-top: none;
	border-left: black 1px solid;
	background: white;
}
#contentborder .default-outer
{ 
	background:  url(../../Graphics/Backgrounds/DefaultMiddle.gif) repeat-y left bottom;
}
#contentborder .default-inner
{
	background:  url(../../Graphics/Backgrounds/DefaultBottom.gif) no-repeat left bottom;
}
#contentborder .default-inner h3
{
	background:  url(../../Graphics/Backgrounds/DefaultTop.gif) no-repeat left top;
	padding-top: 120px;
	padding-left: 20px;
	font-size: 1px;
	color: white;
}
#content
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;	
}
#maincontent
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#maincontent h1
{
	width: 100%;
	background: white url(../../Graphics/Backgrounds/H1Grad.jpg) repeat-x bottom;
	color: black;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	border-bottom: black 1px solid;
	padding-left: 5px;
}
#footer
{
	width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
#bottomborder
{
	width: 729px;
	height: 8px;
	margin: 0 auto;
	background:  url(../../Graphics/Backgrounds/ContentDropShadowBottom.jpg) repeat-x top;
	
}
#bottomborder h3
{
	background:  url(../../Graphics/Backgrounds/ContentDropShadowBottomRight.jpg) no-repeat right top;	
	line-height: 9px;
}
#copyright
{
	width: 729px;
	text-align: center;
	font-size: 0.7em;
}
.defaulttable
{
	width: 680px;
	margin-left:20px;
}
.defaulttable td
{
	width: 226px;
	text-align: center;
	margin: 0 auto;
}
.defaulttable h1
{
	color: Black;
	text-align: right;
	margin-right: 10px;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 40px;
	font-weight:lighter;
}
.defaulttable p
{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 12px;	
}
.defaulttable img
{
	border: #5D301E 1px solid;
}
#categories a
{
	text-decoration: none;
}
#categories a:hover
{
	text-decoration: underline;
}
#categories a:selected
{
	color: Black;
}
#categories a:visited
{
	color: Blue;
}
#manufacturers
{
	overflow: hidden;
}
#manufacturers td
{
	padding-bottom: 20px;
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
	border-top: gray 1px dotted;
}
#manufacturers a
{
	font-size: smaller;
}
#manufacturers p
{
	float: left;
	margin-right: 20px;
	width: 275px;
}
#glossary h3
{
	margin-bottom: 0;
}
#glossary p
{
	padding-left: 30px;
	margin-bottom: 20px;
}
#aboutcontent img
{
	float: right;
	padding: 5px;
	margin-left: 20px;
	border: black 1px solid;
}
#aboutcontent p
{
	margin-right: 10px;
	margin-bottom: 1em;
}
#contactcontent p
{
	text-align: left;
	margin-bottom: 1em;
}

#contactcontent .mapcaptionwrapper
{
	width: 200px;
	float: right;
	padding: 5px;
	margin-left: 20px;
	border: black 1px solid;
	font-size: 0.9em;
	font-weight: bold;
}
#contactcontent .mapcaptionwrapper p
{
	margin-bottom: 0;
}
#error h1
{
	background: none;
	font: red;
}
.resources h3
{
	margin-bottom:0;
}
.resources p
{
	margin: 1em;
	margin-top: 0em;
}
.resources img
{
	padding: 20px;
}
.resources ul
{
	list-style-type: disc;
	margin: 1em;
	padding-left: 2em;
}
.resources h6
{
	line-height: 0px;
	clear: both;
}