/* #CSS Reset# */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin:0;
	font:12px Arial, Verdana, Tahoma sans-serif;
	color:#333;
	background:#cc092f url('/App_Themes/Burris/Images/bg-page.jpg') no-repeat 50% -42px;
	border-top:5px solid #cc092f;
}
body.homepage
{
	background:#cc092f url('/App_Themes/Burris/Images/bg-page.jpg') no-repeat 50% 0;
}
form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
img {border:0;}
a{
	color:#cc092f;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
#wrapper{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
/* #accordion# */
#accordion h3 a
{
    font-size: 10 pt;
    color: #003366;
    text-decoration: none;
    display:block;
    padding: 4px;
    background: #d6deeb url('/App_Themes/Burris/Images/accordion-down-arrow-light.png') no-repeat 688px 8px;
}
#accordion h3:Hover a
{
    background: #d6deeb url('/App_Themes/Burris/Images/accordion-down-arrow.png') no-repeat 688px 8px;    
}
#accordion div
{
    background: #FFFFFF url('/App_Themes/Burris/Images/accordionDivBkgd.png')repeat-x;
    padding: 8px;
    margin-top: -4px;
    border-right: solid 1px #d6deeb;
    border-bottom: solid 1px #d6deeb;
    border-left: solid 1px #d6deeb;
}
#accordion img {
	padding: 0 10px 10px 10px;
}
/* #header# */
#header{
	width:100%;
	background:url('/App_Themes/Burris/Images/bg-header.gif') no-repeat 7px 100%;
	position:absolute;
	left:0;
	top:0;
	height:82px;
}
.homepage #header{height:127px;}

#header ul.top-nav
{
	position: absolute;
	top: 40px;
	right: 20px;
}

#header ul.top-nav li
{
	display: inline;
	padding:0 0 0 11px;
	margin:0 0 0 8px;
	background:url('/App_Themes/Burris/Images/bg-footer-li.gif') no-repeat 0 50%;
}

#header ul.top-nav li.first
{
	background: none;
}

#header ul.top-nav li a
{
	color: #B3CCE0;
	text-decoration: none;
}

#header ul.top-nav li a:after
{
	
}

#header ul.top-nav li a:Hover
{
	color: #DDF1F0;
	text-decoration: underline;
}

.homecontent
{
	background-color: White;
	padding: 8px;
	color: #2F589A;
	border: 2px solid #2F589A;
	font-weight: normal;
}

