BODY {
  background: #FFF;
  color: #666;
  margin: 0px;
  height:100%; 
}

body, html { height:100%; width:100%; margin: 0px; font-family: 'Lato', sans-serif; font-size: 12px; background-color: #ECECEC; }

#clear {
	clear: both;
}

h1 {
	font-size: 22px; color: #333; text-align: left; font-weight: 400; border-bottom: 4px solid #0DADD1; padding-left: 10px; padding-right: 30px; padding-bottom: 4px; display: inline-block;
}

h2 {
	font-size: 18px; color: #333; text-align: left; font-weight: 400; border-bottom: 4px solid #0DADD1; padding-left: 10px; padding-right: 30px; padding-bottom: 4px; display: inline-block;
}

h3 {
	font-size: 16px; color: #333; text-align: left; font-weight: 400; border-bottom: 4px solid #0DADD1; padding-left: 10px; padding-right: 30px; padding-bottom: 4px; display: inline-block;
}

h4 {
	font-size: 14px; color: #333; text-align: left; font-weight: 400; border-bottom: 4px solid #0DADD1; padding-left: 10px; padding-right: 30px; padding-bottom: 4px; display: inline-block;
}

/* #slider h2 {
	background-color: #0DADD1;
	padding: 20px;
	color: #FFF;
	font-size: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing 
	-khtml-border-radius: 5px; /* for old Konqueror browsers 
	-webkit-box-shadow: 1px 1px 4px 1px #333;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ 
  	-moz-box-shadow:    1px 1px 4px 1px #333;  /* Firefox 3.5 - 3.6 
  	box-shadow:         1px 1px 4px 1px #333;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 
}*/
#slider h2 {
	padding: 20px;
	font-size: 30px;
	border-bottom: none;
	color: #0DADD1;
	text-shadow: none;
}
#slider h3 {
	padding: 20px;
	font-size: 30px;
	border-bottom: none;
	color: #FFF;
	text-shadow: 0px 2px 2px #000;
}

@media (max-width: 670px) {
#slider h2  {
	font-size: 20px;
	padding: 15px;
}
#slider h3  {
	display: none;
}
}
@media (max-width: 470px) {
#slider h2  {
	font-size: 16px;
	padding: 10px;
}
#slider h3  {
	display: none;
}
}
@media (max-width: 420px) {
#slider h2, #slider h3 {
	display: none;
}
}

#mainBox h1, #mainBox h2, #mainBox h3, #mainBox h4 {
	margin-left: 0px;
}

#wrapper {
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -240px; /* the bottom margin is the negative value of the footer's height */
}

#footerBottom, .push {
	height: 240px; /* .push must be the same height as .footer */
}
#footerBottom {
	background: #0D204A; /* Old browsers */
	position:relative;
}

#footer {
	text-align: center; color: #FFF; font-size: 14px; font-weight: 300; padding: 20px;
	background: #0D204A; /* Old browsers */
	border-top: 10px solid #0DADD1;
}
#homeBox {
	display: inline-block;
	width: 30%;
	margin: 1%;
}

.rollover-item {
    position:relative;
    overflow:hidden;
    width:100%;
}

#homeBox img {
	width: 100%;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.description{
    position:absolute;
    top:100%;
    left:0;
    display: inline-block;
    height: 98%;
	padding: 0px;
	vertical-align: middle;
    width:100%; /* as image */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    text-align:center;
    text-decoration:none;
    color:black;
    font-weight:bold;
    background:rgba(13,179,209,0.75);
    transition:top 0.1s ease;
}

.description:link {
	color: #FFF;
	text-decoration: none;
}
.Centerer
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.description span {
	display: inline-block;
	vertical-align: middle;
}

.rollover-item:hover .description {
    top:0;
}

.testi h2 {
	font-size: 18px; color: #333; text-align: left; font-weight: 400; border-bottom: none; padding-left: 10px; padding-right: 30px; padding-bottom: 0px; display: inline-block; margin-bottom: 5px;
}

#testimonialsBox {
	width: 90%;
	background-color:#0DADD1;
	border-bottom: 4px solid #008AAD;
	color: #FFF;
	min-height: 350px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}


#tipBox {
	width: 90%;
	background-color:#CCC;
	border-bottom: 4px solid #999;
	color: #000;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
#blog h3 {
	font-size: 18px; color: #333; text-align: left; font-weight: 400; border-bottom: none; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-right: 0px; padding-bottom: 0px; display: block; margin-bottom: 5px;
}
#blog h4 {
	font-size: 12px; color: #999; text-align: left; font-weight: 400; border-bottom: none; padding-left: 0px; padding-right: 0px; margin: 0px; padding-bottom: 0px; display: block; margin-bottom: 5px;
}

#demo3 {
	padding: 10px;
	width: 100%;
}

#homeBox #title {
	color: #FFF;
	display: block;
	text-align: center;
	padding: 10px;
	margin-top: -43px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border-bottom: none;
	background-color: #000;
	background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	position: relative;
}

#homeBox div h3 {
	color: #FFF;
	display: block;
	text-align: center;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}

#homeBox:hover {
	cursor: pointer;
}
/* ################ HEADER ###################### */
#headerWrap {
  width: 100%;
  position: relative;
  background-color: #FFF;
  border-top: 6px solid #0DADD1; 
}

#headerBtm {
  width: 100%;
  position: relative;
  border-bottom: 6px solid #0DADD1;
  height: 0px;
}

#tagLine {
  width: 100%;
  position: relative;
  background-color: #0DADD1;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#tagLine h1 {
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  font-style: italic;
  color: #FFF;
  text-shadow: none;
  text-align: center;
}
	

