html, body {
	margin:0;
	padding:0
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #33332d;
}

fieldset{
	border-color:#999999;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	background-image: url(../media/layout/menu_bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 200px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
	}

legend{
	margin:10px;
	border-color:#999999;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:900px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
div#SiteHeader {
	margin:0px;
	padding:0px;
	text-align:left;
	background-image: url(../media/layout/header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width:900px;
	height:125px;
}
div#SiteMenuContainer {
	margin:0px auto;
	padding:0px inherit;
	float:right;
	width:640px;
	height:34px;
	vertical-align: text-bottom;
}
div#HomeFlashContainer {
	margin:0px;
	padding:0px;
	text-align:left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width:600px;
	height:320px;
	background-color: #007474;
	padding-top: 0px;
	margin-right: 12px;
	padding-bottom: 0px;
	margin-left: 12px;
}
div#NewsContainer {
	margin:0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 16px;
}
div#HomeContentContainer {
	margin:0px;
	text-align:left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width:900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#FFFFFF;
}
div#ContentContainer {
	margin:0px;
	text-align:left;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
div#homeContentLeft {
	float:left;
	text-align:center;
	background-color:#FFFFFF;
	width:275px;
}
div#homeContentRight {
	float:right;
	text-align:left;
	background-color:#FFFFFF;
	width:625px;
}
div#siteContentTop {
	text-align:left;
	width:700px;
	height:50px;
}
div#siteContentMid {
	text-align:left;
}
div#siteContentBot {
	text-align:left;
	width:790px;
	height:93px;
}
A {
	text-decoration: underline;
	color: #666666;
}
A:Hover {
	text-decoration: underline;
	color: #b00915
}
H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#3e6d6f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:both;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	background-image: url(../media/layout/header_wood.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:37px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
H3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#600d09;
	margin-right: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b00915;
}
H4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#003399;
	margin-right: 25px;
}
div#content p {
	line-height:1.8
}
div#navigation {
	background:#FFFFFF
}
div#logo {
	background:#FFFFFF;
	text-align:center;
}
div#menu {
	background:#3f3f3f;
	border-top:1px solid #000000
}
div#content {
	width:700px;
	padding:0px;
	margin:0px;
	margin-left:0px;
}
div#contentArea {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}
div#contentHome {
	background-color: #FFFFFF;
	width:750px;
	padding:0px;
	margin:0px;
	margin-left:20px;
}
div#callout {
	background-image:url(../media/layout/bg_callout_2.gif);
	background-repeat: no-repeat;
	float: right;
	width:235px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	border:0px solid #666666;
	text-align:center;
}
div#footer {
	color: #FFFFFF;
	font-size:10px;
}
div#footer p {
	margin:0;
	padding:5px 10px
}
div#container {
	width:810px;
	margin:0 auto
}
div#HeaderLogo {
	float:left;
	height: 125px;
	width:250px;
}
/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs 
		#NewsContainer a.morelink:link, #NewsContainer a.morelink:visited, #NewsContainer a.morelink:hover, #NewsContainer a.morelink:active {
		background: transparent url("../media/layout/sprites.gif") no-repeat 5px -400px;
		height:15px;
		width:26px;
		display:inline-block;
		padding-left:21px;}
		#NewsContainer a.morelink:hover {
		background: transparent url("../media/layout/sprites.gif") 5px -499px}
		#NewsContainer .morelink span {
		position:absolute;left:-9999px;width:900px}*/


div#newsContent {
	text-align:left;
	padding-bottom:7px;
}
div#newsStory {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#newsStory ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div#newsStory li {
	margin: 0;
	float: left;
	display: block;
	width: 300px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#newsStory img {
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right:10px;
	border: 1px solid #666666;
}
.newsImage {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #666666;
}
#NewsAll a {
	float:right;
	padding-right:50px;
	margin-top:-15px;
	color:#FFFFFF;
}
.search-links1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal
}
.search-links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal
}
.search-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #600d09;
	font-style: italic;
	padding-left:18px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -897px;
}
#search {
	padding:0px;
	margin:0px;
	float:right;
	z-index: 2;
	width:650px;
	height:83px;
}
#search form {
	margin:0px;
	float:right;
	z-index: 2;
	width:190px;
	height:27px;
	background-image:url(../media/layout/search_background.gif);
	margin-top:7px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