.form-login{
	float:right;
	width:376px;
	height:62px;
	background:url('/App_Themes/Burris/Images/bg-form-login.gif') no-repeat;
	text-align:center;
	padding:4px 0 5px;
}
.form-login .text, .form-search .text{
	width:200px;
	padding:2px 5px;
	margin: 0px 4px 0px 0px;
	border:1px solid #d6d5d5;
	border-width:0 1px;
	border-top:1px solid #848182;
	font:12px Arial, Verdana, Tahoma sans-serif;
}
.form-login label, .form-login input, .form-search label, .form-search input{vertical-align:middle;}
.form-login label, .form-search label{
	color:#fff;
	margin:0 5px 0 0;
}
.form-login .btn-login, .btn-go{
	border:0;
	margin:0;
	background:none;
	font:10px Arial, Verdana, Tahoma sans-serif;
	color:#fff;
	padding:0;
}
.form-login ul{
	margin:16px 0 0;
	padding:0;
	list-style:none;
}
.form-login li{
	display:inline;
	padding:0 0 0 10px;
}
.form-login ul label{
	background:url('/App_Themes/Burris/Images/bg-remember.gif') no-repeat 100% 0;
	padding:0 18px 0 7px;
}
.form-login a{color:#9cf;}
.form-login a:hover{color:#fff;}

.form-login a
{
	color: White;
	text-decoration: none;
	text-transform: uppercase;
}

.form-search a
{
	font-size: 16px;
	color: White;
	display: block;
	text-align: center;
}

#header .logo{
	display:block;
	width:355px;
	height:70px;
	background:url('/App_Themes/Burris/Images/logo.png') no-repeat 100% 100%;
	_background:none;
	_filter:progid:dximagetransform.microsoft.alphaimageloader(src='/App_Themes/Burris/Images/logo.png', sizingmethod='crop');
	text-indent:-9999px;
	position: absolute;
	top: 4px;
}
#header .logo a{
	height:100%;
	display:block;
}
.homepage #header .logo{
	width:275px;
	height:104px;
	background:url('/App_Themes/Burris/Images/logo-home.png') no-repeat 100% 100%;
	_background:none;
	_filter:progid:dximagetransform.microsoft.alphaimageloader(src='/App_Themes/Burris/Images/logo-home.png', sizingmethod='crop');
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 12px;
}
.nav{
	margin:0 -4px 0 0;
	display:inline;
	padding:0;
	list-style:none;
	float:right;
	clear:right;
}
.homepage .nav{margin:0 152px 0 -70px;}
.nav li{
	float:left;
	padding:0 0 0 22px;
}
.nav a{
	text-transform:uppercase;
	color:#69f;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	float:left;
	padding:18px 16px 18px 13px;
}
.nav a:hover{
	color:#fff;
	text-decoration:none;
}
.nav a.home:hover{background:url('/App_Themes/Burris/Images/bg-home-hover.gif') no-repeat;}
.nav a.solutions:hover{background:url('/App_Themes/Burris/Images/bg-solutions-hover.gif') no-repeat 100% 0;}
.nav a.locations:hover{background:url('/App_Themes/Burris/Images/bg-locations-hover.gif') no-repeat 75% 0;}
.nav a.about:hover{background:url('/App_Themes/Burris/Images/bg-about-hover.gif') no-repeat 100% 0;}
.nav a.contact:hover{background:url('/App_Themes/Burris/Images/bg-contact-hover.gif') no-repeat 25% 0;}

.nav a.home.active{background:url('/App_Themes/Burris/Images/bg-home-hover.gif') no-repeat;}
.nav a.solutions.active{background:url('/App_Themes/Burris/Images/bg-solutions-hover.gif') no-repeat 100% 0;}
.nav a.locations.active{background:url('/App_Themes/Burris/Images/bg-locations-hover.gif') no-repeat 75% 0;}
.nav a.about.active{background:url('/App_Themes/Burris/Images/bg-about-hover.gif') no-repeat 100% 0;}
.nav a.contact.active{background:url('/App_Themes/Burris/Images/bg-contact-hover.gif') no-repeat 25% 0;}

.form-search{
	float: right;
	background:#cc092f;
	padding:1px 5px 6px 9px;
	margin:0 5px 0 0;
	display:inline;
}
.form-search fieldset{display:inline;}
.form-search .text{
	width:134px;
	padding:1px 5px;
	margin:0 6px;
}
/* #main# */
#main{
	margin:82px 0 0 7px;
	background:url('/App_Themes/Burris/Images/bg-main.gif') repeat-y;
	border-left:6px solid #cc2031;
	border-right:6px solid #002878;
	width:941px;
}
.homepage #main{
	margin:127px 0 0 7px;
	background:#E0F3F1 url('/App_Themes/Burris/Images/bg-main.jpg') no-repeat;
}
.holder{
	background: url('/App_Themes/Burris/Images/bg-main-bottom.jpg') no-repeat 0 100%;
	width:100%;
	padding:0 0 22px;
	min-height: 700px;
	_height: 700px;
}

.EditMode .holder
{
	height: 2000px;
}

.DesignMode .holder
{
	height: 2000px;
}
.homepage .holder{background:url('/App_Themes/Burris/Images/bg-holder.jpg') no-repeat 0 100%;}
.holder:after, #menu:after{
	content:"";
	clear:both;
	display:block;
}

/* #News# */

.newsItemDetail .NewsSummary .NewsContent .Date
{
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 4px 0px;
}

.newsItemDetail .NewsSummary .pr
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 4px 0px;
}

.newsItemDetail .NewsSummary .fir
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
}

.newsItemDetail .NewsSummary h4
{
	margin: 0px 0px 10px 0px;
}

