@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,700);

body {
	margin: 0;
	padding: 0;
	background: #ededed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #404040;
	line-height: 27px;
	-webkit-text-size-adjust: 100%;
}
body a:link, body a:active, body a:visited {
	color: #2e3192;
	text-decoration: underline;
}
body a:hover {
	color: #000;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border: 0 none;
}

/*----------------------------
	Main Menu Styles
-----------------------------*/
.hdr-wrapper {
	width: 100%;
	background: #fff;
}
.hdr-container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 93px;
}
.hdr-logo {
	padding: 10px 0 0 0;
	float: left;
}
.hdr-social {
	padding: 28px 0 0 0;
	float: right;
	cursor: pointer;
}
.nav-wrapper {
	width: 100%;
	background: #232676 url(/img/hdrnav/nav.jpg) repeat-x;
	border-bottom: 1px solid #fff;
}
.nav-container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background: inherit;
}
ul#nav {
	position: relative;
	z-index: 1001 !important; /* This keeps the dropdown buttons visible above jQuery slideshows, or any absolute positioned elements below them */
	margin: 0;
	padding: 0 0 0 57px;
	list-style: none;
}
ul#nav li {
	float: left;
}
ul#nav li a {
	padding: 0 24px;
	height: 44px;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	line-height: 44px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 -1px rgba(0,0,0,0.5);
	border-right: 1px solid #4b4c96;
}
ul#nav li:hover {
	position: static;  /* This fixes an occasional IE7 error */
	background: #0a0b48;
}
ul#nav li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: -9999em;
	z-index: 1;
	width: 210px;
}
ul#nav li:hover ul {
	left: auto;
	
	opacity: 1;
}
ul#nav li ul li {
	position: relative;
	background: #2e3192;
}
ul#nav li ul li a {
	padding: 10px 15px;
	width: 170px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	line-height: 19px;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: none;
	border-bottom: 1px solid #4b4c96;
	border-left: 1px solid #4b4c96;
	border-right: none;
}
ul#nav li ul li:hover {
	background-color: #0a0b48;
}
ul#nav li ul li ul {
	margin: -40px 0 0 200px;
}
ul#nav li ul li ul, ul#nav li:hover ul li ul {
	left: -999em;
}
ul#nav li:hover ul, ul#nav li ul li:hover ul {
	left: auto;
}
ul#nav li:hover ul li ul, ul#nav li:hover ul li ul li ul {
	left: -999em;
}
ul#nav li:hover ul, ul#nav li ul li:hover ul, ul#nav li ul li ul li:hover ul {
	left: auto;
}
#nav .submenu {
	background-image: url(/img/hdrnav/plus.png);
	background-repeat: no-repeat;
	background-position: 180px 50%;
}
#nav .submenu:hover {
	background-image: url(/img/hdrnav/minus.png);
	background-repeat: no-repeat;
	background-position: 180px 50%;
}
ul#nav .nav-last a {
	border-right: none !important;
}
#nav .current {
	background: #4c4dac url(/img/hdrnav/current.jpg) repeat-x;
}
#nav .current:hover {
	background: #0a0b48;
}
#nav .submenu-fix {
	background-image: none;
}
#nav .submenu-fix:hover {
	background-image: none;
}

/*----------------------------
	Footer Styles
-----------------------------*/
.footer-wrapper {
	padding: 30px 0 50px 0;
	width: 100%;
}
.footer-container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	font-size: 12px;
	color: #808080;
	line-height: 18px;
	text-align: center;
}
.footer-container a:link, .footer-container a:active, .footer-container a:visited {
	color: #808080;
	text-decoration: none;
}
.footer-container a:hover {
	color: #444;
	text-decoration: underline;
}
.footer-container ul {
	margin: 0;
	padding:0;
}
.footer-container li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	position: relative;
	padding: 0;
	margin: 0;
}
.footer-container li a:link, .footer-container li a:active, .footer-container li a:visited {
	padding: 0 8px;
	color: #808080;
	text-decoration: none;
}
.footer-container li a:hover {
	color: #444;
	text-decoration: underline;
}

