/* 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 {
	text-decoration: none;
}

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

body {
	font-family: 'Advent Pro', sans-serif;
	font-size: 16px;
	color:#4b4b4b;
	background:url(footer-bg.jpg) repeat;
	line-height:25px;
}

.container {
	margin: 0 auto;
	width: 962px;
}

#header-wrap,
#banner-wrap,
#nav-wrap,
#logo-wrap,
#main-wrap,
#footer-wrap
{
        width:100%;
		background: url(main-bg.jpg) repeat;
}

a {
	color: #666666;
}

a:hover {
	color: #333333;
}

p a {
	color: #666666;
	border-bottom:1px solid #ccc;
}

p a:hover {
	color: #333333;
	border-bottom:1px solid #999;
}

h2 {
	font-size: 20px;
	padding: .5em 0 .2em 0;
	line-height: 1.2;
	font-family: 'Advent Pro', sans-serif;
	font-weight:;
	color: #676666;
	text-transform:uppercase;
}

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

div#content {min-height:400px;}

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

#header-wrap {
	background:#fff;
	border-bottom:1px solid #e6e6e6;
	padding:10px 0px;
}

.wsite-logo {
    font-size:35px;
	color:#676666;
	text-transform:uppercase;
	font-weight:bold;
	padding:35px 0px;
	overflow:visible;
	line-height:35px;
}


#header {
	border-collapse: collapse;
	border-spacing: 0;
        width:100%;
        height: 32px;
}

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


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

#header-right td {
	padding: 0;
}

/* Header: Phone Number
--------------------------------------------------------------------------------*/


#header .phone-number .wsite-text {
	display: block;
	white-space: nowrap;
}

#header .phone-number .wsite-text a {}
#header .phone-number .wsite-text a:hover {}

/* Header: Social Links
--------------------------------------------------------------------------------*/

#header-right .wsite-social {
	vertical-align: middle;
	float:right;
}

.wsite-social-item {
	width: 28px;
	height: 30px;
	margin: 1px 0 0 4px;
}

.wsite-social-rss {
	background: url(social-icons.png) no-repeat -130px 0px;
}

.wsite-social-rss:hover {
	background-position: -130px -30px;
}

.wsite-social-rss:active {
	background-position: -130px -60px;
}

.wsite-social-linkedin {
	background: url(social-icons.png) no-repeat -65px 0px;
}

.wsite-social-linkedin:hover {
	background-position: -65px -30px;
}

.wsite-social-linkedin:active {
	background-position: -65px -60px;
}

.wsite-social-facebook {
	background: url(social-icons.png) no-repeat 0px 0px;
}

.wsite-social-facebook:hover {
	background-position: 0px -30px;
}

.wsite-social-facebook:active {
	background-position: 0px -60px;
}

.wsite-social-twitter {
	background: url(social-icons.png) no-repeat -32px 0px;
}

.wsite-social-twitter:hover {
	background-position: -32px -30px;
}

.wsite-social-twitter:active {
	background-position: -32px -60px;
}

.wsite-social-mail {
	background: url(social-icons.png) no-repeat -97px 0px;
}

.wsite-social-mail:hover {
	background-position: -97px -30px;
}

.wsite-social-mail:active {
	background-position: -97px -60px;
}

.wsite-social-pinterest {
	background: url(social-icons.png) no-repeat -227px 0px;
}

.wsite-social-pinterest:hover {
	background-position: -227px -30px;
}

.wsite-social-pinterest:active {
	background-position: -227px -60px;
}

.wsite-social-youtube {
	background: url(social-icons.png) no-repeat -325px 0px;
}

.wsite-social-youtube:hover {
	background-position: -325px -30px;
}

.wsite-social-youtube:active {
	background-position: -325px -60px;
}

.wsite-social-plus {
	background: url(social-icons.png) no-repeat -195px 0px;
}

.wsite-social-plus:hover {
	background-position: -195px -30px;
}

.wsite-social-plus:active {
	background-position: -195px -60px;
}

.wsite-social-flickr {
	background: url(social-icons.png) no-repeat -162px 0px;
}

.wsite-social-flickr:hover {
	background-position: -162px -30px;
}

.wsite-social-flickr:active {
	background-position: -162px -60px;
}

