/* Variables
------------------------------------------------------------------
{
  Color: [
    {
      value: 'dark-blue',
      sample: '#05465c',
	  MainColor: '#05465c',
      NormalColor: '#34946e',
	  HoverColor: '#295c69',
	  HeadingColor: '#295c69',
	  HeaderBg: '#091d22',
	  TextHeader: '#295c69',
	  BannerText: '#86d3e5',
	  BorderBanner: '#295c69',
	  NormalNav: '#51828e',
	  ActiveNav: '#90c8d6',
	  NavBg: '#030c0e',
	  BannerSolid: '#0B313A',
	  NormalLinkHeader: '#5fa6be',
	  HoverLinkHeader: '#ffffff'
    },
    {
      value: 'fuchsia',
      sample: '#733b5c',
       MainColor: '#733b5c',
      NormalColor: '#9e446f',
       HoverColor: '#e73b8d',
       HeadingColor: '#3f1834',
       HeaderBg: '#2c1024',
       TextHeader: '#794463',
       BannerText: '#ac89a2',
       BorderBanner: '#733b5c',
       NormalNav: '#9c6184',
       ActiveNav: '#cd7bac',
       NavBg: '#030a0c',
	   BannerSolid: '#3F1834',
       NormalLinkHeader: '#9c6184',
       HoverLinkHeader: '#eaadd1'
    },
    {
      value: 'gray',
      sample: '#676767',
       MainColor: '#676767',
      NormalColor: '#565656',
       HoverColor: '#000000',
       HeadingColor: '#252525',
       HeaderBg: '#1f1f1f',
       TextHeader: '#4d4d4d',
       BannerText: '#8e8e8e',
       BorderBanner: '#3e3e3e',
       NormalNav: '#868787',
       ActiveNav: '#dedede',
       NavBg: '#030a0c',
	   BannerSolid: '#282828',
       NormalLinkHeader: '#4d4d4d',
       HoverLinkHeader: '#d3d3d3'
    },
    {
      value: 'green',
      sample: '#3f523d',
       MainColor: '#3f523d',
      NormalColor: '#42803b',
       HoverColor: '#52ab47',
       HeadingColor: '#2c3a2b',
       HeaderBg: '#1d261c',
       TextHeader: '#465744',
       BannerText: '#87a084',
       BorderBanner: '#3f523d',
       NormalNav: '#5d725b',
       ActiveNav: '#6a9e65',
       NavBg: '#0d120d',
	   BannerSolid: '#2C3A2B',
       NormalLinkHeader: '#465744',
       HoverLinkHeader: '#88b182'
    },
    {
      value: 'light-blue',
      sample: '#8ea6b5',
       MainColor: '#8ea6b5',
      NormalColor: '#326b8e',
       HoverColor: '#559fcd',
       HeadingColor: '#325266',
       HeaderBg: '#26495f',
       TextHeader: '#738fa0',
       BannerText: '#233f50',
       BorderBanner: '#8ea6b5',
       NormalNav: '#b4cfde',
       ActiveNav: '#e0f4ff',
       NavBg: '#1e3848',
	   BannerSolid: '#647E8E',
       NormalLinkHeader: '#7eb0cf',
       HoverLinkHeader: '#d6e6f0'
    },
    {
      value: 'orange',
      sample: '#743e14',
       MainColor: '#743e14',
      NormalColor: '#b05d1d',
       HoverColor: '#e8761f',
       HeadingColor: '#b05d1d',
       HeaderBg: '#391505',
       TextHeader: '#965329',
       BannerText: '#d19f7f',
       BorderBanner: '#8f460d',
       NormalNav: '#b26b48',
       ActiveNav: '#e9b891',
       NavBg: '#1e0b02',
	   BannerSolid: '#5F2705',
       NormalLinkHeader: '#965329',
       HoverLinkHeader: '#da9c7d'
    },
    {
      value: 'purple',
      sample: '#4e364f',
       MainColor: '#4e364f',
      NormalColor: '#875d89',
       HoverColor: '#c37bc6',
       HeadingColor: '#4e364f',
       HeaderBg: '#281228',
       TextHeader: '#5e4f62',
       BannerText: '#bca7c2',
       BorderBanner: '#4e364f',
       NormalNav: '#806b86',
       ActiveNav: '#d2bdd8',
       NavBg: '#130613',
	   BannerSolid: '#361C36',
       NormalLinkHeader: '#5e4f62',
       HoverLinkHeader: '#ccb2cc'
    },
    {
      value: 'red',
      sample: '#5c0505',
       MainColor: '#5c0505',
      NormalColor: '#822f2f',
       HoverColor: '#cd2727',
       HeadingColor: '#782e2e',
       HeaderBg: '#2d0808',
       TextHeader: '#6a4040',
       BannerText: '#cc9797',
       BorderBanner: '#5b2c2c',
       NormalNav: '#8d5858',
       ActiveNav: '#8d5858',
       NavBg: '#140303',
	   BannerSolid: '#401010',
       NormalLinkHeader: '#6a4040',
       HoverLinkHeader: '#bf9191'
    }
  ]
}
------------------------------------------------------------------
*/