.newsItemDetail .Foot .closer
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0px 20px 0px;
}



/* #content# */
#content{
	float:left;
	width:711px;
	background:url('/App_Themes/Burris/Images/bg-content.jpg') no-repeat 0 2px;
	padding:44px 17px 0 33px;
	min-height: 550px;
	overflow: hidden;
}
.homepage #content{
	background:url('/App_Themes/Burris/Images/bg-content-home.jpg') no-repeat 0 2px;
	padding:27px 17px 0 15px;
	width:729px;
}
.homepage #content ul
{
	list-style: none;
	margin: 0px;
}
#content p{
	font-size: 13px;
	line-height:18px;
	margin: 0px 0px 10px 0px
}

#content h1, #content h2{
	font-size:28px;
	color:#036;
	margin:0 0 7px;
}
#content h1 em{
	margin:0 0 0 48px;
	font-size:25px;
	line-height:27px;
	display:block;
}

#content ol
{
	font-size: 13px;
	line-height:22px;
}

#content #top h1{
	font-size: 18px !important;
	color:#004990;
	position: absolute;
	top: 4px;
	left: 40px;
	line-height:22px !important;
	display:block;
	font-style: italic;
}
#content #top h1 em{
	
}
#content h3{
	font-size:16px;
	color:#cc092f;
	margin:17px 0px 4px 0px;
}
#content h4{
	font-size:14px;
	font-weight:normal;
	color:#cc092f;
	margin:0 0 11px;
}
.left-aligned{
	float:left;
	border:2px solid #cc092f;
	margin:4px 17px 0 0;
}
#menu{
	margin:-3px 0 0;
	padding:0;
	list-style:none;
	width:100%;
	clear:both;
}
#menu li{
	float:left;
	width:146px;
	position:relative;
	margin:0 -3px 0 0;
}

#menu li:hover a{
	background:url('/App_Themes/Burris/Images/bg-menu-hover.png') no-repeat;
}

#menu li a{
	_background:none;
	_filter:progid:dximagetransform.microsoft.alphaimageloader(src='/App_Themes/Burris/Images/bg-menu-li.png', sizingmethod='crop');
	_cursor:pointer;
}

#menu li.hover a{
	_background:none;
	_filter:progid:dximagetransform.microsoft.alphaimageloader(src='/App_Themes/Burris/Images/bg-menu-hover.png', sizingmethod='crop');
}

#menu a{
	float:left;
	position:relative;
	width:100%;
	text-indent:-9999px;
	position:relative;
	background:url('/App_Themes/Burris/Images/bg-menu-li.png') no-repeat;
	padding:0 0 4px;
	z-index:2;
}
#menu a strong{
	display:block;
	text-indent:-9999px;
	height:44px;
}
#menu a span{
	display:block;
	width:116px;
	height:116px;
	overflow:hidden;
	margin:20px 0 13px 16px;
}
#menu li.storing:hover a span {background:url('/App_Themes/Burris/Images/storing-hover.jpg') no-repeat; cursor: pointer;}
#menu li.consolidating:hover a span{background:url('/App_Themes/Burris/Images/consolidating-hover.jpg') no-repeat; cursor: pointer;}
#menu li.distributing:hover a span{background:url('/App_Themes/Burris/Images/distributing-hover.jpg') no-repeat; cursor: pointer;}
#menu li.moving:hover a span{background:url('/App_Themes/Burris/Images/moving-hover.jpg') no-repeat; cursor: pointer;}
#menu li.tracking:hover a span{background:url('/App_Themes/Burris/Images/tracking-hover.jpg') no-repeat; cursor: pointer;}

#menu li:hover a strong, #menu li.hover a strong{background-position:50% -300px}

