/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to/Volumes/Clients/MV%20Chamber/Website/www/css/style.css Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =====================================/Volumes/Clients/MV%20Chamber/Website/www/css/style.css========================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Brockett Creative Group
   ========================================================================== */

p {
	margin: .8em 0 .3em 0;
}

body {
	background: none;
	min-width: 955px;
	margin: 0px;
	padding: 0px;
}

section#main {
	width: 955px;
	float: none;
	clear: both;
	margin: 0px auto;
}

/*Top navigation between sections*/
section#top_nav {
	background: url('/img/bac_menu_chaindist.png') no-repeat top left;
	width: 970px;
	display: block;
	float: left;
	clear: both;
	overflow: visible;
	height: 48px;
	position: relative;
}
#top_nav ul {
	width: 1000px;
	display: block;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	display: block;
	float: left;
	clear: none;
	margin: 0px;
	list-style-type: none;
	width: 160px;
	width: auto;
	min-width: 160px;
	height: 40px;
	position: absolute;
	top: 0px;
}
#top_nav li.link1 {
	z-index: 10;
	left: 5px;
}
#top_nav li.link2 {
	z-index: 9;
	left: 160px;
}
#top_nav li.link3 {
	z-index: 8;
	left: 340px;
}
#top_nav li.link4 {
	z-index: 7;
	left: 510px;
}
#top_nav li.link5 {
	z-index: 6;
	left: 680px;
}
#top_nav li.link6 {
	z-index: 5;
	left: 810px;
}
#top_nav li a:link, 
#top_nav li a:visited, 
#top_nav li a:hover, 
#top_nav li a:active,
#top_nav li a {
	display: block;
	width: 130px;
	width: auto;
	height: 30px;
	min-width: 120px;
	padding: 6px 10px;
	
	font-family: "Trade Gothic Cond18";
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	color: #ffffff;
	letter-spacing: -.03em;
}
#top_nav li a:hover {
	text-decoration: underline;
}


/*===============| Contact form dropdown in menu |===========*/

#modal_wrapper {
	display: none;
	background: #ffffff;
	border-radius: 8px;
	border: 2px solid #cccccc;
	box-shadow: 0px 0px 3px 2px #ececec;
	float: left;
	clear: both;
	width: 300px;
	height: 460px;
	overflow: auto;
	padding: 5px 15px;
	
	font-color: #232323;
	font-weight: 100;
	font-size:12px;
	
	position: absolute;
	top: 30px;
	left: -90px;
	z-index: 1100;/*show over edit buttons*/
	
}
li:hover #modal_wrapper {
	/*display: block;*/
}
#modal_wrapper label {
	width: 60px;
	float: left;
}





/*Header*/
header {
	display: block;
	float: left;
	clear: both;
	height: 115px;
	width: 100%;
	position: relative;
}
#logo {
	float: left;
	clear: left;
	position: absolute;
	bottom: 15px;
	width: 400px;
	height: 90px;
	overflow: hidden;
}
#logo img {
	position: absolute;
	left: 0px;
	top: -5px;
}
header .floatright {
	float: right;
	clear: right;
	width: 550px;
	position: absolute;
	bottom: 55px;
	right: 5px;
}
#searchForm {
	float: right;
	clear: right;
}
#searchForm input[type="text"] {
	width: 103px;
	height: 13px;
	color: #646363;
	font-family: arial;
	font-size: 11px;
}
#searchForm input[type="image"] {
	position: relative;
	top:6px;
	height: 19px;
	margin: 0px;
	padding: 0px;
}
header #imgs {
	float:right;
	height:40px;
	width: 100%;
	margin-top: 5px;
}
header .floatright img {
    margin: 4px 0 0;
}
#imgs #phone_num {
	width: 165px;
	float: left;
	clear: left;
	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

header #topRow {
    width: 100%;
    float: none;
    clear: both;
    height: 26px;
}
header .item {
    float: left;
    clear: none;
    width: 155px;
    overflow: hidden;
}
header .item.first {
    width: 238px;
    overflow: visible;
    margin-top: -6px;
}
header .item img {
    float: right;
    margin-left: 5px;
}


