/* Variables
------------------------------------------------------------------
{
  Color: [
    {
      value: 'blue',
      sample: '#429dd1',
      NormalColor: '#429dd1',
      HoverColor: '#5ec4ff'
    },
    {
      value: 'fuchsia',
      sample: '#d14296',
      NormalColor: '#d14296',
      HoverColor: '#ff73c6'
    },
    {
      value: 'gold',
      sample: '#c3a04c',
      NormalColor: '#a47609',
      HoverColor: '#c3a04c'
    },
    {
      value: 'lime',
      sample: '#6faf48',
      NormalColor: '#387c0e',
      HoverColor: '#6faf48'
    },
    {
      value: 'orange',
      sample: '#df7e36',
      NormalColor: '#c95702',
      HoverColor: '#df7e36'
    },
    {
      value: 'purple',
      sample: '#7b5595',
      NormalColor: '#653487',
      HoverColor: '#aa7dc9'
    },
    {
      value: 'red',
      sample: '#b92d2d',
      NormalColor: '#9c0606',
      HoverColor: '#e13a3a'
    },
    {
      value: 'teal',
      sample: '#189683',
      NormalColor: '#0a7f6d',
      HoverColor: '#28ae9a'
    }
  ]
}
------------------------------------------------------------------
*/

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

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

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

a:hover {
	color: $HoverColor;
}

a img {
	border: 0;
}

body {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8f8f8f;
	margin: 0;
	background: #f0f0f0 url(body-bg.png) center top repeat-y;
}

#wrapper {
}

h2 {
	font-size: 1.8em;
	margin: 0;
	padding: .3em 0;
	line-height: 1.2;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: $NormalColor;
}

p {
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: .5em 0;
}
blockquote {
	font-style:italic;
	border-left:4px solid $normalColor;
	margin:10px 0 10px 0;
	padding-left:20px;
	line-height:1.5;
	color:#aaa;
}
#content p {
	color: #8f8f8f;
}

#container {
	margin: 0 auto;
	width: 950px;
	padding: 0 25px 0 0;
}

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

#header-wrap {
	background: $NormalColor;
}

#header-in {
	clear: both;
	padding: 0;
}

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

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

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

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

#logo {
	padding: 25px 0 15px 0;
	-webkit-text-stroke-width: 0.7px;
}

#logo,
#logo a {
	font-size: 60px;
	color: #fff;
	font-family: "Alex Brush", Arial, Helvetica, sans-serif;
	line-height: 1.1;
	-webkit-text-stroke-width: 0.7;
}

#logo a:hover {
	color: #fff;
}

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

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

#header-right table,
#header-right .search,
#header-right .wsite-search {
	clear: right;
	float: right;
}

#header-right td {
	padding: 0;
}

#header-right a {
	color: #8fd7ff;
}

#header-right a:hover {
	color: #166490;
}

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

#header-right .phone-number .wsite-text {
	display: block;
	white-space: nowrap;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 7px 0 5px 15px;
}

/* TOP RIGHT: Content Area
--------------------------------------------------------------------------------*/

.wsite-social {
	margin: 5px 0 5px 10px;
}

.wsite-social-item {
	width: 23px;
	height: 23px;
	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 -23px;}
	.wsite-social-facebook:active {background-position:0 -46px;}
.wsite-social-pinterest {background-position:-23px 0;}
	.wsite-social-pinterest:hover {background-position:-23px -23px;}
	.wsite-social-pinterest:active {background-position:-23px -46px;}
.wsite-social-twitter {background-position:-46px 0;}
	.wsite-social-twitter:hover {background-position:-46px -23px;}
	.wsite-social-twitter:active {background-position:-46px -46px;}
.wsite-social-linkedin {background-position:-69px 0;}
	.wsite-social-linkedin:hover {background-position:-69px -23px;}
	.wsite-social-linkedin:active {background-position:-69px -46px;}
.wsite-social-mail {background-position:-92px 0;}
	.wsite-social-mail:hover {background-position:-92px -23px;}
	.wsite-social-mail:active {background-position:-92px -46px;}
.wsite-social-rss {background-position:-115px 0;}
	.wsite-social-rss:hover {background-position:-115px -23px;}
	.wsite-social-rss:active {background-position:-115px -46px;}
.wsite-social-flickr {background-position:-138px 0;}
	.wsite-social-flickr:hover {background-position:-138px -23px;}
	.wsite-social-flickr:active {background-position:-138px -46px;}
.wsite-social-plus {background-position:-161px 0;}
	.wsite-social-plus:hover {background-position:-161px -23px;}
	.wsite-social-plus:active {background-position:-161px -46px;}
.wsite-social-vimeo {background-position:-184px 0;}
	.wsite-social-vimeo:hover {background-position:-184px -23px;}
	.wsite-social-vimeo:active {background-position:-184px -46px;}
.wsite-social-yahoo {background-position:-207px 0;}
	.wsite-social-yahoo:hover {background-position:-207px -23px;}
	.wsite-social-yahoo:active {background-position:-207px -46px;}