#menu li:hover a span img, #menu li.hover a span img{display:none;}
#menu li img{
	display:block;
	margin: 0px 0px 0px 0px;
}
#menu .storing strong.title{background:url('/App_Themes/Burris/Images/bg-storing.gif') no-repeat 50% -95px;}
#menu .consolidating strong.title{background:url('/App_Themes/Burris/Images/bg-consolidating.gif') no-repeat 50% -95px;}
#menu .distributing strong.title{background:url('/App_Themes/Burris/Images/bg-distributing.gif') no-repeat 50% -95px;}
#menu .moving strong.title{background:url('/App_Themes/Burris/Images/bg-moving.gif') no-repeat 50% -95px;}
#menu .tracking strong.title{background:url('/App_Themes/Burris/Images/bg-tracking.gif') no-repeat 50% -95px;}

.drop-down{
	position:absolute;
	left:-156px;
	bottom:193px;
	width:452px;
	display:none;
}
.distributing .drop-down{left:-11px;}
.tracking .drop-down{left:-292px;}
#menu li:hover .drop-down, #menu li.hover .drop-down{display:block;}
.drop-down .inner{
	height:194px;
	background:url('/App_Themes/Burris/Images/bg-drop-down.png') no-repeat;
	_background:none;
	_filter:progid:dximagetransform.microsoft.alphaimageloader(src='/App_Themes/Burris/Images/bg-drop-down.png', sizingmethod='crop');
	overflow:hidden;
	padding:0 25px 0 36px;
}
#menu .drop-down a{
	float:none;
	background:none!important;
	text-indent:0;
	color:#002878;
}
#content .drop-down p{margin:7px 0;}
#content .drop-down h3{margin:30px 0 0;}
.snowflakes{
	float:right;
	width:280px;
	height:85px;
	background:url('/App_Themes/Burris/Images/bg-snowflakes.gif') no-repeat;
	margin:-25px -15px 0px 0px;
	_margin: -25px 0px 0px 0px;
}
#top{
	overflow:hidden;
	height: 280px;
	width: 759px;
	position: absolute;
	top: 126px;
	left: 13px;
	background: url('/App_Themes/Burris/Images/custom-distribution-landscape.jpg');
}

#top .blurb
{
	position: absolute;
	top: -6px;
	right: 0px;
	width: 361px;
	height: 225px;
	background: url('/App_Themes/Burris/Images/bg-top.png');
	_background:none;
	_filter:progid:dximagetransform.microsoft.alphaimageloader(src='/App_Themes/Burris/Images/bg-top.png', sizingmethod='crop');
}

#top .blurb h3
{
	color: #CC092F;
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
}

#top .blurb p
{
	font-size: 12px !important;
	line-height: 14px !important;
	text-align: right;
	width: 210px;
	float: right;
	padding-right: 10px;
}

#top .blurb a
{
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	color: #002878;
}

#sep
{
	height: 260px;
}

.div-holder2
{
	float: right;
}

#solutions-list
{
	
}

.i-want{
	float:left;
	width:410px;
	margin: 6px 0px 24px 14px;
	color:#012778;
	font-weight: bold;
}

.think, .help{float:right;}
.think{
	background:#002878 url('/App_Themes/Burris/Images/bg-think.gif') no-repeat;
	width:278px;
	margin-top: 6px;
}
.think .inner
{
	font-weight: bold;
	color: #FFFFFF;
	overflow:hidden;
	height:160px;
	background:url('/App_Themes/Burris/Images/bg-think-inner.gif') no-repeat 0 100%;
	padding:4px 20px;
}
.think .inner p{
	font-weight: bold;
	color: #FFFFFF;
}
.think .inner p a{
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	float: right;
	font-size: 12px;
}
.think .inner textarea
{
	height: 80px;
	width: 232px;
}

.think .inner input[type="text"]
{
	height: 16px;
	margin:4px 10px 6px 0px;
	width: 100px;
}

.think .inner input[type="text"].long
{
	height: 16px;
	width: 232px;
}

.think .inner .floater
{
	float:left;
	position:relative;
}

.think .inner .clear
{
	clear:left;
}

