/* Common Colours 
	Light Blue: #00c2eb
	Orange:		#ebb600
	Green:		#90eb00
	Purple:		#bc00eb
*/

/* Common */
body,table,input,select,textarea { 
  font-family: arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #333;
  background:#08182f;
}

h1 {
  margin: 0 0 1em 0;
}

h2 {
  margin: 1em 0;
}

p { 
  margin: 1em 0;
  font-size: 0.875em;
}

dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}
.txt-center {
	text-align:center;
}
.txt-right {
	text-align:right;
}
.center {
  text-align:center;
  }

/* Layout */

#constrain {
  width: 999px;
  margin: 0 auto;
  position:relative;
}
.corners-top {
	position:absolute;
	top:0;
	left:0;
	z-index:11;
}
.corners-btm {
	position:absolute;
	bottom: 0;
	left: 0;
	z-index:11;
}
#header {
	background:#fff;
	position:relative;
}
	#logo {
		display:inline-block;
		width: 248px;
		margin: 2px 130px 8px 20px;
	}
	.header-contact {
		display:inline-block;
		width:260px;
		vertical-align:top;
		margin: 25px 0 0 0;
		padding: 3px 0 3px 25px;
		font-family: "Times New Roman", Times, serif;
		font-size: 1.1em;
		font-style:italic;
		color:#374962;
	}
	.header-contact strong {
		color:#08182f;
	}
	.header-contact a {
		color:#374962;
		text-decoration:none;
	}
	.header-contact a:hover {
		color:#00c2eb;	
	}
	#header-phone {
		background: transparent url('../images/i-icon-phone.gif') no-repeat left top;
		width:230px;
	}
	#header-email {
		background: transparent url('../images/i-icon-email.gif') no-repeat left top;
		padding-left: 30px;
		white-space:nowrap;
	}
#nav-top {
	position:relative;
	z-index:1001;
}
#nav-top ul {
	list-style-type:none;
}
	#nav-top ul li {
		display:inline-block;
		position:relative;
		background:#203450;
		margin: 0 7px 0 0;
	}
	#nav-top ul li span.border {
		display:block;
		height: 66px;
		width:20px;
		position:absolute;
		left:0; top:0;
		z-index:1;
	}
	#nav-top ul li.border-blue span.border {
		background: #00c2eb;
	}
	#nav-top ul li.border-orange span.border {
		background: #ebb600;
	}
	#nav-top ul li.border-green span.border {
		background: #90eb00;
	}
	#nav-top ul li.border-purple span.border {
		background: #bc00eb;
	}

	#nav-top ul li a {
		display:block;
		position:relative;
		z-index:15;
		width:211px;
		height:43px;
		padding: 23px 0 0 28px;
		text-decoration:none;
		color:#fff;
		font-size:0.88em;
	}
	#nav-top .nav-icon {
		position:absolute;
		right:0;
		top:0;
	}
	.nav-arrow {
		background: transparent url('../images/i-nav-arrow.png') no-repeat bottom left;
		width:7px;
		height:4px;	
		display:inline-block;
		vertical-align:top;
		margin: 7px 0 0 4px;
	}
	#nav-top a:hover .nav-arrow, #nav-top li.sfhover .nav-arrow, #nav-top li:hover .nav-arrow {
		background-position: top left;
	}
	
	/* Top Subnav */
	#nav-top ul ul {
		position:absolute;
		left: -9999em;
		z-index:1001;
		padding: 10px 0 10px 0;
		background:#203450;
		margin-top: -4px;
		width:auto;
		min-width:220px;
		overflow:hidden;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	#nav-top li:hover ul, #nav-top li.sfhover ul {
		left: 0;
	}
	#nav-top ul ul li {
		display:block;
		background:none;
		margin:0;
	}
	#nav-top ul ul li a {
		width: auto;
		height:auto;
		white-space:nowrap;
		padding: 5px 15px 5px 14px;
	}
	#nav-top ul ul li a:hover {
		background:#1d3f5f;
	}
	#nav-top ul li.border-blue ul {
		border-left: 20px solid #00c2eb;
	}
	#nav-top ul li.border-orange ul {
		border-left: 20px solid #ebb600;
	}
	#nav-top ul li.border-green ul {
		border-left: 20px solid #90eb00;
	}
	#nav-top ul li.border-purple ul {
		border-left: 20px solid #bc00eb;
	}
	#nav-top ul ul .corners-btm {
		margin-left: -20px;
	}
#hero {
	position:relative;
	margin: 9px 0;
}
#mid {
	position:relative;
	z-index:1;
	background: transparent url('../images/i-mid.gif') repeat-y;
	margin: 9px 0;
	min-height:500px;
	padding: 0 0 24px 0;
	white-space:nowrap;
}
#lhs, #rhs, #content {
	white-space:normal;
}
.border {
	width:999px;
	height:24px;
}

