@import 'reset.css';
@import 'text.css';

/*
-----------------------------------------------
Master CSS
----------------------------------------------- */

/* table of contents 
----------------------------------------------- */
/*
- basics
	+ body
	+ anchors
	+ paragraphs and lists
	+ horizontal lines
	+ headings
    + floats
    + table
	+ boxes
	
- social media tab section
	
- top header section
	+ shopping cart
	+ top right
	+ header links
	+ search
	
- branding section
	
- rotator section
	+ rotator
	
- tab content section
	+ tabs
    + news . blog

- home content section
	+ left sidebar
	+ center sidebar 
	+ events

- ad footer content section

- video content section
	
- footer nav section
	+ footer nav
	+ social media
	+ copyright
*/

/* basics
----------------------------------------------- */

body {
	background: #ececec;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 40px;
	min-width:320px;
	height:100%;}

#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	z-index:-1;}

#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;}

.alert {background-color:#E8E8E8;
		padding:5px;
		margin:20px 10px 20px 10px;
		border-color:#B3270C;
		box-shadow:5px 5px 5px #888888;
		border-style:solid;
		border-width:1px;
		border-radius:5px;}

/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-family: /*'NovecentowideBold','NovecentowideMedium',*/Arial, Helvetica,sans-serif;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
/*view more button*/
a.view_more{
	background:#f4c86b;
	padding:10px;
	color:#ffffff;
	text-transform:uppercase;
	-webkit-border-radius:5px; 
  	-moz-border-radius:5px; 
	border-radius:5px;
	-webkit-box-shadow: inset 0 8px 6px -6px #d4ac57;
	   -moz-box-shadow: inset 0 8px 6px -6px #d4ac57;
	        box-shadow: inset 0 8px 6px -6px #d4ac57;
	
	position:relative;
}

/* paragraphs and lists
----------------------------------------------- */
blockquote { quotes:none; margin-left:35px; margin-right:35px; margin-bottom:10px; display:block; } 
p {
	font-family:Arial, Helvetica,sans-serif;
	font-size:1em;
	margin:0;
}
sub{
	font-size:90%;
}

ul, ol {
	padding-top:0;
}
::-webkit-input-placeholder {
   color: #999999;
   font-weight:bold;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999999;  
   font-weight:bold;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
   font-weight:bold;
}

:-ms-input-placeholder {  
   color: #999999; 
   font-weight:bold; 
}
input[type=search] {	-webkit-appearance: none;}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/*horizontal lines
----------------------------------------------- */
hr{margin-bottom:10px;}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;font-family:'NovecentowideBold',Arial, Helvetica,sans-serif;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}


h1 a {
	font-weight:normal;
}

/*floats
----------------------------------------------- */
.floatRight{float:right;}
.floatLeft{float:left;}
.floatNone{float:none;}

/*table
----------------------------------------------- */
table{width:100%;}
table thead tr{border-bottom:1px solid #cccccc;}
table thead tr th{font-weight:bold;}

/*boxes
----------------------------------------------- */
.accordion_button {
  cursor: pointer;
}
.box {
	background:transparent;
	margin:0;
	padding:10px 0;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#000000;
	background:transparent;
	margin:-10px -10px 0 -10px;
	padding:6px 8px;
}
.box h2 a,
.box h2 a.visible {
	color:#000;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}

.box h2 a:hover {
	
}
.block {
	padding-top:10px;
	padding-bottom:1px;
}
/*#site_wrapper{
	background:url(/systemimages/bg.jpg) no-repeat center center #ececec;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top:6px solid #c42a0c;
	width:100%;
}*/
#site_wrapper{
border-top:6px solid #c42a0c;
width:100%;
position:relative;
z-index:2;
}

#site_container{
	background:#ffffff;
	margin:0 auto;
/*	-webkit-box-shadow: 0 -3px 8px -3px #333333;
	   -moz-box-shadow: 0 -3px 8px -3px #333333;
	        box-shadow: 0 -3px 8px -3px #333333;*/
	    	-webkit-box-shadow: 0 0px 8px -3px #333333;
  -moz-box-shadow: 0 0px 8px -3px #333333;
       box-shadow: 0 0px 8px -3px #333333;
	behavior: url(js/PIE.htc);
	position:relative;
	        z-index:2; 
}