.headerRight a:link, .headerRight a:visited {
	font-weight: normal;
	color: #0DADD1;
}

.headerRight a:hover, .headerRight a:active {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
	

b {
	font-weight: bold;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.headerRight img {
	max-width: 120px;
}

@media (min-width: 840px) {

#header {
  max-width: 990px;
  width: 100%;
  margin: auto auto;
  position: relative;
  overflow:hidden;
  height: auto;
  text-align: left;
}
#menuBar {
	width: 100%;
	height: 40px;
	padding-bottom: 0px;
  	background-color: #666;
}

.logo {
  display: inline-block;
  width: 48%;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  /*padding-top: 20px;
  padding-bottom: 20px;
  float: left;*/
}

.headerRight {
  display: inline-block;
  width: 48%;
  text-align: right;
  margin-top: 50px;
  vertical-align: top;
}

#clientPortal {
	background-color: #0DADD1;
	padding: 6px;
	color: #FFF;
	width: 140px;
	height: 20px;
	text-align: center;
	position: absolute;
	margin-top: 0px;
	right: 80px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	text-transform: uppercase;
}

#clientPortal:hover {
	color: #FC0;
	text-shadow: 2px 2px 2px #666;
	cursor: pointer;
}

#phone {
	padding: 6px;
	color: #999;
	font-size: 16px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	width: 240px;
	float: right;
}


#phone a {
	font-size: 34px;	
}
	


.headerRight h3 {
	padding: 0px;
	margin: 0px;
}

#mobileMenu {
	display: none;	
}
.mydiv {
width: 609px; position: absolute; left: 50%; margin-left: -305px; margin-top:250px;
z-index: 99999;
}
}


@media (max-width: 839px) {
#header {
  max-width: 990px;
  width: 100%;
  margin: auto auto;
  position: relative;
  overflow:hidden;
  height: auto;
}

#menuBar {
	display: none;
}


#headerBtm {
  width: 100%;
  position: relative;
  border-bottom: 6px solid #666;
  height: 0px;
}

.logo {
  width: 148px;
  max-width: 75%;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: left;
}

.logo img {
  width: 100%;
  height: auto;
}

.headerRight {
  display: inline-block;
  width: 48%;
  text-align: right;
  margin-top: 10px;
  vertical-align: top;
}

#clientPortal {
	background-color: #0DADD1;
	padding: 6px;
	color: #FFF;
	width: 140px;
	height: 20px;
	text-align: center;
	position: absolute;
	margin-top: 0px;
	right: 80px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	text-transform: uppercase;
}

#clientPortal:hover {
	color: #FC0;
	text-shadow: 2px 2px 2px #666;
	cursor: pointer;
}

#phone {
	padding: 6px;
	color: #999;
	font-size: 16px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	width: 240px;
	float: right;
}


#phone a {
	font-size: 34px;	
}
#mobileMenu {
	width: 50px;
	height: 60px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	display: block;
	background: #0DADD1; /* Old browsers */
	float: left;
}
.mydiv {
	display: none;
}
}

@media (max-width: 580px) {
.headerRight {
	/*display: none;*/
  display: inline-block;
  width: 26%;
  text-align: right;
  top: 10px;
  right: 10px;
  vertical-align: top;
  font-size: 10px;
  position: absolute;
}
#phone {
	padding: 6px;
	color: #999;
	font-size: 12px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	float: none;
}


#phone a {
	font-size: 12px;	
}

#clientPortal {
	display: none;
}
}
@media (max-width: 512px) {
.logo {
  width: 128px;
  max-width: 75%;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: left;
}

.logo img {
  width: 100%;
}
.mydiv {
	display: none;
}
}
@media (max-width: 399px) {
.logo {
  width: 128px;
  max-width: 48%;

  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: left;
}

.logo img {
  width: 100%;
}
.mydiv {
	display: none;
}
}

/* ################################################# */

ul.pureCssMenu ul{display:none; z-index: 1005; position: absolute;}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:95%;}
ul.pureCssMenu ul ul{position: absolute;left:100%;top:0px;}
@media (min-width: 840px) {
	ul.pureCssMenu {
		margin: auto auto;
		list-style:none;
		padding:0px;
		width: 100%;
		max-width: 980px;
		height: 26px;
		text-align: center;
	}
}
@media (max-width: 839px) {
	ul.pureCssMenu {
		display: none;
	}
}
ul.pureCssMenu ul {
	margin:0px;
	margin-top: 1px;
	list-style:none;
	padding:0px 4px 4px 0px;
	width: 980px;
}
ul.pureCssMenu table { border-collapse: collapse; }
ul.pureCssMenu {
	display:block;
	zoom:1;
	background-position: left;
	background-repeat: no-repeat;
	height: 33px;
}
ul.pureCssMenu ul{
	width:220px;
}
@media (min-width: 1000px) {
	ul.pureCssMenu li{
		display:block;
		margin:0px 0px 0px 0px;
		font-size:0px;
		background-position: right;
		background-repeat: no-repeat;
		padding-top: 8px;
		padding-left: 22px;
		padding-right: 14px;
		height: 32px;
	}
}
@media (max-width: 999px) {
	ul.pureCssMenu li{
		display:block;
		margin:0px 0px 0px 0px;
		font-size:0px;
		background-position: right;
		background-repeat: no-repeat;
		padding-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
		height: 32px;
	}
}
ul.pureCssMenu ul li{
	display:block;
	margin:0px 0px 0px 0px;
	font-size:0px;
	padding-top: 2px;
	padding-left: 12px;
	border-bottom: 1px solid #787878;
	background: #666;
	height: auto;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
	cursor:default;
	text-transform: uppercase;
}
ul.pureCssMenu ul a, ul.pureCssMenu ul li.dis a:hover, ul.pureCssMenu ul li.sep a:hover {
	color: #FFF;
	font-size: 14px;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float:none;
	background-color: #999;
}
ul.pureCssMenu ul a {
	text-align:left;
}
ul.pureCssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:5;
	height:16;
	display:inline-block;
	background-color:#FFF;	background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:80%;
	height:3;
}
ul.pureCssMenu li:hover, ul.pureCssMenu li.activeLink{
	position:relative;
	background: #0DADD1;
}