.wsite-social-vimeo {
	background: url(social-icons.png) no-repeat -260px 0px;
}

.wsite-social-vimeo:hover {
	background-position: -260px -30px;
}

.wsite-social-vimeo:active {
	background-position: -260px -60px;
}

.wsite-social-yahoo {
	background: url(social-icons.png) no-repeat -292px 0px;
}

.wsite-social-yahoo:hover {
	background-position: -292px -30px;
}

.wsite-social-yahoo:active {
	background-position: -292px -60px;
}

/* Header: Search Box
--------------------------------------------------------------------------------*/

#header .search {
	padding:0px;
}

#header .wsite-search {
	float:right;
	margin-left:15px ;
	vertical-align: middle;
	background:url(search-bg.gif) no-repeat top left;
	width:187px;
	height:26px;
	padding-top:2px;
}

#header .wsite-search-input {
	width: 140px;
	border: none;
	font-family: 'Advent Pro', sans-serif;
	color: #4b4b4b;
	font-size: 14px;
	background: none;
	float:left;
}

#header .wsite-search-button {
	position: relative;
	width: 17px;
	height: 17px;
	margin:  4px 0px 0px 12px;
	background: url(search-button.gif) no-repeat;
}

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

#nav-wrap .nav {
	float:left;
}

#nav-wrap .container {
	clear: both;
	overflow: hidden;
	position: relative;
	background:url(saperator-h.png) repeat-x bottom;
	padding-bottom:40px;
}

#nav-wrap .container ul {
	list-style: none;
}

#nav-wrap .container ul li {
	list-style: none;
	float: left;
	background:url(nav-saperator.png) no-repeat right center;
	margin-right: 10px;
    padding-right: 25px;
}

#nav-wrap .container ul > li:last-child, #nav-wrap .container ul span:last-child li {
	background:none;
}

#nav-wrap .container ul li a {
	display: block;
	line-height:14px;
	border: 0;
	outline: 0;
	list-style-type: none;
	text-transform:uppercase;
	padding:5px;
	margin-bottom:4px;
}

#nav-wrap .container ul li#active a,
#nav-wrap .container ul li a:hover {
	color:#000;
}

/* Navigation Submenu's
--------------------------------------------------------------------------------*/

#wsite-menus .wsite-menu li a {
	color: #ffffff;
	background: #676666;
	border: 0;
	border-bottom:1px solid #454343;
	border-top:1px solid #828282;
	text-shadow: 1px 1px 1px #4c4b4b;
}

#wsite-menus .wsite-menu li a:hover {
	background: #474646;
}

/* Universal banner
--------------------------------------------------------------------------------*/

#banner {
	background:url(saperator-h.png) repeat-x bottom;
	padding:20px 0px 30px;
}

/* Page type: Tall header
--------------------------------------------------------------------------------*/

.tall-header-page .wsite-header {
	width: 950px;
	height: 260px;
	background: #fbfaf7 url(banner-tall.jpg) no-repeat 4px 4px;
	padding:4px;
	border:1px solid #c0bfbf;
}

/* Page type: Short header
--------------------------------------------------------------------------------*/

.short-header-page .wsite-header {
	width: 950px;
	height: 151px;
	background: #fbfaf7 url(banner-short.jpg) no-repeat 4px 4px;
	padding:4px;
	border:1px solid #c0bfbf;
}

/* Page type: No header
--------------------------------------------------------------------------------*/

.no-header-page .wsite-header  {
        display:none;
}

.no-header-page #banner {
	background:none;
	padding:0;
}

/* Page type: Landing page
--------------------------------------------------------------------------------*/

.landing-page #banner-inner-wrap {
	width: 950px;
	background: #fbfaf7;
	padding:4px;
	border:1px solid #c0bfbf;
}

#bannerleft {
	float: left;
}

.landing-page .wsite-header {
	width: 450px;
	height: 326px;
	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: 450px;
	height: 326px;
	background:url(saperator-h.png) repeat;
	padding: 0px 25px;
}

#bannerright h2 {
	color: #666666;
	font-size: 28px;
	padding: 0px;
	line-height: 28px;
}

#bannerright p {
	color: #333333;
	font-size: 18px;
	padding: 20px 0px 20px 5px;
	line-height: 140%;
}