/* social media tab section
----------------------------------------------- */
#social_media_side_tab{ 
	background:#ffffff; 
	width:40px; 
	position:fixed; 
	top:150px; 
	left:0; 
	-webkit-box-shadow: 0px 5px 5px #888888; 
	-moz-box-shadow: 0px 5px 5px #888888; 
		box-shadow: 0px 5px 5px #888888; 
	z-index:1000; 
	behavior: url(js/PIE.htc); 
}
#social_media_side_tab ul{ 
	list-style:none; 
	margin:5px;	
}
#social_media_side_tab ul li{ 
	margin:0; 
}
#social_media_side_tab ul li a{ 
	background:url(/systemimages/social_media_icons.png) no-repeat 0 0; 
	width:30px; 
	height:30px; 
	text-indent:-9999px; 
	float:left; 
}
#social_media_side_tab ul li a.f_icon{
	background-position: 0 0px;
}
#social_media_side_tab ul li a.t_icon{
	background-position: 0 -30px;
}
#social_media_side_tab ul li a.yt_icon{
	background-position: 0 -60px;
}
#social_media_side_tab ul li a.l_icon{
	background-position: 0 -90px;
}
#social_media_side_tab ul li a.in_icon{ 
	background-position: 0 -120px; 
}
#social_media_side_tab ul li a.b_icon{
	background-position: 0 -150px;
}
#social_media_side_tab ul li a.e_icon{
	background-position: 0 -180px;
}

/* top header section
----------------------------------------------- */
.top_header_wrap{
	width:100%;
	background:transparent;
}
.top_header{
	background:#ffffff;
	height:140px;
}
#top_left{
	width:40%;
	background:#000;
	float:left;
}


