﻿/**
         ______   ______  _____      _    __ _____ _______  ______
	| |  | \ | |     | | \ \    | |  / /  | |    | |   | |    
	| |__| | | |---- | |  | |   | |-< <   | |    | |   | |----
	|_|  \_\ |_|____ |_|_/_/    |_|  \_\ _|_|_   |_|   |_|____

	* Author: Debbie Campbell
	* Author URL: http://www.redkitecreative.com
	* Site Name: WireLynx
 	* Site URL: 
	* Version: 0.1
**************************************************************/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 21, 2011 06:41:05 PM America/New_York */
@font-face {
    font-family: 'LuxiSansRegular';
    src: url('../fonts/luxisr-webfont.eot');
    src: url('../fonts/luxisr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luxisr-webfont.woff') format('woff'),
         url('../fonts/luxisr-webfont.ttf') format('truetype'),
         url('../fonts/luxisr-webfont.svg#LuxiSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LuxiSansOblique';
    src: url('../fonts/luxisri-webfont.eot');
    src: url('../fonts/luxisri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luxisri-webfont.woff') format('woff'),
         url('../fonts/luxisri-webfont.ttf') format('truetype'),
         url('../fonts/luxisri-webfont.svg#LuxiSansOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LuxiSansBold';
    src: url('../fonts/luxisb-webfont.eot');
    src: url('../fonts/luxisb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luxisb-webfont.woff') format('woff'),
         url('../fonts/luxisb-webfont.ttf') format('truetype'),
         url('../fonts/luxisb-webfont.svg#LuxiSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LuxiSansBoldOblique';
    src: url('../fonts/luxisbi-webfont.eot');
    src: url('../fonts/luxisbi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luxisbi-webfont.woff') format('woff'),
         url('../fonts/luxisbi-webfont.ttf') format('truetype'),
         url('../fonts/luxisbi-webfont.svg#LuxiSansBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
* Resets per Normalize
************************************************/

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; }
button, input, select, textarea { 
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
	color: #323538;
}

/**
* HTML and Body
************************************************/

html { 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}
body { 
	margin: 0; 
	font-size: 76%; 
	line-height: 1.5em;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
	color: #323538;
	background: #fff url(../img/header-bg.jpg) top left repeat-x;
}
html, body {
	height: 100%; /* for sticky footer */
}
/* Opera fix for sticky footer */
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
	min-height: 100%;
}
#container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/**
* Elements
************************************************/

a, a:link, a:visited {
	color: #d46b00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ff870f;
	text-decoration: none;
}
a:focus { outline: thin dotted; }
a:focus, a:hover, a:active {
	outline: none;
}

h1, h2, h3, h4 {
	margin-bottom: 0.5em;
	padding: 0;	
	font-weight: normal;
	font-family: 'LuxiSansBold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
h1 {
	font-size: 23px;
	line-height: 26px;
}
h2 {
	margin-top: 1em;
	font-size: 20px;
	line-height: 23px;
}
h3 {
	margin-top: 1.1em;
	font-size: 18px;
	line-height: 21px;
}
h4 {
	margin-top: 1.2em;
	font-size: 16px;
	line-height: 18px;
}

ul, ol { 
	margin: 1em 0; 
	padding: 0 0 0 40px;
}
li {
	margin-bottom: 1em;
}
dd { margin: 0 0 0 40px; }

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; 
}
pre, code, kbd, samp { 
	font-family: monospace, monospace; 
	_font-family: 'courier new', monospace; 
	font-size: 1em;
}
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%; }
sub, sup { 
	font-size: 75%; 
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

nav ul, nav ol { 
	list-style: none; 
	list-style-image: none;
	margin: 0; 
	padding: 0; 
}

img { 
	border: 0; 
	-ms-interpolation-mode: bicubic; 
}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

/*::-moz-selection { 
	background: #ccc; 
	color: #323538; 
	text-shadow: none; 
}
::selection { 
	background: #ccc; 
	color: #323538; 
	text-shadow: none; 
}*/

form { margin: 0; }
fieldset { 
	border: 0; 
	margin: 0;
	padding: 0; 
}
label { cursor: pointer; }
legend { 
	border: 0; 
	*margin-left: -7px; 
	padding: 0; 
}
button, input, select, textarea { 
	font-size: 100%; 
	margin: 0; 
	vertical-align: baseline; 
	*vertical-align: middle; 
}
button, input { 
	line-height: normal; 
	*overflow: visible; 
}
table button, table input { *overflow: auto; }
input {
	position: relative;
	overflow: hidden;
	width: 200px;
	margin-left: 10px;
	padding: 2px 5px;
	color: #333;
	background-color: #d0d0d0;
	border: 1px solid #d0d0d0;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
div#cc form input.text {
	color: #000;
	background-color: #fff;
	border: 1px solid #0f1011;
	width: 160px;
	margin: 0 0 5px;
	padding: 3px 6px;
}
textarea {
	display: block;
	padding: 2px 5px;
	color: #333;
	width: 262px;
	height: 100px;
	background-color: #d0d0d0;
	border: 1px solid #d0d0d0;
	line-height: 15px;
	font-size: 1em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	overflow: auto;
	vertical-align: top;
	resize: vertical; 
}
/*:focus { background-color: #fff; }
*:focus {outline: none; background: #fff;}*/
input:focus,textarea:focus {
	color: #000;
	background-color: #fff !important;
	border: 1px solid #c8ccce;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer; 
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
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 { 
	-webkit-appearance: none; 
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input.button, input.submit {
	display: block;
	position: relative;
	top: 1px;
	margin: 0 0 20px;
	padding: 5px 7px 4px;
	width: auto;
	display: inline-block;
	font: 15px/17px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: none;
	color: #fff;
	background: #bb5e00;
	background: -webkit-gradient(linear, left top, left bottom, from(#d46b00), to(#bb5e00));
	background: -moz-linear-gradient(top,  #d46b00,  #bb5e00);
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.ie7 input.button, .ie7 input.submit {
	position: relative;
	top: 8px;
	font-size:13px;
	padding: 2px 4px 2px;
}
input.button:hover, input.submit:hover {
	background: #d46b00;
	background: -webkit-gradient(linear, left top, left bottom, from(#bb5e00), to(#d46b00));
	background: -moz-linear-gradient(top,  #bb5e00,  #d46b00);
}

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/**
* Header
************************************************/

header {
	position: relative;
	margin: 0;
	width: 960px;
	height: 136px;
	background: transparent url(../img/header-graphic.jpg) center 17px no-repeat;
}
#logo {
	position: relative;
	top: 26px;
}
#menu {
	position: absolute;
	top: 51px;
	right: 0;
}
#nav {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a, #nav a:link, #nav a:active {
	font-weight: bold !important;
	color: #4a4a4a;
	background: transparent;
	text-decoration: none;
	display: block;
	padding:  8px 11px;
	margin: 0;
	font: 14px/17px  Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
#nav a.current {
	color: #fff;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #fff;
	background: transparent;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, .8);*/
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #e89f52 !important; /* for non-css3 browsers */
	color: #fff !important;
	/*-webkit-border-radius: 0;
	-moz-border-radius: 0;*/
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
}
/* level 2 list */
#nav ul {
	background: #d46b00; /* for non-css3 browsers */
	opacity: 0.9; 
	filter: alpha(opacity=9); /*for Internet Explorer 6/7*/
	filter: "alpha(opacity=9)"; /*for Internet Explorer 8*/ 
	/*background: -webkit-gradient(linear, left top, left bottom, from(#0c1e29), to(#112c3d));  for webkit browsers 
	background: -moz-linear-gradient(top,  #0c1e29,  #112c3d);  for firefox 3.6+ 
	*/display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 20px;
	border: 1px solid #bb5e00;/*
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	z-index: 500;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
ul#nav ul li a, ul#nav ul li a:link, ul#nav ul li a:active {
	font-weight: normal !important;
	color: #fcdec0;
	/*text-shadow: 0 1px 1px rgba(255, 255, 255, .9);*/
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

/**
* Main content area
************************************************/
#main {
	margin: 0 auto;
	width: 960px;
	overflow: auto;
	padding-bottom: 225px;
}
#main-right {
	float: right;
	width: 710px;
	margin: 0;
	padding: 0 0 20px 26px;
	background: url(../img/divider.png) left top no-repeat;
}
#main-left {
	float: left;
	width: 710px;
	margin: 0;
	padding: 0 26px 20px 0;
	background: url(../img/divider.png) right top no-repeat; 
}
#main-wide {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 0;
}
/*#main:after, #main-right:after, #main-left:after, #main-wide:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}*/

.col-third {
	float: left;
	margin: 5px 30px 20px 0;
	padding: 0 5px;
	width: 285px;
}
.col-third.last {
	margin-right: 0;
}

/* Start Jquery accordion */
#accordion {
	width: 500px;
}
#accordion:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
h3.acc_trigger {
	float: left;
	padding: 0;
	margin: 0 0 5px 0;
	height: 42px;
	line-height: 42px;
	width: 500px;
	font-size: 16px;
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #e0e0e0);
	border: 1px solid #c8ccce;
}
h3.acc_trigger a {
	color: #0C1E29;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 0 0 15px;
}
h3.acc_trigger a:hover {
	color: #5d6469;
}
h3.active {background-position: left bottom;}
.acc_container {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
	width: 498px;
	font-size: 1.1em;
	overflow: hidden;
	background: #f7f7f7;
	border: 1px solid #c8ccce;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.acc_container .block {
	padding: 5px 15px;
}
/* End Jquery accordion */

/* Start Jquery toggle */
#toggle-set {
	clear: both;
}
#toggle-set:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
h3.toggle_trigger {
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	height: 42px;
	line-height: 42px;
	width: 650px;
	font-weight: normal;
	background-image: url(h2_trigger_a.gif) no-repeat;
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #e0e0e0);
	border: 1px solid #c8ccce;
}
h3.toggle_trigger a {
	color: #0C1E29;	
	font-size: 16px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration: none;
	display: block;
}
h3.toggle_trigger a:hover { color: #5d6469; }
h3.active {background-position: left bottom;}
.toggle_container {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
	width: 660px;
	font-size: 1.1em;
	overflow: hidden;
	background: white;
	border: 1px solid #c8ccce;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.toggle_container h3 {
	margin-top: 0;
	font-size: 16px;
}
.toggle_container .block {
	padding: 10px 15px 5px;
}
/* end Jquery toggle */

/* start Jquery tabs */
#tabset {
	clear: both;
}
#tabset:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#tabset ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #c8ccce;
	border-left: 1px solid #c8ccce;
	width: 600px;
}
#tabset ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #c8ccce;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
#tabset ul.tabs li a {
	text-decoration: none;
	color: #0c1e29;
	display: block;
	font-size: 1.1em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
#tabset ul.tabs li a:hover {
	background: #ccc;
}
html #tabset ul.tabs li.active, html #tabs ul.tabset  li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 2px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
#tabset .tab_container {
	clear: both;
	float: left;
	margin: 0 0 5px;
	padding: 0;
	width: 600px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #c8ccce;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#tabset .tab_content {
	padding: 5px 15px;
	font-size: 1.1em;
}
/* end Jquery tabs */

