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

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

body {
	background: #fff;
	font-family: Georgia, arial, sans-serif;
	font-size: 12px;
	color: #555555;
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

p {
	line-height: 1.5;
	color: #555555;
	font-size: 14px;
	padding: .5em 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #555555;
	line-height: 1.5;
	padding: .5em 0 .2em 0;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	color: #555555;
	line-height: 1.5;
	padding: .5em 0 .2em 0;
}
blockquote {
	font-style:italic;
	border-left:4px solid #ddd;
	margin:10px 0 10px 0;
	padding-left:20px;
	line-height:1.5;
	font-size:14px;
	color:#777;
}
#wrapper {
	width: 966px;
	margin: 0 auto;
}

#banner {
	padding: 1px;
	width: 952px;
	clear: both;
	border: 3px #f1f1f1 solid;
}

#banner a {
	color: #000000;
}

#banner a:hover {
	color: #0f6fb1;
}

#inner-banner {
	width: 942px;
	overflow: hidden;
	background: #dddddd;
	padding: 6px 5px 6px 5px;
}

#content {
	width: 940px;
	height: auto !important;
	min-height: 600px;
	background: #fff;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 14px 0 0 3px;
	padding: 12px 10px 40px 10px;
}

#content.noborder {
	border-top: none;
}

#content a {
	color: #0f6fb1;
}

#content a:hover {
	text-decoration: underline;
}

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

#header {
	padding: 0 20px 0 20px;
	color: #555555;
}

#header-inner {
	width: 300%;
	height: 90px;
}

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

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

#logo {
	padding: 30px 0;
}

#logo,
#logo a {
	color: #555555;
	font-size: 24px;
	line-height: 120%;
}

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

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

#header-right td {
	padding: 0;
}

#header-right a {
	text-decoration: none;
	color: #0f6fb1;
}

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

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

#header-right .phone-number .wsite-text {
	display: block;
	margin: 0 0 0 15px;
	white-space: nowrap;
	font-size: 14px;
}

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

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


.wsite-social-item {
	width: 23px;
	height: 23px;
	margin: 0 0 0 3px;
	background-image:url(social-grey.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: 0 0 0 12px;
	vertical-align: middle;
}

#header-right .wsite-search .wsite-search-input {
	width: 162px !important;
	height: 18px;
	border: none;
	color: #010101;
	font-size: 12px;
	padding: 4px !important;
	background: url(input-bg.jpg) no-repeat;
}

#header-right .wsite-search-button {
	width: 35px;
	height: 26px;
	border: none;
	background: url(submit-bg.jpg) no-repeat;
}

#header-right .wsite-search-button span {
	display: none;
	background: none;
}

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

#navigation {
	position: relative;
	width: 960px;
	clear: both;
	height: 25px;
	z-index: 2;
	border-top: 5px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#navigation li {
	float: left;
	z-index: 2;
	text-transform: uppercase;
	margin: 0 18px 0 0;
}

#navigation li a {
	display: inline-block;
	position: relative;
	color: #555555;
	z-index: 2;
	height: 19px;
	padding: 6px 12px 0 12px;
	font-size: 12px;
	text-decoration: none;
}

#navigation li a:hover {
	background: #f2f2f2;
	text-decoration: none;
}

#navigation li#active a {
	background: #f2f2f2;
}

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

#wsite-menus .wsite-menu li a {
	background: #c5c5c5;
	border: none;
	border-top: 1px solid #fff;
	padding: 7px 8px 7px 12px;
	color: #333333;
}

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

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

#footer {
	width: 918px;
	color: #555555;
	font-size: 14px;
	text-align: right;
	background: #dddddd;
	padding: 12px 21px 21px 21px;
	margin: 2px 0 30px 3px;
}

#footer a {
	color: #0f6fb1;
}

#footer a:hover {
	text-decoration: underline;
}

#footer blockquote {
	border-left:4px solid #ccc;
}
.wsite-footer {  /* make sure enough space between element footer and attribution */
	margin-bottom: 15px;
}

#footer h2 {
	font-size:18px;
	border-bottom:1px solid #999;
}

/* 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 .form-radio-container {
	font-size:1em !important;
}

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

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

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

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

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

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

#banner h2 {
	color: #000;
	font-size: 24px;
	padding: 0px;
	line-height: 1;
}

#banner p {
	font-size: 15px;
	padding: 20px 0px;
}

#ban-left {
	float: left;
	width: 561px;
}

.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: 324px;
	height: 307px;
	padding: 0 25px 0 31px;
}

#banner a.wsite-button {
	margin: 0 0 0 0;
}

.landing-page .wsite-header {  /* the user-editable image */
	width: 561px;
	height: 307px;
	background: url(banner-landing.jpg);
}

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

.splash-page #wrapper {
	width: 606px;
}

.splash-page #header {
	width: 600px;
	height: 58px;
	padding: 12px 0 0 0;
	margin: 0 0 14px 3px;
	border-bottom: 5px #dddddd solid;
}

.splash-page #title {
	padding: 10px 0 5px 0;
}

.splash-page #header-right #header-right-table {
	height: 48px;
	border-collapse: collapse;
	border-spacing: 0;
}

.splash-page #header-right .wsite-social {
	position: relative;
	float: left;
	margin-right: -4px;
	padding: 1px 0 0 0;
}

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

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

.splash-page .wsite-header {
	width: 581px;
	height: 147px;
	background: url(banner-splash.jpg);
}

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

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

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

.wsite-form-label {
	display: block;
	color: #333333;
	font-size: 13px;
	padding: 20px 0 8px 0;
	font-weight: normal;
	font-family: arial;
}

.form-radio-container {
	color: #474747;
	font-size: 13px;
	font-family: arial;
}

.wsite-form-input, .wsite-search-element-input {
	font-family: arial;
	font-size: 12px;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	background: #fff;
	color: #666666;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wsite-search-element-submit {
	margin-top: -10px;
}

.form-select {
	width: 379px;
	height: 28px;
	color: #666666;
	background: #fff;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: arial;
}

.form-radio-container label {
	color: #666666;
	font-family: arial;
}

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


/* small */

.wsite-button {
	color: #fff !important;
	height: 34px;
	display: inline-block;
	font-size: 14px;
	border: none;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px 0 0;
	background: url(button_small_lightgrey.png) no-repeat 100% -105px;
	outline: none;
	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 {
	color: #333 !important;
	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_small_lightgrey.png) no-repeat 0 0;
	outline: none;
}

.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_lightgrey.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 {
	color: #333 !important;
	height: 41px;
	line-height: 41px;
	padding: 0 10px 0 20px;
	background: url(button_large_lightgrey.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 */

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

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

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

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