html, body {
	margin:0;
	padding:0
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000;
	background-image: url(../media/layout/site_background_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

div#Entiresite-Container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	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. */
	background-image: url(../media/layout/site_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
div#Header-Container {
	width: 100%;
	height:120px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;  /* 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. */

	margin: 0px auto;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#Header-Container-BG {
	width: 100%;
	height:140px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	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. */
	background-image: url(../media/layout/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#Header-Width {
	width: 960px;
	height:auto;
	margin: 0 auto;
	text-align: center; 
	padding: 0px 0px 0px 0px;  

}
div#SiteHeader {
	margin:0px;
	padding:0px;
	width:960px;
	height:120px;
	height:auto;
}
div#SiteHeaderLeft {
	margin:0px;
	padding:0px;
	float:left;
	width:550px;
	height:120px;
	text-align:left
}
div#SiteHeaderRight {
	margin:0px;
	padding:0px;
	float:right;
	width:410px;
	height:120px;
	text-align:right;
}

div#SiteMenuContainer {
	padding:0px;
	margin:0px auto;
	width:100%;
	height:40px;
	text-align:center;

}

div#SiteMenuWidth {
	padding:0px;
	margin:0px auto;
	width:960px;
	height:40px;
}




div#SiteMenuLeft {
	margin:0px;
	padding:0px;
	float:left;
	width:960px;
	height:40px;
}
div#SiteMenuRight {
	margin:0px;
	padding:0px;
	float:right;
	width:0px;
	height:40px;
}
div#SiteMenu {
	padding: 0px;  
	margin: 0 auto;
}

div#Content-Container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;  /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#Content-Width {
	width: 960px;
	height:auto;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-image: url(../media/layout/content_pattern.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}

#HomeContentTop{
	background-image: url(../media/layout/content_top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height:16px;
	width:940px;
}

#HomeContentMiddle{
	background-image: url(../media/layout/content_middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width:940px;
	height:auto;
}

#HomeContentBottom{
	background-repeat: no-repeat;
	background-position: center bottom;
	width:940px;
	min-height:35px;
	background-image: url(../media/layout/content_gradient.gif);
}
#HomeContentSpacer{
	background-repeat: no-repeat;
	background-position: center top;
	width:940px;
	min-height:110px;
}
div#homeContentLeft {
	float:left;
	text-align:left;
	padding:0px;
	margin:0px;
	width:620px;
	padding-right:50px;
}
div#homeContentRight {
	float:right;
	text-align:left;
	width:320px;
	padding:0px;
	margin:0px;
	margin-left:10px;
}

#mainContent {
	padding: 0px 0px 0px 0px;  
	margin: 0 auto;
	width:940px;
	text-align:center;
	border:1px solid #333;
	
}

#mainContentTwo {
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	width:960px;
	text-align:left;
}




div#HomeFlashContainer {
	margin:0px;
	padding:0px;
	text-align:left;
	width:920px;
	height:340px;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
}
div#homeContentShortDesc{
	text-align:center;
	padding:0px;
	margin:0px auto;
	}

div#NewsContainer {
	margin:0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 16px;
}
div#HomeContentContainer {
	padding:0px;
	margin:0px auto;
	width:940px;
	text-align:left;
}

div#ContentContainer {
	margin:0px;
	text-align:left;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}


div#ContentLeft {
	float:left;
	text-align:left;
	padding:0px;
	margin:0px;
	width:240px;
	height:auto;

}
div#ContentRight {
	float:right;
	text-align:left;
	width:690px;
	height:auto;
	padding:0px;
	margin:0px;
	margin-left:10px;
}
div#siteContentTop {
	margin:0px auto;
	padding:0px;
	text-align:left;
	width:740px;
	height:11px;
}
div#siteContentMid {
	margin:0px auto;
	padding:0px;
	width:740px;
	height:auto;
	text-align:left;
	
	
}
div#siteContentBottom {
	margin:0px auto;
	padding:0px;
	text-align:left;
	width:740px;
	height:17px;

}


div#HomeAdSpace{
	margin:0px auto;
	padding:0px;
	padding-bottom:15px;
}
div#HomeAdSpace H3{
	margin:0px auto;
	padding:0px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#333333;
	
}
div#HomeAdSpace P{
	margin:0px auto;
	padding:0px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333333;	

}

