body {
}

div.clear {
	clear: both;
}

/* Fonts */
@font-face {
	font-family: 'SheerGrace';
	src: url('sheer-g-webfont.eot');
	src: url('sheer-g-webfont.eot?#iefix') format('embedded-opentype'),         url('sheer-g-webfont.woff') format('woff'),         url('sheer-g-webfont.ttf') format('truetype'),         url('sheer-g-webfont.svg#sheergraceregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Fonts */

/* Transitions */
.easetrans {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/* Transitions */

/* Common Styles */
.bigscript {
	font-family: 'SheerGrace', Georgia, 'Times New Roman', Times, serif;
	color: #1e335d;
	font-size: 60px;
	font-weight: normal;
}

.Criminal {
	vertical-align: top;
	float: right;
	width: 300px;
	background-color: #E4E4E4;
	margin: 5px 0px 0px 10px;
	padding-top: 8px;
	padding-left: 10px;
}

.Criminal strong {
	color: #6A85A6;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	margin-top: 20px;
	color: #3865a8;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Rufina', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2,h3 {
	color: #c1932f;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a {
	color: #0052C9;
	text-decoration: none;
}

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

header.headerbg {
	width: 260px;
	height: 66px;
	background-image: url(/images/layout/NavHeader-BG.jpg);
	background-repeat: no-repeat;
}

header.headerbg a {
	display: block;
	width: 240px;
	height: 53px;
	padding: 13px 0px 0px 20px;
	text-decoration: none;
}

header.headerbg a:hover {
	text-decoration: none;
}

header.headerbg a h2 {
	margin: 0px;
	font-family: 'SheerGrace',serif;
	font-size: 40px;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
}

header.headerbg a h2 span {
	margin: 0px;
	font-family: 'Rufina',serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
}

header.headerbg a h3 {
	margin: 0px;
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 11px;
	color: #20355f;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
}
/* Common Styles */

/* Top Banner */
#TopBanner {
	height: 138px;
}

#TopBanner .top {
	height: 43px;
	width: 100%;
	position: relative;
}

#TopBanner .top .social {
	padding-top: 7px;
}

#TopBanner .top .social a {
	display: block;
	float: left;
	margin: 0px 2px;
	text-decoration: none;
}

#TopBanner .top .social a icon {
	font-size: 22px;
	color: #d7ba79;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	line-height: 26px;
	border: none;
}

#TopBanner .top .social a:hover icon {
	color: #D9A531;
}

#TopBanner .top .search {
	top: 3px;
	position: absolute;
	right: 0px;
	width: 313px;
}

#TopBanner .top .search input {
	border: none;
	width: 259px;
	height: 34px;
	padding: 0px 10px;
	margin: 0px;
	background-color: #937228;
	color: #e7ddc6;
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 13px;
	float: left;
}

#TopBanner .top .search icon {
	display: block;
	width: 34px;
	height: 34px;
	background-color: #2b5ca3;
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	float: right;
	line-height: 34px;
}

#TopBanner .bottom {
	height: 95px;
	width: 100%;
}

#TopBanner .bottom .logo {
	height: 95px;
	width: 330px;
	float: left;
}

#TopBanner .bottom nav {
	height: 95px;
	float: left;
}

#TopBanner .bottom nav ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border-left: solid 1px #fff;
	border-right: solid 1px #d3dae7;
	height: 94px;
}

#TopBanner .bottom nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border-left: solid 1px #d3dae7;
	border-right: solid 1px #fff;
}

#TopBanner .bottom nav ul li a {
	display: block;
	height: 94px;
	line-height: 110px;
	padding: 0px 10px;
	text-decoration: none;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 13px;
	color: #627797;
	vertical-align: bottom;
	position: relative;
}

#TopBanner .bottom nav ul li a:hover {
	background-color: #f5f7fb;
	color: #2a62b5;
}

#TopBanner .bottom nav ul li a icon {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #be8f2a;
	display: none;
}

#TopBanner .bottom nav ul li a:hover icon {
	display: block;
}

#TopBanner .bottom .contact {
	float: right;
	width: 270px;
	height: 94px;
	position: relative;
}

#TopBanner .bottom .contact .call {
	height: 30px;
	width: 270px;
	vertical-align: bottom;
	padding-top: 18px;
}