/*logout button */
.logout
{ float:right; display:block; height:30px; min-width:90px; max-width: 120px; padding:0; margin-top:10px; background:#ffffff; -webkit-box-shadow: 0px 0px 6px -3px #333333; -moz-box-shadow: 0px 0px 6px -3px #333333; box-shadow: 0px 0px 6px -3px #333333; right:308px; clear:right; behavior: url(js/PIE.htc); position:relative; }

.logout a
{ font-size: 11px; color: #555; position: absolute; z-index: 1002; display: block; padding: 9px 5px 4px; margin: 0; text-decoration: none; background:url(../images/logout_icon.png) no-repeat 8% 50% #ffffff; cursor:pointer; min-width:80px; max-width: 120px; }

.logout a:hover
{ text-decoration:none; background:url(../images/logout_icon_on.png) no-repeat 8% 50% #B3270C; -webkit-border-radius:3px 3px 0 0 ; -moz-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; }

.logout a span
{ display:block; margin-left:25px; text-transform:uppercase; font-family:'NovecentowideMedium',Arial, Helvetica,sans-serif; color:#808080; }

.logout a:hover span
{ color:#ffffff; } 

/*shopping cart */

.shopping_cart_dropdown {
	float:right;
	display:block;
	height:30px;
	min-width:106px;
	max-width: 120px;
	padding:0;
	margin-top:-30px;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 6px -3px #333333;
	   -moz-box-shadow: 0px 0px 6px -3px #333333;
	        box-shadow: 0px 0px 6px -3px #333333;
	right:40px;
	clear:right;
	behavior: url(js/PIE.htc);
	position:relative;
}
.shopping_cart_dropdown a.shopping_cart span.shopping_cart_items{
	display:block;
	margin-left:25px;
	text-transform:uppercase;
	font-family:'NovecentowideMedium',Arial, Helvetica,sans-serif;
	color:#808080;
	background:url(/systemimages/shopping_cart_arrow.png) no-repeat 92% 50% transparent;
}
.shopping_cart_submenu
{
	background: #ffffff;
	position: absolute;
	top: 30px;
	right:0;
	z-index: 1001;
	width: 200px;
	margin-left: 0;
	padding: 10px;
	-webkit-border-radius:3px 0 3px 3px; 
  	-moz-border-radius:3px 0 3px 3px; 
	border-radius:3px 0 3px 3px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	   -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	border-top:1px solid #f3f3f3;
	border-right:1px solid #CCCCCC;
	border-bottom:2px solid #787878;
	border-left:1px solid #cccccc;
}
.shopping_cart {
	font-size: 11px;
	color: #555;
	position: absolute;
	z-index: 1002;
	display: block;
	padding: 9px 5px 4px;
	margin: 0;
	text-decoration: none;
	background:url(/systemimages/shopping_cart_sm.jpg) no-repeat 8% 50% #ffffff;
	cursor:pointer;
	min-width:96px;
	max-width: 120px;
}
.shopping_cart:hover{
	text-decoration:none;
	background:url(/systemimages/shopping_cart_sm_on.jpg) no-repeat 8% 50% #B3270C;
	-webkit-border-radius:3px 3px 0 0 ; 
  	-moz-border-radius:3px 3px 0 0; 
	border-radius:3px 3px 0 0;
}
.shopping_cart_dropdown a.shopping_cart:hover span.shopping_cart_items{
	color:#ffffff;
	background:url(/systemimages/shopping_cart_arrow_on.png) no-repeat 92% 50% transparent;
}
.shopping_cart_root
{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size: 11px;
	padding: 0px;
}
.shopping_cart_root  li{
	margin:10px 0;
	display:block;
	float:left;
	width:100%;
}
.shopping_cart_root  li a {
	color: #CC3333;
    display: block;
    padding: 0;
	font-family:Arial, Helvetica,sans-serif;
    cursor: pointer;
    text-decoration:none;
	line-height:normal;
	min-height:50px;
}
.shopping_cart_root  li a:hover{
	text-decoration:underline;
}
.shopping_cart_root  li a img{
	margin-right:10px;
	vertical-align:top;
	float:left;
}
.shopping_cart_buttons{
	min-width:220px;
	margin:0 auto;
}
.shopping_cart_buttons #view_cart_button, .shopping_cart_buttons #checkout_button{
	width:40%;
	float:left;
	background:#999999;
	text-transform:uppercase;
	color:#ffffff;
	padding:8px 10px;
	width:35%;
	margin:0 2px;
	text-align:center;
	font-family:'NovecentowideMedium',Arial, Helvetica,sans-serif;
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.45);
	   -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.45);
	        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.45);
	border:1px solid #ffffff;
	position:relative;
}
.shopping_cart_buttons #view_cart_button:hover, .shopping_cart_buttons #checkout_button:hover{
	background:#B3270C;
	text-decoration:none;
}

#top_right{
	width:420px;
	padding:0;
	float:right;
	right:10px;
	top:40px;
	position:absolute;
}

/* header links */
#header_links{
	float:right;
	padding:9px 0;
	background:#ce412e;
	position:relative;
	left:10px;
	width:410px;
}
#header_links:before{
	background: url("/systemimages/top_right_left_triangle.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 34px;
    left: -19px;
    position: absolute;
    top: 0;
    width: 19px;
}
#header_links:after{
	background: url("/systemimages/top_right_right_triangle.png") no-repeat scroll 0 0 transparent;
	content:"";
    height: 55px;
	overflow: visible;
    position: absolute;
    top: 0;
    width: 31px;
	left:360px;
	display:block;
	z-index:100;
}
#header_links ul{
	margin:0;
	padding:0;
}
#header_links ul li{
	border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 1%;
}
#header_links ul li:first-child{
	border-left:none;
}
#header_links ul li a{
	text-transform:uppercase;
	color:#ffffff;
	font-family:'NovecentowideMedium',Arial, Helvetica,sans-serif;
	font-weight:normal;
	font-size: 0.85em;
	margin:0 10px;
}
#header_links ul li a#fastcase_link{ display:none;}
#header_links a{
	color:#ffffff;
}