A {
	text-decoration: underline;
	color:#a02e3a;
}
A:Hover {
	text-decoration: underline;
	color:#a02e3a;
}
fieldset {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;}

legend{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#e03f15;}
HR {
	size:1px;
	color:#ff8a00;}
H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:30px;
	color:#a02e3a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight:bold;

}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:24px;
	color:#1a2880;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight:bold;
}
H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	color:#666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight:bold;
}
H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color:#ff8a00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight:bold;
}
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:720px;
	padding:0px;
	margin:0px;
	margin-left:0px;
}
div#contentArea {
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}
	

div#contentHome {
	margin:0px auto;
	margin-top: 0px;
	padding: 0px;
	padding-left:10px;
	padding-right:10px;
}
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#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: 10px;
	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;

}
.newsImage {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #666666;
}
#NewsAll a {
	float:right;
	padding-right:18px;
	margin-top:-15px;
	color:#090909;
}
.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;
	z-index: 2;
	padding-top:0px;
	margin-top:24px;
}
#search form {
	margin:0px;
	padding: 0px;
}
#search input.search_input {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	outline: 0;
	padding:0px;
	margin:0px auto;
	width:180px;
	height:28px;
	color: #FFFFFF;
	padding-top:6px;
	padding-left:8px;
	z-index: 2;
	border:0;	
	background-color: transparent;
	background-image: url(../media/layout/search_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	display:inline-block;
}
#search .search_submit {
	padding:0px;
	margin:0px auto;
	padding-left:0px;
	margin-top:4px;
	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#Footer-Container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	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. */
}


div#Footer-Container-Green {
	margin:0px auto;
	padding:0px;
	margin-top:24px;
	background-image: url(../media/layout/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	height:60px;
}

div#Footer-Container-Plain {
	margin:0px auto;
	padding:0px;
	margin-top:0px;
	width: 960px;
	height:110px;
}


div#FooterLeft
	{
		padding:0px;
		margin:0px;
		float:left;
		text-align:left;
		width:250px;
}

div#FooterLeft P
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFF;
		padding-top:10px;
		padding-left:10px;
}
div#FooterRight
	{
		padding:0px;
		margin:0px;
		float:right;
		text-align:right;
		width:710px;
}
div#FooterRight P
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFF;
		padding-top:10px;
		padding-right:10px;
}
div#FooterRight A 
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFF;
}
.footer a, footer a:hover{
	color:#4b3905;
	text-decoration:none;
	text-align:left;
	}
	
	
/* '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;
	border: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	height:35px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}




#pagination p {
	position:relative;
	text-align:right;
	padding:0px;
}

#pagination form {
	float:left;
	width:400px;
	text-align:left;
	padding:0px;
}


#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 {
	margin:0px auto;
	padding:0px;
	display:block;
	width:960px;
	height:40px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-image: url(../media/layout/menu_top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}
#SiteNavContainer ul {
	margin:0px auto;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#SiteNavContainer li {
	display:inline;
	margin:0px auto;
	padding:0px;
	height:40px;
	width:auto;
	vertical-align: middle;

}
#SiteNavContainer a {
	float:left;
	height:28px;
	width:100px;
	margin:0px auto;
	padding:0px;
	text-decoration:none;
	text-align: right;
	vertical-align: middle;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-top: 12px;
	padding-right: 34px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: none;
		background-image: url(../media/layout/menu_button.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#SiteNavContainer a span {

	height:40px;
	width:auto;
	display:block;
	color:#FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #SiteNavContainer a span {
	float:none;
}
/* End IE5-Mac hack */
    #SiteNavContainer a:hover span {
}
#SiteNavContainer a:hover {
	color:#FFF;
	background-image: url(../media/layout/menu_button.jpg);
	background-repeat: no-repeat;
	background-position: right -40px;
}

#SiteNavContainer #current a {
	color:#FFF;
	background-image: url(../media/layout/menu_button.jpg);
	background-repeat: no-repeat;
	background-position: right -40px;
}
 #SiteNavContainer #current a span { color:#FFF;}