/*Main navigation*/
#mainNav {
	display: block;
	float: none;
	clear: both;
	width: 942px;
	height: 35px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px auto;
}
#mainNav ul {
	display: block;
	padding: 0px;
	margin: 0px;
	float: none;
	padding: 6px 0px 10px 60px;
}
#mainNav .menu-pulldown {
	margin-left: -35px;
}
#mainNav li {
	display: block;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#mainNav li a:link, 
#mainNav li a:visited, 
#mainNav li a:hover,
#mainNav li a:active,
#mainNav li a {
	display: block;
	padding: 2px 16px;
	border-right: 1px solid #e82134;
	min-width: 110px;
	
	font-family: "Trade Gothic Bold";
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	font-weight: 100;
	color: #e82134;
	
}
#mainNav li a:hover {
	text-decoration: underline;
}
#mainNav li.level1 a:hover, #mainNav a.activeLink {
	background-color: #E82134;
	color: #ffffff !important;
}
#mainNav li.link6 a {
	border-right: none !important;
}


#mainNav ul.level2, #mainNav ul.level3 {
	background: url('/img/bac_menu_arrow_trans.png') top left no-repeat transparent;
	padding: 0px;
	padding-top: 12px;
	display: none;
	max-width: 190px;
	width: 190px;
}

#mainNav .level2 a:link, 
#mainNav .level2 a:visited, 
#mainNav .level2 a:hover, 
#mainNav .level2 a:active, 
#mainNav .level2 a {
	color: #ffffff !important;
	border-right: none;
	padding: 6px 15px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}
#mainNav li li {
	width: 100%;
}
#mainNav .level2 a:hover {
	background-color: #e82134;
}

#mainNav ul.level3 {
	padding: 0;
	width: 190px;
	border: 1px solid #999;
	top: -1px;
}
#mainNav .level3 li a {
	width:100%;
}


/*Banner styles*/
#banner {
	width: 945px;
	min-height: 0px;
	float: none;
	clear: both;
	margin: 5px auto 10px auto;
	max-height: 370px;
}
#banner img {
	width: 947px !important;
	height: auto;
}


#breadcrumb {
	padding: 10px 0px;
}





#quicklinks {
	border-top: 2px solid #e82134;
	display: block;
	float: left;
	clear: left;
	width: 180px;
	min-height: 180px;
	position: relative;
	padding-bottom: 25px;
}
#quicklinks .menu-pulldown {
	padding-left: 0px;
}
#quicklinks h3 {
	text-transform: uppercase;
	font-family: "Trade Gothic Bold";
	font-size: 18px;
	font-weight: 100;
	color: #000000;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}
#quicklinks img {
	padding: 5px 7px;
}
/*#quicklinks ul {
	padding: 0px;
	margin: 0px;
	overflow: visible;
}*/
#quicklinks li.level1 {
	background: transparent;
	border: 0px;
	display: block;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 130px;
	width: auto;
	height: auto;
	min-width: 130px;
	z-index: 5;
	position: relative;
}
/*#quicklinks li a:link, 
#quicklinks li a:visited, 
#quicklinks li a:hover, 
#quicklinks li a:active,*/
#quicklinks li a {
	background: url('/img/icon_list_item_arrow.png') 0px 11px no-repeat;
	display: block;
	float: left;
	clear: both;
	height: auto;
	padding-left: 15px;
	
	font-family: Arial, sans-serif;
	text-transform: none;
	text-decoration: none;
	line-height: 155%;
	font-weight: bold;
	font-size: 11px;
	color: #646363;
}
#quicklinks li li a {
	background: url('/img/icon_maines_quicklinks_circle.png') -4px 8px no-repeat;
}
#quicklinks li li li a {
	background: url('/img/icon_maines_quicklinks_dash.png') -3px 9px no-repeat;
	margin-left: 10px;
}
/*#quicklinks a.activeLink {
	background-color: #e82134;
	color: #ffffff;
}*/
#quicklinks a:hover {
	text-decoration: underline;
}/*
#quicklinks li li a {
	background-color: #838383; 
	background-image: none;
	padding-left: 15px;
	color: #ffffff;}
	
#quicklinks li li a:hover { 
	background-color: #e82134; 
	color: #FFF; }


#quicklinks div.cmsAddToRegionBox {
	position: absolute;
	bottom: 5px;
	left: 5px;
}*/