#search .search_input {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:0px;
}
#search .search_submit {
	margin:0px auto;
	display:inline-block;
	padding-left:5px;
}
#search .userinfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-top:6px;
	padding-right:10px;
	display:inline-block;
	float:right;
}
div#breadcrumb {
	float:left;
	font-size: 10px;
	color: #7a7a7a;
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align:left;
	background-image: url(../media/layout/icon_home.gif);
	background-repeat: no-repeat;
	background-position: left 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width:515px;
}
div#emailprint {
	float:right;
	font-size: 9px;
	color: #8c8c8c;
	margin:0;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align:left;
	width:125px;
}
/* anchor styling */
#emailprint a.email {
	color:#8c8c8c;
	text-decoration: none;
	padding-left: 40px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -148px;
	padding-top:2px;
	padding-bottom:6px;
	margin: 0px;
	padding-right: 0px;
	height:75px;
}
#emailprint a.email:hover {
	color: #3e6d6f;
	text-decoration: underline;
	padding-left: 40px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -198px;
	padding-top:2px;
	padding-bottom:2px
}
#emailprint a.print {
	color:#8c8c8c;
	text-decoration: none;
	padding-left: 40px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -50px;
	padding-top:2px;
	padding-bottom:2px
}
#emailprint a.print:hover {
	color: #3e6d6f;
	text-decoration: underline;
	padding-left: 40px;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -100px;
	padding-top:2px;
	padding-bottom:2px
}
div#AdSpace {
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#submenu {
	margin:0;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#newsarea {
	width:730px;
 color: #FFF  padding:0px;
	margin:0px;
}
div#newsHead {
	width:230px;
	margin:0px;
	padding:0px;
	padding-left:0px;
	padding-top:8px;
}
div#newsHead a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	margin:0px;
	margin-top:0px;
	padding:0px;
}
div#newsContent {
	width:230px;
	padding-top:7px;
	border-right:1px solid #5e92af;
	padding-right:10px;
}
div#newsLeft {
	color: #FFF;
	float:left;
	padding:0px;
	margin:0px;
}
div#newsRight {
	color: #000000;
	float:right;
	width:450px;
	padding:0px;
	margin:0px;
	padding-right:20px;
	padding-left:10px;
}
div#navigation {
	float:left;
	width:209px
}
div#FootLinks {
	clear:both;
	width:100%;
	height: 75px;
	background-color:#007474;
}
div#footer {
	clear:both;
	width:100%
}
/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -400px;
	padding-left:21px;
	color:#666666
}
a.morelink:hover {
	background: transparent url("../media/layout/sprites.gif") 5px -500px;
	color:#b00915
}
.morelink span {
	position:absolute;
	left:-9999px;
	width:900px
}
.table-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: #525252;
	color: #FFFFFF;
}
.table-line-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: #c0c0c0;
	color:#525252;
}
.table-line-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: #ffffff;
	color:#525252;
}
.table-line-3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	background-color: #eaeaea;
	color:#525252;
}
.recordtotal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	padding-top:3px;
	padding-bottom:15px;
	padding-left:15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top: 1px solid #232557;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}
.instruction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004273;
	font-style: normal
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	background:#E7E7E7;
	border:1px solid #cc0033;
	text-align: left;
	margin: 5px;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;
}
.required2 {
	background-image: url(../images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/* style for page ordering */
	#pagination {
	background: #f2f2f2;
	font-size: 10px;
	color:#666;
	padding: 4px 4px 4px 4px;
	border: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	height:20px;
}




#pagination p {
	position:relative;
	text-align:right;
}

#pagination form {
	float:left;
	width:300px;
	text-align:left;
}


#pagination #PaginationNumbers{
	text-align:right;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	}

.paginationboxes{
padding: 2px;
}

.paginationboxes ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align paginationboxes interface*/
font-size: 9px;
}

.paginationboxes li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.paginationboxes a, .paginationboxes a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
background-color:#FFF;
}

.paginationboxes a:hover, .paginationboxes a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #daeaf8;
}

.paginationboxes a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.paginationboxes a.disablelink, .paginationboxes a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.paginationboxes a.prevnext{
font-weight: bold;
}


#SiteNavContainer {
	float:right;
	width:auto;
	font-size:10px;
	font-weight:bold;
	line-height:normal;
	
}
#SiteNavContainer ul {
	margin:0 auto;
	list-style:none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