/*search*/
#search{
	padding-left:0 0.625em;
	margin-right:38px;
	float:right;
	background:#e3e3e3;
	width:362px;
	height:34px;
}
form#search_box{
	behavior: url(js/PIE.htc);
}
input.search{
	background:#ffffff;
	height:20px;
	width:290px;
	-webkit-border-radius:3px; 
  	-moz-border-radius:3px; 
	border-radius:3px;
	-webkit-box-shadow: inset 0 6px 6px -6px #666666;
	   -moz-box-shadow: inset 0 6px 6px -6px #666666;
	        box-shadow: inset 0 6px 6px -6px #666666;
	border:1px solid #dddddd;
	padding:3px 3px 3px 10px;
	margin:2px 2px 2px 10px;
	behavior: url(/js/PIE.htc);
	position:relative;
	float:left;
}
#search_min{
	display:none;	
	background:url(/systemimages/search_glass.png) no-repeat center center;
	width:30px;
	height:25px;
	text-indent:-9999px;
	float:left;
	margin:3px;
}
.glass_button{
	-webkit-border-radius:3px; 
  	-moz-border-radius:3px; 
	border-radius:3px;
	border:none;
	-webkit-box-shadow: 0 0px 2px 0px #999999;
	   -moz-box-shadow: 0 0px 2px 0px #999999;
	        box-shadow: 0 0px 2px 0px #999999;
	
	/*background-image: linear-gradient(bottom, rgb(206,206,206) 30%, rgb(233,233,233) 85%);
background-image: -o-linear-gradient(bottom, rgb(206,206,206) 30%, rgb(233,233,233) 85%);
background-image: -moz-linear-gradient(bottom, rgb(206,206,206) 30%, rgb(233,233,233) 85%);
background-image: -webkit-linear-gradient(bottom, rgb(206,206,206) 30%, rgb(233,233,233) 85%);
background-image: -ms-linear-gradient(bottom, rgb(206,206,206) 30%, rgb(233,233,233) 85%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, rgb(206,206,206)),
	color-stop(0.85, rgb(233,233,233))
);*/
background:url(/systemimages/search_glass.png) no-repeat center center #E3E3E3;
	width:30px;
	height:25px;
	text-indent:-9999px;
	float:left;
	margin:3px;
	position:relative;
	
}
.glass_button:hover{
    background-color:#C0C0C0;
}


/*branding section
----------------------------------------------- */

/* branding*/
#branding {
	display:block;
	margin:40px auto 0;	
	width:250px;
	float:right;
	position:absolute;
	right:475px;
}
#branding img {
    margin: 0 auto;
	display:block;
	width:100%;
}


/* rotator section
----------------------------------------------- */

/*rotator */
.rotator_container .grid_12{
	margin-left:0;
	margin-right:0;
	width:100% !important;
}
.rotator_container{
	width:100%;
}

/* tab content section
----------------------------------------------- */

.tab_content_wrap{
	clear: both;
    position: absolute;
    top: 290px;
}

/* Tabs */
.tabbed_box {
	float:right;
	width:300px;
	height:350px;
	margin-right:22%;
	background:url("/systemimages/pattern_border.jpg") repeat-x scroll left bottom #ffffff;
	
	margin-top:0px;
  	-webkit-box-shadow: 0 -3px 8px -3px #333333;
	   -moz-box-shadow: 0 -3px 8px -3px #333333;
	        box-shadow: 0 -3px 8px -3px #333333;
	    
	behavior: url(js/PIE.htc);
	position:relative;
	z-index:100;
}

.tabbed_box:after {
  content: "";
  bottom: -22px;
  height:22px;
  display:block;
  background:url("/systemimages/tabbed_box_shadow.png") no-repeat scroll left bottom transparent;
  width:100%;
  position: absolute; 
}
.tabbed_box .tabs li {
	list-style: none;
	float: left;
	width: 50%;
	margin:0;
  	position:relative;
  	top:-35px;
	/*border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;*/
	
}
.tabbed_box .tabs li:first-child{
	margin-left:0;
	border-bottom:none;
}
.tabbed_box .tabs li a {
	display: block;
	padding: 8px 0 10px;
	font-weight: normal;
	font-family:'NovecentowideBold','NovecentowideMedium',Arial, Helvetica,sans-serif;
	font-size:15px;
	text-align: center;
	text-transform:uppercase;
	text-decoration: none;
	color: #999999;
	background: #E9E9E9; 
  	border-bottom: 1px solid #cccccc;
  	-webkit-box-shadow: 5px 0 5px -5px #999999 inset;
	   -moz-box-shadow: 5px 0 5px -5px #999999 inset;
	        box-shadow: 5px 0 5px -5px #999999 inset;
	
}
.tabbed_box .tabs li:first-child a{
	box-shadow:none;
}