/* Resets
--------------------------------------------------------------------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a {
	color: $NormalColor;
	text-decoration: none;
}

a:hover {
	color: $HoverColor;
}

/* General Styling and Structure
--------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ededed;
	margin: 0;
	padding: 0;
}
blockquote {
	font-style:italic;
	border-left:4px solid $normalColor;
	margin:10px 0 10px 0;
	padding-left:20px;
	line-height:1.5;
	color:#888;
}

#page {
	margin: 0 auto;
	width: 888px;
}

#header-wrap,
#main-wrap,
#footer-wrap,
#banner-wrap {
	min-width: 888px;
}

#header-wrap {
	border-top: 5px solid $MainColor;
	background: $HeaderBg;
}

#header {
	padding: 0;
}

.wsite-logo,
.wsite-logo a {
	color: #fff;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.wsite-logo,
.wsite-logo a:hover {
	color: #fff;
}

#header .wsite-logo {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	padding: 0;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	-webkit-text-stroke-width: 0.45px;
}

#header-right a {
	color: $NormalLinkHeader;
}

#header-right a:hover {
	color: $HoverLinkHeader;
}

#main-wrap {
	background: #f6f6f6;
}

#main {
}

#content {
	min-height: 400px;
	padding: 35px 1px 35px 0;
}

h2 {
	font-size: 1.5em;
	margin: 0;
	padding: .4em 0;
	line-height: 1.2;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 200;
	-webkit-text-stroke-width: 0.3px;
}

#content h2 {
	color: $HeadingColor;
}

p {
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: .5em 0;
}

#content p {
	color: #7a7a7b;
}

#content abbr {
	border-bottom: 1px dotted #8f8f8f;
}

#container {
	width: 920px;
	margin: 0 auto;
}

#banner-wrap {
	background: $BannerSolid url(banner-landing-$Color.png) center bottom repeat-x;
	border-bottom: 1px solid #092931;
	min-width: 920px;
}

#banner-bot {
	background: url(banner-bot.png) left bottom no-repeat;
	padding-bottom: 25px;
}

#banner-top {
}

#banner-inner {
	background: url(banner-inner2-$Color.png) repeat-y;
	padding: 0 17px 0 18px;
	overflow: hidden;
}

#banner {
	background: url(banner-top.png) no-repeat;
	padding-top: 26px;
}

#banner-content {
	border: 7px solid $BorderBanner;
}

/* Header Area
----------------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 60px;
}

#header,
#header table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header td {
	vertical-align: middle;
	text-align: left;
}

#logo {
	padding: 20px 0 15px 0;
}

#header-right {
	padding: 0 1px 0 10px;
}

#header-right table {
	float: right;
	width: 1px;
}

#header-right td {
	padding: 0;
}

/* TOP RIGHT: Phone Number
--------------------------------------------------------------------------------*/

