/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/
   NORMALIZE.CSS - http://necolas.github.com/normalize.css/
------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { line-height: 1; }
[hidden] { display: none; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote { margin: 1em 40px; }
.strong, .bold, strong, b { font-weight: bold; }
small { font-size: small; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
svg:not(:root) { overflow: hidden; }
img { border: none; display: block; -ms-interpolation-mode: bicubic; }
textarea { overflow: auto; vertical-align: top; }

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }


/* -----------------------------------------------------------------
	 MAIN ELEMENTS
------------------------------------------------------------------*/
body {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	background: #fff;
}

a { color: #3F668F; text-decoration: none;}
a:hover { text-decoration: underline;}


::-moz-selection { background: #3F668F; color: #fff; text-shadow: none; }
::selection { background: #3F668F; color: #fff; text-shadow: none; }

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

#browserAlert {
	display: none;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

em {
	font-style: italic;
}

/* -----------------------------------------------------------------
	 MODERNIZER ELEMENTS
------------------------------------------------------------------*/

.ie7 .bmi-radio {
	position: relative;
	top: 5px;
}


/* REUSABLE ELEMENTS
------------------------------------------------------------------*/
.left { float: left; }
.right { float: right; }

.half { width: 50%; }
.third { width: 33%; }
.fourth { width: 25%; }
.fifth { width: 20%; }

.five { width: 5%; }
.ten { width: 10%; }
.fifteen { width: 15%; }
.thirty { width: 30%; }
.fourty { width: 40%; }
.fourtyfive { width: 45%; }
.sixty { width: 60%; }
.seventy { width: 70%; }
.eighty { width: 80%; }
.ninety { width: 90%; }

.white { color: #fff; }
.black { color: #333; }

.larger { font-size: larger; }


/* HEADER ELEMENTS
------------------------------------------------------------------*/
#header-wrap {
	width: 100%;
	height: 150px;
	background: url('../images/img-header-bg.png') repeat-x;
}

#header {
	width: 960px;
	margin: 0 auto;
}

h1 {
	display: block;
	width: 570px;
	height: 108px;
	background: url('../images/img-header-logo.png') no-repeat;
	text-indent: -9999px;
}

#header-left {
	float: left;
	margin: 18px 0 0 0;
}

#header-right {
	float: right;
	margin: 34px 0 0 0;
}

#header-phone {
	font-family: 'VegurRegular', sans-serif;
	font-weight: 100;
	font-size: 24px;
	text-align: right;
	color: #dadfe1;
	padding: 0 0 7px 0 !important;
}

#header-email {
	font-family: 'VegurRegular', sans-serif;
	font-weight: 100;
	font-size: 18px;
	font-weight: 100;
	text-align: right;
	color: #cee5f2;
	padding: 0 0 7px 0 !important;
}

#header-email a {
	color: #cee5f2;
}

#header-email a:hover {
	text-decoration: underline;
}

#header-rss {
	display: block;
	background: url('../images/btn-header-rss.png') no-repeat;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	float: right;
	margin: 0 3px 0 0;
}

#header-linkedin {
	display: block;
	background: url('../images/btn-header-linkedin.png') no-repeat;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	float: right;
	margin: 0 3px 0 0;
}

#header-google {
	display: block;
	background: url('../images/btn-header-googleplus.png') no-repeat;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	float: right;
	margin: 0 3px 0 0;
}

#header-twitter {
	display: block;
	background: url('../images/btn-header-twitter.png') no-repeat;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	float: right;
	margin: 0 3px 0 0;
}

#header-facebook {
	display: block;
	background: url('../images/btn-header-facebook.png') no-repeat;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	float: right;
	margin: 0 3px 0 0;
}



/* NAVIGATION ELEMENTS
------------------------------------------------------------------*/
#nav {
	width: 100%;
	padding: 12px 0 0 0;
	background: url('../images/img-nav-bg.png') repeat-x;
	position: relative;
	z-index: 600;
}

#nav > ul {
	width: 960px;
	margin: 0 auto;
}

#nav > ul > li {
	float: left;
	position: relative;
	padding: 0 0 11px 0;
}

#nav > ul > li > a {
	display: block;
	font-family: 'VegurRegular', sans-serif;
	font-weight: 100;
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b0c3ce;
	margin: 0 11px 0 0;
	border-right: #3e4a5c solid 1px;
	padding: 6px 11px 5px 0;
}

#nav > ul > li:last-child > a {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.last > a{
	padding-right: 0 !important;
	margin-right: 0 !important;
	border-right: none !important;
}

#nav a:hover {
	text-decoration: underline;
}

.nav-divider {
	float: right;
	padding: 0 11px 0 11px;
}


/*DROP DOWN ELEMENTS
------------------------------------------------------------------*/

#nav ul li ul {
	display: none;
}

#nav ul li:hover .dropdown {
	display: block;
}

#nav ul li .dropdown {
	position: absolute;
	top: 100%;
	left: -12px;
	margin: 0 !important;
}

.dropdown li {
	float: none !important;
	position: relative;
	border: none !important;
}

