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

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

ul {
	list-style: none;
}

fieldset {
	border: 0;
}

a img {
	border: 0;
	max-width: 90%;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

a {
	color: #4e7cbb;
	text-decoration: none;
}

a:hover {
	color: #1a54a4;
	text-decoration: none;
}

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #626262;
	margin: 0;
	padding: 0;
	background: #fff;
}

p {
	line-height: 1.5;
	padding: .5em 0;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
	line-height: 1;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: none;
	text-align: center;
}

h2,
h3 {
	font-size: 18px;
	line-height: 1.2;
	padding: .3em 0;
	color: #626262;
}

h3 {
}

h4 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
}
blockquote {
	font-style:italic;
	border-left:4px solid #ddd;
	margin:10px 0 10px 0;
	padding-left:20px;
	line-height:1.5;
	color:#888;
}
#container {
	width: 90%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	float: left;
}

#header {
	line-height: 1;
	padding: 0;
}

#logo,
#logo a {
	font-size: 24px;
	line-height: 1;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-transform: capitalize;
}

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

#navigation {
	float: left;
	padding: 25px 0 0;
	line-height: 1;
	text-align: right;
	width: 20%;
}

#navigation ul {
}

#navigation li {
	position: relative;
	text-align: left;
}

#navigation li a {
	display: block;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 15px;
	border: 0;
}

#navigation li:hover a,
#navigation li#active a {
	color: #333333;
	background: url(nav-active-arrow.png) right no-repeat;
}

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

#wsite-menus .wsite-menu li:first-child {
	border-top: 1px solid #d3d3d3;
}

#wsite-menus .wsite-menu li a {
	padding: 7px;
	color: #626262;
	background: #f5f5f5;
	border: 1px solid #d3d3d3;
	border-top: none;
}

#wsite-menus .wsite-menu li a:hover {
	color: #333333;
	background: #d8d8d8;
}

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

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

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

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

#logo {
	padding: 25px 0;
}

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

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

#header-right td {
	padding: 0;
}

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

#header-right .phone-number .wsite-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	margin: 0 0 0 10px;
}

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

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


.wsite-social-item {
	width: 23px;
	height: 23px;
	margin: 0 0 0 3px;
	background-image:url(social-lightgrey.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 .search {
}

#header .wsite-search {
	width: 203px;
	height: 27px;
	background: transparent url(searchForm-bg.png) no-repeat;
	margin: 0 0 0 12px;
}

#header .wsite-search-input {
	vertical-align: top;
	border: 0;
	background: none;
	padding: 7px 10px !important;
	width: 150px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #626262;
	font-size: 12px;
}

#header .wsite-search-button {
	vertical-align: top;
	cursor: pointer;
	font-size: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 33px;
	height: 27px;
	background: none;
}

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

#footer-wrap {
	margin-bottom: 50px;
}

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

#footer a {
	text-decoration: underline;
}
#footer blockquote {
	border-left:4px solid #ddd;
	color:#999;
}

.rights {
	vertical-align: middle;
}

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

#footer h2 {
	font-size:16px;
	border-bottom:1px solid #ccc;
}

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

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

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

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

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

.wsite-footer .wsite-form-input {
	font-size: 1em !important;
	width: 100% !important;
	background-color:#fff;
}

.wsite-footer .form-select {
	width: 100% !important;
	background-color:#fff;
}


/* main contents styles
--------------------------------------------------------------------------------*/

#main-wrap {
}

#main {
	border: 1px solid #999999;
	float: right;
	min-width: 0px;
	width: 90%;
	text-align: center;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.wsite-custom-background #main {
	background-color: #fff !important;
}

#banner {
	float: right;
	width: 752px;
}

.wsite-header {
}

#content {
	clear: right;
	float: right;
	width: 710px;
	padding: 20px 2px;
	border-left: 1px solid #cccccc;
	min-height: 350px;
}

/* PAGE TYPE: tall-header
--------------------------------------------------------------------------------*/

.tall-header-page .wsite-header {  /* the user-editable image */
	height: 236px;
	background: url(banner-tall.jpg) no-repeat;
}

/* PAGE TYPE: short-header
--------------------------------------------------------------------------------*/

.short-header-page {
}

.short-header-page .wsite-header {  /* the user-editable image */
	height: 136px;
	background: url(banner-short.jpg) no-repeat;
}

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

.no-header-page #main {
}

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

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

.landing-page #banner {
}

#banner-inner {
}

#banner-left {
	float: left;
	width: 386px;
}

#banner-left .wsite-header {  /* the user-editable image */
	height: 285px;
	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%;
}

#banner-right {
	float: right;
	width: 315px;
	height: 285px;
	padding: 0 25px;
	background: #f5f5f5;
}

#banner-right h2 {
	font-size: 28px;
	color: #626262;
	padding: 0px;
	line-height: 28px;
}

#banner-right p {
	font-size: 15px;
	color: #626262;
	padding: 20px 0px;
	line-height: 140%;
}

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

.splash-page .wsite-header {  /* the user-editable image */
	height: 136px;
	background: url(banner-splash.jpg) no-repeat;
}

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

.splash-page #banner {
	width: 539px;
}

.splash-page #navigation {
	display: none;
}

.splash-page .search {
	display: none;
}

.splash-page #content {
	float: none;
	width: auto;
	border: 0;
	height: auto !important;
	min-height: 300px;
	padding: 25px 20px;
}

.splash-page #footer .wsite-social {
	display: none;
}

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

.wsite-form-label {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.form-radio-container {
}

.wsite-form-input, .wsite-search-element-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #fff;
	border: 1px solid #d3d3d3;
	padding: 9px 5px 6px !important;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.form-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #fff;
	border: 1px solid #d3d3d3;
	padding: 3px;
	height: 30px;
	line-height: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

/* small */

.wsite-button {
	color: #444 !important;
	font-family: Arial, Helvetica, sans-serif;
	height: 34px;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px 0 0;
	background: url(button.png) no-repeat 100% -105px;
	text-shadow:0 1px 0 rgba(255,255,255,0.8);
}

.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 20px;
	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 {
	height: 41px;
	background: url(button_large.png) no-repeat 100% -126px;
	padding: 0 10px 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 20px;
	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_highlight.png);
	text-shadow:0 -1px 0 rgba(0,0,0,0.9);
}

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

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

.wsite-button-highlight .wsite-button-inner {
	background-image: url(button_highlight.png);
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav a {
	width: 20%;
	display: block;
	text-align: right;
	clear: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-style: none;
	border-color: #BEBEBE;
	color: #8A8989;
	float: left;
}
#mainnav ul li {
}
ul li a {
}
#navigation a:hover  {
	color: #278ED9;
}
#container #sidebar #mainnav {
}
#top #mainnav p {
}
#mainnav a {
}
#a img {
	max-width: 90%;
}
#body #hero img {
	width: 80%;
}
#body #a img {
	width: 80%;
}
#a img img {
}