#TopBanner .bottom .contact .call .text {
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 13px;
	color: #be8f2a;
	text-transform: uppercase;
	font-weight: bold;
}

#TopBanner .bottom .contact .call icon {
	color: #3667ab;
	font-size: 22px;
}

#TopBanner .bottom .contact .call .num {
	font-family: 'TrajanPro',serif;
	font-size: 23px;
	color: #1e335d;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
	font-weight: 700;
}

#TopBanner .bottom .contact a {
	display: block;
	width: 270px;
	height: 33px;
	font-size: 13px;
	font-family: 'Merriweather Sans',sans-serif;
	text-align: center;
	line-height: 33px;
	background-color: #00f;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px -1px 1px rgba(0,0,0,.5);
	position: relative;
	background-image: url(/images/layout/Consult-BG.jpg);
	background-repeat: repeat-x;
	letter-spacing: 1.5px;
	font-weight: bold;
}

#TopBanner .bottom .contact a icon {
	position: absolute;
	top: 0px;
	right: 10px;
	line-height: 33px;
	color: #183874;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
	font-size: 20px;
}

#TopBanner .bottom .contact a:hover icon {
	color: #fff;
	text-shadow: none;
	font-size: 20px;
}
/* Top Banner */

/* Animation */
#Animation {
	height: 579px;
	width: 100%;
	overflow: hidden;
	background-color: #16274c;
	margin-bottom: -190px;
}

#Slider {
	height: 579px;
	width: 100%;
	background-color: #16274c;
	margin-bottom: -190px;
}
/* Animation */

/* CTAs */
#CTAs {
	width: 1140px;
	height: 190px;
	background-image: url(/images/layout/CTA-BG.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 20;
}

body.sub #CTAs {
	width: 260px;
	background-image: none;
	height: 870px;
	margin-top: 60px;
}

#CTAs ul {
	list-style: none;
	margin: 0px;
	padding: 0px 20px;
}

body.sub #CTAs ul {
	padding: 0px;
}

#CTAs ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 275px;
	height: 190px;
	overflow: hidden;
}

body.sub #CTAs ul li {
	float: none;
	width: 260px;
	height: 100px;
}

body.sub #CTAs ul li:first-child {
	height: 125px;
}

body.sub #CTAs ul li:hover {
	padding-bottom: 50px;
}

#CTAs ul li a {
	display: block;
	width: 235px;
	height: 190px;
	padding: 0px 20px;
	text-decoration: none;
	text-align: center;
	padding-top: 55px;
}

body.sub #CTAs ul li a {
	width: 220px;
	padding: 0px 20px 0px;
}

#CTAs ul li a:hover {
	padding-top: 20px;
}

body.sub #CTAs ul li a:hover {
	padding-top: 0px;
}

#CTAs ul li a h2 {
	font-family: 'Rufina',serif;
	font-size: 23px;
	color: #be8f2a;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#CTAs ul li a h2 span {
	font-size: 20px;
	color: #1e335d;
}

#CTAs ul li a p {
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 12px;
	color: #6b83a5;
	line-height: 20px;
	padding-top: 50px;
	margin: 0px;
}

#CTAs ul li a:hover p {
	padding-top: 0px;
}
/* CTAs */

/* Victories */
#RecentVictories {
	width: 1100px;
	height: 106px;
	background-color: #fff;
	padding: 0px 20px;
	background-image: url(/images/layout/Victories-BG.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#RecentVictories .left {
	position: absolute;
	top: 25px;
	left: 1025px;
	cursor: pointer;
	background-image: url(/images/layout/LeftArrow.png);
	width: 39px;
	height: 60px;
	background-repeat: no-repeat;
}

#RecentVictories .right {
	position: absolute;
	top: 25px;
	left: 1070px;
	cursor: pointer;
	background-image: url(/images/layout/RightArrow.png);
	width: 39px;
	height: 60px;
	background-repeat: no-repeat;
}

#RecentVictories header {
	width: 180px;
	height: 95px;
	padding-top: 11px;
}

#RecentVictories header h2 {
	font-family: 'SheerGrace';
	font-weight: normal;
	font-size: 60px;
	color: #1e335d;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4);
	line-height: 26px;
	text-align: center;
}

#RecentVictories header h2 span {
	font-family: 'Rufina';
	font-weight: normal;
	font-size: 32px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px -1px 1px rgba(0,0,0,.3);
}