/*Main content - center column*/
#content {
	float: left;
	clear: none;
	width: 520px;
	min-height: 100px;
	padding: 0px 15px;
	min-height: 300px;
	
	font-family: Arial, sans-serif;
	line-height: 165%;
	font-size: 11px;
	color: #282828;
	
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0px;
	padding: .4em 0em .2em 0em;
	
	font-family: Arial, sans-serif;
}
#content h1 {
	color: #e82134;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin: .1em 0em .3em 0em;
	line-height: 120%;
}
#content h2 {
	color: #e82134;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 19px;
}
#content h3 {
	color: #7dbe31;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#content img {
	max-width: 470px;
	height: auto !important;
}


#content .clearboth {
	float: none;
	clear: both;
}
#content .floatleft {
	float: left;
	clear: left;
}
#content .floatright {
	float: right;
	clear: right;
}

/*Start content columns*/
#content_parent {
	display: block;
	float: none;
	clear: both;
	width: 945px;
	margin: 0px auto;
}
#content img[align=left] {
	margin-right:10px;
}
#content img[align=right] {
	margin-left:10px;
}

/*Sidebar with news, events*/
section#rightside {
	width: 211px;
	float: right;
	clear: right;
	position: relative;
	right: 0px;
	height:  auto !important;
	height: 220px;
	min-height: 220px;
	overflow: visible;
}
#news {
	border-top: 2px solid #e82134;
	border-bottom: 2px solid #e82134;
	padding: 0px;
	width: 211px;
	overflow: hidden;
}
#rightside #news ul {
	padding: 0px;
	margin: 0px;
}
#news li {
	background: url('/img/bac_border_dotted.png') bottom center no-repeat;
	display: block;
	padding: 5px 0px 7px 0px;
	margin: 0px;
	list-style-type: none;
}
#news .featuredStoriesModule ul li a {
	color: inherit !important;
	text-decoration: none;
}
#news .featuredStoriesModule ul li a:hover {
	text-decoration: underline;
}
#news li a:link, 
#news li a:visited, 
#news li a:hover, 
#news li a:active,
#news li a {
	display: block;
	clear: both;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #e82134;	
}
#news li:last-of-type {
	background: none;
}
#news li a:after {
	content: " >";
}


/*===========| Recipe Box |========*/
#recipe_box {
	border-bottom: 2px solid #e82134;
	display: block;
	float: left;
	clear: both;
	overflow: hidden;
	width: 210px;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#recipe_box h3, #news h3 {
	font-family: "Trade Gothic Bold";
	text-transform: uppercase;
	font-weight: 100;
	font-size: 14px;
	
	margin: 0px;
	padding: .4em 0em .2em 0em;
}
.recipe {
	display: block;
	float: left;
	clear: both;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #e82134;
	padding-bottom: 10px;
}
.recipe p {
	display: block;
	float: left;
	width: 115px;
}
.recipe img {
	display: block;
	float: right;
	clear: right;
	width: 90px !important;
	height: auto;
}



/*Multiple-column lower content*/
#lower_content {
	display: block;
	float: left;
	clear: none;
	width: 535px;
	position: relative;
	font-family: Times, serif;
	font-size: 13px;
	margin-top: 25px;
	margin-left: -5px;
}