#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:230px;
	padding:0px;
	margin:0px;
	text-align:left;
	padding-left:10px;
}
#MenuSideHead {
	width:230px;
	height:45px;
	padding:0px;
	margin:0px;
	margin-top:15px;
	padding-top:12px;
	padding-left:20px;
	background-image: url(../media/layout/menu_side_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
	z-index:3;
}
#MenuSideTitle {
	width:230px;
	height:auto;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	font-variant:small-caps;
}
#MenuSideTitle a {
	color:#FFFFFF;
	text-decoration:none;
}
#MenuSideTitle a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}



/* =-=-=-=-=-=-=-[Menu Four]-=-=-=-=-=-=-=- */

#MenuSide {
	width: 230px;
	height:auto;
	margin: 0px auto;
	margin-top:-20px;
	margin-left:0px;
	padding: 0px;
	padding-top:15px;
	background-image:url(../media/layout/menu_side_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position:relative;
	z-index:2;
}
#MenuSide ul {
	list-style: none;
	width:230px;
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left:0px;

}
#MenuSide li a {
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	background-image: url(../media/layout/menu_side_bg_off.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-variant: small-caps;
}
#MenuSide li a:link, #MenuSide li a:visited {
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right:0px;
	margin-left:0px;
	border-bottom:1px solid #999;
	background-image: url(../media/layout/menu_side_bg_off.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-variant: small-caps;
}
#MenuSide li a:hover, #MenuSide li #current {
	color: #FFF;
	background-image: url(../media/layout/menu_side_bg_on.gif);
	background-repeat: no-repeat;

	font-weight:normal;

}
#MenuSide li a:active {
	color: #fff;
	background-image: url(../media/layout/menu_side_bg_on.gif);
	background-repeat: no-repeat;

}
#MenuSideFoot {
	width:230px;
	height:40px;
	padding:0px;
	margin:0px;

	background-image: url(../media/layout/menu_side_bg_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
	z-index:1;
}
#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: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ListMenu1 { /*CSS for Simple Tree Menu*/
	text-align:left;
	font-size:10px;
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#ListMenu1 ol {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#ListMenu1 ol li {

	list-style-type: none;
}
/* anchor styling */

#MenuSide #ListMenu1 ol li a {
	color:#FFF;
	padding-left: 30px;
	display: block;
	text-decoration: none;
	background-image: url(../media/layout/menu_side_bg_sub_off.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#MenuSide #ListMenu1 li a:hover,#MenuSide  #ListMenu1 li #current {
	color: #FFF; /* white */
	
	font-weight:bold;
	background-image: url(../media/layout/menu_side_bg_sub_on.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#StoreTabContainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.StoreShadetabs {
	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*/
}
.StoreShadetabs li {
	display: inline;
	margin: 0;
}
.StoreShadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #377ba6;
	color: #2d2b2b;
	background-color: #96bfd9;
}
.StoreShadetabs li a:visited {
	color: #2d2b2b;
}
.StoreShadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.StoreShadetabs li.selected {
	position: relative;
	top: 1px;
}
.StoreShadetabs li.selected a {
	border-bottom-color: #e1ebf2;
	background-color: #e1ebf2;
}
.StoreShadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.StoreTabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid #377ba6;
	width: 320px;
	margin-bottom: 1em;
	margin-left:0px;
	margin-right:0px;
	padding: 10px;
	background-color:#e1ebf2;
}
.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 {
	padding:0px;
	margin:0px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

div#Sub_Page_Listing_Full {
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	border-bottom:1px solid #999;
}
div#Sub_Page_Listing_Left {
	float:left;
	width:175px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#Sub_Page_Listing_Right {
	float:left;
	width:400px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div#Sub_Page_Listing_Title a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#004990;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
div#Sub_Page_Listing_ShortDesc {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0px;
	margin:0px;
}
div#Sub_Page_Listing_ShortDesc p{
	padding:0px;
	margin:0px;
}