#locations-box
{
	float:left;
	width:415px;
	padding:0px 30px;
	margin-top: -16px;
	margin-left: -31px;
}
.help{
	width:246px;
	height:174px;
	overflow:hidden;
	background:url('/App_Themes/Burris/Images/bg-help.png') no-repeat;
	_background:none;
	_filter:progid:dximagetransform.microsoft.alphaimageloader(src='/App_Themes/Burris/Images/bg-help.png', sizingmethod='crop');
	margin:-3px -3px 2px 0px;
	padding:0 19px;
	display:inline;
}
.help a{position:relative;}
#content .help h3{
	font-size:20px;
	color:#d2d9df;
	margin:12px 0;
}
#content .help h3 em{color:#fff;}
#content .help p{
	margin:0 0 0 7px;
	line-height:16px;
	color:#6d6d6d;
}
.more{
	float:right;
	font-weight:bold;
	font-size:14px;
}
#content .form-search{
	clear:both;
	width:263px;
	padding:6px 5px 6px 9px;
	margin-top: 8px;
}
.btn-go{
	font-size:13px;
	color:#999;
}
#content .form-search .text{width:156px;}
/* #sidebar# */
#sidebar{
	float:right;
	width:180px;
	font-size:11px;
	color:#666;
	padding:0 0 10px;
	padding-left: -20px;
}

.DesignMode #sidebar
{
	width:175px;
}

#sidebar h4{
	font-size:13px;
	color:#cc092f;
	margin:0;
}
.contact-info{
	width:126px;
	background:url('/App_Themes/Burris/Images/bg-contact-info.gif') repeat-y;
	border:2px solid #0f3580;
	border-width:2px 0;
	margin:19px 0 0 22px;
	padding:4px 8px 0;
}
.contact-info address{
	margin:13px 0;
	font-style:normal;
	line-height:13px;
}

.contact-info ul{
	margin-left:1px;
}

.street {
	margin-left:4px;

}

.city {
	float:left;
	margin-left:4px;
	padding-right: 4px;
}

.state {
	float:left;
	padding-right: 4px;
}

.email span{
	padding-right: 4px;
}

.phone span{
	padding-right: 4px;
}

.web {
	padding-bottom: 6px;
}
.web span{
	padding-right: 4px;
}

.contact-info .contact
{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #9EB5D5;
}

.contact-info address strong{
	display:block;
	font-weight:normal;
	color:#002878;
	margin:0 0 3px;
}
.contact-info address span{
	display:block;
	margin:3px 0 0;
}
.contact-info address span a{
	font-style:italic;
	color:#666;
	text-decoration:underline;
}


.box{margin:27px 30px 0;}
.box p{margin:6px 0;}
.box p a {display:block;}
.box p a strong{color:#002878;}
.top-image{
	margin: -55px 0 0 14px;
	display:block;
	position:relative;
}

.EditMode .top-image
{
	display: inline;
	margin: 0px;
	position: inherit;
}
.info{
	background:url('/App_Themes/Burris/Images/bg-info.gif') no-repeat;
	padding:2px 0 0 11px;
}
.info .inner{
	background:#fff url('/App_Themes/Burris/Images/bg-info-bottom.gif') no-repeat 0 100%;
	overflow:hidden;
	width:137px;
	padding:13px 12px 38px;
}
.info p{
	line-height:18px;
}

/* #footer# */
#footer{
	background:url('/App_Themes/Burris/Images/bg-footer.gif') no-repeat 100% 0;
	padding:12px 6px;
	text-align:center;
	overflow:hidden;
	height:1%;
	color:#fff;
}
#footer a{
	color:#ccc;
	text-decoration:underline;
}
#footer p, #footer ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#footer li{
	display:inline;
	background:url('/App_Themes/Burris/Images/bg-footer-li.gif') no-repeat 0 50%;
	padding:0 0 0 11px;
	margin:0 0 0 5px;
}

/* #Posts# */
.posts{
	margin: 0px 0px 0px 0px !important;
	overflow:hidden;
	width:100%;
}
.posts li{
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #666;
	padding:25px 20px 30px 30px;
	margin:0 0 -1px;
	list-style: none !important;
}

