<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** BEGIN GOOGLE WEB FONTS ***/
@import url(https://fonts.googleapis.com/css?family=Crimson+Text|Dancing+Script);
/*** END GOOGLE WEB FONTS ***/

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	font-family: Helvetica, Arial;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
	min-width: 320px;
}

img
{
	border: 0px;
}

a
{
	text-decoration: underline;
	color: #723882;
	outline: 0;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
a:focus
{
	outline: none;
}

li
{
	padding-bottom: 20px;
}

hr
{
	color: #baab8e;
	background-color: #baab8e;
	height: 1px;
	border: 0px;
}

h1
{
	font-family: 'Crimson Text';
	font-size: 40px;
	line-height: 44px;
	font-weight: 100;
	color: #723882;
}

h2
{
	font-family: 'Crimson Text';
	font-size: 28px;
	line-height: 36px;
	font-weight: 100;
	color: #723882;
	margin-top: 30px;
}

blockquote
{
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #cccccc;
	background-color: #f2e2ff;
	padding: 15px;
	color: #333333;
	font-style: italic;
}
blockquote h3
{
	margin-top: 0px;
	margin-bottom: 4px;
}
blockquote .quote-author
{
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

.mobile-only
{
	display: none;
	visibility: none;
}

.image-shadow
{
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.image-left-shadow
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.image-right-shadow
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.image-left
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.image-right
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.alignright
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.newrow {clear: both;}

.formbutton
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #999999;
	color: #666666;
	background-color: #dddddd;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
	background: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: -ms-linear-gradient(top, #ffffff, #cccccc);
	background: -o-linear-gradient(top, #ffffff, #cccccc);
	text-decoration: none;
}
.formbutton:hover
{
	color: #000000;
	text-decoration: none;
}

.vc-element
{
	position: relative;
	width: 100%;
	height: 100%;
}
.vc-inner
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#please-wait-overlay
{
	z-index: 101;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0px;
	text-align: center;
}
#please-wait-overlay img
{
	margin: 0px auto;
	margin-top: 200px;
}

#main
{
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('/images/page-bg.png');
	background-position: center 35px;
	background-repeat: repeat-x;
}

#container
{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#fadeBack
{
	*visibility: hidden;
	z-index: 101;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0px;
	text-align: center;
}

#popupDiv
{
	margin: 0px auto;
	position: relative;
	top: 60px;
	width: 600px;
	height: 360px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 30px;
	display: none;
	z-index: 195;
	-moz-box-shadow: 1px 3px 5px #000000;
	-webkit-box-shadow: 1px 3px 5px #000000;
	box-shadow: 1px 3px 5px #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#popupFrame
{
	width: 100%;
	height: 360px;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
}

#popup-close-button
{
	position: relative;
	float: right;
	margin-top: -35px;
	margin-right: -8px;
}

/***********************************************************
TOP STRIP ABOVE HEADER
***********************************************************/

#top-strip
{
	width: 1000px;
	height: 35px;
	color: #ffffff;
	line-height: 35px;
	font-weight: normal;
	font-size: 13px;
}

#webstore-top-strip-cart
{
	padding-left: 30px !important;
	background-image: url('/images/shopping-cart-icon.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

#search-form
{
	position: absolute;
	padding-left: 20px;
}

#keywords
{
	width: 180px;
	height: 24px;
	font-size: 13px;
	line-height: 23px;
	background-color: #ffffff; 
	border: 1px solid #cccccc;
	color: #999999;
	padding-left: 40px;
	background-image: url('/images/icon-search.png');
	background-position: left center;
	background-repeat: no-repeat;
}


#header-links
{
	float: right;
	padding-right: 5px;
}
#header-links a
{
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	text-decoration: none;
}
#top-strip a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#header
{
	width: 1000px;
	height: 180px;
}

#header-banner
{
	position: absolute;
	margin-top: 12px;
	margin-left: 8px;
}

#header h1
{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 80px;
	line-height: 80px;
	text-align: center;
}
#header h1 a
{
	text-decoration: none;
	color: #723882;
}

#header h2
{
	font-family: 'Dancing Script';
	margin: 0px;
	padding: 0px;
	font-size: 56px;
	line-height: 56px;
	color: #000000;
	text-align: center;
}

#mobile-menu-button
{
	display: none;
}

#right-column
{
	float: right;
	width: 240px;
	margin-top: 50px;
	margin-bottom: 20px;
}

#left-column
{
	position: absolute;
	width: 200px;
	margin-top: 38px;
	margin-right: 20px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#left-column-products
{
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#left-column-products li
{
	width: 176px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
}
#left-column-products li ul
{
	width: 176px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#left-column-products li ul li
{
	width: 152px;
	border-bottom: 0px;
}
#left-column-products li a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#left-column-products li a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#left-column-products li ul li a
{
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
#left-column-products li ul li a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

#sidebar
{
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 15px;
	font-size: 15px;
	line-height: 19px;
	text-align: left;
	background-color: #f2e2ff;
	border: 1px solid #cccccc;
}
#sidebar h3
{
	margin-top: 0px;
	font-size: 15px;
}

.sub-right-twitter-item
{
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-top: 15px;
	text-align: left;
}

#twitter-corner-logo
{
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
}

.twitter-user
{
	font-weight: bold;
	font-size: 13px !important;
	text-align: center;
	padding-bottom: 5px;
}
.twitter-user a
{
	text-decoration: none;
	color: #00aced;
}
.twitter-user a:hover
{
	color: #000000;
	text-decoration: none;
}

.twitter-tweet
{
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}
.twitter-tweet a
{
	color: #666666;
	text-decoration: none;
}
.twitter-tweet a:hover
{
	color: #000000;
	text-decoration: none;
}

#page-main
{
	margin-top: 38px;
	padding: 0px;
}

#content
{
	padding-top: 10px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 30px;
	min-height: 480px;
}

#content-thin
{
	margin-left: 220px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 480px;
}


#footer
{
	clear: both;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	background-color: #723882;
	padding-top: 50px;
	padding-bottom: 40px;
}
#footer a
{
	text-decoration: none;
	color: #eeeeee;
}
#footer a:hover
{
	text-decoration: none;
	color: #ffffff;
}
#footer h3
{
	font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #eeeeee;
}

#footer-inner
{
	margin: 0px auto;
	text-align: center;
	width: 960px;
	text-align: left;
}

#footer-about
{
	float: left;
	width: 28%;
	padding-right: 5%;
}

#footer-menu
{
	float: left;
	width: 28%;
	padding-right: 5%;
}
#footer-menu a
{
	display: block;
	line-height: 36px;
	border-bottom: 1px solid #cccccc;
}

#footer-tweets
{
	float: left;
	width: 30%;
	text-align: center;
}


.footer-button
{
	display: inline-block;
	width: 300px;
	height: 36px;
	margin-right: 6px;
	text-align: center;
	background-color: #006699;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: bold !important;
	text-decoration: none;
	line-height: 36px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 1px 1px 4px #000000;
	-moz-box-shadow: 1px 1px 4px #000000;
	-webkit-box-shadow: 1px 1px 4px #000000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a56bb5), to(#723882));
	background: -webkit-linear-gradient(top, #a56bb5, #723882);
	background: -moz-linear-gradient(top, #a56bb5, #723882);
	background: -ms-linear-gradient(top, #a56bb5, #723882);
	background: -o-linear-gradient(top, #a56bb5, #723882);
	font-family: Arial;
	margin-top: 4px;
}
.footer-button:hover
{
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#333333));
	background: -webkit-linear-gradient(top, #666666, #333333);
	background: -moz-linear-gradient(top, #666666, #333333);
	background: -ms-linear-gradient(top, #666666, #333333);
	background: -o-linear-gradient(top, #666666, #333333);
}

.calendarLink
{
	display: block;
	font-weight: normal;
	text-decoration: none;
}

.calendarLink:hover
{
	font-weight: normal;
	text-decoration: underline;
}

#breadcrumbs
{
	font-size: 11px;
}

.opacity100 {opacity: 1.0; filter: alpha(opacity=100);}
.opacity95 {opacity: 0.95; filter: alpha(opacity=95);}
.opacity90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity85 {opacity: 0.85; filter: alpha(opacity=85);}
.opacity80 {opacity: 0.8; filter: alpha(opacity=80);}
.opacity75 {opacity: 0.75; filter: alpha(opacity=75);}
.opacity70 {opacity: 0.7; filter: alpha(opacity=70);}
.opacity65 {opacity: 0.65; filter: alpha(opacity=65);}
.opacity60 {opacity: 0.6; filter: alpha(opacity=60);}
.opacity55 {opacity: 0.55; filter: alpha(opacity=55);}
.opacity50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity45 {opacity: 0.45; filter: alpha(opacity=45);}
.opacity40 {opacity: 0.4; filter: alpha(opacity=40);}
.opacity35 {opacity: 0.35; filter: alpha(opacity=35);}
.opacity30 {opacity: 0.3; filter: alpha(opacity=30);}
.opacity25 {opacity: 0.25; filter: alpha(opacity=25);}
.opacity20 {opacity: 0.2; filter: alpha(opacity=20);}
.opacity15 {opacity: 0.15; filter: alpha(opacity=15);}
.opacity10 {opacity: 0.1; filter: alpha(opacity=10);}
.opacity5 {opacity: 0.05; filter: alpha(opacity=5);}
.opacity0 {opacity: 0.0; filter: alpha(opacity=0);}

#Gallery_Controls
{
	width: 845px;
	height: 30px;
	text-align: right;
	padding-right: 15px;
	display: block;
}

#Button_Gallery_Left
{
	width: 16px;
	height: 30px;
	background-image: url('/images/gallery-left-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px -30px;
	float: right;
	text-decoration: none;
}

#Button_Gallery_Right
{
	width: 15px;
	height: 30px;
	background-image: url('/images/gallery-right-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-decoration: none;
}

#Gallery_Slidebar_Container
{
	width: 860px;
	height: 125px;
	overflow: hidden;
	display: block;
	position: relative;
}

#Gallery_Slidebar
{
	position: relative;
	height: 125px;
	left: -15px;
}

.galleryThumb
{
	width: 150px;
	height: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	float: left;
	border: 1px solid #999999;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.thumb-view
{
	max-width: 100px;
	max-height: 100px;
	width: expression(this.width &gt; 100 ? 100: true);
	height: expression(this.height &gt; 100 ? 100: true);
}

.event-thumbnail
{
	max-width: 200px;
	max-height: 100px;
	width: expression(this.width &gt; 200 ? 200: true);
	height: expression(this.height &gt; 100 ? 100: true);
	float: left;
	margin-right: 15px;
}

#signupThankyou
{
	display: none;
}

#actionTabs
{
	text-align: right;
	font-size: 10px;
	line-height: 11px;
	position: relative;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 6px;
}
#actionTabs img
{
	margin-left: 10px;
}

#formTabs
{
	height: 32px;
	padding-bottom: 6px;
}

#formTabs a
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #999999;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}

.formBox
{
	padding: 15px;
	border: 1px solid #999999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #eeeeee;
}


.news-row
{
	clear: both;
	min-height: 152px;
	padding-bottom: 24px;
}

.news-pic
{
	position: absolute;
	width: 152px;
}

.news-pic img
{
	width: 150px;
	border: 1px solid #999999;
}

.news-info
{
	min-height: 152px;
	margin-left: 170px;
}

#browse-leftcol
{
	float: left;
	width: 195px;
	padding-top: 15px;
	position: absolute;
}

#browse-maincol
{
	margin-left: 225px;
	min-height: 700px;
}

.product-box-redline
{
	width: 760px;
	height: 5px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	margin-top: 15px;
	margin-bottom: 15px;
}

.product-row1-divide
{
	width: 760px;
	height: 15px;
	overflow: hidden;
	background-image: url('/images/product-row1-divide.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.product-row-divide
{
	clear: both;
	width: 760px;
	height: 30px;
	overflow: hidden;
	background-image: url('/images/product-row-divide.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.product-row9-divide
{
	clear: both;
	width: 760px;
	height: 15px;
	overflow: hidden;
	background-image: url('/images/product-row9-divide.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.product-col-divide
{
	float: left;
	width: 3px;
	height: 205px;
	background-image: url('/images/product-col-divide.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.product-thumb-row
{
	height: 205px;
}

.product-thumb-box
{
	width: 170px;
	height: 225px;
	float: left;
	text-align: center;
	padding-left: 0px;
	padding-right: 15px;
}

.product-thumb-img
{
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
}
.product-thumb-img img
{
	margin: 0px auto;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
	height: 150px;
}

.product-thumb-img-194
{
	width: 194px;
	height: 150px;
	overflow: hidden;
	text-align: center;
}

.product-thumb-view
{
	max-width: 150px;
	max-height: 150px;
	width: expression(this.width &gt; 150 ? 150: true);
	height: expression(this.height &gt; 150 ? 150: true);
}

.product-thumb-titleprice
{
	padding-top: 10px;
	text-align: center;
}

.product-thumb-title
{
	font-size: 10px;
	text-transform: uppercase;
	line-height: 10px;
}

.product-thumb-title a
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.product-thumb-title a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.product-thumb-price
{
	color: #990000;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
.product-thumb-price:hover
{
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

.product-thumb-wishlist
{
	color: #000000;
	font-size: 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
.product-thumb-wishlist:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#browse-rightcol
{
	padding-top: 15px;
	position: absolute;
	margin-left: 801px;
	width: 194px;
}

#browse-product-col
{
	margin-left: 207px;
	min-height: 700px;
}

#product-right-col
{
	float: right;
	width: 160px;
	text-align: center;
}
#product-right-col a
{
	text-decoration: none;
	color: #666666;
}
#product-right-col a:hover
{
	text-decoration: none;
	color: #000000;
}

#product-box
{
	width: 552px;
}

#product-box-container
{
	width: 552px;
	margin-top: 18px;
	padding-top: 24px;
	padding-bottom: 18px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#product-box-largephotos
{
	width: 280px;
	height: 300px;
	position: absolute;
}

.productLargeView
{
	position: absolute;
	max-width: 280px;
	max-height: 300px;
	width: expression(this.width &gt; 280 ? 280: true);
	height: expression(this.height &gt; 300 ? 300: true);
}

#product-box-thumbnails
{
	position: absolute;
	margin-top: 310px;
	height: 40px;
}

.productThumbView
{

}

#product-box-info
{
	margin-left: 325px;
	min-height: 350px;
}

.big-red
{
	color: #990000;
	font-size: 21px;
	font-weight: bold;
}

#share-this-product
{
	font-size: 11px;
	padding-bottom: 12px;
}

#homepageSlides2
{
	width: 249px;
	height: 150px;
	position: relative;
}

#homepageSlides
{
	width: 730px;
	height: 320px;
	position: relative;
}

#related-categories
{
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 8px;
}

#related-categories a
{
	display: block;
	padding-bottom: 6px;
	font-size: 18px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#related-categories a:hover
{
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

.recent-search
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.recent-search-redline
{
	height: 5px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.red-price
{
	font-size: 16px;
	padding-top: 8px;
	color: #990000;
}

.recent-search-row
{
	clear: both;
	padding-top: 10px;
}

.recent-search-label
{
	float: left;
	width: 50px;
}

.recent-search-field
{
	float: left;
}
.recent-search-field select
{
	width: 130px;
}

.recent-search-action
{
	clear: both;
	padding-top: 10px;
	text-align: center;
}

.product-personalization
{
	.clear: both;
	padding-top: 10px;
}

.product-action
{
	clear: both;
	padding-top: 10px;
	text-align: left;
}

.product-wishlist
{
	font-size: 10px;
	font-weight: bold;
}

.product-availability
{
	margin-top: 15px;
	border-top: 1px solid #dddddd;
	padding-top: 15px;
	font-size: 10px;
	line-height: 12px;
}

.add-to-cart
{
	border: 0px;
	height: 22px;
	width: 130px;
	background-color: #a8a8a8;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.form-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ccffcc;
	border: 1px solid #006600;
}

.form-error
{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #000000;
}

.error-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
}

.rounded-box
{
	border: 1px solid #999999;
	padding: 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#signup-form-container
{
	background-color: #233449;
	padding: 12px;
}

#signup-form-container h2
{
	margin-top: 0px;
	margin-bottom: 15px;
	color: #ffffff;
	font-family: passion-one-n7, passion-one, sans-serif;
	font-size: 25px;
	font-weight: normal;
}

#signup-form-container input
{
	margin-bottom: 8px;
	border: 0px;
	height: 25px;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 195px;
	padding-left: 10px;
}

#signup-submit
{
	margin-top: 4px;
	display: block;
	background-color: #a01824;
	width: 180px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #ffffff !important;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#signup-submit:hover
{
	background-color: #000000;
	color: #ffffff !important;
	text-decoration: none;
}

.green-accordion-table
{
	border: 0px;
	cell-padding: 0px;
	cell-spacing: 0px;
}
.green-accordion-table td
{
	padding: 0px;
}

.green-accorion-title
{
	clear: both;
	background-color: #99cc33;
	height: 25px;
	margin-top: 15px;
	background-image: url('/dev/images/green-bar-down-arrow.png');
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
.green-accorion-title a
{
	display: block;
	padding-left: 35px;
	line-height: 25px;
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.green-accorion-title a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.green-accordion-container
{
	height: 0px;
	overflow: hidden;
}

.green-accordion-content
{
	padding-top: 10px;
}

.green-accordion-content img
{
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
	max-width: 150px;
	max-height: 150px;
	width: expression(this.width &gt; 150 ? 150: true);
	height: expression(this.height &gt; 150 ? 150: true);

}


.home-blog-title
{
	font-size: 21px;
	line-height: 23px;
	text-decoration: none;
}
.home-blog-title:hover
{
	text-decoration: none;
}

.home-news-row
{
	clear: both;
	padding-bottom: 30px;
}

.home-news-thumb
{
	float: left;
	margin-right: 20px;
}

.home-news-title
{
	font-size: 21px;
	line-height: 32px;
	text-decoration: none;
}
.home-news-title:hover
{
	text-decoration: none;
}

.home-news-date
{
	font-style: italic;
	color: #666666;
}

.important-note
{
	padding: 12px;
	background-color: #ccffcc;
	border: 1px solid #999999;
	color: #000000;
}

.warning-message
{
	padding: 12px;
	background-color: #ffff99;
	border: 1px solid #999933;
	color: #000000;
}

.videoThumb
{
	width: 242px;
	height: 240px;
	padding: 25px;
	overflow: hidden;
	text-align: center;
	float: left;
	display: inline-block;
}
.videoThumb a
{
	text-decoration: none;
}
.videoThumb a:hover
{
	text-decoration: none;
}

.videoThumbImg
{
	width: 240px;
	height: 180px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 5px;
	border: 1px solid #666666;
	background-color: #666666;
	padding: 0px !important;
}
.videoThumbImg img
{
	margin: 0px auto;
	height: 180px;
}

.signupFormRow
{
	min-height: 40px;
}

.signupFormRow input[type=text]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=password]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow select
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow textarea
{
	font-family: Arial;
	height: 150px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}

.signupFormRow input[type=button], .signupFormRow input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.signupFormLabel
{
	position: absolute;
	width: 150px;
	padding-top: 6px;
	text-align: right;
}

.signupFormField
{
	margin-left: 160px;
	text-align: left;
}

#productZoomContainer
{
	display: none;
	position: fixed;
	overflow: hidden;
	width: 450px;
	height: 550px;
	border: 1px solid #cccccc;
	box-shadow: 1px 3px 5px #666666;
	-moz-box-shadow: 1px 3px 5px #666666;
	-webkit-box-shadow: 1px 3px 5px #666666;
	background-color: #ffffff;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('/images/pleasewait.gif');
}

#hoverZoomImage
{
	position: absolute;
}

#displayStartDate, #displayEndDate
{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 120px;
	border: 1px solid #999999;
}
#displayStartDate:hover, #displayEndDate:hover
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


#calendardiv
{
	position: absolute;
	margin-left: 10px;
	margin-top: -40px;
	display: none;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding: 10px;
	-moz-box-shadow: 0px 0px 10px #666666;
	-webkit-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0px 0px 10px #666666;
	z-index: 110;
}

#calendardiv-clear
{
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -8px;
	margin-left: -5px;
	color: #666666;
	text-decoration: none;
}
#calendardiv-clear:hover
{
	color: #000000;
	text-decoration: none;
}

#calendardiv-close
{
	float: right;
	color: #666666;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -5px;
	margin-right: -5px;
	border: 1px solid #cccccc;
}
#calendardiv-close:hover
{
	color: #000000;
	text-decoration: none;
}


#calendardiv-prevyear
{
	font-weight: bold;
	float: left;
	color: #000000;
	text-decoration: none;
	margin-right: 8px;
}
#calendardiv-prevyear:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-prev
{
	font-weight: bold;
	float: left;
	color: #000000;
	text-decoration: none;
}
#calendardiv-prev:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-next
{
	font-weight: bold;
	float: right;
	color: #000000;
	text-decoration: none;
}
#calendardiv-next:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-nextyear
{
	font-weight: bold;
	float: right;
	color: #000000;
	text-decoration: none;
	margin-left: 8px;
}
#calendardiv-nextyear:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-month
{
	font-weight: normal;
	text-align: center;
	margin-top: -20px;
	padding-bottom: 10px;
	padding-left: 11px;
	font-size: 15px;
}

.calendardiv-greyout
{
	width: 20px;
	height: 20px;
}

.calendardiv-day
{
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #ffffff;
}
.calendardiv-day:hover
{
	background-color: #ffff66;
}
.calendardiv-day a
{
	color: #000000;
	text-decoration: none;
	display: block;
}
.calendardiv-day a:hover
{
	color: #000000;
	text-decoration: none;
}

#twitter-corner-logo
{
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
}

.twitter-user
{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding-bottom: 5px;
}
.twitter-user a
{
	text-decoration: none;
}
.twitter-user a:hover
{
	font-weight: bold;
	text-decoration: none;
}

.twitter-tweet
{
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}

.gallery-list-row
{
	clear: both;
	padding-top: 15px;
}

.gallery-list-thumb-box
{
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 15px;
	text-align: center;
	border: 1px solid #999999;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.dragme
{
	position: relative;
}

#slideshow-container, .slideshow-container
{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
	background-color: #2a2a2a;
}

.slideshow-slide
{
	position: absolute;
	width: 100%;
	height: 400px;
	overflow: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	backgroud-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.list-item-row
{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #cccccc;
}
.list-item-row h3
{
	margin-top: 0px;
	margin-bottom: 12px;
}

.list-item-row-image
{
	float: left;
	width: 200px;
	height: 180px;
	background-color: #666666;
	overflow: hidden;
	text-align: center;
	margin-right: 25px;
}
.list-item-row-image img
{
	margin: 0px auto;
}

.red-button
{
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url('/images/red-button-bg.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.red-button:hover
{
	color: #000000;
	text-decoration: none;
}

.sitemap-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}

.sitemap-list li
{
	padding-bottom: 0px;	
}

.popout-object
{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0% auto;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.popout-text
{
	opacity: 0.0;
	filter:alpha(opacity=0); 
}


.filterControlContainer
{
	position: relative;
	margin-top: 10px;
	height: 24px;
}

.filterByTitle
{
	position: absolute;
	width: 209px;
	height: 13px;
	font-size: 13px;
	line-height: 13px;
	padding: 5px;
	text-align: left;
	overflow: hidden;
	border-top: 2px solid #981f02;
	box-shadow: 1px 1px 12px #666666;
	-moz-box-shadow: 1px 1px 12px #666666;
	-webkit-box-shadow: 1px 1px 12px #666666;
	background-color: #ffffff;
}

.filterByToggle
{
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 5px;
	background-image: url('/images/red-dropdown.png');
	background-repeat: no-repeat;
	background-position: 198px 1px;
	color: #981f02;
	text-align: left;
	cursor: pointer;
}

.filterByOption
{
	display: block;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	opacity: 0.60;
	filter: alpha(opacity=60);
	color: #000000;
}
.filterByOption:hover
{
	text-decoration: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.filterByOption-selected
{
	display: block;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
	color: #000000;
	font-weight: bold;
	background-color: #eeeeee;
}
.filterByOption-selected:hover
{
	text-decoration: none;
}

.filterByOptionBox
{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 8px;
	background-size: 20px auto;
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

#checkout-left
{
	position: absolute;
	width: 310px;
}

#checkout-right
{
	margin-left: 330px;
	border-left: 1px solid #cccccc;
	padding-left: 20px;
}

#sortby-options
{
	height: 13px;
	font-size: 13px;
	line-height: 13px;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 12px;
	text-align: left;
	overflow: hidden;
	border-top: 2px solid #981f02;
	box-shadow: 1px 1px 12px #666666;
	-moz-box-shadow: 1px 1px 12px #666666;
	-webkit-box-shadow: 1px 1px 12px #666666;
	background-color: #ffffff;
}

#sortby-options a
{
	text-transform: uppercase;
	padding-left: 20px;
}

.sortby-link
{
	color: #999999;
	text-decoration: none;
}
.sortby-link:hover
{
	color: #000000;
	text-decoration: none;
}

.sortby-link-selected
{
	color: #981f02;
	text-decoration: none;
}
.sortby-link-selected:hover
{
	color: #981f02;
	text-decoration: none;
}

.form-break
{
	border-top: 1px solid #cccccc;
	font-weight: bold; 
	margin-top: 6px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#ffffff));
	background: -webkit-linear-gradient(top, #eeeeee, #ffffff);
	background: -moz-linear-gradient(top, #eeeeee, #ffffff);
	background: -ms-linear-gradient(top, #eeeeee, #ffffff);
	background: -o-linear-gradient(top, #eeeeee, #ffffff);
}

.red-asterik
{
	color: #990000;
	font-weight: bold;
}

.footnote
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
}

#previous-page
{
	float: left;
	width: 200px;
	font-size: 12px;
	text-align: left;
}
#previous-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#previous-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#next-page
{
	float: right;
	text-align: right;
	width: 200px;
	font-size: 12px;
}
#next-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#next-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#pagination-totalnum
{
	color: #666666;
	text-decoration: none;
	font-weight; normal;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 5px;
}

#websiteControls
{
	position: absolute;
	margin-left: 480px;
	width: 360px;
	height: 550px;
	padding-left: 30px;
	padding-top: 10px;
	border-left: 1px solid #999999;
}

#small-arrow-left
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#small-arrow-left:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#small-arrow-right
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#small-arrow-right:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#websiteCaptions
{
	position: relative;
	width: 360px;
}

.website-caption
{
	position: absolute;
	width: 400px;
	overflow: hidden;
}

#websiteSlides
{
	position: relative;
	width: 400px;
	height: 560px;
	padding-left: 50px;
}

.website-slide
{
	position: absolute;
	width: 400px;
	overflow: hidden;
}

#slideshow-arrow-left
{
	position: absolute;
	margin-top: 160px;
	margin-left: 140px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
	border: 0px;
}
#slideshow-arrow-left:hover
{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#slideshow-arrow-right
{
	position: absolute;
	margin-top: 160px;
	margin-left: 810px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
	border: 0px;
}
#slideshow-arrow-right:hover
{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#slideshowContainer
{
	overflow: hidden;
	width: 640px;
	height: 360px;
	margin-left: 170px;
}

#slideshowInner
{
	position: relative;
}

.slideshowItem
{
	float: left;
	border: 0px;
	margin: 0px;
	width: 640px;
	height: 360px;
	text-align: center;
	overflow: hidden;
}

.slideshowInner img
{
	margin: 0px auto;
	border: 0px;
	margin: 0px;
}

#slideshowThumbs
{
	clear: both;
	margin-left: 165px;
	padding-top: 4px;
}

.slideshowThumb
{
	height: 24px;
	margin-left: 4px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.slideshowThumb:hover
{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.slideshowThumbOn
{
	height: 24px;
	margin-left: 4px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.slideshowThumbOn:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.projects-nav
{
	width: 180px;
	height: 24px;
	display: block;
	color: #ffffff;
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	line-height: 25px;
	text-decoration: none;
}
.projects-nav:hover
{
	color: #f37125;
	text-decoration: none;
}

.projects-nav-on
{
	width: 202px;
	height: 24px;
	display: block;
	color: #ffffff;
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	line-height: 25px;
	text-decoration: none;
	background-image: url('/images/projects-left-arrow.png');
	background-position: right 0px;
	background-repeat: no-repeat;
}
.projects-nav-on:hover
{
	color: #ffffff;
	text-decoration: none;
}

#projects-right
{
	margin-left: 280px;
	position: relative;
}

#projectsContainer
{
	width: 100%;
	height: 630px;
	text-align: center;
	position: relative;
}

.projects-slide
{
	position: absolute;
	width: 100%;
	height: 630px;
	text-align: center;
	background-position: center 0px;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#thumbRow
{
	height: 130px;
	width: 100%;
}

.projects-thumb
{
	height: 130px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	cursor: pointer;
}

#homepage-logo
{
	position: absolute;
	top: 100px;
	margin-left: 0px;
}

#homepage-menu
{
	position: absolute;
	top: 0px;
	margin-left: 800px;
	padding-top: 70px;
	height: 130px;
	padding-left: 30px;
	width: 170px;
	background-image: url('/images/homepage-purple-bar.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#homepage-menu a
{
	color: #781878;
	font-family: Helvetica, Arial;
	font-size: 20px;
	line-height: 65px;
	text-decoration: none;
	display: block;
}
#homepage-menu a:hover
{
	color: #b68ec1;
	text-decoration: none;
}

#home-slideshow-padding
{
	display: block;
	height: 270px;
}

#home-slideshow-outer
{
	width: 100%;
	text-align: center;
}

#home-slideshow-container
{
	margin: 0px auto;
	width: 600px;
	height: 450px;
	position: relative;
	margin-left: 20px;
	overflow: hidden;
	margin-top: 0px;
	padding: 12px;
}

.home-slideshow-slide
{
	position: absolute;
	width: 600px;
	height: 450px;
	overflow: hidden;
	opacity: 0.0;
	filter: alpha(opacity=0);
	backgroud-repeat: no-repeat;
	background-size: cover;
	background-position: 0px center;
	display: block;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
}

.twocol-one
{
	float: left;
	width: 46%;
	padding-right: 4%;
}

.twocol-one-last
{
	float: left;
	width: 46%;
	padding-right: 4%;
}

.two-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}
.two-col-nospace
{
	float: left;
	width: 50%;
}
.two-col img, .two-col-nospace img
{
	max-width: 100%;
}

.three-col
{
	float: left;
	width: 31%;
	padding-right: 2%;
}
.three-col img
{
	max-width: 100%;
}

.four-col
{
	float: left;
	width: 23%;
	padding-right: 2%;
}
.four-col img
{
	max-width: 100%;
}

.two-col-center
{
	float: left;
	width: 48%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.two-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.three-col-center
{
	float: left;
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.three-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}

.four-col-center
{
	float: left;
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
.four-col-center img
{
	margin: 0px auto;
	max-width: 100%;
}


/***********************************************************
ACCORDION CONTENT ELEMENTS
***********************************************************/

.accordion-section-container
{
	height: 0px;
	overflow: hidden;
}

.accordion-section-content
{
	display: table;
	padding-top: 10px;
	padding-bottom: 30px;
}


/***********************************************************
DATABASE LISTS - DIV FORMATTING
***********************************************************/

.admin-list-col
{
	float: left;
	width: 300px;
	padding-right: 20px;
}

.list-item-row
{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #cccccc;
}
.list-item-row h3
{
	margin-top: 0px;
	margin-bottom: 12px;
}

.list-item-row-image
{
	float: left;
	width: 200px;
	height: 180px;
	background-color: #666666;
	overflow: hidden;
	text-align: center;
	margin-right: 25px;
}
.list-item-row-image img
{
	margin: 0px auto;
}


/***********************************************************
PREVIOUS/NEXT PAGE CONTROLS
***********************************************************/

#previous-page
{
	float: left;
	width: 200px;
	font-size: 12px;
	text-align: left;
}
#previous-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#previous-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#next-page
{
	float: right;
	text-align: right;
	width: 200px;
	font-size: 12px;
}
#next-page a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#next-page a:hover
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}


/***********************************************************
SEARCH RESULTS - FORMAT 1 - TABLE GRID
***********************************************************/

.table-grid
{
	border: 0px;
	width: 100%;
}

.table-grid th
{
	font-size: 13px;
}

.table-grid td
{
	font-size: 13px;
	border-bottom: 1px solid #dddddd;
}

/***********************************************************
SEARCH RESULTS - FORMAT 2 - DATA GRID
***********************************************************/

.data-grid
{
	border: 0px;
	width: 100%;
}
.data-grid th
{
	text-align: left;
	padding: 3px;
	background-color: #cccccc;
}
.data-grid td
{
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
.data-grid td input[type='text']
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td select
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td textarea
{
	border: 1px solid #cccccc;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding: 5px;
}


/***********************************************************
SEARCH RESULTS - PAGINATION
***********************************************************/

.pagelist-row
{
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.pagelist-links
{
	float: right;
}
.pagelist-links a
{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #999999;
}
.pagelist-links a:hover
{
	color: #999999;
	background-color: #eeeeee;
	text-decoration: none;
}

.pagelist-links-selected
{
	border: 1px solid #000000 !important;
	color: #000000 !important;
	cursor: default !important;
}
.pagelist-links-selected:hover
{
	color: #000000 !important;
	background-color: #ffffff !important;
}

.threecol-one
{
	float: left;
	width: 31%;
	padding-right: 2%;
}

.video-box
{
	float: left;
	width: 48%;
	padding-right: 2%;
	padding-bottom: 5px;
}



/***********************************************************
CUSTOMER REVIEWS
***********************************************************/

.customer-review-box
{
	margin-top: 10px;
	border: 1px solid #cccccc;
	background-color: #f2f2ff;
	padding: 12px;
}
.customer-review-box p
{
	margin-top: 0px;
}

.customer-review-likes
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


/***********************************************************
CHAT DIV OVERLAY
***********************************************************/

#chatDiv
{
	position: fixed !important;
	top: 0px;
	margin-left: 50px;
	width: 400px;
	height: 365px;
	border: 2px solid #999999;
	background-color: #999999;
	padding: 0px;
	display: none;
	z-index: 395;
	box-shadow: 1px 1px 10px #000000;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	cursor: move;
	line-height: 25px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#chatDiv-close
{
	float: right;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}
#chatDiv-close:hover
{
	color: #eeeeee;
	text-decoration: none;
	border: 1px solid #eeeeee;
}

#chatFrame
{
	margin-top: 2px;
	width: 100%;
	height: 340px;
}

/***********************************************************
PROGRESS BAR
***********************************************************/

#progressContainer
{
	height: 20px;
	border: 1px solid #cccccc;
}

#progressBar
{
	width: 0px;
	height: 20px;
	overflow: hidden;
	display: block;
	background-color: #009900;
}



/***********************************************************
HOMEPAGE SLIDESHOW - FULL-SCREEN BACKGROUND IMAGES
***********************************************************/

#homepage-slideshow-clickarea
{
	position: absolute;
	width: 100%;
	height: 560px;
	left: 0px;
	z-index: 60;
	overflow-x: hidden;
}

#homepage-slideshow-container
{
	position: relative;
	width: 1000px;
	height: 560px;
	display: block;
	overflow: visible;
	overflow-x: hidden;
}

#homepage-slideshow-overlays
{
	position: absolute;
	z-index: 10;
	width: 980px;
	height: 560px;
	overflow: hidden;
	overflow-x: hidden;
}

#homepage-slideshow-images
{
	position: absolute;
	width: 100%;
	height: 560px;
	left: 0px;
	background-color: #808080;
	overflow: hidden;
}

#homepage-slideshow-bestmusic
{
	position: absolute;
	z-index: 30;
	width: 279px;
	height: auto;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	margin-top: 30px;
	margin-left: 30px;
}

#homepage-slideshow-captions
{
	position: absolute;
	margin-left: 30px;
	margin-top: 560px;
	z-index: 50;
	width: 100%;
}

.homepage-slideshow-title
{
	font-family: Georgia, Times New Roman;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 36px;
	line-height: 38px;
	font-weight: normal;
	color: #723882;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.homepage-slideshow-caption
{
	font-family: Georgia, Times New Roman;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#homepage-slideshow-thumbs
{
	position: absolute;
	margin-top: 470px;
	width: 980px;
	text-align: center;
	z-index: 90;
}

.homepage-slideshow-thumb
{
	margin: 0px auto;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	z-index: 90;
}

.homepage-slideshow-thumb-on
{
	margin: 0px auto;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	-moz-border-radius: 8px;#175196
	-webkit-border-radius: 8px;
	background-color: rgba(114, 56, 130, 0.8);
	text-decoration: none;
	z-index: 90;
}

.homepage-slideshow-slide
{
	position: absolute;
	width: 100%;
	height: 560px;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.0;
	filter: alpha(opacity=0);   
}


/***********************************************************
CLIENT-SPECIFIC STYLES
***********************************************************/

#state-director-grid
{
	text-align: center;
}

.state-director
{
	margin: 0px auto;
	display: inline-block;
	width: 240px;
	padding: 12px;
	margin: 12px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	font-size: 13px;
	line-height: 15px;
}

.narrow-list
{
	padding-left: 300px;
}
</pre></body></html>