#SiteNavContainer li {
	display:inline;
	margin:0;
	padding:0;
	vertical-align: middle;
}
#SiteNavContainer a {
	float:left;
	height:33px;
	width:auto;
	min-width:50px;
	max-width:120px;
	background:url("../media/layout/menu_tab_left.gif") no-repeat left top;
	margin:0;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 4px;
	cursor:pointer;
}
#SiteNavContainer a span {
	float:left;
	width:auto;
	height:33px;
	display:block;
	background:url("../media/layout/menu_tab_right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #SiteNavContainer a span {
	float:none;
}
/* End IE5-Mac hack */
    #SiteNavContainer a:hover span {
}
#SiteNavContainer a:hover {
	background:url("../media/layout/menu_tab_left_on.gif") no-repeat left top;
	color:#3e6d6f;
}
#SiteNavContainer a:hover span {
	background:url("../media/layout/menu_tab_right_on.gif") no-repeat right top;
	color:#3e6d6f;
}
#SiteNavContainer #current a {
	background:url("../media/layout/menu_tab_left_on.gif") no-repeat left top;
	color:#3e6d6f;
}
#SiteNavContainer #current a span {
	background:url("../media/layout/menu_tab_right_on.gif") no-repeat right top;
	color:#3e6d6f;
}
#LoginContainer {
	margin-left:21px;
	margin-right:0px;
	padding:0px 0px 0px 0px;
	height:31px;
}
ul#LoginButton {
	padding: 0px;
	margin:0px;
	list-style-type: none;
	white-space: nowrap;
}
ul#LoginButton li {
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0;
}
#LoginButton a, #LoginButton a:link {
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 0;
	background-image: url(../media/layout/login_bg_off.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#LoginButton a:hover {
	color: #650000;
	background-image: url(../media/layout/login_bg_on.png);
	background-position: right center;
	background-repeat: no-repeat;
}
div#LeftSideMenu {
	width:170px;
	border: 2px solid #007474;
	padding:0px;
	margin-left:20px;
	margin-right:0px;
	margin-top:0px;
	margin-top:0px;
}
#MenuSideHead {
	width:165px;
	padding:0px;
	margin:0px;
	background-image: url(../media/layout/wood_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}
#MenuSide ul {
	list-style: none;
	margin: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* =-=-=-=-=-=-=-[Menu Four]-=-=-=-=-=-=-=- */

#MenuSide {
	width: 165px;
	margin: 0px;
}
#MenuSide li a {
	margin: 0px;
	height: 21px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

	text-decoration: none;
}
#MenuSide li a:link, #MenuSide li a:visited {
	color: #535353;
	display: block;
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -1099px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 16px;
}
#MenuSide li a:hover, #MenuSide li #current {
	color: #535353;
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -1149px;
	font-weight:bold;
}
#MenuSide li a:active {
	color: #fff;
	background: transparent url("../media/layout/sprites.gif") no-repeat 5px -1099px;
}
#ListMenuTitle { /*CSS for Simple Tree Menu*/
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #3e6d6f;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#ListMenu1 { /*CSS for Simple Tree Menu*/
	text-align:left;
	font-size:10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border:7px solid #999999;
	background-image: url(../media/layout/menu_bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#ListMenu1 ol {
	width: 100%;
	display:inline-block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#ListMenu1 ol li {
	float: left;
	width: 250px;
	list-style-type: none;
}
/* anchor styling */
#ListMenu1 ol li a {
	color:#666666;
	display: block;
	width: 250px;
	height:25px;
	text-decoration: none;
	padding-left: 25px;
	padding-top:2px;
	background-color: transparent;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px -796px;
}
#ListMenu1 ol li a:hover, #ListMenu1 ol li #current {
	color: #b00915; /* white */
	padding-left: 25px;
	font-weight:bold;
	color:#333333;
	background: transparent url("../media/layout/sprites.gif") no-repeat 10px 3px;
}
.shadetabs {
	clear:left;
	padding: 3px 0;
	margin-left: 15px;
	margin-right:15px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background-color: #CCCCCC;
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li.selected {
	position: relative;
	top: 1px;
}
.shadetabs li.selected a {
	border-bottom-color: white;
	background-color: #FFFFFF;
}
.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 95%;
	margin-bottom: 1em;
	margin-left:10px;
	margin-right:10px;
	padding: 10px;
	background-color:#FFFFFF;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block!important;
}
}
div#AccountContainer {
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	margin:0px;
}
div#AccountInfo {
	width:100%;
	background-color:#e7e5dd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
}
div#AccountInfo Strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
div#AccountInfo UL {
	list-style:none;
}
div#AccountFiles {
	width:100%;
	background-color:#f1f1f1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
}
div#AccountFiles Strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
div#AccountFiles UL {
	list-style:none;
}
div#ArticleListing {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
}
div#ArticleListing li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin:0px;
}
.ImgSm {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right:10px;
	margin-top:10px;
	border: 1px solid #666666;
	float:left;
}
div#Sub_Page_Listing {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
}
div#Sub_Page_Listing ol {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#Sub_Page_Listing li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
div#Sub_Page_Listing img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right:10px;
	border: 1px solid #666666;
}
div#Sub_Page_Listing p {
	display:inline;
}
div#Sub_Page_Listing span {
	display:inline;
}
div#Sub_Page_Listing a {
	display:inline;
}
div#BannerTop {
	text-align:center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#BannerLeft {
	width:170px;
	text-align:center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-right:0px;
	display:inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#BannerRight {
	float:right;
	text-align:center;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-left:20px;
}
#StoreMenu {
	width: 175px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Tahoma, Arial, sans-serif;
	/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 10px;
	background-color: #CCC;
	color: #333;
}
#StoreMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#StoreMenu li {
	border-bottom: 1px solid #999999;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