.dropdown > li > a {
	display: block;
	background: #273958;
	color: #fff;
	font-size: 12px;
}

.dropdown li:last-child  > a {

}

.dropdown > li > a:hover {
	color: #cfe6f2;
	background: #111a24;
}

.dropdown li a {
	display: block;
	padding: 10px 15px;
	width: 200px;
	text-align: left !important;
}

/* HERO AREA ELEMENTS
------------------------------------------------------------------*/

#hero {
	position: relative;
	height: 245px;
	background: #fff;
	margin: 0 0 26px 0;
	border-bottom: #cee5f2 4px solid;
}


/* FEATURED ELEMENTS
------------------------------------------------------------------*/




/* CONTENT AREA ELEMENTS
------------------------------------------------------------------*/

h2 {
	font-family: 'VegurRegular', sans-serif;
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	color: #3F668F;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
}

h3 {
	font-family: 'VegurRegular', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3F668F;
	margin: 0 0 20px 0;
}

.h4-home {
	margin: 0 0 16px 0;
}

p {
	padding: 0 0 18px 0;
	color: #111a23;
	line-height: 18px;
}

hr {
	color: #7fa8cc;
	margin: 8px 0 26px 0;
}

#home-services {
	width: 920px;
	padding: 20px 20px 2px 20px;
	background: #cee5f2;
	margin: 0 0 26px 0;
}

.home-services-panel {
	width: 168px;
	margin: 0 20px 0 0;
	float: left;
}

.home-services-panel img {
	border: #fff solid 4px;
	margin: 0 0 12px 0;
}

.home-services-panel:last-child {
	margin: 0;
}

h6 {
	font-family: 'VegurRegular', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	margin: 0 0 10px 0;
}

.home-services-panel p {
	font-size: 12px;
	line-height: 16px;
	color: #263857;
}

.home-services-panel a {
	color: #111B25;
}

#content-left {
	float: left;
	width: 619px;
}

#content-left a {
	color: #3f668f;
}

#content-left a:hover {
	text-decoration: underline;
}

#content-left ul {
	padding: 0 0 0 18px;
	margin: 0 0 17px 0;
}

#content-left li {
	background: url('../images/img-bullet.png') 0 3px no-repeat;
	padding: 0 0 0 12px;
	margin: 0 0 8px 0;
}

#content-right {
	float: right;
	width: 301px;
}

#home-video {
	border: #cee5f2 solid 4px;
	width: 293px;
	height: 166px;
}

#play-btn {
	position: relative;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
}

#video-thumb {
	position: absolute;
}

.video-sidebar-btn {
	display: block;
	width: 293px;
	height: 22px;
	padding: 3px 0 0 0;
	background: url('../images/img-video-bg.png') repeat-x;
	border-left: #cee5f2 solid 4px;
	border-bottom: #cee5f2 solid 4px;
	border-right: #cee5f2 solid 4px;
	text-align: center;
	font-family: 'VegurRegular', sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #cee5f2;
}

.video-sidebar-btn:hover {
	color: #273958;
	text-decoration: none;
}

#share-this {
	padding: 0 0 20px 0;
}

.inline-copy-img {
	display: block;
	float: left;
	border: #cee5f3 4px solid;
	margin: 0 20px 20px 0;
}

.internal-btn-link {
	display: inline-block;
	border: #cee5f3 4px solid;
	padding: 4px 15px;
	margin: 0 10px 18px 0;
	text-align: center;
	font-family: 'VegurRegular', sans-serif;
	font-weight: 100;
	font-size: 13px;
	color: #cee5f2 !important;
	background: url('../images/img-video-bg.png') repeat-x #476d96;
}

.store-left {
	float: left;
	width: 125px;
	padding: 0 0 0 20px;
}

.store-right {
	float: left;
	width: 474px;
}

.testimonial-name {
	text-align: right;
	color: #40668f;
	font-size: 13px;
}


/* SOCIAL ELEMENTS
------------------------------------------------------------------*/

#social-wrap {
	width: 100%;
	margin: 36px 0 0 0;
	background: #9cc1e2;
}

#social-content {
	width: 960px;
	margin: 0 auto;
	padding: 28px 0 28px 0;
}

#social-content p {
	line-height: 16px !important;
}

.social-twitter p:last-child, .social-blog p:last-child, .social-spotlight p:last-child {
	padding: 0;
}

.social-blog {
	width: 299px;
	float: left;
	padding: 0 20px 0 0;
}

.social-twitter {
	width: 279px;
	float: left;
	border-left: #647e96 1px solid;
	border-right: #647e96 1px solid;
	padding: 0 20px 0 20px;
}

.social-spotlight {
	width: 299px;
	float: left;
	padding: 0 0 0 20px;
}

#social-content h3 {
	font-family: 'VegurRegular', sans-serif;
	font-weight: 100;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111a24;
	margin: 0 0 20px 0;
}

h4 {
	font-family: 'VegurRegular', sans-serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1px;
	color: #3F668F;
}

h5 {
	font-weight: bolder;
	font-size: 13px;
	color: #40678f;
}

