/* General Styling and Structure
--------------------------------------------------------------------------------*/

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	color: #004065;
}

a {
	text-decoration: underline;
	color: #429dd1;
}

a:hover {
	color: #5ec4ff;
}

a img {
	border: 0;
}

body {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8f8f8f;
	margin: 0;
	background: #f0f0f0 center top repeat-y;

}

#wrapper {
}

h2 {
	font-size: 1.8em;
	margin: 0;
	padding: .3em 0;
	line-height: 1.2;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #429dd1;
}

p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: .5em 0;
}
blockquote {
	font-style:italic;
	border-left:4px solid #429dd1;
	margin:10px 0 10px 0;
	padding-left:20px;
	line-height:1.5;
	color:#aaa;
}
#content p {
	color: #000000;
}

#container {
	margin: 0 auto;
	width: 950px;
	padding: 0 25px 0 0;
}

#page {
	margin: 0 auto;
	width: 975px;
}

#header-wrap {
	background: #004065;
}

#header-in {
	clear: both;
	padding: 0;
}

/* Header
--------------------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 104px;
}

#header,
#header table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header td {
	vertical-align: middle;
	text-align: left;
}

#logo {
	padding: 25px 0 15px 0;
	-webkit-text-stroke-width: 0.7px;
}

#logo,
#logo a {
	font-size: 60px;
	color: #fff;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	line-height: 1.1;
	-webkit-text-stroke-width: 0.7;
}

#logo a:hover {
	color: #fff;
}

#header-right {
	padding: 0 0 5px 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;
	color: #FFFFFF;
}

#header-right a {
	color: #8fd7ff;
}

#header-right a:hover {
	color: #166490;
}

/* TOP RIGHT: Phone Number
--------------------------------------------------------------------------------*/

#header-right .phone-number .wsite-text {
	display: block;
	white-space: nowrap;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 7px 0 5px 15px;
}




/* TOP RIGHT: Search Box
--------------------------------------------------------------------------------*/

#header-right .search {
}

.wsite-search {
	margin: 4px 0 4px 15px;
}

#header-right .wsite-search-input {
	width: 181px;
	height: 14px;
	border: none;
	padding: 9px 5px 9px 10px !important;
	color: #8f8f8f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

#header-right .wsite-search-button {
	width: 24px;
	height: 32px;
	border: none;
	margin: 0;
	padding: 0;

}

#sidebar {
	float: left;
	width: 221px;
	
}

#main-wrap {
	float: right;
	width: 100%;
	padding: 0px 0 0 0;
	background-color: #fff;
}





/* Navigation Drop-Down Menu Customization
--------------------------------------------------------------------------------*/

#wsite-menus .wsite-menu li a {
	padding: 11px;
	background: #333333;
	border: none;
	text-decoration: none;
	font-family: "Arial", "Arial", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

#wsite-menus .wsite-menu li a:hover {
	color: #fff;
	background: #333333;
}

#wsite-menus span.wsite-menu-title {
	padding: 0;
}

/* main
--------------------------------------------------------------------------------*/

#main {
	padding: 0 24px;
	background: #fff;
}

#content {
	margin: 0;
	padding: 10px 0;
	min-height: 400px;
	overflow-x: visible !important;
	overflow-x: hidden;
	color: #000000;
}

#banner {
	margin: 0 24px;
	overflow: hidden;
}

.tall-header-page .wsite-header {
	width: 681px;
	height: 243px;
	
}

/* PAGE TYPE: banner-tall
--------------------------------------------------------------------------------*/

.short-header-page .wsite-header {
	width: 681px;
	height: 173px;
	
}

/* TOP RIGHT: banner-landing
--------------------------------------------------------------------------------*/

.landing-page #banner {
	background: #f0f0f0;
}

#bannerleft {
	clear: left;
	float: right;
	width: 392px;
}

.landing-page .wsite-header {
	width: 392px;
	height: 323px;
	
}

.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: 248px;
	height: 323px;
	margin: 0 20px;
}

#bannerright h2 {
	color: #004065;
	font-size: 26px;
	font-weight: normal;
	padding: 0px;
	line-height: 26px;
}

#bannerright p {
	color: #767676;
	font-size: 14px;
	padding: 20px 0px;
	line-height: 140%;
	margin: 0;
}

#bannerright .wsite-button {
	margin: 0;
}

/* TOP RIGHT: banner-short
--------------------------------------------------------------------------------*/

.very-tall-header-page .wsite-header {
	width: 760px;
	height: 225px;

}

/* PAGE TYPE: nobanner
--------------------------------------------------------------------------------*/

.no-header-page #banner {
	height: auto;
	padding: 0;
	display: none;
}

.no-header-page #content {
	padding-top: 5px;
}

/* PAGE TYPE: banner-splash
--------------------------------------------------------------------------------*/

.splash-page {
	margin: 0 auto;
	padding: 0;

}

.splash-page #header {
	width: 570px;
}

.splash-page #header-right {
	float: right;
	padding-right: 8px;
}

.splash-page #banner {
	width: 560px;
	height: 115px;
	border: none;
	padding: 5px 0 0 0;
}

.splash-page .wsite-header {
	width: 560px;
	height: 115px;
	border: none;

}

.splash-page #wrap {
	width: 560px;
	padding: 0 10px 0 10px;
}

.splash-page #content {
	width: 538px;
}

.splash-page #footer {
	width: 560px;
}



/* Footer
--------------------------------------------------------------------------------*/

#footer {
	clear: both;
	padding: 15px 24px;
	color: #333333;
	background: #f1f1f1;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #ebe3d7;
	text-align: left;
}

#footer p {
	color: #333333;
	font-size: 13px;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #429dd1;
}

#footer span {
	vertical-align: middle;
}

#footer h2 {
	font-size: 15px;
	margin-bottom:2px;
	padding: .3em 0;
	line-height: 1.5;
	font-family: "Arial", "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom:1px solid #ccc;
}

.wsite-footer {  /* make sure enough space between element footer and attribution */
	margin-bottom: 15px;
}