#StoreMenu li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	width: 100%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #999;
}
html>body #StoreMenu li a {
	width: auto;
}
#StoreMenu li a:hover {
	border-left: 10px solid #666666;
	border-right: 10px solid #999999;
	background-color: #CCCCCC;
	color: #fff;
}
#StoreMenu li #active {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
-->
<!--
#Storecontainer {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div#StoreContentLeft {
	float:left;
	text-align:center;
	background-color:#FFFFFF;
	width:175px;
}
div#StoreContentRight {
	float:right;
	text-align:left;
	background-color:#FFFFFF;
	width:705px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
-->
div#StoreDeptListing {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
}
div#StoreDeptListing li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin:0px;
}
#StoreItem {
	margin: 0px;
	padding: 10px;
	width:125px;
}
#StoreItem .StoreProductImageThumb {
	margin: 0px;
	padding: 3px;
	border: 1px solid #666;
	display: block;
	text-align: center;
}
#StoreItem .StoreMerchName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}
#StoreItem .StoreMerchShortDesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
}
#StoreItem .StoreOurPrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C00;
}
#StoreItem .StoreRetailPrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
}
#StoreItem .StoreAddCart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
.StoreRemoveLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 2px;
	border: 1px solid #333;
}
#StoreProductDetail {
}
#StoreProductDetail .StoreProductImageDetail {
}
#StoreProductDetail .StoreMerchNameDetail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#StoreProductDetail .StoreImageEnlarge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: transparent;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: -5px -240px;
	padding-left:16px;
}
#StoreProductDetail .StoreVendorImage {
}
#StoreProductDetail .StoreShortDesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
#StoreProductDetail .StoreMerchDesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
#StoreProductDetail .StoreSKU {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	font-style: italic;
	padding-bottom: 7px;
}
#StoreProductDetail .StoreOurPrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
#StoreProductDetail .StoreRetailPrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
}
#StoreProductDetail .StoreSavePrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #900;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}
#StoreProductDetail .StoreVendor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 2px;
}
#StoreProductDetail FORM {
	background-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #666;
}
#StoreProductDetail #MerchOptionName{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#StoreProductDetail #MerchOptionSelect select{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#StoreProductDetail .MerchOptTitle{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

#StoreProductDetail #MerchOptions{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#StoreProductDetail UL.OptionPics{
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#StoreProductDetail UL.OptionPics LI{
	display: inline;
}

    #tabsK {
      float:right;
      width:100%;
      font-size:93%;
      line-height:normal;
		  font-family:Verdana, Geneva, sans-serif;
		  font-size:10px;
		  font-weight:bold;
      }
    #tabsK ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsK li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsK a {
      float:left;
      background:url("/media/layout/tableftK.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  height:33px;color:#FFF;
      }
    #tabsK a span {
	float:left;
	display:block;
	background:url("/media/layout/tabrightK.gif") no-repeat right top;
	
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 6px;
      }
	  
    html>body #tabsK a span {
	height:28px;
	width:auto;
      }	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
      color:#color:#3e6d6f;;
          background-position:100% -42px;
		  cursor:pointer;
      }
    #tabsK a:hover {
      background-position:0% -42px;
	  color:#3e6d6f;
	  cursor:pointer;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
	  cursor:pointer;
          }

        #tabsK #current a {
                background-position:0% -42px;
				color:#3e6d6f;
				cursor:pointer;
        }
        #tabsK #current a span {
                background-position:100% -42px;
				color:#3e6d6f;
				cursor:pointer;
        }