/*----------------------------
	Common Styles
-----------------------------*/
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #2e3192;
	line-height: 32px;
}
h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	font-weight: 400;
	color: #2e3192;
	line-height: 32px;
}
h3 {
	margin: 20px 20px 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #222;
}
h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #222;
}
h5 {
	margin: 20px 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #00a651;
	line-height: 32px;
	text-transform: uppercase;
}
blockquote {
	margin: 30px 35px;
	padding: 5px 0 5px 15px;
	border-left: 3px solid #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #737373;
}
hr {
	margin: 20px 0;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
.photo {
	border: 1px solid #e0e0e0;
}
.spacer {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.text-small {
	font-size: 12px;
}
#top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: transparent url(/img/common/arrow-top.png) no-repeat left top;
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: none;
	opacity: 1;
}
#top:hover {
	opacity: 0.6;
}

/*----------------------------
	Button Styles
-----------------------------*/
a.button {
	padding: 11px 25px 9px 25px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none !important;
	text-shadow: none;
	background: #2e3192;
	border-bottom: 4px solid #1a1d6e;
}
a.button:hover {
	background: #1a1d6e;
}
.home-callout-text a.button {
	position: absolute;
	bottom: 15px;
	left: 100px;
}
.callout-text a.button {
	position: absolute;
	bottom: 15px;
	left: 100px;
}
.bxslider a.button {
	padding: 13px 48px 11px 48px;
}