/*Two-column*/
#lower_content.two_column #column_1, #lower_content.two_column #column_2 {
	width: 210px;
	position: static;
	top: 0px;
	padding: 0px 20px;
}
#lower_content.two_column #column_2 {
	padding-left: 35px;
}
#lower_content.two_column .img {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	overflow: visible;
	max-height: none;
	max-width: none;
}
#lower_content.two_column .img img {
	/*float: none;
	clear: both !important;*/
	padding: 2px 8px 2px 0px;
}
#lower_content.two_column .cmsRegion {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}

/*three-column default*/
#lower_content .img {
	float: left;
	clear: left;
	padding-right: 10px;
	max-width: 130px;
	max-height: 150px;
}
#lower_content .img img {
	float: left;
	clear: none;
}
#lower_content .text {
	float: left;
	clear: right;
	width: 120px;
}
#lower_content h3 {
	margin: 0px;
	padding: 0px;
	
	font-family: Times, serif;
	font-size: 14px;
	color: #000000;
}
#lower_content p {
	margin: .1em 0em .4em 0em;
	font-style: italic;
}

#lower_content.three_column .img {
	width: 100%;
	float: left;
	clear: both;
}
#lower_content.three_column .text {
	width: 100%;
}
#lower_content.three_column #column_1, #lower_content.three_column #column_2, #lower_content.three_column #column_3 {
	width: 158px;
}
#lower_content.three_column #column_1 {
	position: static;
	overflow: hidden;
}




#column_1 {
	float: left;
	clear: left;
	width: 180px;
}
#column_2 {
	float: left;
	clear: none;
	width: 230px;
	margin-right: 15px;
	overflow: hidden;
	/*padding-left: 20px;*/
	padding-left: 0px;
}
#column_2, #column_3 {
	background: url('/img/bac_content_side.png') no-repeat 0px 0px;
	padding-left: 20px;
	padding-top: 0px;
	zoom: 1;
}
#column_2 .img .cmsRegion:after, #column_3 .img .cmsRegion:after {
	content: "";
	display: table;
}
#column_3 {
	float: left;
	clear: none;
	width: 230px;
	overflow: hidden;
}
#newsletter_signup {
	position: relative;
	height: 92px;
	width: 210px;
	z-index: 2;
	float: right;
	margin-top: 20px;
	overflow: visible;
}
#newsletter_signup img {
	/*position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 3;
	width: 100%;
	height: 71px;*/
}
#newsletter_signup input[type="text"] {
	position: absolute;
	top: 65px;
	right: 29px;
	border: 0px;
	background: none;
	width: 112px;
	height: 17px;
	z-index: 10;
	
	font-size: 12px;
}
#newsletter_signup input[type="submit"] {
	background-color: transparent;
	border: 0px;
	position: absolute;
	top: 64px;
	right: 5px;
	border: 0px;
	opacity: 0;
	width: 20px;
	height: 20px;
	z-index: 10;
	
	font-size: 0;
}
#social {
	float: right;
	clear: both;
	margin-top: 20px;
	width: 100%;
}
#social a {
	display: inline-block;
	padding: 2px 3px;
}
#social-sprite a {
	 display: inline-block;
	 padding: 0 3px;
 }






/*=================
			Footer
	================*/
section#footer_parent {
	background: url('/img/bac_footer_repeat.png') repeat-x top left #ebeaea;
	width: 100%;
	min-width: 960px;
	min-height: 224px;
	float: left;
	clear: both;
	margin-top: 20px;
}
footer {
	width: 960px;
	float: none;
	clear: both;
	margin: 0px auto;
	overflow: hidden;
}
footer #border {
	width: 997px;
	height: 11px;
	position: absolute;
	left: -30px;
	bottom: 50px;
}
#border img {
	width: 997px !important;
	height: 11px !important;
}
footer #menu {
	margin-left: 45px;
	width: 960px;
	padding: 5px 0px 0px 0px;
	height: 180px;
	height: auto;
	min-height: 180px;
}
footer #menu ul {
	background: none;
	box-shadow: none;
	border: none;
	display: block !important;
	padding: 0px;
	margin: 0px;
	height: auto !important;
}
footer #menu li {
	border: none;
	display: block;
	float: left;
	clear: none;
	min-width: 152px;
	width: 152px;
	height: auto;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	z-index: 5;
	zoom: 1;
}
footer #menu li.level1 > a {
	min-height: 14px;
}
footer #menu ul ul {
	position: static !important;
	float: none;
	clear: both;
}
footer #menu li:after {
	float: left;
	clear: both;
	content: " ";
	display: table;
}
footer #menu li a:link, 
footer #menu li a:visited, 
footer #menu li a:hover, 
footer #menu li a:active, 
footer #menu li a {
	background: none;
	display: block;
	float: left;
	clear: none;
	width: 152px;
	height: auto;
	
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	font-size: 10px;
	color: #000000;
	padding: 2px 0px;
	
}
footer #menu ul ul {
	width: auto;
	top: 20px;
}
footer #menu li a:hover {
	text-decoration: underline;
}

