﻿/* =============================================================================
   HTML5 reset styles
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,del, dfn, em, 
ins, kbd, q, samp,small, strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend,  article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;
outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
img {border:0;
outline:0;}


body {line-height:1;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select {vertical-align:middle;}
small { font-size: 85%; }
b, strong, th { font-weight: bold; }

/* --------[Font normalization inspired by YUI Library's fonts.css]-------- */
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
/* --------[Normalize monospace sizing]-------- */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
/* --------[Fix sup and sub line-height]-------- */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }sup { top: -0.5em; }sub { bottom: -0.25em; }
/* --------[Remove default scrollbar in IE, Align to text-top]-------- */
textarea { overflow: auto; vertical-align:text-top; }
/* --------[Fix IE image sizing]-------- */
.ie7 img { -ms-interpolation-mode: bicubic; }
/* --------[Correct overflow not hidden in IE9]-------- */
svg:not(:root) { overflow: hidden; }
/* --------[Text selection color]-------- */
::-moz-selection { background: #39699A; color:#fff; text-shadow: none; }
::selection { background: #39699A; color:#fff; text-shadow: none; }
/* --------[j.mp/webkit-tap-highlight-color]-------- */
a:link { -webkit-tap-highlight-color: #39699A; }
/* --------[Accessible focus treatment]-------- */
a:hover, a:active { outline: none; }


/* =============================================================================
   Global
   ========================================================================== */
   
      
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
body, input, textarea { font: 13px/1.5 Arial, Helvetica, sans-serif;  color: #333; }


/* =============================================================================
   Main Elements
   ========================================================================== */


/* -----------------------------[ Vertical Styles ]----------------------------- */
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }

/* -----------------------------[ Lists ]----------------------------- */
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }


/* -----------------------------[ Links ]----------------------------- */
a, a:active { /* color:#39699A; */ color: #F25A0C; text-decoration: none; }
a:visited { /* color:#39699A; */ color: #F25A0C; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

/* -----------------------------[ Headings ]----------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }


/* =============================================================================
   New navigation styles
   ========================================================================== */
   
#navigation { 
	background:url(/images/nav-back.gif) 0 0 repeat-x #fff; 
	margin:0 auto; 
	overflow:visible; 
	position:relative; 
	z-index:20000; 
	width:970px; 
	min-height:50px; 
	margin-bottom:20px  
}

#navigation ul {
	width:auto;
}

#navigation a, #navigation a:visited {
	border:0px; 
	background:#fff; 
	color:#3a3a3a; 
	border-top:4px solid #3a3a3a; 
	padding:11px 14px 9px 15px;
	height:20px;
	font-weight:bold; 
	font-size:12px;
	text-shadow:0 1px 0 #fff; 
	border-bottom:1px solid #eaeaea; 
	
}

#navigation a:hover {
	border:0px; 
	background:#f8f8f8; 
	color:#ff7800;  
	border-top:0px solid #ff7800; 
	border-bottom:1px solid #eaeaea;
}

#navigation li:hover {
	border-top:4px solid #ff7800
}

#navigation li:hover  a {
	color:#ff7800; 
	border-top:0px; 
	background:#f8f8f8;
}

#navigation li li {
	border:0px !important;
	float:none;
	
}

#navigation li {
	padding-bottom:4px; 
}

#navigation li li a {
	background:none !important
}

/* active link */

#navigation li.active {
	background:url(/images/nav-arrow.jpg) bottom center no-repeat; 
}

#navigation li.active a {
	background:#f8f8f8; 
	border-top:4px solid #ff7800; 
	color:#ff7800; 
}

#navigation li.active:hover a {
	border-top:0px solid #ff7800; 
}

.ekmenu_button_selected {
	background:#f8f8f8;
	color:#ff7800; 
}

/* drop nav */

