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

a:hover {
	color: #88ac0b;
	text-decoration: none;
}

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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0;
	padding: 0;
	background: #ccc;
}

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

h2,
h3,
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #88ac0b;
	padding: .5em 0 .2em 0;
}

h2,
h3 {
	line-height: 1.3;
	padding: .5em 0 .2em 0;
	border-bottom: 1px solid #f2f3f4;
}
blockquote {
	font-style:italic;
	border-left:4px solid #ddd;
	margin:10px 0 10px 0;
	padding-left:20px;
	line-height:1.5;
	color:#666;
}

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

#container {
}

.section-bot {
	background: url(section-bot-bg.png) no-repeat left bottom;
	padding-bottom: 35px;
	margin-bottom: 50px;
}

#icontent .section-bot {
	padding-bottom: 30px;
}

.section-top {
	background: url(top-bg.png) no-repeat right top;
	padding-top: 34px;
}

.section-contant {
	background: url(section-contant-bg.png) repeat-y center;
	padding: 0 20px;
}

#header a {
	color: #a0d5f3;
}

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

#logo,
#logo a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 34px;
	color: #fefefe;
}

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

#navigation-border {
	background: url(nav-bg.png) repeat-x;
	padding: 6px 0 5px;
}

#navigation {
	line-height: 1;
}

#navigation ul {
	float: right;
	margin-right: 23px;
}

#navigation li {
	float: left;
	margin-right: 3px;
	position: relative;
}

#navigation li a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px;
	border: 0;
}

#navigation li a:hover,
#navigation li#active a {
	color: #d4e59f;
	background: #156aab;
}

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

#wsite-menus .wsite-menu li a {
	padding: 8px 15px;
	color: #fff;
	background: #1669ab;
	border: 0;
	border-bottom: 1px solid #2983c2;
}

#wsite-menus .wsite-menu li a:hover {
	color: #fff;
	background: #3799d4;
	border-bottom: 1px solid #2983c2;
}

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

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

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

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

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

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

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

#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;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	white-space: nowrap;
	margin: 5px 0 5px 10px;
}

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

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


.wsite-social-item {
	width: 20px;
	height: 20px;
	margin: 0 0 0 3px;
	background-image:url(social-blue-gradient-highlight.png);
}
#wsite-content .wsite-social-item {
	background-image:url(social-blue-gradient.png);
}

.wsite-social-facebook {background-position:0 0;}
	.wsite-social-facebook:hover {background-position:0 -20px;}
	.wsite-social-facebook:active {background-position:0 -40px;}
.wsite-social-pinterest {background-position:-20px 0;}
	.wsite-social-pinterest:hover {background-position:-20px -20px;}
	.wsite-social-pinterest:active {background-position:-20px -40px;}
.wsite-social-twitter {background-position:-40px 0;}
	.wsite-social-twitter:hover {background-position:-40px -20px;}
	.wsite-social-twitter:active {background-position:-40px -40px;}
.wsite-social-linkedin {background-position:-60px 0;}
	.wsite-social-linkedin:hover {background-position:-60px -20px;}
	.wsite-social-linkedin:active {background-position:-60px -40px;}
.wsite-social-mail {background-position:-80px 0;}
	.wsite-social-mail:hover {background-position:-80px -20px;}
	.wsite-social-mail:active {background-position:-80px -40px;}
.wsite-social-rss {background-position:-100px 0;}
	.wsite-social-rss:hover {background-position:-100px -20px;}
	.wsite-social-rss:active {background-position:-100px -40px;}
.wsite-social-flickr {background-position:-120px 0;}
	.wsite-social-flickr:hover {background-position:-120px -20px;}
	.wsite-social-flickr:active {background-position:-120px -40px;}
.wsite-social-plus {background-position:-140px 0;}
	.wsite-social-plus:hover {background-position:-140px -20px;}
	.wsite-social-plus:active {background-position:-140px -40px;}
