@charset "UTF-8";
/* CSS Document Created by www.bigcatchdesign.com */

/** COLOURS **/
/*
Bell blue: #155b99;
Body grey: #333;
Background white: #fff;
}

/* Body formating */
html, body {
	color: #333;
	text-align: center; /*For IE*/
	font-size:16px;
	font-family: 'Quicksand', sans-serif;
	letter-spacing:-.1em;
	font-weight:100;
	
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	-ms-transition: all ease .5s;
}
img {
	border:0;
}
/* Remove Spacing */
html, body, h1, h2, h3, .noMP {
	margin: 0; padding: 0;
}
/* Headings */
#logo {
	font-weight: bold;
	color: #155b99;
	font-family: 'Didact Gothic', sans-serif;
}
h1 {
	font-size: 2.5em;
	font-weight: 100;
	font-family: 'Quicksand', sans-serif;
	color: #333;
	line-height: .9em;
	letter-spacing:-3px;
}
h2, h3 {
	color: #155b99;
	font-weight: 100;
}
a {
	color: #155b99;
	text-decoration: underline;
}
a:hover {
	color: #777;
}
a:visited {
	color: #777;
}


/* CSS columns */
.c1 {
	width: 100%;
}
.c2 {
	width: 50%;
	float: left;
}
.c3 {
	width: 33%;
	float: left;
}
.c2of3 {
	width: 67%;
	float: left;
}
.c4 { 
	width: 25%;
	float: left;
}
.c3of4 {
	width: 75%;
	float: left;
}

/* CSS by Vertical Divisions */
.wrapper {
	width: 94%;
	height: auto;
	margin:0 3%;
	text-align: left;
}
header, footer {
	margin:1em 0;
	padding: 1em 0;
}
header nav ul, footer nav ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
header nav { text-align:right;}
header nav ul li {margin-bottom: .5em;}
header nav ul li, footer nav ul li {
	display: inline-block;
}
header nav ul li a {
	padding: .2em .5em;
	border: #aaa solid 0;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	
	transition: background ease 2s;
	-moz-transition: background ease 2s;
	-webkit-transition: background ease 2s;
	-ms-transition: background ease 2s;
	-o-transition: background ease 2s;
}
header nav ul a:hover {
	color:#fff;
	background:#155b99;
	-webkit-box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, .3);
	box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, .3);
}

/* Misc. CSS */
#big-catch-design {
	font-size:.8em;
	margin-top:1em;
	text-decoration: none;
}
#big-catch-design:hover {
	text-transform:lowercase;
	font-weight:500;
}
.redFont {
	color: #cc0000;
}
.padding1em {
	padding: 1em;
}
.margin1em {
	margin: 1em;
}
.tablet, .desktop {
	display: inherit;
}
.mobile {
	display: none;
}
.IE7 .desktop {
	display:inline-block;
}
.box-shadow {
	-webkit-box-shadow:  0px 2px 2px .5px rgba(0, 0, 0, .2);
	box-shadow:  0px 2px 2px .5px rgba(0, 0, 0, .2);
}
.text-shadow {
	text-shadow:1px 1px 0px rgba(0,0,0, .4);
}
.emboss {
	text-shadow:0px -1px 0px rgba(0,0,0, .4), 1px 1px 2px rgba(255,255,255, 0.4);
}
.auto-center {
	margin: 0 auto;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align: center;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.visible {
	overflow:hidden;
}
.clear {
	clear:both;
}
.bold {
	font-weight: 500;
}
.one-margin-left {
	margin-left: 1em;
}
.one-margin-right {
	margin-right: 1em;
}
.uppercase {
	text-transform: uppercase;
}
.fine-print {
	font-size: .8em;
	font-style: italic;
	line-height: 1.8em;
}
.white-border {
	border: solid 4px #fff;
}
.round-padded-box {
	border: #aaa solid 1px;
	padding:1em;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}	

/* Remove Skype Phone CSS */
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}