div#Sub_Page_Listing_Full .Sub_Page_Listing_More {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0px;
	margin:0px;
	padding-left:15px;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: 0px -894px;
}




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 {
	
}
div#Sub_Page_Listing span {

}
div#Sub_Page_Listing a {

}
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: 230px;
	margin-bottom: 1em;
	font-family: Tahoma, Arial, sans-serif;
	/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 12px;
	color: #333;
	text-align:left;
	padding: 0px;
}
#StoreMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#StoreMenu li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}
#StoreMenu li a {
	display: block;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
}
html>body #StoreMenu li a {
	width: auto;
}
#StoreMenu li a:hover {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;	
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: -1px -1151px;	
	color: #e03f15;
}
#StoreMenu li #active {
	background-color: #2586d7;
	color: #fff;
}
#StoreMenu ul li #current {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;	
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: -1px -1151px;	
	color: #e03f15;
}
#StoreMenu #MenuTitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color: #ebebeb;
	color: #545554;
	margin:0px auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}


#StoreMenu ul.StoreSubMenu{
	
	padding-left:10px;}


-->


<!--
#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;
	width:240px;
	position:relative;
	z-index:40;
}
div#StoreContentRight {
	float:right;
	text-align:left;
	width:740px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	position:absolute;
	z-index:50;
}
-->
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: 0px;
	border:1px solid #033f73;
	margin-left:15px;
	margin-right:15px;
	height:295px;
	width:auto;
}
#StoreItem .StoreProductImageThumb {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}
#StoreItem .StoreMerchName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #033f73;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	width:180px;
	height:auto;
	display:block;
}
#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: #033f73;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;	
}
#StoreItem .StoreRetailPrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
	padding-left:5px;
}
#StoreItem .StoreAddCart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
#StoreItem .BuyNow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	padding-left:5px;
}
.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 {
	border:1px solid #377ba6;
}
#StoreProductDetail .StoreMerchNameDetail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #377ba6;
}
#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: 12px;
	color: #545554;
}
#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: bold;
	color: #377ba6;
}
#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 #MerchOptionDirections{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	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;
}

.radioDemo{
	display:none;
}




 .radioTable {
	background-color:#dcdcdc;
	border:1px solid #333;
}
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable th,
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable td {
	font-size: 12px;
	color: #333;
	text-align: left;
	vertical-align:middle;
	padding: 5px;
  }
  
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable thead th {
    padding-top: 25px;
    font-size: 21px;
    color: #333;
  }
  
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable tbody th {
    text-align: right;
    font-size: 11px;
    color: #333;
    width: 150px;
  }

  
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio      table.radioTable td em {
        display: block;
        font-size: 11px;
        font-weight: normal;
        color: #333;
      }
      
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable .highlight {
    background-color: #e1ebf2;
    color: #333;
	background-repeat: no-repeat;
	background-position: right bottom;	
  }
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  table.radioTable thead .highlight {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-bottom-radius: 4px;
    -webkit-border-top-bottom-radius: 4px;    
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-radius: 4px;
  }
  
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  .radioTable .row-price td {
    font-size: 13px;
    color: #999;
  }
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio    .radioTable .row-price strong {
      padding: 0 .25em;
      font-weight: normal;
      font-size: 21px;
      color: #FFF;
      font-family: Georgia, serif;
    }
      


#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  .radioTable a.signup {
    display: block;
    margin: 0px;
  	color: #FFF;
  	font-size: 12px;
  	line-height: 1;
  	background-color: #96bfd9;
  	width: 83px;
  	height: 26px;
	text-decoration:none;
  	-moz-border-radius-bottomleft: 7px;
  	-moz-border-radius-bottomright: 7px;
  	-moz-border-radius-topright: 7px;
  	-moz-border-radius-topleft: 7px;
  }
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio    .radioTable a.signup strong {
	display: block;
	margin-left: 7px;
	background-color: #96bfd9;
	height: 20px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 7px;
	padding-top: 6px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 16px;
    }
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  .radioTable a.signup:hover {
    background-position: 0 -26px;
    color: #FFF;
    background-color:#F39D01;
  }
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio    .radioTable a.signup:hover strong {
      background-position: 100% -26px;
      background-color:#F39D01;
    }
    
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio  .radioTable a.btn-more {
    margin-left: 10px;
    width: 103px;
  }
  
  
#StoreProductDetail #MerchOptionSelect #MerchOptionSelectRadio img{
	border:1px solid #377ba6;

}