#navigation ul ul{
	/*position:absolute;
	left:-9999px;
	margin:0;
	text-align:left; 
	padding-top:0px;
	top: auto;
	background:#3a3a3a;
	min-width:155px;
	-webkit-box-shadow: 1px 1px 2px #333 ;
	box-shadow: 1px 1px 2px #333;
	padding:5px 0 5px 0; 
	z-index:6000 */
}

#navigation ul li {
	position:relative
}

#navigation ul ul li{
	padding:0; 
	margin:0; 
	background:none
}
		
#navigation ul li:hover ul{
	left:0px;
}

#navigation ul ul a{
	white-space:nowrap;
	display:block;
}

#navigation li li a, #navigation li li a:visited {
	border:0px; 
	background:none; 
	color:#fff !important;  
	font-weight:bold; 
	text-shadow:0 1px 0 #000; 
	border:0px;  
	padding:4px 15px;
}

#navigation li li a:hover {
	border:0px; 
	background:none; 
	color:#ff7800 !important; 
	border:0px  
}


/* =============================================================================
   Sidebar box
   ========================================================================== */

div.side-boxed { 
	background:#fbfbfb; 
	border:3px solid #eaeaea; 
	padding:5px 10px; 
	font-size:12px; 
	width:275px 
}

div.side-boxed h3 { 
	background: url("/images/stripe.gif") repeat-x scroll center bottom transparent;
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase; 
	height:20px
}
	
.side-boxed ul  {
	padding:0px;  
	margin:0px; 
}

.side-boxed li { 
	border-bottom: 2px dotted #E7E7E7;
	background: url("/images/list-arrow-site.png") no-repeat scroll 0 6px;
    list-style-type: none;
    margin: 0 20px 15px 0;
	padding:0 0 15px 15px;
	width:250px
}

.side-boxed li a{
	font-size:12px; 
	font-weight:bold
}

/* =============================================================================
   Forms
   ========================================================================== */
   
   
input, textarea, button { background: #fafafa;  }
input:focus, textarea:focus, button:hover { background: #fff; }
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; }
/* Consistent box sizing and appearance */
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; }

/* -----------------------------[ Inputs ]----------------------------- */
input[type="text"], input[type="password"], input[type="email"], textarea, select { border: 1px solid #ccc; padding: 6px 4px; outline: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom:3px; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #aaa; color: #444; -moz-box-shadow: 0 0 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); box-shadow:  0 0 3px rgba(0,0,0,.2); }

/* -----------------------------[ Buttons ]----------------------------- */
a.button, button, input[type="submit"], input[type="reset"], input[type="button"] { 
	background: #eee; /* Old browsers */
 	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #aaa; border-top: 1px solid #ccc; border-left: 1px solid #ccc; padding: 6px 20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #444; display: inline-block; font-size: 11px; font-weight: bold; text-decoration: none; text-shadow: 0 1px rgba(255, 255, 255, .75); cursor: pointer; margin-bottom: 20px; line-height: 21px; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { 
	color: #222; background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888; border-top: 1px solid #aaa; border-left: 1px solid #aaa; }
a.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	border: 1px solid #666; background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }


/* =============================================================================
   Edits to theme
   ========================================================================== */
   
body { background: #eee }

#container { 
	-webkit-box-shadow: 0px 0px 8px #c9c8c8; 
	box-shadow: 0px 0px 8px #c9c8c8; 
	border:0px 
}

#column_r {
    background-color: #fff;
    float: right;
    margin: 0;
    padding: 1px;
    position: relative;
    width: 300px;
	border-left:1px solid #eee;
	padding:1px 15px 0 15px
}

#column_l {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0px;
	margin-left:20px;
    width: 620px;
}



/* =============================================================================
   Slider and Content Blocks Styles
   ========================================================================== */

/* slider */

a.pager-link { 
	display:block; 
	width:15px; 
	height:15px; 
	text-indent:-9999px; 
	background:#222; 
	float:left; 
	margin-right:2px; 
	position:relative; 
	bottom:-20px; 
	left:-15px 
}
a.pager-active { 
	background:#ff7701 
}