ul.pureCssMenu ul li:hover{ 
	position:relative;
	background: #0DADD1;
	background-image: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.pureCssMenu li:hover>a{  
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
	cursor:pointer;
}
ul.pureCssMenu li a:hover{
	position:relative;  
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
}
ul.pureCssMenu ul li:hover>a{  
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
	text-transform: none;
	cursor:pointer;
	font-weight: normal;
}
ul.pureCssMenu ul li a:hover{
	position:relative;  
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
	text-transform: none;
	font-weight: normal;
}
ul.pureCssMenu ul li a{
	text-transform: none;
}
ul.pureCssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul,ul.pureCssMenu a:hover a:hover ul{display:block}
ul.pureCssMenu a:hover ul ul{display:none}
ul.pureCssMenu span{
	display:block;
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:11px;}
ul.pureCssMenu li:hover>a>span{	}
ul.pureCssMenu a:hover span{	}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{}
ul.pureCssMenu ul li:hover > a span{	}
ul.pureCssMenu table a:hover span,ul.pureCssMenu table a:hover a:hover span{}
ul.pureCssMenu table a:hover table span{}

/* ################ END HEADER ###################### */

#mainContent {
  max-width: 990px;
  width: 100%;
  margin: auto auto;
  position: relative;
  margin-top: 10px;
  font-size: 14px;
}

#pad {
	padding: 10px;
}

	#infoBox hr {
		width: 90%;
		margin-left: 5%;
	}
	#rightCol p, #rightCol img {
		max-width: 90%;
		margin-left: 2%;
	}
@media (min-width: 660px) {
	#rightCol {
		width: 25%;
		max-width: 370;
		float: right;
	}
	
	#leftCol {
		width: 75%;
		max-width: 700px;
		float: left;
		text-align: center;
	}
	#rightColHome {
		width: 33%;
		max-width: 370;
		float: right;
	}
	
	#leftColHome {
		width: 66%;
		max-width: 700px;
		float: left;
		text-align: left;
	}
	
	#rightColPortal {
		width: 75%;
		display: inline-block;
		vertical-align: top;
	}
	
	#leftColPortal {
		width: 22%;
		display: inline-block;
		vertical-align: top;
	}

	#infoBox {
	  max-width: 96%;
	  width: 370px;
	  display: inline-block;
	  margin-left: 4%;
	  position: relative;
	  background: #F7F7F7;
	  border: 1px solid #CCC;
	  text-align: center;
	  margin-bottom: 40px;
	  color: #999;
	  font-size: 12px;
	  text-align: left;
	}

	#infoBoxHeader {
		width: 100%;
		display: inline-block;
		margin: 0px;
		background: #e3e3e3; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* IE10+ */
		background: linear-gradient(to bottom,#ffffff 0%,#e3e3e3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
		border-bottom: 1px solid #CCC;
	}

	#infoBox h3 {
		padding: 10px;
		margin: 0px;
		font-size: 20px;
		color: #666;
	}

	#fiftyFifty {
	  float: left; width: 48%;
	}

	#textFiftyCol {
	  float: left; width: 40%; margin-left: 5%;
	}

	#threeCols {
	  float: left; width: 32%; display: inline-block;
	}

	#sections{
		width: 90%;
		overflow:hidden;
		height:250px;
		clear:left;
		margin-left:40px;
	}	
	#footerLinksBox {
		width: 150px; padding-right: 10px; padding-left: 10px; text-align: left; display: inline-block; vertical-align:top;
	}
}
@media (max-width: 659px) {
	#mainContent {
	  max-width: 990px;
	  width: 100%;
	  margin: auto auto;
	  position: relative;
	  margin-top: 10px;
	}
	#leftCol,#leftColHome  {
		width: 96%;
		max-width: 660px;
		margin-left: 2%;
	}
	
	#rightColPortal {
		width: 96%;
		display: table-header-group;
		margin-left: 2%;
	}
	
	#leftColPortal {
		width: 96%;
		display: table-footer-group;
		margin-left: 2%;
	}
	