.border-bottom {
	position:absolute;
	bottom:0;
	left:0;
}
#lhs, #rhs {
	width: 237px;
	display:inline-block;
	vertical-align:top;
	overflow: hidden;
}
#rhs {
	width:236px;
}
#rhs, #content {
	margin-left:-4px;
	width:240px;
}

#content {
	display:inline-block;
	vertical-align:top;
	width: 462px;
	margin-left:-4px;
	padding: 12px 30px;
	overflow-x: hidden;
}
#footer {
	position:relative;
	background:#203450 url('../images/i-footer.gif') no-repeat 430px top;
	color:#fff;
	padding: 24px 30px;
}
#footer-logos {
	position:absolute;
	right:40px;
	top: 40px;
	width:204px;
	text-align:right;
}
#footer-logos img {
	margin: 0 0 10px 0;
}
#footer h2 {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	margin:0;
}
#footer dl {
	font-size:0.75em;
	margin: 19px 0 0 0;
}
#footer dl dt {
	font-weight:bold;
}
#footer dl dt, #footer dl dd {
	margin-bottom: 5px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#03b7df;
}
#author {
	text-align:right;
	margin: 6px 0;
}
#author a {
	font-size:0.75em;
	color:#6a7482;
	text-decoration:none;
}
#author a:hover {
	color:#03b7df;
}

/* Sidebars */
.box {
	background:#374962 no-repeat right top;
	color:#fff;
	padding: 12px;
	margin: 18px 0;
}
.box-alt {
	background:#2e3f58 no-repeat right top;
}
.box-hot {	background-image: url('../images/i-side-hot.png'); }
.box-search {	background-image: url('../images/i-side-search.png'); }
.box-newsletter {	background-image: url('../images/i-side-newsletter.png'); }
.box-twitter {	background-image: url('../images/i-side-twitter.png'); }
.box-blog {	background-image: url('../images/i-side-blog.png'); }
.box-facebook {	background-image: url('../images/i-side-facebook.png'); }
.box-youtube {	background-image: url('../images/i-side-youtube.png'); }

.box h2 {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size: 1.4em;
	border-left: 3px solid #fff;
	padding: 4px 0 4px 10px;
	margin: 0 0 12px 0;
}

.box ul {
	list-style-type:none;
	margin: 0 0 0 11px;
}
.box ul li {
}
.box li a {
	color:#fff;
	text-decoration:none;
	font-size:0.75em;
	display:block;
	white-space:nowrap;
	width:185px;
	overflow-x:hidden;
	background: transparent url('../images/i-subnav-arrow.gif') no-repeat left -19px;
	padding: 0 0 5px 10px;
}
.box li a:hover {
	color:#03b7df;
	background-position: left 7px;
}
.box p {
	margin-bottom:0;
}
.box a.button {
	background: transparent url('../images/g-side-button-l.gif') no-repeat;
	padding: 0 0 0 3px;
	display:inline-block;
	text-decoration:none;
	font-size:0.88em;
	color:#555;
}
.box a.button span {
	display:block;
	background: transparent url('../images/g-side-button-r.gif') no-repeat right top;
	padding: 3px 30px 4px 5px;
}
.box a.button:hover {
	color:#000;
}
.box a.button-rss span {
	background: transparent url('../images/g-side-button-r-rss.gif') no-repeat right top;
}
.box a.button-rss {
	margin-right: 19px;
}
.fb-wrap {
	background:#fff;
	width:219px;
	overflow:hidden;
	padding: 5px 1px;
	border: 1px solid #ccc;
}
/* Sidebar forms */
.box form {
	padding: 0 5px 0 11px;
}
.box label {
	font-size:0.75em;
}
.box input, .box select {
	background:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	padding: 5px 4px;
	font-size:0.75em;
	width: 190px;
	margin: 2px 0 8px 0;
}
.box select {
	width: 198px;
}
.box input.submit {
	width: 98px;
	background: transparent url('../images/g-side-button-fixed.gif') no-repeat;
	text-align:left;
	padding: 4px 0 4px 8px;
	color:#555;
	cursor:pointer;
}
.box input.submit:hover {
	color:#000;
}

/* LHS Nav */
#nav ul {
	list-style-type:none;
	margin: 18px 0 0 0;
}
#nav ul li {
	margin: 0 0 10px 0;
}
#nav ul li a {
	background:#374962;
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding: 12px;
	font-size:0.94em;
}
	/* LHS Sub Nav */
	#nav ul ul {
		margin: 4px 0 5px 0;
	}
	#nav ul ul li {
		margin: 0;
	}
	#nav ul ul li a {
		background:transparent;
		font-weight:normal;
		font-size:0.75em;
		padding: 5px 6px 5px 12px;
		background: transparent url('../images/i-subnav-arrow.gif') no-repeat right -12px;
	}
	#nav ul ul li a:hover, #nav ul ul li.current a {
		color:#00c2eb;
		background-position: right 14px;
	}