#RecentVictories ul.victories {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute !important;
	top: 25px;
	left: 220px;
	width: 800px;
	height: 80px;
	overflow: hidden;
}

#RecentVictories ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}

#RecentVictories ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'Merriweather Sans',sans-serif;
	text-decoration: none;
}

#RecentVictories ul li a h2 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #152549;
	font-family: 'Merriweather Sans',sans-serif;
}

#RecentVictories ul li a h2 span {
	color: #3e6ba9;
}

#RecentVictories ul li a h2 p {
	margin: 0px;
	padding: 0px;
}

#RecentVictories ul li a span.content {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	width: 500px;
	display: block;
}

#RecentVictories ul li a span.content strong {
	color: #ffe1a2;
}
/* Victories */

/* Victories Sub */
#RecentVictories.sub {
	width: 260px;
	height: 324px;
	padding: 0px;
	background-image: url(/images/layout/Victories-SubBG.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 20px;
}

#RecentVictories.sub .left {
	position: absolute;
	top: 248px;
	left: 93px;
	cursor: pointer;
	background-image: url(/images/layout/LeftArrow.png);
	width: 39px;
	height: 60px;
	background-repeat: no-repeat;
}

#RecentVictories.sub .right {
	position: absolute;
	top: 248px;
	left: 129px;
	cursor: pointer;
	background-image: url(/images/layout/RightArrow.png);
	width: 39px;
	height: 60px;
	background-repeat: no-repeat;
}

#RecentVictories.sub header {
	width: 100%;
	height: 95px;
	padding-top: 11px;
}

#RecentVictories.sub header h2 {
	font-family: 'SheerGrace';
	font-weight: normal;
	font-size: 60px;
	color: #1e335d;
	margin: 0px;
	padding: 25px 0px 0px 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.4);
	line-height: 26px;
	text-align: left;
}

#RecentVictories.sub header h2 span {
	font-family: 'Rufina';
	font-weight: normal;
	font-size: 32px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px -1px 1px rgba(0,0,0,.3);
}

#RecentVictories.sub ul.victories {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute !important;
	top: 120px;
	left: 20px;
	width: 220px;
	height: 130px;
	overflow: hidden;
}

#RecentVictories.sub ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}

#RecentVictories.sub ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'Merriweather Sans',sans-serif;
	text-decoration: none;
}

#RecentVictories.sub ul li a h2 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #152549;
	font-family: 'Merriweather Sans',sans-serif;
	line-height: 18px;
}

#RecentVictories.sub ul li a h2 span {
	color: #1256B4;
}

#RecentVictories.sub ul li a h2 p {
	margin: 0px;
	padding: 0px;
}

#RecentVictories.sub ul li a span.content {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	width: 220px;
	display: block;
}

#RecentVictories.sub ul li a span.content strong {
	color: #ffe1a2;
}
/* Victories Sub */

/* Videos */
#Videos {
	width: 1100px;
	height: 425px;
	padding: 20px 20px 0px 20px;
	background-image: url(/images/layout/VideoBG.jpg);
	position: relative;
}

#Videos .vplayer_wrapper div.active .vplayer_header {
	display: block;
}

#Videos .vplayer_header {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 535px;
	display: none;
}

#Videos .vplayer_header h2 {
	font-family: 'Rufina',serif;
	font-size: 30px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
}

#Videos .vplayer_header h3 {
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 16px;
	color: #e4b650;
	margin: 5px 0px;
	padding: 0px;
}

#Videos .vplayer_header p {
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

#Videos .vplayer_video {
	position: absolute;
	top: 20px;
	left: 640px;
	width: 470px;
	height: 264px;
	z-index: 40;
}

#Videos .vplayer_left {
	position: absolute;
	top: 335px;
	left: 20px;
}

#Videos .vplayer_right {
	position: absolute;
	top: 335px;
	left: 1069px;
}

#Videos .vplayer_list {
	height: 101px;
	width: 4000px;
	margin: 335px auto;
}

#Videos .vplayer_wrapper {
	width: 980px;
	height: 450px;
	position: absolute;
	top: 0px;
	left: 80px;
	overflow: hidden;
}