.slider-container { 
	background:#222; 
	width:590px; 
	height:245px; 
	padding:15px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	margin-bottom:70px 
}

#slider { 
	color:#fff; 
	font-size:13px;
}

#slider img { 
	width:270px; 
	height:240px; 
	border:3px solid #e7e7e7; 
	float:left;   
}

#slider h3 { 
	font-size:17px; 
	color:#fff; 
	font-weight:bold; 
	width:280px; 
	margin:0px 0 0px 0
}

.slide-content { 
	float:left; 
	width:280px;
	margin-left:20px 
}

#slider .date { 
	color:#999; 
	font-size:12px; 
	text-transform:uppercase; 
	margin:0 0 15px 0 
}

.slide-content a, .slide-content a:visited {
	color:#ff7802; 
	text-decoration:none; 
	font-weight:bold
}

.slide-content a:hover{
	color:#ff7802; 
	text-decoration:underline; 
}
   
#slider h3 a, #slider h3 a:visited { 
	color:#fff
}

#slider h3 a:hover {
	color:#ff7802; 
	text-decoration:underline; 
}


/* boxed style content block */

h3.cat-title { 
	text-transform:uppercase; 
	font-size:15px; 
	background:url(images/stripe.gif) bottom repeat-x; 
	margin-bottom:5px   
}

.boxed-top {
	color:#000
}

.boxed-top .date, .d-content .date { 
	text-transform:uppercase; 
	font-size:10px; 
	color:#999; 
	margin:0 0 5px 0 
}
   
.boxed-top .boxed-content { 
	width:455px; 
	float:right
}

.boxed-top img { 
	width:140px; 
	height:140px; 
	border:3px solid #eee; 
	-webkit-box-shadow: 0px 0px 4px #b7b6b6;
	box-shadow: 0px 0px 4px #b7b6b6; 
	margin:3px 0 0 0  
}

.boxed-top h2 { 
	font-size:14px; 
	margin:0; 
	line-height:15px 
}

.boxed-bot { 
	background:#fbfbfb; 
	border:1px solid #eee; 
	margin:20px 0 30px 0;
	padding:15px 0 0 0 
}

.boxed-bot li {
	display:inline-block; 
	float:left; margin:0 20px 0 0;  
	list-style-type:none; 
	background:url(images/list-arrow.png) left no-repeat; 
	padding-left:15px; 
	width:260px; 
	margin-bottom:10px 
}

.boxed-bot2 { 
	background:#fbfbfb; 
	border:1px solid #fbfbfb; 
	margin:0px 0 0px 0;
	padding:0 0 0 0 
}

.boxed-bot2 li {
	display:inline-block; 
	float:left; margin:0 0px 0 0;  
	list-style-type:none; 
	background:url(images/list-arrow.png) left no-repeat; 
	padding-left:15px; 
	width:260px; 
	margin-bottom:10px 
}






.clear { clear:both }



/* double col with thumbs */

.d-col { 
	width:300px;  
	min-height:300px; 
	float:left; 
	margin-right:10px;
	margin-top:0px
}

.d-col-r {
	margin-right:0px
}

.d-excerpt { 
	border-bottom:2px dotted #e7e7e7; 
	padding-bottom:5px; 
	margin-bottom:5px 
}

.d-excerpt img {
	border:3px solid #eee; 
	-webkit-box-shadow: 0px 0px 4px #b7b6b6;
	box-shadow: 0px 0px 4px #b7b6b6; 
	margin:3px 0 0 0
}

.d-content { 
	width:200px; 
	float:right;
	font-size:12px
}

.d-content h2 { 
	font-size:13px; 
	margin:0; 
	line-height:15px 
}

 /* =============================================================================
   Header
   ========================================================================== */  

.float-left { float:left }
.float-right { float:right }  

.top-banners {
	height:104px; 
	background:url(/images/stripe.gif) bottom repeat-x; 
	width:970px; 
	margin:0 auto; 
	padding:10px 0 0 0
}