/* Sidebar Blog section */
.box .blog-posts {
	border-top: 1px solid #9ba4b1;
}
.box .blog-post {
	border-bottom: 1px solid #9ba4b1;
	padding: 9px 0;
}
.box .blog-post p {
	margin: 0;
	font-style:italic;
}
.box .blog-post p strong {
	font-style:normal;
}
.box .blog-post a {
	display:block;
	background: transparent url('../images/i-arrow.png') no-repeat right bottom;
	padding: 0 25px 0 0;
	text-decoration:none;
	color:#fff;
	font-size:0.88em;
}
.box .blog-post a:hover {
	color:#00c2eb;	
}

.twtr-hd, .twtr-ft {
	display:none;
}
#mid .twtr-doc a.twtr-hyperlink {
	text-decoration:underline !important;
}
#mid #twtr-widget-1 a.twtr-timestamp, #mid #twtr-widget-1 a.twtr-reply {
	color:#8999af !important;
	font-style:italic;
	font-size:11px;
}

/* Content */
h1 {
	color:#203450;
	background:#d7dbe0;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.5em;
	margin: 6px -30px 18px -30px;
	padding: 12px 30px;
	font-weight:normal;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	color:#203450;
	font-weight:normal;
	font-size:1.38em;
}
#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	font-weight:normal;
	font-size:1.25em;
}
#content p {
	font-size:0.75em;
	margin: 1em 0;
	line-height:1.75em;
}
#content a {
	color:#4c5c72;
}
#content a:hover {
	color:#203450;	
}
#content li {
	font-size:0.75em;
	line-height:1.75em;
  }
#content ul {
	margin: 1em 0;
	list-style-type:none;
}
#content ul li {
	background: transparent url('../images/g-bullet.gif') no-repeat left 7px;
	padding: 0 0 3px 12px;
}
#content ol {
	margin: 1em 0 1em 1.25em;
}
blockquote {
	background:#d7dbe0 url('../images/g-testimonial.gif') no-repeat right bottom;
	padding: 1px 18px;
	margin: 1em 0;
}
#content table {
	border-collapse: collapse;
	margin:  0;
}
#content td {
	background:#d7dbe0;
	border: 1px solid #9ea5af;
	padding: 5px;
	font-size:12px;
}
#content table.table-invisible {
}
	#content table.table-invisible td {
		background: transparent;
		border: 0;
		padding: 0 10px 10px 0;
		font-size:12px;
	}
hr {
	height:1px;
	margin: 1em 0;
	color:#c3c8d0;
	background:#c3c8d0;
}
#content a.button, #content a.button-fixed-width {
	background: transparent url('../images/g-button.gif') no-repeat right top;
	text-decoration:none;
	display:inline-block;
	line-height:31px;
	padding: 0 35px 0 10px;
	color:#fff;
}
#content a.button:hover, #content a.button-fixed-width:hover {
	background-position: right bottom;
}
#content a.button-fixed-width {
	width:185px;
}

/* CTAS */
.cta {
  display:inline-block;
  width: 216px;
  height: 85px;
  position:relative;
  margin: 0 10px 10px 0;
  }
#content .cta a {
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  width:191px;
  font-size:0.88em;
  padding: 2px 25px 2px 0;
  z-index:2;
  color:#000;
  text-decoration:none;
  text-align:right;
  background: transparent url('../images/g-cta-arrow.gif') no-repeat right center;
  }
#content .cta a:hover {
  color:#fff;
  }
#content .cta a.cta-blue {  background-color:#00c2eb; }
#content .cta a.cta-orange {  background-color:#ebb600; }
#content .cta a.cta-green {  background-color:#90eb00; }
#content .cta a.cta-purple {  background-color:#bc00eb; }

/* Photos & Galleries */
.gallery-item {
  display:inline-block;
  width: 215px;
  margin: 0 10px 10px 0;
  position:relative;
  }
.gallery-item img {
  border: 1px solid #333;
  }
.gallery-item span {
  background:#203450;
  font-size:0.75em;
  position:absolute;
  bottom: 1px;
  left:1px;
  width:205px;
  padding: 2px 5px;
  }
#content .gallery-item a {
  color:#fff;
  text-decoration:none;
  }
img.left {
  margin: 5px 20px 20px 0;
  }
img.right {
  margin: 5px 0 20px 20px;
  }

#content form#login_form {
	width: auto;
}
#content .f label {
	font-size:0.75em;
}
#content .f div.field {
	display:inline;
}
#content  input, #content  textarea, #content  select {
	font-size:12px;
	border:1px solid #999;
	padding: 3px;
}
#content div.buttons {
	margin-top:5px;
}
#content  input.submit {
	background: transparent url('../images/g-button.gif') no-repeat right top;
	padding: 7px 25px 7px 10px;
	color:#fff;
	border:0;
	cursor:pointer;
	text-align:left;
}
#content input.submit:hover {
	background-position: right bottom;
}

/* Contact Form */
#content table#contact {
	width:100%;
}
	#contact input, #contact textarea {
		width: 200px;
	}
	#contact textarea {
		height:90px;
	}
	#contact input.submit {
		width: auto;
	}
.required {
	color:#900;
	font-size:11px;
}
#content input.small {
	width:40px;
}