.social-title-link {
	display: block;
	color: #273858;
	margin: 0 0 8px 0;
}

.social-title-link:hover {
	text-decoration: underline;
}

.read-more {
	font-style:italic;
	color: #40668f;
	text-decoration: none;
}

.read-more:hover {
	text-decoration: underline;
}

.twitter-timestamp {
	color: #40668f;
	text-decoration: none;
}

.twitter-timestamp:hover {
	text-decoration: underline;
}

/* SIDEBAR ELEMENTS
------------------------------------------------------------------*/
#home-sidebar-spacer {
	display: block;
	width: 293px;
	height: 36px;
}

#sidebar-img {
	width: 293px;
	border: #cee5f2 solid 4px;
	margin: 0 0 20px 0;
}

.sidebar-btn {
	display: block;
	border: #cee5f2 solid 4px;
	margin: 0 0 20px 0;
}


/* FOOTER ELEMENTS
------------------------------------------------------------------*/
#footer {
	font-family: 'VegurRegular', sans-serif;
	font-weight: 300;
	font-size: 12px;
	width: 960px;
	margin: 0 auto;
	padding: 26px 0 8px 0;
}

#blog-footer-wrap {
	width: 100%;
	background: #cee5f2;
}

#footer-left {
	float: left;
}

#footer-left p {
	padding: 0 0 10px 0 !important;
}

#footer-right {
	float: right;
	text-align: right;
	font-size: 12px;
}

#footer-left-col1 {
	float: left;
	padding: 0 40px 0 0;
}

#footer-left-col2 {
	float: left;
	padding: 0 40px 0 0;
}

#footer-left-col3 {
	float: left;
	padding: 0 40px 0 0;
}

.footer-nav {
	color: #111a23;
}

.footer-nav:hover {
	text-decoration: underline;
}

.footer-nav-sub {
	color: #263857;
}

.footer-nav-sub:hover {
	text-decoration: underline;
}


/*BLOG ELEMENTS
------------------------------------------------------------------*/

.blog-date {
	font-size: 12px;
	color: #40668f;
	padding: 2px 0 10px 0 !important;
	font-style: italic;
}

#blog-search, #blog-archives {
	padding: 0 0 20px 0;
}

#search-blog-long {
	float: left;
	width: 240px;
	height: 28px;
	padding: 0 0 0 5px;
	border: none !important;
	border-width: 0px !important;
	background: #CEE5F2;
	font-size: 13px;
	font-family: 'VegurRegular', sans-serif;
	font-weight: 100;
	color: #111a23;
}

#search-blog-btn {
	float: right;
}

#blog-categories {
	padding: 0 0 13px 0;
}

#blog-categories ul li, #blog-archives ul li {
	padding: 0 0 7px 0;
}

#blog-categories ul li a, #blog-archives ul li a {
	color: #111a23;
}

#share-this-blog {
	padding: 0 0 18px 0;
}

#blog-comment {
	padding: 18px 0 75px 0;
}

#blog-comment label {
	font-size: 13px;
	font-family: 'VegurRegular', sans-serif;
	font-weight: 100;
	color: #111a23;
}

#blog-comment p {
	font-size: 11px;
	font-family: 'VegurRegular', sans-serif;
	font-weight: 100;
	padding: 4px 0 0 10px;
	color: #111a23;
	float: left;
}

#blog-comment-submit {
	float: left;
}

.blog-comment-long {
	width: 179px;
	height: 21px;
	margin: 5px 0 13px 0;
	border: none !important;
	border-width: 0px !important;
	background: #CEE5F2;
	font-size: 12px;
	font-family: 'VegurRegular', sans-serif;
	font-weight: 100;
	color: #111a23;
}

.blog-comment-large {
	width: 353px;
	height: 94px;
	margin: 5px 0 13px 0;
	border: none !important;
	border-width: 0px !important;
	background: #CEE5F2;
	font-size: 12px;
	font-family: 'VegurRegular', sans-serif;
	font-weight: 100;
	color: #111a23;
}

.required {
	color: #aa1b1b !important;
	text-transform: uppercase;
}

/*NIVO SLIDER
------------------------------------------------------------------*/

.nivoSlider {
    position:relative;
    overflow: hidden;
    width:100%; /* Change this to your images width */
    height:245px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    width:100%; /* Change this to your images width */
    height:245px; /* Change this to your images height */
    display:none;
}

.nivoSlider a {
    border:0;
    display:block;
}

/*FORM STYLES
------------------------------------------------------------------*/

.bmi-short {
	width: 30px;
	margin: 0 6px 0 0;
}

.bmi-radio {
	margin: 0 6px 6px 0;
}

.contact-long {
	width: 150px;
	margin: 0 6px 0 0;
}

.contact-short {
	width: 30px;
	margin: 0 6px 0 0;
}

.contact-comment {
	width: 250px;
	height: 50px;
}

.error {
	color: #ff0000;
}

table, td, tr {
	vertical-align: top;
}

/* -----------------------------------------------------------------
	 DEFAULT PRINT ELEMENTS
------------------------------------------------------------------*/

@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; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}