#Videos .vplayer_item {
	width: 217px;
	height: 86px;
	float: left;
	margin: 0px 10px 0px 0px;
	position: relative;
	padding: 16px 10px 0px 10px;
	background-image: url(/images/layout/VideoItemBG.jpg);
	cursor: pointer;
}

#Videos .vplayer_item img {
	float: left;
	margin-right: 0px;
	width: 122px;
	height: 68px;
}

#Videos .vplayer_item h4 {
	color: #fff;
	width: 90px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 68px;
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#Videos .vplayer_item icon {
	position: absolute;
	top: 75px;
	left: 210px;
	font-size: 20px;
	color: #c1932f;
}

#Videos .vplayer_item.active icon {
	color: #fff;
}

#Videos .vplayer_item:hover icon {
	color: #fff;
}
/* Videos */

/* Navigation */
#SideNav {
	padding: 0px 0px 30px 0px;
}

#SideNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#SideNav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#SideNav ul li.hide {
	display: none;
}

#SideNav ul li a {
	display: block;
}

#SideNav ul li.level1 {
	list-style: none;
	margin: 1px 0px;
	padding: 4px 0px;
	box-shadow: inset 0px 0px 5px #bec9da;
}

#SideNav ul li.level1 a {
	padding: 0px 0px 0px 35px;
	display: block;
	line-height: 28px;
	font-family: 'Merriweather Sans',sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(/images/layout/Nav-BG.jpg);
	position: relative;
}

#SideNav ul li.level1 a:hover {
	color: #cca545;
}

#SideNav ul li.level1 a icon {
	position: absolute;
	top: 0px;
	left: 20px;
	line-height: 28px;
	font-size: 10px;
	color: #cca545;
}

#SideNav ul li.level1.more a icon {
	display: block;
}

#SideNav ul li.level1.child0 a icon.arrow-right-12 {
	display: block;
}

#SideNav ul li.level1 a icon.arrow-up-8 {
	display: none;
}

#SideNav ul li.level1.selected a icon.arrow-down-8 {
	display: none;
}

#SideNav ul li.level1.selected a icon.arrow-up-8 {
	display: block;
}

#SideNav ul li.level1.child0 a icon.arrow-down-8 {
	display: none;
}

#SideNav ul li.level1.child0 a icon.arrow-up-8 {
	display: none;
}

#SideNav ul li.level2 {
	list-style: none;
	margin: 0px;
	padding: 4px 20px 4px 20px;
	box-shadow: none;
	background-color: #CBD4E2;
}

#SideNav ul li.level2 a {
	padding: 0px 0px 0px 15px;
	display: block;
	line-height: 30px;
	font-family: 'Merriweather Sans',sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #456ea9;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	border-bottom: double 3px #a7b5cb;
}

#SideNav ul li.level2 a icon {
	position: absolute;
	top: 0px;
	right: 10px;
	line-height: 30px;
	color: #3865a8;
	display: none;
	font-size: 10px;
}

#SideNav ul li.level2 a:hover {
	color: #b58324;
	background-color: #fff;
}

#SideNav ul li.level2 a:hover icon {
	display: block;
}

#SideNav ul li.level2.selected a {
	color: #b58324;
	background-color: #fff;
}

#SideNav ul li.level3 {
	list-style: none;
	margin: 0px;
	padding: 4px 20px 4px 20px;
	box-shadow: none;
	background-color: #CBD4E2;
}

#SideNav ul li.level3 a {
	padding: 0px 0px 0px 15px;
	display: block;
	line-height: 30px;
	font-family: 'Merriweather Sans',sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #456ea9;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	border-bottom: double 3px #a7b5cb;
}

#SideNav ul li.level3 a icon {
	position: absolute;
	top: 0px;
	right: 20px;
	line-height: 30px;
	color: #3865a8;
	display: none;
	font-size: 10px;
}

#SideNav ul li.level3 a:hover {
	color: #b58324;
	background-color: #fff;
}

#SideNav ul li.level3 a:hover icon {
	display: block;
}

#SideNav ul li.level3.selected a {
	color: #b58324;
	background-color: #fff;
}

#SideNav ul li.level4 {
	list-style: none;
	margin: 0px;
	padding: 4px 20px 4px 20px;
	box-shadow: none;
	background-color: #CBD4E2;
}