.posts li div p
{
	padding: 10px 0px 0px 0px;
}
.posts li > a > img{
	float:left;
	background:url('/App_Themes/Burris/Images/bg-thumb.gif') no-repeat;
	padding:4px;
	margin:0 21px 0 0;
}
.posts li > div > p > a > img{
	display: none;
}
.posts h2, .posts h3{
	display:inline;
}
.posts h2{
	background:url('/App_Themes/Burris/Images/bg-title.gif') no-repeat 100% 100%;
	padding:0 10px 0 0;
	margin:0 8px 0 0;
}

.posts h4{
	font-size:14px;
	font-weight:normal;
	color:#cc092f;
	margin:0 0 11px;
}
.posts h2 a
{
	color:#036;
	font-size: 28px;
}
.box-holder{
	overflow:hidden;
	width:712px;
	background:url('/App_Themes/Burris/Images/bg-box-holder.gif') no-repeat;
}
.short-box{
	float:left;
	width:201px;
	padding:14px 12px 10px 24px;
}
.short-box .image{
	background:url('/App_Themes/Burris/Images/bg-box-image.gif') no-repeat;
	padding:2px 3px;
	margin:3px 2px 0 0;
}
#content .short-box p{margin:0 0 7px;}
.short-box p a{color:#002878;}
.map, .boxes-holder{
	width:759px;
	margin:29px -16px 0px -33px;
	overflow:hidden;
}
#mapcontainer {
	padding-bottom: 18px;
}
.boxes-holder{
	background:url('/App_Themes/Burris/Images/bg-boxes-holder.gif') repeat-x;
	margin:0 -16px 0 -33px;
	padding:6px 0 0;
}
.boxes-holder .short-box{
	width:172px;
	padding:21px 25px 0 29px;
	background:url('/App_Themes/Burris/Images/bg-boxes-box.gif') no-repeat;
	min-height:254px;
	margin:0 3px 0 23px;
	display:inline;
}

/* #Slider# */
.slider{
	width:237px;
	float:left;
	margin:34px 0 0;
	background: #FFFFFF;
}

.slider .contact
{
	position: relative;
	padding: 6px;
	min-height: 50px;
}

.slider .hasTooltip
{
	cursor: pointer;
}

.slider .hasTooltip:Hover
{
	cursor: pointer;
	background: #D2DAE7;
}

.slider .hasNoTooltip
{
}

.slider .contact h5
{
}

.slider .contact ul
{
	width: 130px;
	list-style: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

.slider .contact ul.channels
{
}

.slider .contact ul li
{
	font-size: 11px !important;
	line-height: 12px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.slider .contact .image
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 6px;
	right: 6px;
}

.slider div.details
{
	display: none;
}

div.slide{display:none;}




#content div.slide p{
	margin:10px 10px 10px 24px;
	line-height:13px;
}
.block{
	float:right;
	width:390px;
	background:url('/App_Themes/Burris/Images/bg-block.gif') repeat-y;
	margin:22px 28px 0 0;
	display:inline;
}
.block-top{background:url('/App_Themes/Burris/Images/bg-block-top.gif') no-repeat;}
.block-bt{
	background:url('/App_Themes/Burris/Images/bg-block-bt.gif') no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:21px 34px 8px;
	font-size:11px;
	line-height:15px;
	color:#666;
}
.block strong{
	color:#036;
	margin:0 5px 0 0;
}
.block ul ul{
	margin:0 0 0 12px;
}
.block li{
	margin:0 0 10px 0;
	padding:0 0 0px 0;
	list-style-type: none;
}
.block ul ul li{margin:0;}

#content .block h4{
	font-size:13px;
	font-weight:bold;
}
.directions{
	width:166px;
	margin:22px 0 0 8px;
	background:url('/App_Themes/Burris/Images/bg-directions.jpg') repeat-y;
}
.directions #top{background:url('/App_Themes/Burris/Images/bg-directions-top.jpg') no-repeat;}
.directions .bottom{
	background:url('/App_Themes/Burris/Images/bg-directions-bt.jpg') no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:14px 4px 17px;
}
.directions h4{padding:0 0 0 10px;}
.directions li{
	background:url('/App_Themes/Burris/Images/bg-directions-li.gif') no-repeat 0 9px;
	margin:3px 0;
	padding:5px 0 0;
}
.directions li a{
	text-transform:uppercase;
	color:#036;
	padding:0 0 0 11px;
}
/*.directions li ul{display:none;}
.directions li.active ul{display:block;}*/
.directions li li{
	background:url('/App_Themes/Burris/Images/bg-directions-subli.gif') no-repeat 0 4px;
	padding:0 0 0 9px;
}
.total{margin:17px 28px 0;}
.total ul{
	margin:5px 0 0;
}
.total ul li{
	display:inline;
	color: #003366;
	font-weight:bold;
	font-style:italic;
}