#homeBox {
	display: inline-block;
	width: 46%;
	margin: 1%;
}
	h1, h2, h3, h4 {
		margin-left: 10px; max-width: 90%;
	}
	
	#rightCol, #rightColHome {
		width: 96%;
		max-width: 660px;
		margin-left: 2%;
		text-align: center;
	}

	#infoBox {
	  width: 90%;
	  margin-left: 5%;
	  position: relative;
	  background: #F7F7F7;
	  border: 1px solid #CCC;
	  text-align: center;
	  margin-bottom: 40px;
	  color: #999;
	  font-size: 12px;
	  text-align: left;
	}
	
	#infoBoxHeader {
		width: 100%;
		display: inline-block;
		margin: 0px;
		background: #e3e3e3; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* IE10+ */
		background: linear-gradient(to bottom,#ffffff 0%,#e3e3e3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
		border-bottom: 1px solid #CCC;
	}

	#infoBox h3 {
		padding: 10px;
		margin: 0px;
		font-size: 20px;
		color: #666;
	}

	#fiftyFifty {
	  float: left; width: 48%;
	  display: inline-block;
	  margin-right: 1%;
	  position: relative;
	}

	#textFiftyCol {
	  float: left; width: 40%; margin-left: 5%;
	}

	#threeCols {
	  float: left; width: 32%;
	}

	#sections{
		overflow:hidden;
		width: 80%;
		height:250px;
		clear:left;
		margin-left: 5%;
	}
	
	#footerLinksBox {
		width: 200px; padding-right: 10px; padding-left: 10px; text-align: left; display: inline-block; vertical-align:top;
	}
}

	
@media (max-width: 520px) {
#homeBox {
	display: inline-block;
	width: 96%;
	margin: 2%;
}
}
@media (max-width: 380px) {
	#infoBox {
	  width: 96%;
	  max-width: 330px;
	  margin-left: 2%;
	  position: relative;
	  background: #EAEAEA;
	  border: 1px solid #999;
	  text-align: center;
	  margin-bottom: 10px;
	  float: left;
	}

	#sections{
		overflow:hidden;
		width: 72%;
		height:250px;
		clear:left;
		margin-left:40px;
	}
	
	#footerLinksBox {
		width: 96%; margin-left: 2%; text-align: left; display: inline-block; vertical-align:top;
	}

	#fiftyFifty {
	  width: 96%;
	  display: inline-block;
	  margin-left: 2%;
	  position: relative;
	  margin-bottom: 10px;
	}

	#textFiftyCol {
	  width: 96%;
	  display: inline-block;
	  margin-left: 2%;
	  position: relative;
	  margin-bottom: 10px;
	}

	#threeCols {
	  width: 96%;
	}

	#infoBox {
	  width: 90%;
	  margin-left: 5%;
	  position: relative;
	  background: #F7F7F7;
	  border: 1px solid #CCC;
	  text-align: center;
	  margin-bottom: 40px;
	  color: #999;
	  font-size: 12px;
	  text-align: left;
	}
	
	#infoBoxHeader {
		width: 100%;
		display: inline-block;
		margin: 0px;
		background: #e3e3e3; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* IE10+ */
		background: linear-gradient(to bottom,#ffffff 0%,#e3e3e3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
		border-bottom: 1px solid #CCC;
	}

	#infoBox h3 {
		padding: 10px;
		margin: 0px;
		font-size: 20px;
		color: #666;
	}

}

#textFiftyCol img {
	float: left;
	width: 15%;
	margin-right: 5%;
	height: auto;
}

@media \0screen {
  #textFiftyCol img { 
  	width: auto; /* for ie 8 */
  }
}

#textFiftyCol span {
	float: right;
	width: 80%;
}

#mainBox #blogHeader {
	width: 100%;
	background-color: #036;
	margin-top: -10px;
}

#mainBox #blogHeader a:link, #mainBox #blogHeader a:visited, #mainBox #blogHeader h2 {
	color: #FFF;
	text-decoration: none;
}

#mainBox #blogHeader h2 {
	margin-left: 10px;
	font-size: 18px;
	padding-top: 10px;
	text-shadow: none;
}

#mainBox #blogHeader h4 {
	font-size: 14px;
	margin-left: 10px;
	color: #F3F3F3;
	text-shadow: none;
	padding-bottom: 10px;
}

@media (min-width: 990px) {
#mainBox {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  font-weight: normal;
  background-color: #FFF;
  border: 1px solid #CCC;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; /* future proofing */
  -khtml-border-radius: 0px 0px 5px 5px; /* for old Konqueror browsers */
  border-bottom: 2px solid #CCC;
}
}
@media (max-width: 989px) {
#mainBox {
  width: 96%;
  margin-left: 2%;
  position: relative;
  margin-bottom: 40px;
  font-weight: normal;
  background-color: #FFF;
  border: 1px solid #CCC;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}
}

#mainBox img {
	max-width: 100%;
}

#mainBox div {
	max-width: 100%;
}

#mainBox div img {
	width: 100%;
	height: auto;
}


#infoBox:before, #infoBox:after 
{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:200px;
  background: rgba(0, 0, 0, 0.7); 
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-6deg);    
  -moz-transform: rotate(-6deg);   
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
#infoBox:after 
{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 10px;
  left: auto;
} 

#infoBox h2 {
  background-color: #006194; /* fallback */
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006194), to(#000336)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #006194, #000336); /* Safari 5.1, Chrome 10+ */
  background: -moz-linear-gradient(top, #006194, #000336); /* Firefox 3.6+ */
  background: -ms-linear-gradient(top, #006194, #000336);/* IE 10 */
  background: -o-linear-gradient(top, #006194, #000336); /* Opera 11.10+ */
  margin-top: 0px; padding-top: 10px; padding-bottom: 10px;
  color: #FFF;
  font-size: 16px;
}

.submit input, .submit a:link, .submit a:visited {  
    width: auto;  
    padding: 8px 15px;   
    border: 0;  
    font-size: 12px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px; 
	border-radius: 5px;
    color: #FFF;
	background-color: #09C;
	border-bottom: 2px solid #036;
	-webkit-appearance: none;
	display: inline-block;
	text-decoration: none;
	margin: 4px;
}  

.submit input:hover, .submit a:hover {  
    width: auto;  
    padding: 8px 15px;   
    border: 0;  
    font-size: 12px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px; 
	border-radius: 5px;
    color: #FFF;
	background-color: #069;
	border-bottom: 2px solid #036;
	-webkit-appearance: none;
	display: inline-block;
	text-decoration: none;
	margin: 4px;
	cursor: pointer;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: inline-block;
  margin: 4px;
  padding: 4px;
  width: 100%; height: 26px;
  line-height: 26px; font-size: 14px;
  border: 1px solid #bbb;
}

a:link, a:visited {
	color: #0DADD1; text-decoration: none;	
}
a:hover, a:active {
	color: #000B6A; text-decoration: none;	
}

#productBar {
	background-color: #999999; width: 100%;
}

#productBar h2 {
	color: #FFF; font-size: 18px; text-shadow: #000 2px 2px 2px; margin-left: 10px;
}

#productBox {
  max-width: 96%;
  width: 200px;
  margin-left: 2%;
  position: relative;
  background: #FFF;
  border: 1px solid #333;
  text-align: center;
}