#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;
}


#ProductRecomendations{
	background-color: #e1ebf2;
	padding: 10px;
}

#PR_Product{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	background-color:#FFF;
	border:1px solid #377ba6;
	width:150px;
	height:230px;
	float:left;
	margin-left:4px;
	margin-right:4px;
	padding: 5px;
	text-align:left;
}
#PR_Image img{
	width:148px;
	border:0px;}
#PR_Title{
	color: #377ba6;
	text-decoration: underline;
}
#PR_Price{
	color: #377ba6;
}
#PR_BuyNow{

}
div#MSGSuccess{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	margin:0px auto;
	border:1px solid #063;
	color:#060;
	background-color:#b1d490;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
div#MSGError{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	margin:0px auto;
	border:1px solid #770101;
	color:#770101;
	background-color:#ee8282;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	}	
	
	/* table list */
	.table_list {border-collapse:collapse;
		border:solid #cccccc 1px;
		width:100%;}
	
	.table_list td {padding:5px;
		border:solid #efefef 1px;}
	
	.table_list th {background:#75b2d1;
		padding:5px;
		color:#ffffff;}
	
	.table_list tr.odd {background:#e1eff5;}
	
	
	/* calendar styles */
	#calendar1, #calendar2, #calendar3, #calendar4 {border:solid #666666 1px;
		background:#ffffff;
		padding-bottom:5px;
		padding-top:5px;}
	
	#calendar1 {width:183px;}
	#calendar1 .ng-cal-header-table {width:173px;}
	
	#calendar2 {width:370px;}
	#calendar2 .ng-cal-header-table {width:360px;}
	#calendar2 .ng-cal, #calendar3 .ng-cal {width:178px;
		float:left;
		margin-right:0px;}
	
	#calendar3 {width:555px;}
	#calendar3 .ng-cal-header-table {width:545px;}
	
	#calendar4 {width:350px;}
	#calendar4 .ng-cal-header-table {width:340px;}
	#calendar4 .ng-dateOff {background:#81b8c4;
					color:#1e6372;}
					
	#calendar4 .ng-cal * {font-size:10pt;}
	#calendar4 .ng-cal td {padding:3px;
		width:50px;
		height:30px;
		border:solid #9eefee 1px;}
		
#MAP_side_bar_head {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFF;
font-weight:700;
text-align:center;
margin:0 auto;
padding:0
}

#MAP_gMapKey {
background-color:#e7e7e7;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
border:1px solid #5f1522;
text-decoration:none;
padding:3px
}

#MAP_gMapKey:hover {
background-color:#FFF
}


#miles {
color:#125798;
text-decoration:none
}

#MAP_side_bar {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
overflow:auto;
height:500px;
text-decoration:none;
padding:3px
}

#MAP_side_bar strong {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#172b6d
}

#MAP_side_bar .gmaplist {
padding-top:3px;
padding-bottom:2px
}

#MAP_side_bar a {
color:#2a73ce
}

#MAP_side_bar a:hover {
color:#bd111c
}

div#ProductListing{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	
	}
	
div#ProductListing a{
	text-decoration:none;
	padding:0px;
	margin:0px;
	}
	
div#ProductListing img{
	padding:0px;
	margin:0px;
	}

div#ProductListing span{
	padding:0px;
	margin:0px;
	background-image:url(../media/layout/icon_mag_glass.gif);
	padding-left:20px;
	background-position: left center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#2f5565;
	font-weight:normal;
	font-variant: small-caps;
	text-transform: capitalize;
	background-repeat: no-repeat;	
	}
	
div#CategoryListing{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
	clear:both;
	height:auto;
	display:block;
	overflow:hidden;
	
	}
	
div#CategoryListing img{
	padding:0px;
	margin:0px;
	border: 1px solid #333;
	float: left;
	margin-right:20px;
	}	
	
div#CategoryListing ul{
	padding:0px;
	margin:0px;
	margin-left:180px;
	}	
div#CategoryListing ul li{
	padding:0px;
	margin:0px;
	margin-left:50px;
	}	
	
div#HomeAdSection {
}
	
div#HomeAdTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;}

div#HomeAdText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;}