.total ul li strong
{
	color: #CC0033;
}
.wide{margin:11px 21px;}

.address{margin:10px 12px;}
.address address{margin:3px 0 7px;}
.address address span{
	display:block;
}
.address address strong{color:#036;}
.address p a{
	font-size:12px;
	font-weight:bold;
	color:#036;
	text-decoration:underline;
}
.box li{
	padding:2px 0 0 8px;
	background:url('/App_Themes/Burris/Images/bg-box-li.gif') no-repeat 0 60%;
	line-height:13px;
}
.box li a{
	font-weight:bold;
	color:#002878;
}

/*to be edited*/
#mapnavbox
{
	margin:0px 0px 0px 20px;
}

#mapnavbox #maplinks ul
{
	padding-bottom:6px;
}


/* #SubNav# */
#subnav
{
	position: absolute;
	right: 0px;
	_right: -200px;
}
#subnav ul
{
	padding: 0px 0px 0px 20px;
	margin: 0px 200px 10px 0px;
	list-style: none;
	background: transparent;
	float: right;
	clear: both;
}
#subnav li
{
	float: left;
}

#subnav li a
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #002878;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	border-bottom: 1px solid #cc092f;
	width: 70px;
	min-height: 28px;
	_height: 28px;
	text-align: center;
}

#subnav li:hover
{
	float: left;
}

#subnav li a:hover
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	border-bottom: 2px solid #CD092F;
	background: #CD092F;
}

#subnav li.active
{
	float: left;
}

#subnav li.active a
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	border-bottom: 2px solid #002878;
	background: #002878;
}

/* #Logos# */
ul.logos
{
	margin: 0px;
	padding: 0px;
}

ul.logos li
{
	padding: 0px 0px 10px 0px;
}

/* #Map# */
ul.locations
{
	margin: -10px 0px 0px 0px;
}

ul.locations li
{
	background: transparent;
	cursor: pointer;
	padding: 4px;
	margin: 0px 0px 0px 0px;
}

ul.locations li:Hover
{
	background: #D8E0ED;
}

ul.locations li h4
{
	margin: 0px;
	padding: 0px;
}