/*----------------------------
	Home Styles
-----------------------------*/
.slider-wrapper {
	width: 100%;
	background: #ededed;
}
.slider-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slider-wrapper li {
	display: none;
}
.slider-container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 500px;
}
.home-wrapper {
	padding-bottom: 60px;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.home-container {
	margin: 0 auto;
	padding: 60px 0;
	width: 1000px;
}
.home-left {
	padding: 0 50px;
	width: 360px;
	float: left;
}
.home-left h1 {
	margin: 0 0 3px 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #2e3192;
}
.home-left p {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #2e3192;
	line-height: 28px;
}
.home-right {
	width: 540px;
	float: left;
}
.home-right p {
	margin: 0;
	padding: 0;
}
.home-callout-container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
.home-callout {
	position: relative;
	margin: 0 5px 0 0;
	padding: 0;
	width: 330px;
	height: 370px;
	float: left;
}
.home-callout p {
	margin: 0;
	padding: 0;
}
.home-callout-last {
	margin-right: 0;
}
.home-callout-text {
	position: absolute;
	padding: 15px;
	width: 300px;
	height: 130px;
	bottom: 0;
	left: 0;
	font-size: 13px;
	line-height: 19px;
	color: #222;
	text-shadow: 0 1px rgba(255,255,255,0.7);
	background: url(/img/common/callout-text-bkgd.png);
}
.home-callout-text h2 {
	margin: 3px 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #2e3192;
	line-height: 19px;
	text-transform: uppercase;
}

/*----------------------------
	Interior Styles
-----------------------------*/
.wrapper {
	margin: 40px auto 0 auto;
	padding: 5px 5px 80px 5px;
	width: 990px;
	min-height: 400px;
	background: #fff;
	border-bottom: 4px solid #2e3192;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    1px 1px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         1px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.column-left {
	width: 240px;
	float: left;
}
.column-right {
	margin: 25px 0 0 40px;
	width: 710px;
	float: left;
}
.column-right p {
	margin-right: 20px;
}
.column-right li {
	margin-bottom: 10px;
	line-height: 22px;
}
.column-single {
	margin: 25px 40px 0 40px;
	width: 910px;
	float: left;
}
.slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slider li {
	display: none;
}
.video {
	margin: 22px 20px 20px 20px;
	float: right;
	background: #e0e0e0;
	border: 1px solid #e0e0e0;
}
.video p {
	margin: -5px 0 5px 0;
	padding: 0;
	font-size: 13px;
	color: #444;
	text-align: center;
}
.video-alt {
	margin: 22px 40px 20px 0;
	float: left;
	background: #e0e0e0;
	border: 1px solid #e0e0e0;
}
.video-alt p {
	margin: -5px 0 5px 0;
	padding: 0;
	font-size: 13px;
	color: #444;
	text-align: center;
}
.why-ite img {
	margin: 20px 0;
}
.block-nav {
	margin-bottom: 20px;
}
.block-nav img {
	margin-right: 3px;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.block-nav  img:hover {
	opacity: 0.5;
}

/*----------------------------
	Callout Styles
-----------------------------*/
.callout-container {
	margin-top: 30px;
}
.callout {
	position: relative;
	margin: 5px;
	padding: 0;
	width: 345px;
	height: 355px;
	float: left;
}
.callout p {
	margin: 0;
	padding: 0;
}
.callout-text {
	position: absolute;
	padding: 15px;
	width: 315px;
	height: 165px;
	bottom: 0;
	left: 0;
	font-size: 13px;
	line-height: 19px;
	color: #222;
	text-shadow: 0 1px rgba(255,255,255,0.7);
	background: url(/img/common/callout-text-bkgd.png);
}
.callout-text h2 {
	margin: 3px 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #2e3192;
	line-height: 19px;
	text-transform: uppercase;
}

/*----------------------------
	Side Nav Styles
-----------------------------*/
.side-nav {
	margin-bottom: 20px;
	background: #f2f2f2;
}
.side-nav ul {
    margin: 0; 
    padding: 0;
    list-style-type: none;
}
.side-nav ul li a {
    padding: 6px 5px 6px 20px;
    display: block;
	font-size: 13px;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	background: #e6e6e6;
	border-bottom: 2px solid #fff;
}
.side-nav ul li a:hover {
    color: #fff;
	background: #0a0b48;
}
.side-nav li ul li a {
	padding: 2px 5px 2px 20px;
	font-size: 13px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	text-transform: capitalize;
	background: #f2f2f2;
	border-bottom: none;
}
.side-nav li ul li:first-child {
	padding-top: 8px;
}
.side-nav li ul li:last-child {
	padding-bottom: 8px;
}
.side-nav .current {
	color: #fff;
	background: #4c4dac url(/img/common/arrow-sidenav.png) no-repeat 95% 50%;
}
.side-nav .current:hover {
	color: #fff;
	background: #0a0b48 url(/img/common/arrow-sidenav.png) no-repeat 95% 50%;
}

/*----------------------------
	Blog Nav Styles
-----------------------------*/
.blog-nav {
	margin-top: 30px;
	padding: 0;
	border: 1px solid #ccc;
}
.blog-nav h4 {
	margin: 6px 10px -4px 10px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #222;
}
.blog-nav ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
.blog-nav ul li {
	font-size: 12px;
	line-height: 15px;
}
.blog-nav ul li a {
	display: block;
	padding: 8px 10px;
	color: #2e3192;
	text-decoration: none;
	border-top: 1px solid #ccc;
}
.blog-nav ul li a:hover {
	background: #e6e6e6;
	text-decoration: none;
}

/*----------------------------
	Form Styles
-----------------------------*/
input[type="text"], input[type="password"], textarea {
	margin: 0 0 10px 0;
	padding: 10px;
	-webkit-appearance: none;
	background: #fff;
	font-size: 15px;
	color: #4d4d4d;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	display: block;
	width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus,  textarea:focus {
	box-shadow: 0 0 5px #999;
	border-color: #999;
}
input[type="text"]:focus, input[type="password"]:focus,  textarea:focus {
	background: #fafafa;
	border-color: #999;
	outline: none;
}
select {
	margin: 0 0 10px 0;
	-webkit-appearance: none !important;
	background-color: #f2f2f2;
	background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 97% center;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 0;
	width: 260px;
	font-size: 14px;
	color: #222;
}
select:hover {
	background-color: #f3f3f3;
	border-color: #999;
}
.required {
	font-size: 18px;
	color: #e13a2b;
}
.jumpmenu {
	margin: 38px 20px 0 0;
	float: right;
}