/* start table with row highlighting */
table { 
	border-collapse: collapse; 
	width: 95%; 
}
table tr {
	background: #fff;
	color: #797979;
}
table tr:hover {
   background-color:#eff0f1;
   color:#0c1e29;
}
table th {
	border: 1px solid #a65300;
	padding: 10px;
	background: #d46b00;
	color: #fff;
}
table td {
	border: 1px solid #c8ccce;
	padding: 10px;
}
table .slim { width: 88px; }

/* end table with Jquery highlighting */


/**
* Sidebars
************************************************/

#sidebar-right {
	float: right;
	width: 212px;
	margin: 20px 0 0 5px;
	padding: 0;
}
#sidebar-left {
	float: left;
	width: 212px;
	margin: 20px 5px 0 0;
	padding: 0;
}

.sidebar-module {
	margin: 0 0 2em;
	padding: 0;
}
.sidebar-module ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	list-style-position: outside;
}
.sidebar-module li {
	display: list;
	margin: 0 0 15px;
	/*padding: 0 0 3px 13px;*/
/*	background: transparent url(../img/bullet.png) no-repeat 0 6px;*/
	border-bottom: 1px solid #797979;
}
.sidebar-module li a, .sidebar-module li a:link, .sidebar-module li a:visited {
	margin: 0;
	padding: 0 0 3px 13px;
	color: #000;
	font-weight: bold !important;
	font: 1.1em/1.4em  Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-decoration: none;
	background: transparent url(../img/bullet.png) no-repeat 0 5px;
}
.sidebar-module li a:hover, .sidebar-module li a:active {
	color: #d46b00;
	text-decoration: none;
	background: transparent url(../img/bullet-over.png) no-repeat 0 5px;
}
.sidebar-module li a.current {
	color: #54768d;
}
.sidebar-module p {
	margin-left: 20px;
}