#header-right .phone-number .wsite-text {
	color: $TextHeader;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lato", "Myriad Pro", Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	margin: 3px 0 0 15px;
}

/* TOP RIGHT: Social Links
--------------------------------------------------------------------------------*/

#header-right .wsite-social {
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.wsite-social-item {
	width: 20px;
	height: 20px;
	margin: 0 0 0 3px;
	background-image:url(social-$color.png);
}

.wsite-social-facebook {background-position:0 0;}
	.wsite-social-facebook:hover {background-position:0 -20px;}
	.wsite-social-facebook:active {background-position:0 -40px;}
.wsite-social-pinterest {background-position:-20px 0;}
	.wsite-social-pinterest:hover {background-position:-20px -20px;}
	.wsite-social-pinterest:active {background-position:-20px -40px;}
.wsite-social-twitter {background-position:-40px 0;}
	.wsite-social-twitter:hover {background-position:-40px -20px;}
	.wsite-social-twitter:active {background-position:-40px -40px;}
.wsite-social-linkedin {background-position:-60px 0;}
	.wsite-social-linkedin:hover {background-position:-60px -20px;}
	.wsite-social-linkedin:active {background-position:-60px -40px;}
.wsite-social-mail {background-position:-80px 0;}
	.wsite-social-mail:hover {background-position:-80px -20px;}
	.wsite-social-mail:active {background-position:-80px -40px;}
.wsite-social-rss {background-position:-100px 0;}
	.wsite-social-rss:hover {background-position:-100px -20px;}
	.wsite-social-rss:active {background-position:-100px -40px;}
.wsite-social-flickr {background-position:-120px 0;}
	.wsite-social-flickr:hover {background-position:-120px -20px;}
	.wsite-social-flickr:active {background-position:-120px -40px;}
.wsite-social-plus {background-position:-140px 0;}
	.wsite-social-plus:hover {background-position:-140px -20px;}
	.wsite-social-plus:active {background-position:-140px -40px;}
.wsite-social-vimeo {background-position:-160px 0;}
	.wsite-social-vimeo:hover {background-position:-160px -20px;}
	.wsite-social-vimeo:active {background-position:-160px -40px;}
.wsite-social-yahoo {background-position:-180px 0;}
	.wsite-social-yahoo:hover {background-position:-180px -20px;}
	.wsite-social-yahoo:active {background-position:-180px -40px;}
.wsite-social-youtube {background-position:-200px 0;}
	.wsite-social-youtube:hover {background-position:-200px -20px;}
	.wsite-social-youtube:active {background-position:-200px -40px;}


/* TOP RIGHT: Search Box
--------------------------------------------------------------------------------*/

#header-right .search {
}

#header-right .wsite-search {
	margin: 0 0 0 15px;
	vertical-align: middle;
}

#header-right .wsite-search-input {
	width: 103px;
	height: 13px;
	border: none;
	padding: 7px 5px 7px 10px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #7a7a7b;
	font-size: 13px;
	background: url(input-bg.png) no-repeat;
}

#header-right .wsite-search-button {
	position: relative;
	width: 39px;
	height: 27px;
	color: #010101;
	font-size: 12px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(submit-bg-$Color.png) no-repeat;
}

/* Navigation
--------------------------------------------------------------------------------*/

#topnav {
	clear: both;
	overflow: hidden;
	position: relative;
	right: -22px;
}

#topnav ul {
	list-style: none;
	float: right;
}

#topnav ul li {
	list-style: none;
	float: left;
	padding-right: 2px;
}

#topnav a {
	float: left;
	display: block;
	font-family: "Asap", "Myriad Pro", Arial, Helvetica, sans-serif;
	color: $NormalNav;
	text-decoration: none;
	text-transform: uppercase;
	padding: 11px 22px 15px;
	border: 0;
	outline: 0;
	list-style-type: none;
	font-size: 16px;
}

#topnav li#active a,
#topnav a:hover {
	color: $ActiveNav;
	background: $NavBg;
	border: 0;
}