.header {
	height:100px
}

.logo { 
	width:445px; 
	height:58px; 
	background:url(/images/logo-long2.jpg) 0 0 no-repeat 
}

.logo a { 
	display:block; 
	width:445px; 
	height:94px; 
	text-indent:-9999px 
}

ul.top-nav {
	float:right; 
	text-align:right; 
	margin:5px 15px 0 0; 
	width:400px
}

ul.top-nav li {
	display:inline; 
	list-style-type:none; 
	padding:0px 5px 0px 8px; 
	border-left:1px solid #bec3c8 
}

ul.top-nav li.first {
	border:0px
}

ul.top-nav li a, ul.top-nav li a:visited {
	color:#FF7701;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px
}

ul.top-nav li a:hover {
	text-decoration:underline
}

img.header-graphic {
	float:right; 
	clear:right; 
	margin:15px 20px 0 0
}

.logo {
	margin:20px 0 0 20px; 
	float:left
}


/* =============================================================================
   Styles 7-3-12
   ========================================================================== */

h1.page-title {
	font-size:24px; 
	font-weight:normal;
	text-transform:uppercase;
	color:#444;
	background:url(images/stripe.gif) bottom repeat-x;
	padding-bottom:7px;
	margin-bottom:25px;
}


h3.stripe { 
	background: url("images/stripe.gif") repeat-x scroll center bottom transparent;
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase; 
	height:20px
}

/* testimonial */

.testimonial { 
	border-bottom: 2px dotted #E7E7E7; 
	padding:30px 25px 15px 25px 
}

.testimonial .drop { 
	float: left; 
	color: #7A848D; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 0px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: Georgia;  
} 

.testimonial p:first-child {  
	min-height:60px 
}

.author {
	font-size:12px
}

.author strong { 
	font-style:italic
}

.author img { 
	float:left;  
	margin-right:10px; 
	border-right:1px solid #eee 
}

.sidebar-screens img {
	margin-bottom:15px
}

#column_r {
	border:0px
}

/* register form */

.register-form input { 
	width:200px; 
}

.register-form input[type="submit"] { 
	width:210px; 
	float:right; 
	padding:10px 5px; 
	font-size:15px; 
	text-transform:uppercase; 
	font-weight:bold 
}




/* login form */

.login-box input {
	width:170px
}

.login-box input[type="checkbox"] {
	width:20px; 
	margin:10px 0 10px 70px;
	*width:20px; 
	*margin:0px
}


.login-box input[type="submit"] { 
	width:180px; 
	float:right; 
	margin-right:5px  
}

.login-box table {
	margin-bottom:5px
}

/* new footer styles */

#footer {
    background:url(images/stripe.gif) top repeat-x #fff;
    padding:10px;
    text-align: center;
    width: 950px;
	margin-left:10px
}

#footer p {
    color: #666;
    font-size: 11px;
    line-height: 14px;
    margin: 1px;
    padding: 1px;
	
}

#footer p a, #footer p a:visited {
	color:#FF7701;
	text-decoration:none;
	font-size:11px;
	
}

#footer p a:hover {
	color:#FF7701;
	text-decoration:underline
}


/* =============================================================================
   Buttons
   ========================================================================== */

a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: rgba(0, 0, 0, .08);
	display: inline-block;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, .3);
	padding: .6em 1.2em;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	background: #f99015;
	background: linear-gradient(top, #f99015 0%, #FF7602 100%);
	background: -moz-linear-gradient(top, #f99015 0%, #FF7602 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99015), color-stop(100%,#FF7602));
	background: -webkit-linear-gradient(top, #f99015 0%,#FF7602 100%)
}

a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { 
	color: #fff; 
	background: #FF7602; 
}




/* =============================================================================
   Print styles
   ========================================================================== */


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  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; }
  .menu, #navigation, #masthead { display:none } /* Hide elements when printed */
}