#bannerright p a {
	border-bottom:1px solid #999;
}


/* Main Content
--------------------------------------------------------------------------------*/

#main-wrap {
	padding-bottom:5px;
}

#main-wrap .container {
	background:url(saperator-h.png) repeat-x bottom;
	padding:20px 0px 0;
	margin-bottom:40px;
	min-height:400px;
}
#main-wrap .container p {}
#main-wrap .container a {}
#main-wrap .container blockquote {
	background:url(saperator-v.png) repeat-y top left;
	padding-left:30px;
	border-left:none;
	margin:15px 0px;
	color:#999;
	font-style:italic;
}

#main-wrap .paragraph ul {
	padding-left:0px !important;
}

#main-wrap .paragraph li {
	background:url(bullet.png) no-repeat 0px 8px;
	padding-left:25px !important;
	list-style:none !important;
}

#main-wrap .container form .wsite-button {
	margin-top:20px;
}

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

#footer-wrap {
	background:url(footer-bg.jpg) repeat;
	padding:20px 0px 20px;
	text-align:right;
	color:#fefefb;
}

#footer-wrap .container a {
	color:#fefefb;
}

#footer-wrap .form-radio-container {margin:0 !important;}

#footer-wrap .container a:hover {
	color:#c1c1c1;
}

#footer-wrap blockquote {
	font-style:italic;
	border-left:4px solid #888;
	margin:10px 0 10px 0;
	padding-left:20px;
	line-height:1.5;
	color:#bbb;
}

#footer-wrap .container h2 {
	color:#fefefb;
	padding-bottom:20px;
	background:url(saperator-footer.png) repeat-x bottom left;
	margin-bottom:7px;
}

#footer-wrap .wsite-form-input {
	font-family: 'Advent Pro', sans-serif;
	font-size: 16px;
	color: #fefefb;
	background: #676666;
	border: 1px solid #484747;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#footer-wrap .wsite-form-container {
	text-align:left;
	margin-top:0px !important;
}
/* Form Customization
--------------------------------------------------------------------------------*/

.wsite-form-label {
	display: inline-block;
	font-weight:notmal;
	padding: 10px 0px 2px;
}

.wsite-form-input, .wsite-search-element-input {
	font-family: 'Advent Pro', sans-serif;
	font-size: 16px;
	color: #fefefb;
	background: #676666;
	border: 1px solid #484747;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.wsite-search-element-submit {
	background: url(search-dark.png) left;
}

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

/* Small structure & regular style */

.wsite-button {
	height: 45px;
	display: inline-block;
	padding: 0px 33px 0px 0px;
	background: url(button.png) no-repeat 100% -135px;
}

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

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

.wsite-button-inner {
	color: #dadada !important;
        height: 45px;
	line-height: 44px;
	display: block;
	font-weight: bold;
	text-transform:uppercase;
	padding: 0px 0px 0px 33px;
	background: url(button.png) no-repeat 0px 0px;
}

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

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

/* Large structure & regular style  */

.wsite-button-large {
	color: #dadada !important;
	height: 56px;
	background: url(button_large.png) no-repeat 100% -168px;
	padding: 0px 37px 0px 0px;
}

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

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

.wsite-button-large .wsite-button-inner {
	height: 56px;
	line-height: 56px;
	padding: 0px 0px 0px 37px;
	background: url(button_large.png) no-repeat 0px 0px;
}

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

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


/* Highlighted styles */

.wsite-button-highlight {
	color:#4c4a4a !important;
	text-shadow: 1px 1px 1px #c5c5c5;
	background-image: url(button_highlight.png);
}

.wsite-button-highlight .wsite-button-inner {
	color:#4c4a4a !important;
	text-shadow: 1px 1px 1px #c5c5c5;
	background-image: url(button_highlight.png);
}

.wsite-button-large.wsite-button-highlight {
	color:#4c4a4a !important;
	text-shadow: 1px 1px 1px #c5c5c5;
	background-image: url(button_large_highlight.png);
}

.wsite-button-large.wsite-button-highlight .wsite-button-inner {
	color:#4c4a4a !important;
	text-shadow: 1px 1px 1px #c5c5c5;
	background-image: url(button_large_highlight.png);
}