/****************************** flyout menus ******************************/

#wsite-menus .wsite-menu li a {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	padding: 9px;
	color: $NormalNav;
	background: $NavBg;
	font-weight: bold;
	border: 0;
}

#wsite-menus .wsite-menu li a:hover {
	color: $NormalColor;
	background: $NavBg;
}

/* PAGE TYPE: banner-tall
--------------------------------------------------------------------------------*/

.tall-header-page .wsite-header {
	width: 872px;
	height: 292px;
	background: url(banner-tall.jpg) no-repeat;
}

/* PAGE TYPE: banner-short
--------------------------------------------------------------------------------*/

.short-header-page #banner {
}

.short-header-page .wsite-header {
	width: 872px;
	height: 138px;
	background: url(banner-short.jpg) no-repeat;
}

/* PAGE TYPE: banner-landing
--------------------------------------------------------------------------------*/

.landing-page #banner {
	border: none;
	background: none;
	padding: 0;
}

#bannerleft {
	float: right;
	padding: 0;
	width: 574px;
	position: relative;
}

#banner-b {
	background: url(landing-banner-bot-$Color.png) left bottom no-repeat;
	padding-bottom: 25px;
}

#banner-t {
	background: url(landing-banner-top-$Color.png) no-repeat;
	padding-top: 26px;
}

#banner-m {
	background: url(landing-banner-inner.png) repeat-y;
	padding: 0 17px;
	overflow: hidden;
}

#banner-bdr {
	border: 8px solid $BorderBanner;
}

.landing-page .wsite-header {
	width: 524px;
	height: 292px;
	background: url(banner-landing.jpg) no-repeat;
}


.landing-banner-outer {
	display: table;
	#position: relative;
	overflow: hidden;
}

.landing-banner-mid {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.landing-banner-inner {
	#position: relative;
	#top: -50%;
}

#bannerright {
	float: left;
	width: 295px;
	height: 360px;
	padding: 0 30px 0 17px;
}

#bannerright h2 {
	color: #fff;
	font-size: 30px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	padding: 0px;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
	line-height: 30px;
}

#bannerright a {
	color:#ddd;
}
#bannerright a:hover {
	color:#fff;
}
#bannerright p {
	color: $BannerText;
	font-size: 1em;
	padding: 20px 0px;
	line-height: 140%;
	margin: 0;
}

#bannerright .wsite-button {
	margin: 0;
}

/* PAGE TYPE: no-header
--------------------------------------------------------------------------------*/

.no-header-page #banner-bot {
	display: none;
}

.no-header-page #banner-no-header {
	width: 888px;
	margin: 0 auto;
	padding: 20px 0;
	min-height: 55px;
}

.no-header-page #banner-no-header h2 {
	color: #fff;
	margin: 0;
	font-size: 26px;
	text-transform: uppercase;
}

/* PAGE TYPE: splash
--------------------------------------------------------------------------------*/

.splash-page #header {
	width: 532px;
}

.splash-page #banner {
	width: 527px;
	height: 161px;
	padding: 6px 4px 4px 6px;
	background: url(banner-splash-bg.png) no-repeat;
}

.splash-page .wsite-header {
	width: 515px;
	height: 149px;
	background: url(banner-splash.jpg) no-repeat;
}

.splash-page #content-container {
	width: 528px;
}

.splash-page #content {
	width: 528px;
}

.splash-page #footer {
	width: 524px;
}

/* Footer
--------------------------------------------------------------------------------*/

#footer-wrap {
	background: #ededed url(footer-wrap.png) repeat-x;
}

#footer {
	padding: 35px 0;
	font-size: 12px;
	color: $MainColor;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #777;
}

#footer p {
	color: #444;
}

#footer h2 {
	color:$NormalColor;
	font-size:1.3em; 
	border-bottom:1px solid #ccc;
}

#footer span {
	vertical-align: middle;
}

.wsite-footer {  /* make sure enough space between element footer and attribution */
	margin-bottom: 15px;
}