#productBox:before, #productBox:after 
{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:200px;
  background: rgba(0, 0, 0, 0.7); 
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-6deg);    
  -moz-transform: rotate(-6deg);   
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
#productBox:after 
{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 10px;
  left: auto;
} 

#productBox h2 {
  background-color: #006194; /* fallback */
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006194), to(#000336)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #006194, #000336); /* Safari 5.1, Chrome 10+ */
  background: -moz-linear-gradient(top, #006194, #000336); /* Firefox 3.6+ */
  background: -ms-linear-gradient(top, #006194, #000336);/* IE 10 */
  background: -o-linear-gradient(top, #006194, #000336); /* Opera 11.10+ */
  margin-top: 0px; padding-top: 10px; padding-bottom: 10px; margin-left: 0px;
  color: #FFF;
  font-size: 12px;
  height: 32px;
}

#productsBox {
  width: 200px;
  margin: 5px;
  position: relative;
  background: #FFF;
  border: 1px solid #333;
  text-align: center;
  display: inline-block;
}

#productsBox h2 {
  background-color: #006194; /* fallback */
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006194), to(#000336)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #006194, #000336); /* Safari 5.1, Chrome 10+ */
  background: -moz-linear-gradient(top, #006194, #000336); /* Firefox 3.6+ */
  background: -ms-linear-gradient(top, #006194, #000336);/* IE 10 */
  background: -o-linear-gradient(top, #006194, #000336); /* Opera 11.10+ */
  margin-top: 0px; padding-top: 10px; padding-bottom: 10px;
  color: #FFF;
  font-size: 12px;
  height: 32px;
}

#productListingBox {
  width: 96%;
  margin: 2%;
  position: relative;
  background: #FFF;
  border: 1px solid #333;
  text-align: left;
  display: inline-block;
}

#productListingBox h2 {
  background-color: #006194; /* fallback */
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006194), to(#000336)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(top, #006194, #000336); /* Safari 5.1, Chrome 10+ */
  background: -moz-linear-gradient(top, #006194, #000336); /* Firefox 3.6+ */
  background: -ms-linear-gradient(top, #006194, #000336);/* IE 10 */
  background: -o-linear-gradient(top, #006194, #000336); /* Opera 11.10+ */
  margin-top: 0px; padding: 10px;
  color: #FFF;
  font-size: 12px;
  min-height: 32px;
}

#mainContent .next, #mainContent .prev{
	position:absolute;
	top:140px;
}

#mainContent .prev{
	left:10px;
}

#mainContent .next{
	right:10px;
}
	
.next, .prev{
	cursor:pointer;
}
#sections ul{
	width:9999px;
	list-style:none;
}

#sections li{
	float:left;
	padding: 0px;
}

#map {
	width: 100%; height: 474px; margin-bottom: 0px; padding-bottom: 0px;
}

#bottom {
	text-align: center; color: #FFF; font-size: 14px; font-weight: 700; padding: 0px;
	background: #0DADD1; /* Old browsers */
	margin-bottom: 0px;
	bottom: 0px; position: absolute;
	width: 100%;
}
#footerMainBox {
  max-width: 990px;
  width: 100%;
  margin: auto auto;
  position: relative;
  overflow:hidden;
  height: auto;
  text-align: left;
}

#footerLeft {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	text-shadow: 2px 2px 2px #333;
}


#footerRight {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	text-shadow: 2px 2px 2px #333;
	margin-left: 1%;
}

#footerLeft ul {
	padding-top: 0px;
	padding-left: 20px;
	margin: 0px;
}

#footerMainBox h3 {
	color: #FFF;
	border-bottom: none;
	padding: 0px;
	margin: 0px;
	text-shadow: 2px 2px 2px #333;
}

#socialIcons {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#bottomLinks {
	width: 68%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	text-shadow: 2px 2px 2px #333;
	text-align: right;
}
	

a.footerMainLink:link { color: #FFF; text-decoration: none; text-shadow: 2px 2px 2px #333; }
a.footerMainLink:visited { color: #FFF; text-decoration: none; text-shadow: 2px 2px 2px #333; }
a.footerMainLink:active { color: #FC0; text-decoration: none; text-shadow: 2px 2px 2px #333; }
a.footerMainLink:hover { color: #FC0; text-decoration: none; text-shadow: 2px 2px 2px #333; }

a.footerLink:link { color: #FFF; text-decoration: none; }
a.footerLink:visited { color: #FFF; text-decoration: none; }
a.footerLink:active { color: #FC0; text-decoration: underline; }
a.footerLink:hover { color: #FC0; text-decoration: underline; }


#loginForm img {
	width: 100%;
	max-width: 330px;
	height: auto;
}

@media (min-width: 600px) {
#loginLeft {
	width: 50%; float: left;	
}

#loginRight {
	width: 38%; float: left; margin-left: 6px;
}

#loginForm {
	width: 48%; float: left; margin-right: 1%;	
}
#signUpLeft {
	float: left; width: 33%;
}
#signUpRight {
	float: left; width: 65%;
}
#cartLeft {
	width: 50%; float: left;
}
#cartMid {
	width: 40%; float: left;
}
#cartRight {
	width: 10%; float: left; text-align: right;
}
}