.wsite-social-youtube {background-position:-230px 0;}
	.wsite-social-youtube:hover {background-position:-230px -23px;}
	.wsite-social-youtube:active {background-position:-230px -46px;}


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

#header-right .search {
}

.wsite-search {
	margin: 4px 0 4px 15px;
}

#header-right .wsite-search-input {
	width: 181px;
	height: 14px;
	border: none;
	padding: 9px 5px 9px 10px !important;
	color: #8f8f8f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(input_bg_$Color.png) no-repeat;
}

#header-right .wsite-search-button {
	width: 24px;
	height: 32px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(submit_bg_$Color.png) no-repeat;
}

#sidebar {
	float: left;
	width: 221px;
}

#main-wrap {
	float: right;
	width: 729px;
	padding: 25px 0 0 0;
	background-color: #fff;
}

/* side-nav
--------------------------------------------------------------------------------*/

#avmenu {
	clear: left;
	padding: 25px 0 0;
	margin: 0;
}

#avmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#avmenu li {
	list-style: none;
}

#avmenu li a {
	font-weight: normal;
	text-decoration: none;
	color: #545454;
	font-family: "PT Sans", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	line-height: 1;
	margin: 0;
	padding: 11px 5px 12px 24px;
}

#avmenu li#active a,
#avmenu a:hover {
	color: #fff;
	background: $NormalColor;
}

/* Navigation Drop-Down Menu Customization
--------------------------------------------------------------------------------*/

#wsite-menus .wsite-menu li a {
	padding: 11px;
	background: #141414;
	border: none;
	text-decoration: none;
	font-family: "PT Sans", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #969696;
}

#wsite-menus .wsite-menu li a:hover {
	color: #fff;
	background: #252525;
}

#wsite-menus span.wsite-menu-title {
	padding: 0;
}

/* main
--------------------------------------------------------------------------------*/

#main {
	padding: 0 24px;
	background: #fff;
}

#content {
	margin: 0;
	padding: 30px 0;
	min-height: 400px;
	overflow-x: visible !important;
	overflow-x: hidden;
}

#banner {
	margin: 0 24px;
	overflow: hidden;
}

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

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

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

/* TOP RIGHT: banner-landing
--------------------------------------------------------------------------------*/

.landing-page #banner {
	background: #f0f0f0;
}

#bannerleft {
	clear: left;
	float: right;
	width: 392px;
}

.landing-page .wsite-header {
	width: 392px;
	height: 323px;
	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: right;
	width: 248px;
	height: 323px;
	margin: 0 20px;
}

#bannerright h2 {
	color: $NormalColor;
	font-size: 26px;
	font-weight: normal;
	padding: 0px;
	line-height: 26px;
}

#bannerright p {
	color: #767676;
	font-size: 14px;
	padding: 20px 0px;
	line-height: 140%;
	margin: 0;
}

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

/* TOP RIGHT: banner-short
--------------------------------------------------------------------------------*/

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

/* PAGE TYPE: nobanner
--------------------------------------------------------------------------------*/

.no-header-page #banner {
	height: auto;
	padding: 0;
	display: none;
}

.no-header-page #content {
	padding-top: 5px;
}

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

.splash-page {
	margin: 0 auto;
	padding: 0;
	background: #f4f4f4 url(splash-bodybg.jpg) top center repeat-y;
}

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

.splash-page #header-right {
	float: right;
	padding-right: 8px;
}

.splash-page #banner {
	width: 560px;
	height: 115px;
	border: none;
	padding: 5px 0 0 0;
}

.splash-page .wsite-header {
	width: 560px;
	height: 115px;
	border: none;
	background: url(banner-splash.jpg) no-repeat;
}

.splash-page #wrap {
	width: 560px;
	padding: 0 10px 0 10px;
}

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

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

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

.wsite-form-label {
	display: inline-block;
	color: #8f8f8f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 12px 0 5px 0;
}

.form-radio-container {
	color: #8f8f8f;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

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

.form-select {
	color: #8f8f8f;
	border: 1px solid #d6d6d6;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 4px;
	width: 320px;
	height: 27px;
	line-height: 27px;
	background: #fff url(field.png) repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


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

#footer {
	clear: both;
	padding: 35px 24px;
	color: #8f8f8f;
	background: #f6f6f6;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #ebe3d7;
	text-align: right;
}

#footer p {
	color: #8f8f8f;
	font-size: 13px;
}

#footer a {
	color: #606060;
}

#footer a:hover {
	color: $NormalColor;
}

#footer span {
	vertical-align: middle;
}

#footer h2 {
	font-size: 15px;
	margin-bottom:2px;
	padding: .3em 0;
	line-height: 1.5;
	font-family: "PT Sans", "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom:1px solid #ccc;
}

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

/* 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.png) no-repeat 100% -105px;
	text-shadow:0 -1px 0 rgba(0,0,0,0.7);
}

.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.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 {
	color: #fff !important;
	height: 41px;
	background: url(button_large.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.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_$Color.png);
}

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

.wsite-button-highlight {
	background-image: url(button_$Color.png);
}

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