/* Form Customization
--------------------------------------------------------------------------------*/

.wsite-form-label {
	display: inline-block;
	color: $NormalColor;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 12px 0 5px 0;
}

.form-radio-container {
	color: #7a7a7b;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.wsite-form-input, .wsite-search-element-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7a7a7b;
	background: #fff url(field.png) repeat-x;
	border: 1px solid #c6c6c6;
	padding: 8px 4px 5px !important;
	line-height: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.form-select {
	color: #7a7a7b;
	background: url#fff (field.png);
	border: 1px solid #c6c6c6;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 4px;
	width: 320px;
	height: 27px;
	line-height: 27px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Footer Form Customization
--------------------------------------------------------------------------------*/

.wsite-form-container {
	margin-top:0px !important;
	text-align:left;
}

.wsite-footer .wsite-form-label {
	font-size: 1em;
	padding: 5px 0 2px 0;
}

.wsite-footer .wsite-form-field {
	width:300px !important;
}

.wsite-footer .form-radio-container {
	font-size:1em;
}

.wsite-footer .wsite-form-input {
	font-size: 1em;
	width: 100% !important;

}

.wsite-footer .form-select {
	width: 100%;
}

/* Buttons
--------------------------------------------------------------------------------*/

/*
  Buttons are styled with background image sprites. There are 4 unique image files:
   - small & normal-colored  (button_small_grey.png)
   - large & normal-colored  (button_large_grey.png)
   - small & highlight-colored  (button_small_orange.png)
   - large & highlight-colored  (button_large_orange.png)

  Each of these 4 types of buttons must define a :hover state (when user's mouse is over)
  as well as an :active state (when the user presses down).

  Look at the CSS (especially the inner .wsite-button-inner wrapper), as well as the
  image files to understand how the liquid-width nature of these buttons work.
 */

/* small */

.wsite-button {
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	height: 34px;
	display: inline-block;
	font-size: 12px;
	border: none;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 0 15px 0 0;
	background: url(button_$Color.png) no-repeat 100% -105px;
	text-shadow:0 -1px 0 rgba(0,0,0,0.9);
}

.wsite-button:hover {
	background-position: 100% -140px;
}

.wsite-button:active {
	background-position: 100% -175px;
}

.wsite-button-inner {
	height: 34px;
	line-height: 34px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	border: none;
	text-decoration: none;
	padding: 0 10px 0 25px;
	background: url(button_$Color.png) no-repeat 0 0;
}

.wsite-button:hover .wsite-button-inner {
	background-position: 0 -35px;
}

.wsite-button:active .wsite-button-inner {
	background-position: 0 -70px;
}

/* large */

.wsite-button-large {
	height: 41px;
	background: url(button_large_$Color.png) no-repeat 100% -126px;
	padding: 0 15px 0 0;
}

.wsite-button-large:hover {
	background-position: 100% -168px;
}

.wsite-button-large:active {
	background-position: 100% -210px;
}

.wsite-button-large .wsite-button-inner {
	height: 41px;
	line-height: 41px;
	padding: 0 10px 0 25px;
	background: url(button_large_$Color.png) no-repeat 0 0;
}

.wsite-button-large:hover .wsite-button-inner {
	background-position: 0 -42px;
}

.wsite-button-large:active .wsite-button-inner {
	background-position: 0 -84px;
}

/* highlight */

/*
Making the highlighted versions of the buttons is easy because we just need
to switch out the background images. This works because the different button
states (normal, :hover, :active) have their sprite coordinates in the same places.
*/

.wsite-button-large.wsite-button-highlight {
	background-image: url(button_large_highlight.png);
}

.wsite-button-large.wsite-button-highlight .wsite-button-inner {
	background-image: url(button_large_highlight.png);
}

.wsite-button-highlight {
	color: #545454 !important;
	background-image: url(button_highlight.png);
	text-shadow:0 1px 0 rgba(255,255,255,0.8);
}

.wsite-button-highlight .wsite-button-inner {
	background-image: url(button_highlight.png);
}