@media (max-width: 720px) {
#loginLeft {
	width: 45%; float: left;	
}

#loginRight {
	width: 38%; float: left; margin-left: 6px;
}

#loginForm {
	width: 48%; float: left; margin-right: 1%;		
}
#signUpLeft {
	float: left; width: 33%;
}
#signUpRight {
	float: left; width: 65%;
}
#cartLeft {
	width: 50%; float: left;
}
#cartMid {
	width: 40%; float: left;
}
#cartRight {
	width: 10%; float: left; text-align: right;
}
}

@media (max-width: 599px) {
#loginLeft {
	width: 96%; margin: 2%;	
}

#loginRight {
	width: 96%; margin: 2%;	
}

#loginForm {
	width: 48%; float: left; margin-right: 1%;		
}
#signUpLeft {
	width: 96%; margin: 2%;	
}
#signUpRight {
	width: 96%; margin: 2%;	
}
#cartLeft {
	width: 40%; float: left;
}
#cartMid {
	width: 50%; float: left;
}
#cartRight {
	width: 10%; float: left; text-align: right;
}
}

@media (max-width: 379px) {
#loginLeft {
	width: 96%; margin: 2%;	
}

#loginRight {
	width: 96%; margin: 2%;	
}

#loginForm {
	width: 96%; margin: 2%;		
}
#signUpLeft {
	width: 96%; margin: 2%;	
}
#signUpRight {
	width: 96%; margin: 2%;	
}
#cartLeft {
	width: 96%; margin: 2%;	
}
#cartMid {
	width: 96%; margin: 2%;	
}
#cartRight {
	width: 96%; margin: 2%;	text-align: left;
}
}

.inputRequirement {
	color: #F00;
}

@media (min-width: 580px) {
	.tabrow {
		text-align: center;
		list-style: none;
		margin-top: 10px;
		margin-bottom: -1px;
		padding: 0;
		line-height: 24px;
		height: 26px;
		overflow: hidden;
		font-size: 12px;
		position: relative;
		z-index: 1;
	}
}
@media (max-width: 579px) {
	.tabrow {
		display: none;
	}
}
.tabrow li {
	border: 1px solid #CCC;
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 -5px;
	padding: 0 20px;
}
.tabrow a {
	  color: #555;
	  text-decoration: none;
}
.tabrow li.selected {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}
.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #CCC;
	z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
	border: 1px solid #AAA;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
.tabrow li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
	box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
	box-shadow: -2px 2px 0 #FFF;
}

#accountImg {
	width: 33%;
	float: left; max-width: 100px;
}

#accountImg img {
	width: 100%; height: auto; max-width: 100px;
}

#accountRight {
	float: right; width: 65%;
}

/* ########################## Slideshow ########################## */
@media (min-width: 660px) {
	.rslides_container {
	  position: relative;
	  width: 100%;
	  max-height: auto;
	}
}
  
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin:0px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  position: relative;
}

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }
@media (min-width: 920px) {
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: -20px;
  text-align: left;
  padding-left: 0px;
  width: 920px;
  margin-left: 10%;
  }
}
@media (max-width: 919px) {
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: -20px;
  text-align: left;
  padding-left: 0px;
  width: 100%;
  margin-left: 10px;
  }
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #666;
  display: none;
  display: inline-block;
  _display: block;
  *display: block;
  width: 20px;
  height: 20px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #FDC236;
  display: none;
  }

.messageStackError { padding: 10px; margin-bottom: 20px; background-color: #D90700;
-moz-border-radius: 10px; color: #FFF; text-align: left; font-size: 14px; border-radius: 10px;  }

.messageStackSuccess { padding: 10px; margin-bottom: 20px; background-color: #99ff00;
-moz-border-radius: 10px; color: #333; text-align: left; font-size: 14px; border-radius: 10px;  }

#randomImg { 
	padding: 10px;
	border: 1px solid #000;
	font-size: 20px;
	display: inline-block;
	background: url(fearfree-images/background-noise.png);
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	
	/* No support for these yet, use at own risk */
	-o-user-select: none;
	user-select: none; 
}
/* ########################## End of Slideshow ########################## */


/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}
/* ##################### Blog ################ */
#blogBox {
	width: 580px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

#blogBox h3 {
	margin: 0px;
	padding: 0px;
}

#searchLabel {
	margin-top: 10px;
	margin-bottom: 10px;
}


#searchArticlesBox {
	background-color: #DEDEDE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#searchCategoriesBox {
	background-color: #E9E9E9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#searchTagsBox {
	background-color: #DEDEDE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}


#blogImageBox {
	float: left; width: 200px;
}

#blogImageBox img {
	border:1px solid #;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#blogImg {
		display: inline-block;
		width: 32%;
		vertical-align: top;
		margin-right: 2%;
	}
	#blogText {
		display: inline-block;
		width: 65%;
		vertical-align: top;
		text-align: left;
  		font-size: 16px;
  		line-height: 20px;
	}

#blogTextBox h3 a:hover {
	text-decoration: none;
}

