
/* 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;
}

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

a {
	color: #af5211;
	text-decoration: none;
}

a:hover {
	color: #6188ab;
	text-decoration: none;
}

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0;
	background: #f2f2f2 url(body-bg.png) repeat-x;
}

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

h1,
h2,
h3,
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #272e34;
}

hr {background: #272E34 !important;}

h1 {
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

h2 {
	line-height: 1.3;
	padding: .3em 0;
	color: #272e34;
}

h3 {
	line-height: 1.3;
	margin-bottom: 20px;
	color: #272e34;
}
blockquote {
	font-style:italic;
	border-left:4px solid #ddd;
	margin:10px 0 10px 0;
	padding-left:20px;
	line-height:1.5;
	color:#888;
}

h4 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
}

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

#header a {
	color: #83919e;
}

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

#logo,
#logo a {
	text-decoration: none;
	font-size: 30px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}

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

#navigation {
	padding: 0;
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
	line-height: 1;
	background: #192025;
	position: relative;
	margin: 0 0 7px;
	padding: 0 0 0 15px;
	font-weight: 600;
}

#navigation ul {
}

#navigation li {
	float: left;
	position: relative;
}

#navigation li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 20px 13px;
	margin: 0 1px 0 0;
	border: 0;
	outline: 0;
}

#navigation li a:hover,
#navigation li#active a {
	color: #af5211;
	background: #263037;
}

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

#wsite-menus .wsite-menu li a {
	padding: 10px;
	color: #fff;
	background: #263037;
	border: 0;
	border-bottom: 1px solid #37434b;
}

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

#navigation #tl,
#tr,
#bl,
#br {
	position: absolute;
	width: 4px;
	height: 4px;
}

#navigation #tl {
	background: url(tl.jpg) no-repeat;
	left: 0;
	top: 0;
}

#navigation #tr {
	background: url(tr.jpg) no-repeat;
	right: 0;
	top: 0;
}

#navigation #bl {
	background: url(bl.jpg) no-repeat;
	left: 0;
	bottom: 0;
}

#navigation #br {
	background: url(br.jpg) no-repeat;
	right: 0;
	bottom: 0;
}

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

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

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

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

#logo {
	padding: 25px 0 25px 21px;
}

#header-right {
	padding: 0 21px 0 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;
}

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

#header-right .phone-number .wsite-text {
	color: #fff;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	margin: 5px 0 5px 15px;
}

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

#header-right .wsite-social {
	margin: 5px 0 5px 10px;
	vertical-align: middle;
	height: 23px;
	white-space: nowrap;
}

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

#header-right .wsite-social-item {
	background-image:url(social-slate-bordered.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 .wsite-search {
	margin: 5px 0 5px 15px;
	width: 205px;
	height: 26px;
	background: transparent url(searchForm-bg.png) no-repeat;
}

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

#header-right .wsite-search-button {
	display: inline-block;
	vertical-align: middle;
	width: 62px;
	height: 26px;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 0;
	background: none;
}

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

#footer {
	padding: 25px 15px 40px 15px;
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: right;
}

#footer-right {
	float: right;
	width: 240px;
	text-align: right;
	display: none;
}

.rights {
	line-height: 19px;
	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-bot {
	background: url(main-bot-bg.png) left bottom no-repeat;
	padding-bottom: 5px;
}

#main-top {
	background: url(main-top-bg.png) left top no-repeat;
	padding-top: 5px;
}

#main {
	padding: 14px 20px 0;
	background: #fff;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

#banner,
#banner-left {
	background: #fff;
	padding: 1px;
	border: 1px solid #e5e5e5;
	position: relative;
}

#banner #tl,
#banner #tr,
#banner #bl,
#banner #br {
	position: absolute;
	width: 10px;
	height: 10px;
}

#banner #tl {
	background: url(rounded.png) no-repeat;
	left: 8px;
	top: 5px;
}

#banner #tr {
	background: url(rounded.png) top right no-repeat;
	right: 8px;
	top: 5px;
}

#banner #bl {
	background: url(rounded.png) left bottom no-repeat;
	left: 7px;
	bottom: 5px;
}

#banner #br {
	background: url(rounded.png) right bottom no-repeat;
	right: 10px;
	bottom: 6px;
}

.wsite-header {
}

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

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

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

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

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

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

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

.no-header-page .wsite-header {  /* the user-editable image */
}

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

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

.no-header-page #navigation {
	margin-bottom: 2px;
}

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

.landing-page #banner {
	padding: 0;
	border-left: none;
	background: #f2f2f2;
	zoom: 1;  /*ie 7*/
}

#banner-left {
	float: left;
	width: 507px;
	border-right: none;
}

#banner-left .wsite-header {  /* the user-editable image */
	height: 310px;
	background: url(banner-landing.jpg);
}

.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: 355px;
	height: 310px;
	padding: 0 0 0 25px;
	margin-top:2px;
}

#bannerright h2 {
	font-size: 22px;
	color: #272e34;
	padding: 0px;
	line-height: 22px;
}

#bannerright p {
	padding: 20px 0px;
	line-height: 140%;
}

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

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

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

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

.splash-page #banner-bot {
	background: url(banner-bot-splash.png) left bottom no-repeat;
	padding-bottom: 0;
}

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

.splash-page #header {
	padding: 15px 0 30px;
}

.splash-page #header-right {
	display: none;
}

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

.splash-page .phone-number {
	display: none;
}

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

.splash-page #content {
	height: auto !important;
	min-height: 300px;
}

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

.splash-page #footer {
	text-align: center;
}

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

.wsite-form-label {
	display: inline-block;
	color: #272e34;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0 5px 0;
}

.form-radio-container {
}

.wsite-form-input, .wsite-search-element-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff url(field.png) repeat-x;
	color: #666666;
	border: 1px solid #d2d2d2;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.form-select {
	background: #fff url(field.png) repeat-x;
	color: #666;
	border: 1px solid #d2d2d2;
	padding: 3px;
	height: 25px;
	line-height: 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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


/* small */

.wsite-button {
	color: #fff !important;
	height: 34px;
	display: inline-block;
	font-size: 14px;
	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(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 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);
}

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

.wsite-button-highlight {
	background-image: url(button_highlight.png);
	color: #fff !important;
}

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