/*Submenu*/
#menu li ul {
	display: block;
	float: left;
	clear: both;
}
#menu li li a:link, 
#menu li li a:visited, 
#menu li li a:hover, 
#menu li li a:active, 
#menu li li a {
	font-weight: normal;
	padding: 0px;
}


#copyright {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	padding: 2px 0px 8px 0px;
	text-align: left;
}
#copyright a:link, 
#copyright a:visited, 
#copyright a:hover, 
#copyright a:active, 
#copyright a {
	color: #000000 !important;
	text-decoration: none;
	padding-left: 20px;
	background: url('/img/icon_maines_small.png') left center no-repeat;
	margin-left: 15px;
	height: 20px;
}
#copyright a:hover {
	text-decoration: underline;
}


#menu .cmsZoneToolbar {
	left: -40px;
}




#main input[type="submit"] {
	color: #ffffff;
}
/*Css Sprite styles for social icons*/
#social-sprite {
	display: block;
	float: right;
	clear: right;
	width: 100%;
	padding-top: 15px;
}
a.sprite {
	background-image: url('/img/sprite_social_24.png');
	display: block;
	float: left;
	clear: none;
	content: " ";
	text-decoration: none;
	width: 24px;
	height: 24px;
	margin: 2px 4px;
	overflow: hidden;}
.sprite-facebook{ background-position: 0 0; width: 24px; height: 24px; } 
.sprite-flickr{ background-position: 0 -74px; width: 24px; height: 24px; } 
.sprite-googleplus{ background-position: 0 -148px; width: 24px; height: 24px; } 
.sprite-linkedin{ background-position: 0 -222px; width: 24px; height: 24px; } 
.sprite-rss{ background-position: 0 -296px; width: 24px; height: 24px; } 
.sprite-twitter{ background-position: 0 -370px; width: 24px; height: 24px; } 
.sprite-youtube{ background-position: 0 -444px; width: 24px; height: 24px; } 














/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}


/* ==|== CMS Editmode-specific styles =======================================================
   ========================================================================== */

html.editmode body {
	background-position: 0px 37px;
}


/* ==|== print styles =======================================================
   Print styles are now in print.css
   ========================================================================== */
   
   
/* ==|== Fontss =======================================================
   Use CSS3 @font-face to pull in special fonts
   ========================================================================== */
   
@font-face {
	font-family: 'Trade Gothic Bold';
	src: url('tradegothic_bold.eot'); /* IE9 Compat Modes */
	src: url('tradegothic_bold.eot?iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('tradegothic_bold.woff') format('woff'), /* Modern Browsers */
	     url('tradegothic_bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('tradegothic_bold.svg#svgFontName') format('svg'); /* Legacy iOS */
	}
@font-face {
	font-family: 'Trade Gothic Cond18';  
	src: url('tradegothic_cond18.eot'); /* IE9 Compat Modes */
	src: url('tradegothic_cond18.eot?iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('tradegothic_cond18.woff') format('woff'), /* Modern Browsers */
	     url('tradegothic_cond18.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('tradegothic_cond18.svg#svgFontName') format('svg'); /* Legacy iOS */
	}