.tabbed_box .tabs li a:hover {
	color: #333;
}
.tabbed_box .tabs li a:focus {
	outline: none;
}
.tabbed_box .tabs li a.active {
	background: #ffffff;
	color: #cc3333;
	border-bottom:none;
	/*border-left: 1px solid #ffffff;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;*/
}
.tabbed_content {
	padding: 1em 1em;
	display: block;
}
.tabbed_box h2.accordion_button{
	display:none;
}
.tabbed_div{
	
}
/*news . blog */
#news_box, #blog_box{
	padding:0 1em 1em;
	position:relative;
	top:-10px;
	max-height:300px;
	clear:both;
}
#news_box ul, #blog_box ul{
	padding:0 10px;
}
#news_box ul li, #blog_box ul li{
	margin-bottom:10px;
	margin-left:0;
	padding:10px 0;
	border-top:1px solid #cccccc;
	list-style:none;
}
#news_box ul li:first-child, #blog_box ul li:first-child{
	border-top:none;
}
#news_box ul li p, #blog_box ul li p{
	font-size:12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
a.title, a.date{
	color:#cc3333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.tabbed_box a.more{
	color: #CC3300;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    text-transform: uppercase;
}

/* home content section
----------------------------------------------- */
.home_content_wrap{
	width:100%;
	padding:50px 0 30px;
	background: #ffffff;
	border-top:30px solid #e0e0e0;	
	background:url(/systemimages/pattern_border.jpg) repeat-x top left;
}

/*left sidebar */
.home_left_sidebar .box{
	float:left;
	margin-left:20%;
}
.home_left_sidebar img{
	margin-top:5px;
}

/*Center sidebar */
.home_center_sidebar .box{
	background:#ffffff;
	width:300px;
	height:250px;
	display:block;
	margin:0 auto;
}
.home_center_sidebar .box img{
	margin:0px auto;
	display:block;
}

.home_right_sidebar .box{
	margin-right:20%;
	background:url(/systemimages/pattern_border.jpg) repeat-x left bottom transparent;
}
.home_right_sidebar .box h2{
	color:#cc3333;
	font-size:1.5em;
}

/*Events */
#events_container{
	margin:1% 0 5%;
	display:block;	
}
#events_container a{
	color:#cc3300;
	font-family:Arial, Helvetica, sans-serif;
	/*commented out 11/13/13 - RSegal - Fig Leaf Software*/
	/*text-transform:uppercase;*/
	text-align:center;
	display:block;
}
#events_container ul {
	margin:0 0 2% 0;
	float:left;
	display:block;
}
#events_container ul li{
	margin:0;
	display:block;
	float:left;
	margin: 0 0 4%;
}
#events_container ul li div{
	display:inline-block;
	float:left;
	margin:0;
	padding:0 0 5% 0;
	font-size:12px;
	width:70%;
	
}
#events_container ul li:first-child div{
	border-top:none;
}
#events_container ul li div:first-child{
	background:#333333;
	border-right:15px solid #cc3300;
	border-top:none;
	color:#ffffff;
	padding:5px 6% 5px 10px;
	line-height: 170%;
	width:10%;
	margin:0 3% 0 0;
}
#events_container ul li div a{
	color:#cc3300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#events_container ul li div span.date_month{
	color:#878787;
	font-size:14px;
	font-weight:normal;
	font-family:'NovecentowideMedium',Arial, Helvetica,sans-serif;
}
#events_container ul li div span.date_date{
	color:#ffffff;
	font-size:25px;
	font-weight:normal;
	font-family:'NovecentowideBold',Arial, Helvetica,sans-serif;
}
#events_container ul li div p{
	font-family:Arial, Helvetica, sans-serif;
	line-height: 120%;
}
#events_container ul li div p:first-child{
	margin-bottom:3%;
}
#events_container ul li hr{
	width:73%;
	float:right;
	margin:0;
}