.wsite-social-vimeo {background-position:-160px 0;}
	.wsite-social-vimeo:hover {background-position:-160px -20px;}
	.wsite-social-vimeo:active {background-position:-160px -40px;}
.wsite-social-yahoo {background-position:-180px 0;}
	.wsite-social-yahoo:hover {background-position:-180px -20px;}
	.wsite-social-yahoo:active {background-position:-180px -40px;}
.wsite-social-youtube {background-position:-200px 0;}
	.wsite-social-youtube:hover {background-position:-200px -20px;}
	.wsite-social-youtube:active {background-position:-200px -40px;}


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

#header .wsite-search {
	display: inline-block;
	background: transparent url(searchForm-bg.png) no-repeat;
	margin: 5px 0 5px 10px;
}

#header .wsite-search-input {
	width: 90px;
	height: 12px;
	border: 0;
	padding: 6px 10px !important;
	background: none;
	vertical-align: middle;
}

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

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

#footer {
	color: #fffefe;
	font-size: 11px;
	border-top: 1px solid #52a3e5;
	text-align: right;
}

#footer-border {
	border-top: 1px solid #1669ab;
	padding: 15px 26px 0 29px;
}

#footer h1,
#footer h2,
#footer h3 {
	color: #fff;
}

#footer a {
	color: #a0d5f3;
}

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

#footer-right {
	float: right;
}

#footer blockquote {
	border-left:4px solid #629fc8 ;
	color:#bdd5e5;
}

#footer hr {background:#156AAB !important; box-shadow:0 1px 0 rgba(255,255,255,0.2);}

.rights {
	line-height: 16px;
	vertical-align: middle;
}

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

#footer h2 {
	font-size:18px;
	background:url(bluepixel.jpg) bottom repeat-x;
	padding-bottom:5px;
	border-bottom:1px solid #4FA2E4;
}

/* 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;
	color:#fff;
}

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

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

.wsite-footer .wsite-form-input, .wsite-footer .wsite-search-element-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 {
	background: #fff;
	margin: 0 5px 5px 5px;
}

#banner {
	padding: 5px 5px 0 5px;
	margin-bottom: 20px;
}

.wsite-header {
}

#content {
	min-height: 400px;
	padding: 0 18px 53px 22px;
}

/* 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: 160px;
	background: url(banner-short.jpg) no-repeat;
}

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

.landing-page #banner {
}

#banner-right {
	float: right;
	width: 407px;
}

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

#bannerleft {
	float: left;
	width: 312px;
	height: 320px;
	padding: 0 20px;
}

#bannerleft h2 {
	font-size: 24px;
	border: none;
	line-height: 24px;
    padding: 0px;
}

#bannerleft p {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #555555;
	padding: 20px 0px;
	line-height: 140%;
}

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

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

.splash-page .section-bot {
	background: url(splash-bott-bg.png) no-repeat left bottom;
	padding-bottom: 26px;
}

.splash-page .section-top {
	background: url(splash-top-bg.png) no-repeat right top;
	padding-top: 26px;
}

.splash-page .section-contant {
	background: url(splash-content-bg.png) repeat-y center;
	padding: 0 20px;
}

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

.splash-page h2 {
	padding-bottom: 5px;
}

.splash-page p {
	padding-bottom: 28px;
}

.splash-page .phone-number {
}

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

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

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

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

.wsite-form-label {
	display: inline-block;
	color: #88ac0b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0 6px 0;
}

.form-radio-container {
}

.wsite-form-input, .wsite-search-element-input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #555;
	border: 1px solid #d2d2d2;
	padding: 7px 5px 6px 5px !important;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
}

.form-select {
	background: #fff;
	color: #555;
	font-size: 12px;
	border: 1px solid #d2d2d2;  /*	padding:3px 4px; */
	width: 330px;
	height: 20px;
	line-height: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

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

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

.wsite-button-inner {
	color: #fff !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.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 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: #fff !important;
	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 {
	color: #fff !important;
	background-image: url(button_large_highlight.png);
}

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

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

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