#SideNav ul li.level4 a {
	padding: 0px 0px 0px 15px;
	display: block;
	line-height: 30px;
	font-family: 'Merriweather Sans',sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #456ea9;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	border-bottom: double 3px #a7b5cb;
}

#SideNav ul li.level4 a icon {
	position: absolute;
	top: 0px;
	right: 20px;
	line-height: 30px;
	color: #3865a8;
	display: none;
	font-size: 10px;
}

#SideNav ul li.level4 a:hover {
	color: #b58324;
	background-color: #fff;
}

#SideNav ul li.level4 a:hover icon {
	display: block;
}

#SideNav ul li.level4.selected a {
	color: #b58324;
	background-color: #fff;
}
/* Navigation */

/* Blog Feed */
#SideFeed {
}

.sidefeed {
}

.sidefeed ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidefeed ul li {
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
}

.sidefeed ul li a {
	display: block;
	width: 240px;
	position: relative;
	font-family: 'Merriweather Sans',sans-serif;
	text-decoration: none;
	border-right: solid 1px #d3dae7;
	box-shadow: inset 0px 0px 20px #d0d4da;
	min-height: 71px;
}

.sidefeed ul li a:hover {
	box-shadow: inset 0px 0px 20px #797d83;
}

.sidefeed ul li a span.month {
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 50px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #192c53;
	overflow: hidden;
	text-transform: uppercase;
}

.sidefeed ul li a span.day {
	display: block;
	position: absolute;
	top: 46px;
	left: 20px;
	width: 50px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 22px;
	color: #192c53;
	background-color: #c49836;
	overflow: hidden;
	border-bottom: solid 4px #d9b354;
	box-shadow: 0px 3px 5px #b2c0d6;
}

.sidefeed ul li a span.content {
	display: block;
	position: relative;
	left: 80px;
	font-size: 11px;
	line-height: 16px;
	color: #286BCE;
	width: 150px;
	padding: 10px 0px;
}

.sidefeed ul li a span.more {
	color: #c1932f;
}

.sidefeed ul li a:hover span.more {
	text-decoration: underline;
}
/* Blog Feed */

/* Right Nav CTAs */
/* Right Nav CTAs */

/* Contact Form */
#ContactForm {
	padding-bottom: 20px;
}

.contactform {
	padding: 23px 20px 0px 20px;
}

.contactform input {
	width: 210px;
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
	background-color: #dfe6f1;
	border: none;
	outline: none;
	box-shadow: inset 3px 3px 2px #c3cddc;
	color: #20355f;
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.contactform textarea {
	width: 200px;
	padding: 10px 10px 0px 10px;
	height: 74px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	background-color: #dfe6f1;
	border: none;
	outline: none;
	box-shadow: inset 3px 3px 2px #c3cddc;
	color: #20355f;
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	resize: none;
}

input.submit {
	margin: 0px auto;
	width: 220px;
	height: 40px;
}
/* Contact Form */

/* Case Eval */
.caseeval {
}

.caseeval div.Label {
	font-size: 14px;
	float: left;
	padding: 10px 10px 0px 0px;
}

.caseeval input, .caseeval textarea {
	background: #3E6BA9;
	border: none;
	margin: 0px 0px 10px;
	outline: none;
	color: #FFFFFF !important;
	font-size: 12px;
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	background-position: 0px -58px;
	box-shadow: 0px -3px #c0932e;
}

.caseeval input {
	width: 200px;
	height: 30px;
	padding: 0px 15px;
}

.caseeval textarea {
	width: 400px;
	height: 100px;
	padding: 10px 15px;
	overflow: auto;
	resize: none;
}
/* Case Eval */

/* Footer */
#FooterTagline {
}

#FooterTagline h3 {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	font-family: 'Merriweather Sans',sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px rgba(0,0,0,.5);
	letter-spacing: 26px;
	font-size: 14px;
}

#FooterContent {
	border-bottom: solid 10px #c1932f;
	position: relative;
	width: 1140px;
	height: 376px;
}

#FooterContent .bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1140px;
	height: 376px;
	background-color: #fff;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 1;
}

#FooterContent .content {
	position: relative;
	z-index: 2;
	padding: 20px;
}

#FooterContent .content .top {
	width: 1100px;
	height: 57px;
	border-bottom: solid 1px #d3dae7;
	overflow: hidden;
}