/**
* Footer
************************************************/

footer {
	position: relative;
	margin: -225px 0 0; /* for the sticky footer */
	height: 250px;
	width: 100%;
	background: #3e4146 url(../img/footer-bg.jpg) repeat-x bottom left;
	clear: both;
}
#footer-box {
	clear: both;
	margin: 0 auto;
	padding: 15px 0 0;
	width: 960px;
}
.footer-widget {
	float: left;
	margin-right: 25px;
	padding: 10px 0 20px;
	width: 300px;
}
.footer-widget.last {
	margin-right: 0;
}
.footer-widget h3 {
	margin-top: 0;
	padding-bottom: 5px;
	color: #0f1011;
	font-weight: normal;
	font: 17px/20px 'LuxiSansBold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-bottom: 1px solid #979ea7;
}
.footer-widget p {
	color: #0f1011;
}
.footer-widget p.left {
	float: left;
}
.footer-widget p.right {
	float: right;
}
#footer-box a, #footer-box a:link, #footer-box a:visited {
	color: #0f1011;
	font-weight: bold;
	text-decoration: underline;
}
#footer-box a:hover, #footer-box a:active {
	color: #0f1011;
	text-decoration: none;
}

#copyright {
	clear: both;
	width: 960px;
	position: relative;
	bottom: 0;
	margin: 0 auto;
	color: #bababa;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
}
.ie7 #copyright {
	bottom: 14px;
}