/* ad footer section 
----------------------------------------------- */

.ad_footer_nav_wrap{
	width:100%;
	height:140px;
	background:url(/systemimages/pattern_border_lg_ad.png) repeat-x center center #808080;
}
#ad_footer_container .box{
	
	margin:1.25% auto;
}
#ad_footer_container .box img{
	margin:0 auto;
	display:block;
}

/* video content section
----------------------------------------------- */

.video_embed{
	position: relative; overflow: hidden; width: 75%; height: 300px; float: left; padding-right: 20px; padding-bottom: 15px;
}

.video_embed iframe, .video_embed object, .video_embed embed { position: relative; top: 2px; left: 0; width: 100%; height: 100%; }



/* footer nav section
----------------------------------------------- */
.footer_nav_wrap{
	width:100%;
	background:url(/systemimages/footer_bg.jpg) repeat-x top left #2f2f32;	
		position: relative;
        z-index: 2;
}
#footer_container {
	padding:0;
}

#footer_container .box ul{
      list-style:none;
}

#footer_container .box {
	color:#cccccc;
	float:left;
	width:100%;
}
/*footer nav*/
.footer_nav {
	margin:0 auto;
	width:18.5%;
	float:left;
	text-align:left;
}
.footer_nav:first-child{
	margin-left:60px;
}
.footer_nav a,.footer_nav p {
	color:#cccccc;
	font-size:1em;
	font-weight:normal;
	font-family:'NovecentowideMedium',Arial, Helvetica,sans-serif;

}
.footer_nav a:hover {
	text-decoration:underline;
}

.footer_nav li {
	display:block;
	margin:0;
	vertical-align:top;
}
.footer_nav li:first-child{
	margin-left:0;
	margin-top:10px;	
}

/* social media*/
.footer_nav_sm{ 
	float:left; 
	width:280px; 
	margin-top:5px; 
}
.footer_nav_sm li{ 
	margin:0; 
}
.footer_nav_sm li a{ 
	background:url(/systemimages/social_media_icons_footer.png) no-repeat 0 0; 
	width:40px; 
	height:40px; 
	text-indent:-9999px; 
	float:left; 
}
.footer_nav_sm li a.f_icon{
	background-position: 0 0px;
}
.footer_nav_sm li a.t_icon{
	background-position: -38px 0px;
}
.footer_nav_sm li a.yt_icon{
	background-position: -74px 0;
}
.footer_nav_sm li a.l_icon{
	background-position: -110px 0;
}
.footer_nav_sm li a.in_icon{ 
	background-position: -144px 0; 
}
.footer_nav_sm li a.b_icon{
	background-position: -178px 0;
}
.footer_nav_sm li a.e_icon{
	background-position: -213px 0;
}

/*.footer_nav_sm li a#f_icon:hover{
	background-position: 0 -45px;
}
.footer_nav_sm li a#t_icon:hover{
	background-position: -38px -45px;
}
.footer_nav_sm li a#l_icon:hover{
	background-position: -74px -45px;
}
.footer_nav_sm li a#b_icon:hover{
	background-position: -110px -45px;
}
.footer_nav_sm li a#e_icon:hover{
	background-position: -148px -45px;
}*/

/*copyright*/
.copyright{
	color:#ccccc;
	text-align:left;
	font-size:1em;
	float:right;
	margin-right:60px;
	width:20%;
	font-family: 'NovecentowideMedium',Arial, Helvetica,sans-serif;
}
.copyright li{
	margin:10px 0 0 12px;
}
.copyright li:first-child{
	margin-left:0;
}
.copyright a{
	color:#cccccc;
	font-family:'NovecentowideMedium',Arial, Helvetica,sans-serif
}

/* misc
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.events_row{width:100%;}
input:focus, select:focus, textarea:focus, a {outline-color: #B3270C;}