#blogTextBox a:link {
	color: #C00;
	text-decoration: none;
}

#blogTextBox a:hover {
	color: #C00;
	text-decoration: underline;
}


.blogContentBox {
	width: 780px;
	left: 50%;
	margin: 0px 0px 0px -390px;
	min-height: 100%;
	position: relative;
	z-index: 1;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url("private_images/template/blogBG.gif");
}

.blogMainText {
	color: #666666; font-size: 12px; width: 590px; height: 100%;
	float: left; text-align: left; padding: 10px;
}

#authorBox, #toggle {
	background-color: #F0F0F0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
	
.bubble
{
position: relative;
width: 88%;
margin-left: 2%;
padding-left: 5%;
padding-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 20px;
margin-top: 20px;
background: #F0F0F0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.bubble:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 15px 0;
border-color: transparent #F0F0F0;
display: block;
width: 0;
z-index: 1;
left: -15px;
top: 16px;
}


.bubbleReply
{
position: relative;
width: 80%;
padding-left: 5%;
padding-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 20px;
margin-left: 10%;
margin-top: 20px;
background: #d7e4ed;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.bubbleReply:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color: #d7e4ed transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 37px;
}



#authorBox h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#authorBoxImg {
	float: left;
	width: 150px;
}

#authorBoxText {
	float: right;
	width: 400px;
}

#confirmationBox {
	background-color: #E7E8E9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

#successBox {
	background-color: #0C0;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#errorBox {
	background-color: #C00;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#verficationCode {
	border: 1px solid #999;
	padding: 4px;
	background-color: #FFF;
	color: #C00;
	font-size: 14px;
	letter-spacing:4px
}

#confirmationBox h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
#newsLeft {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin-right: 2%;
}
#newsRight {
	display: inline-block;
	width: 65%;
	vertical-align: top;
}

#newsRight img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 800px) {

	#newsLeft {
		display: inline-block;
		margin-left: 2%;
		width: 96%;
	}
	#newsRight {
		display: inline-block;
	  margin-left: 2%;
		width: 96%;
	}
}

.menu {
	width: 100%;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #CCC;
}
.menu ul li a, .menu ul li a:visited { padding-left: 2px; margin-bottom: 0px; text-decoration:none; color:#666; font-size:14px; display: block; }
.menu ul li a.active { padding-left: 2px; display:block; margin-bottom: 0px; text-decoration:none; color:#CA0D23; font-size:14px; }
.menu ul { padding:0; margin:0;list-style-type: none; }
.menu ul li {border-bottom: 1px solid #CCC; margin: 0px; padding: 10px; }

.menu ul li { background: #FFF; }
.menu ul li:nth-child(odd) { background: #F3F3F3; }


.menu ul li.menu-home { background-image: url(media-files/template/client-portal-icon-home.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}
.menu ul li.menu-home:hover, .menu ul li#active.menu-home { background-image: url(media-files/template/client-portal-icon-home-over.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}

.menu ul li.menu-messages { background-image: url(media-files/template/client-portal-icon-messages.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}
.menu ul li.menu-messages:hover, .menu ul li#active.menu-messages { background-image: url(media-files/template/client-portal-icon-messages-over.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}

.menu ul li.menu-files { background-image: url(media-files/template/client-portal-icon-files.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}
.menu ul li.menu-files:hover, .menu ul li#active.menu-files { background-image: url(media-files/template/client-portal-icon-files-over.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}

.menu ul li.menu-account { background-image: url(media-files/template/client-portal-icon-account.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}
.menu ul li.menu-account:hover, .menu ul li#active.menu-account { background-image: url(media-files/template/client-portal-icon-account-over.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}

.menu ul li.menu-password { background-image: url(media-files/template/client-portal-icon-password.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}
.menu ul li.menu-password:hover, .menu ul li#active.menu-password { background-image: url(media-files/template/client-portal-icon-password-over.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}

.menu ul li.menu-notifications { background-image: url(media-files/template/client-portal-icon-notifications.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}
.menu ul li.menu-notifications:hover, .menu ul li#active.menu-notifications { background-image: url(media-files/template/client-portal-icon-notifications-over.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}

.menu ul li.menu-logoff { background-image: url(media-files/template/client-portal-icon-logout.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}
.menu ul li.menu-logoff:hover { background-image: url(media-files/template/client-portal-icon-logout-over.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 24px;
}

/* specific to non IE browsers*/
.menu ul li:hover a, .menu ul li#active a:link, .menu ul li#active a:visited  {  color:#FFF; text-decoration: none; background-color: #0DADD1; }
.menu ul li:hover, .menu ul li#active {  color:#FFF; text-decoration: none; background-color: #0DADD1; cursor: pointer; }

#confirmationBox {
	background-color: #E7E8E9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

#successBox {
	background-color: #0C0;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#errorBox {
	background-color: #C00;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#verficationCode {
	border: 1px solid #999;
	padding: 4px;
	background-color: #FFF;
	color: #C00;
	font-size: 14px;
	letter-spacing:4px
}

#confirmationBox h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}



a:hover h1, a:hover h2, a:hover h3, a:hover h4 {
	text-decoration: none;
}

/* ############ PAGINATION ################ */

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCC;
	
	text-decoration: none; /* no underline */
	color: #333;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #666;
	background-color: #666;
	color: #FFF;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0DADD1;
	font-weight: bold;
	background-color: #0DADD1;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

#contentContainerCheckOut {
	border-top: 2px solid #D3D3D3;
	margin-top: 10px;
	padding-top: 10px;
}

#videoBox {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

#videoBox img {
	max-width: 100%;
	height: auto;
}


#confirmationBox {
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
}

#successBox {
	background-color: #0C0;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#errorBox {
	background-color: #C00;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#blogMenu {
	list-style: none;
	border-top: 1px dashed #CCC;
	margin-left: 0px;
	padding: 0px;
}

#blogMenu li {
	border-left: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	padding: 10px;
	width: 100%;
	margin-left: 0px;
	background-color: #F3F3F3;
}

#blogMenu li a:link, #blogMenu li a:visited {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	height: 100%;
	display: block;
}

#blogMenu li a:hover, #blogMenu li:hover a {
	color: #FFF;
}

#blogMenu li:hover {
	background-color: #0DADD1;
	cursor: pointer;
}

#oneThird {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}

#oneThird img {
	width: 100%;
	height: auto;
}

#twoThirds {
	width: 64%;
	display: inline-block;
	margin-left: 2%;
	vertical-align: top;
}

@media (max-width: 760px) {
#wrapper {
	margin: 0 auto -320px; /* the bottom margin is the negative value of the footer's height */
}

#footerBottom, .push {
	height: 320px; /* .push must be the same height as .footer */
}
#footerBottom {
	background: #008AAD; /* Old browsers */
}