#FooterContent .content .top .logo {
	height: 80px;
	float: left;
	margin-right: 40px;
	margin-top: -20px;
}

#FooterContent .content .top ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 57px;
}

#FooterContent .content .top ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#FooterContent .content .top ul li a {
	display: block;
	padding: 0px 25px;
	text-decoration: none;
	color: #507cbe;
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 12px;
	line-height: 50px;
}

#FooterContent .content .top ul li a:hover {
	text-decoration: underline;
}

#FooterContent .content .top .social {
	float: right;
	padding-top: 10px;
}

#FooterContent .content .top .social a {
	display: block;
	float: left;
	margin: 0px 2px;
	text-decoration: none;
}

#FooterContent .content .top .social a icon {
	font-size: 22px;
	color: #d7ba79;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	line-height: 26px;
	border: none;
}

#FooterContent .content .top .social a:hover icon {
	color: #D9A531;
}

#FooterContent .content .bottom {
	width: 1100px;
	padding: 20px 0px 0px 0px;
}

#FooterContent .content .bottom .schema {
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #507cbe;
	width: 260px;
	height: 230px;
	border-right: solid 1px #d3dae7;
	float: left;
	padding-top: 8px;
}

#FooterContent .content .bottom .schema a {
	color: #c1932f;
	text-decoration: none;
}

#FooterContent .content .bottom .testimonial {
	width: 530px;
	float: left;
	padding-left: 16px;
	text-align: center;
}

#FooterContent .content .bottom .testimonial h2 {
	margin: 0px;
	font-family: 'Rufina';
	font-size: 24px;
	color: #b08321;
	text-transform: uppercase;
}

#FooterContent .content .bottom .testimonial p {
	font-family: 'Rufina';
	font-size: 15px;
	color: #507cbe;
	line-height: 30px;
}

#FooterContent .content .bottom .testimonial span {
	display: block;
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 14px;
	color: #164181;
	line-height: 28px;
	font-weight: bold;
}

#FooterContent .content .bottom .disclaimer {
	float: right;
	width: 260px;
	height: 238px;
	border-left: solid 1px #d3dae7;
	text-align: right;
	padding: 0px 0px 0px 20px;
	font-family: 'Merriweather Sans',sans-serif;
	font-size: 10px;
	color: #507cbe;
	line-height: 20px;
}
/* Footer */

/* Layout */
#TopBase {
	width: 100%;
	height: 138px;
}

#TopArea {
	width: 100%;
	height: 138px;
	background-image: url(/images/layout/TopBG-Tile.jpg);
	background-repeat: repeat-x;
	z-index: 50;
}

#TopZone {
	width: 1140px;
	margin: 0px auto;
}

#MainArea {
	width: 100%;
	background-image: url(/images/layout/Main-BG.jpg);
	background-repeat: repeat-x;
	background-color: #7babe1;
	min-height: 600px;
}

#SlideZone {
	width: 1140px;
	margin: 0px auto;
	padding-top: 15px;
}

#VideoZone {
	width: 1140px;
	margin: 0px auto;
}

#SubBanner {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#SubBanner h2 {
	position: absolute;
	font-family: 'Rufina', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	z-index: 10;
	top: 150px;
	left: 40px;
}

#SubBanner img {
	margin: 0px;
	padding: 0px;
	display: block;
}

#MainZone {
	width: 1100px;
	margin: 0px auto;
	background-color: #e2e8f2;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,.5);
	padding: 0px 20px;
}

#SubZone {
	background-color: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	padding: 20px 0px;
}

#SubZoneLeft {
	width: 260px;
	float: left;
}

#SubZoneMain {
	width: 540px;
	float: left;
	padding: 10px 20px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,.2);
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	color: #4c5f79;
	font-size: 11px;
	line-height: 22px;
}

.content2 span {
	padding: 5px 10px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,.2);
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	color: #194683;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}

#SubZoneRight {
	width: 260px;
	float: right;
}

#Affiliations {
	padding: 20px 0px 15px 0px;
}

#FooterArea {
	width: 100%;
	height: 1200px;
	background-image: url(/images/layout/FooterBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#FooterZone {
	width: 1140px;
	margin: 0px auto;
}
/* Layout */

#VideoVault:hover {
	opacity: 0.8;
}

#HowWeDoIt:hover {
	opacity: 0.8;
}