/**
* Non-semantic Helper Classes
************************************************/

/* Image alignment */
.alignleft {
	clear: both;
	float: left;
	margin: 5px 15px 10px 0;
}
.alignright {
	clear: both;
	float: right;
	margin: 5px 0 10px 15px;
}

.ir { 
	display: block;
	border: 0; 
	text-indent: -999em; 
	overflow: hidden; 
	background-color: transparent; 
	background-repeat: no-repeat; 
	text-align: left; 
	direction: ltr; 
}
.ir br { display: none; }
.hidden {
	display: none !important; 
	visibility: hidden; 
}
.visuallyhidden {
	border: 0; 
	clip: rect(0 0 0 0);
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { 
	clip: auto; 
	height: auto; 
	margin: 0; 
	overflow: visible;
	position: static; 
	width: auto; 
}
.invisible { visibility: hidden; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {	display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix { zoom: 1; }


/**
* Media queries
************************************************/

@media only screen and (min-width: 480px) {}

@media only screen and (min-width: 768px) {)

/**
* Print styles
************************************************/

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/**
* Slider - ADD THESE TO THE SLIDER SS WHEN CHANGING THE SS
************************************************/
#wowslider-container1 { 
	margin: 20px auto 35px auto !important;
}
#wowslider-container1 .ws-title{
	right: 18px !important;
	margin-right: 0 !important;
	padding: 10px !important;
	width: 300px !important;
	opacity:0.7 !important;
}

/* Constant Contact for IE7 */
.ie7 #cc img#envelope {
	display: none;
}