#footerLeft {
	width: 48%;
}


#footerRight {
	width: 96%;
	margin-left: 2%;
}

#socialIcons, #bottomLinks {
	width: 96%;
	margin-left: 2%;
}

#bottomLinks {
	margin-top: 10px;
}
}
@media (max-width: 520px) {
#oneThird {
	width: 42%;
	margin-left: 2%;
}
#wrapper {
	margin: 0 auto -340px; /* the bottom margin is the negative value of the footer's height */
}

#footerBottom, .push {
	height: 340px; /* .push must be the same height as .footer */
}
}
@media (max-width: 480px) {
#wrapper {
	margin: 0 auto -510px; /* the bottom margin is the negative value of the footer's height */
}

#footerBottom, .push {
	height: 510px; /* .push must be the same height as .footer */
}

#footerLeft {
	width: 96%;
	margin-left: 2%;
}


#footerRight {
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
}
#bottomLinks {
	margin-top: 10px;
}

#footerRight div {
	float: none;
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;

}
#oneThird {
	width: 96%;
	margin-left: 2%;
}

#twoThirds {
	width: 96%;
	margin-left: 2%;
}
}

#blogImg {
	width: 150px;
	height: 150px;
	display: inline-block;
	margin: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border: 1ps solid #333;
	border-bottom: 2px solid #333;
	background-color: #FFF;
	padding: 0px;
}

#blogImg img {
	width: 150px;
	height: 150px;
	margin: 0px;
	overflow: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#blogText h3 {
	font-size: 18px; color: #333; text-align: left; font-weight: 400; border-bottom: none; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-right: 0px; padding-bottom: 0px; display: block; margin-bottom: 5px;
}


#newsRight h2 {
	font-size: 22px; color: #333; text-align: left; font-weight: 400; border-bottom: none; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-right: 0px; padding-bottom: 0px; display: block; margin-bottom: 5px;
}

/* Blog */
#blogBox {
	width: 100%;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

#blogBox h3 {
	margin: 0px;
	padding: 0px;
}

#blogBox h4 {
	color: #666;
	font-style: italic;
	margin: 10px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}

#searchLabel {
	margin-top: 10px;
	margin-bottom: 10px;
}


#searchArticlesBox {
	background-color: #DEDEDE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#searchCategoriesBox {
	background-color: #E9E9E9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#searchTagsBox {
	background-color: #DEDEDE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}


#blogImageBox {
	float: left; width: 200px;
}

#blogImageBox img {
	border:1px solid #;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#blogTextBox {
	float: left; width: 360px; line-height: 16px;
}

#blogTextBox h3 a:hover {
	text-decoration: none;
}

.blogContentBox {
	width: 780px;
	left: 50%;
	margin: 0px 0px 0px -390px;
	min-height: 100%;
	position: relative;
	z-index: 1;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url("private_images/template/blogBG.gif");
}

.blogMainText {
	color: #666666; font-size: 12px; width: 590px; height: 100%;
	float: left; text-align: left; padding: 10px;
}

#authorBox, #toggle {
	background-color: #E7E8E9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

#authorBox h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#authorBoxImg {
	float: left;
	width: 150px;
}

#authorBoxText {
	float: right;
	width: 400px;
}

#newsRight h3 {
	text-align: left;	
}

#messageRow {
	width: 100%;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: right;
}

#messageRow { background: #FFF; }
#messageRow:nth-child(odd) { background: #F3F3F3; }

#quarterDiv {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	text-align: left;
}

.fieldRequired {
	color: #C00;
}

.filesFoldersRow {
	width: 100%;
	background-color: #F3F3F3;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.filesFoldersRow:nth-child(odd)	 {
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#actionBox {
	background-color: #CCC;
	color: #000;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	border-bottom: 4px solid #999;
}

.filesFoldersRow:hover {
	cursor: pointer;
}

.filesFoldersRow #filesFoldersLeft {
	display: inline-block;
	width: 64%;
	vertical-align: middle;
}

.filesFoldersRow #filesFoldersRight {
	display: inline-block;
	width: 32%;
	vertical-align: middle;
}
.filesFoldersRow form {
	display: inline-block;
}
	
#oneThird h3 {
	font-size: 15px;
	letter-spacing: -0.5px;
}

#mainContent div img {
	max-width: 100%;
	height: auto;
}