ul.locations li .desc p
{
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

.details
{
	height: 90px;
	width: 200px;
	padding: 10px;
	list-style:none !important;
}

.details ul
{
	list-style:none !important;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.details ul.address li
{
	margin: 0px !important;
	padding-bottom: !important;
	list-style: none !important;
}

.details ul.address
{
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	list-style:none !important;
}

a.back
{
	position: absolute;
	top: 100px;
	right: 200px;
	font-weight: bold;
}

#content ul
{
	list-style-type: disc;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 10px;
}
#content ul li
{
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
}

/* #Gazette# */
.gazette
{
	list-style: none !important;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.gazette li
{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 220px;
}

.gazette a
{
	display: block;
}

.gazette a.thumb
{
	margin-left: -10px;
}

.gazette img
{
	text-decoration: none;
}

/* #Forms# */
.forms
{
	list-style: none !important;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: white;	
}

.forms li
{
	float: left;
	margin: 0px 20px 0px 0px;
	width: 120px;
	padding: 4px;
	text-align: center;
}

.forms li:Hover
{
	background: #D8E0ED;
}

.forms a
{
	display: block;
}

.forms a.thumb
{
	
}

.forms img
{
	text-decoration: none;
}

/* #Contacts# */
.warehouses
{
	margin: 20px 0px 0px 0px;
}

.warehouses .contactcard
{
	width: 200px;
	float: left;
	height: 145px;
	padding: 0px;
	margin: 0px 20px 10px 0px;
}

.warehouses .contactcard ul *
{
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none;
}

.warehouses .contactcard .city, .warehouses .contactcard .state
{
	margin-right: 6px !important;
}

/* #Search# */
.SearchDialog
{
	margin: 20px 0px 0px 0px;
}

.SearchResults
{
	margin: 20px 0px 0px 40px;
}

.SearchResults .ResultTitle
{
	font-size: 18px;
	margin: 10px 0px 0px 0px;
}

.SearchResults .PagerControl
{
	margin: 20px 0px 0px 0px;
	font-size: 14px;
}

/* #Form# */
.EditingFormLabelCell
{
	vertical-align: top;
	width: 120px;
	height: 30px;
}

.TextboxField
{
	width: 200px;
}

.TextAreaField
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	width: 500px;
}

.ErrorLabel
{
	color: #CC2031;
	margin: 0px 0px 10px 0px;
	display: block;
	font-weight: bold;
}

.EditingFormErrorLabel
{
	color: #D22447;
	margin-bottom: 8px;
}

.qtip
{
	position: absolute;
}

.qtip p
{
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 6px 0px;
}

.qtip ul
{
	list-style-type: disc;
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0px 6px 20px;
}

.qtip ul li
{
	margin: 0px 0px 4px 0px;
}

#contact-form
{
	margin: 30px 0px 0px 30px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	zoom: 1;
	width: 600px;
}

#contact-form:after
{
	content:"";
	clear:both;
	display:block;
}

#contact-form .left
{
	float: left;
	width: 300px;
}

#contact-form .right
{
	float: right;
	width: 300px;
}

#contact-form div.row
{
	margin: 0px 0px 4px 0px;
}

#contact-form div.row span.req
{
	font-weight: bold;
	display: block;
	float: left;
	width: 80px;
}

#contact-form div.row span.opt
{
	font-weight: normal;
	display: block;
	float: left;
	width: 80px;
}

#contact-form div.row input
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	width: 200px;
}

#contact-form div.row select
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	width: 200px;
}

#contact-form div.row textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	width: 200px;
}

#contact-form #salesforcesubmit
{
	float: right;
	margin: 20px 12px 0px 0px;
	clear: both;
}

#featured {  
    width:   446px;  
    height:  245px;  
    padding: 0;  
    margin:  0;  
} 
 
#featured li {  
    top:  0; 
    left: 0 
} 


/* #UI Tabs# */

#tabs
{
	margin: 0px 0px 20px 0px;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    #tabs .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    #tabs .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
#tabs .ui-tabs-nav, .ui-tabs-panel {
}

#tabs .ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
    font-size: 14px;
    font-weight: bold;
}
#tabs .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#tabs .ui-tabs-nav li {
    float: left;
    margin: 0 6px 0 0;
    min-width: 84px; /* be nice to Opera */
}
#tabs .ui-tabs-nav a, #tabs .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
}
#tabs .ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #FFFFFF;
    background: #002878;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}

#tabs .ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #002878;
    background: #FFFFFF;
    border-top: 1px solid #002878;
    border-left: 1px solid #002878;
    border-right: 1px solid #002878;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}

#tabs .ui-tabs-nav a span {
    min-width: 64px;
    height: 22px; /* IE 6 treats height as min-height */
    min-height: 22px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#tabs .ui-tabs-nav .ui-tabs-selected a span {
}

#tabs .ui-tabs-nav .ui-tabs-selected a:link, #tabs .ui-tabs-nav .ui-tabs-selected a:visited, #tabs .ui-tabs-nav .ui-tabs-disabled a:link, #tabs .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#tabs .ui-tabs-nav a:hover, #tabs .ui-tabs-nav a:focus, #tabs .ui-tabs-nav a:active,
#tabs .ui-tabs-nav .ui-tabs-deselectable a:hover, #tabs .ui-tabs-nav .ui-tabs-deselectable a:focus, #tabs .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border: 1px solid #002878;
    padding: 18px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.ui-tabs-panel:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-loading em {
    padding: 0 0 0 20px;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
