body {
    margin: 0 auto;
	min-width: 1000px;
	color: #000138;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/whippanyac/site_texturebackground.jpg');
}

/*-------------------------FONT STYLING START----------------------*/

a {
	color: #0000b0;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #000138;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
h1, h1 a, h1 a:hover {
	color: #ffffff;
	font-family: 'Economica', sans-serif;
	font-size: 41px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}
h2, h2 a, h2 a:hover {
	color: #000138;
	font-family: 'Economica', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
}
h3, h3 a, h3 a:hover {
	color: #ffffff;
	font-family: 'Economica', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
}
h4, h4 a, h4 a:hover {
	color: #0000b0;
	font-family: 'Audiowide', cursive;
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h5, h5 a, h5 a:hover {
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h6, h6 a, h6 a:hover {
	color: #0000b0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
.mb_listview_date {
    color: #0000b0 !important;
	font-family: 'Audiowide', cursive !important;
    text-transform:uppercase !important;
	font-size: 21px !important;
	font-weight: normal !important;
	margin: 0 !important;
	text-decoration: none !important;
}
.blog_post_listing_title_link, .blog_post_title, .blog_post_listing_title_link a:hover, .blog_post_title a:hover {
    color: #0000b0 !important;
    font-family: 'Audiowide', cursive !important;
	font-size: 21px !important;
	font-weight: normal !important;
	margin: 0 !important;
	text-decoration: none !important;
}

/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
	color: #000138;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.le_form_name {
	color: #0000b0;
	font-family: 'Audiowide', cursive;
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
.le_form_submit input[type="submit"] {
	background-color: #00013a;
	padding: 5px 15px;
	border: 0;
	text-align: center;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.le_form_submit input[type="submit"]:hover {
	cursor: pointer;
	background-color: #008fe8;
}
.le_form input[type="text"] {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #000138;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.le_form textarea {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #000138;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

hr {
    border: 0;
    background-color: #ffffff;
    height: 2px;
}
table {
	border-spacing: 0 !important;
}
.anythingSlider-default {
	padding: 0 !important;
}
.bluebox {
	padding: 10px;
	background-color: #0d0da9;
}
.bluebox p, .bluebox ul, .bluebox ol, .bluebox a, .bluebox h1, .bluebox h2, .bluebox h3, .bluebox h4, .bluebox h5, .bluebox h6 {
    color: #ffffff;
}
.bluegradientbox {
    padding: 10px;
	background: rgb(0,181,245); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,181,245,1) 0%, rgba(0,0,176,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,181,245,1)), color-stop(100%,rgba(0,0,176,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,181,245,1) 0%,rgba(0,0,176,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,181,245,1) 0%,rgba(0,0,176,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,181,245,1) 0%,rgba(0,0,176,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,181,245,1) 0%,rgba(0,0,176,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5f5', endColorstr='#0000b0',GradientType=0 ); /* IE6-9 */
}
.bluegradientbox p, .bluegradientbox ul, .bluegradientbox ol, .bluegradientbox a, .bluegradientbox h1, .bluegradientbox h2, .bluegradientbox h3, .bluegradientbox h4, .bluegradientbox h5, .bluegradientbox h6 {
    color: #ffffff;
}
.graybox {
	padding: 10px;
	background-color: #e7e7e7;
}
.graypatternbox {
	padding: 10px;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/whippanyac/site_greyarea_pattern.png');
}
.le_mb_wrapper {
    padding: 10px !important;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/whippanyac/site_greyarea_pattern.png');
}
.blog_post_listing {
    padding: 10px !important;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/whippanyac/site_greyarea_pattern.png');
}
.blog_sidebar{
    padding: 10px !important;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/whippanyac/site_greyarea_pattern.png');
}
.blog_post {
    padding: 10px !important;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/whippanyac/site_greyarea_pattern.png');
}
.anythingSlider-default .arrow a {
    width: 29px !important; /* half the width */
    height: 465px !important; /* height */
    margin: -21px 0 0 0 !important; /* negative half the height */
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/whippanyac/sliderarrows_03.png') no-repeat !important;
}
.anythingSlider-default .back {
    left: 8px !important; /* negative half the width */
}
.anythingSlider-default .forward {
    right: 8px !important; /* negative half the width */
}
.anythingSlider-default .forward a {
    background-position: right top !important;
}

/*-------------------------SITE CLASSES END------------------------*/


.wrapper {
	width: 100%;
}

/*-------------------------HEADER START----------------------------*/

.headerwide {
	width: 100%;
	background-color: #e7e7e7;
	border-bottom: 8px solid #0e0f44;
}
.header {
	margin: auto;
	width: 960px;
	padding: 10px 0;
}
.headerleft {
	float: left;
	width: 240px;
}
.logo {
	padding: 0 10px;
}
.headerright {
	float: right;
	width: 720px;
	text-align: right;
}
.header1 {
	float: left;
	width: 460px;
	padding: 5px 10px;
}
.header2 {
	float: left;
	width: 218px;
    padding: 5px 10px;
    border-left: 2px solid #0e0f44;
}

/*-------------------------HEADER END------------------------------*/


/*-------------------------MAIN MENU START-------------------------*/

.navigationwide {
	width: 100%;
	background-color: #0e0eb2;
}
.navigation {
	margin: auto;
	width: 960px;
	padding: 8px 0;
}
.MainMenu {
	padding: 0 10px;
    margin-top: 25px;
	text-align: right;
}
.MainMenu ul.le_menu_level_0 {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_0 {
	float: left;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	color: #00013a;
	font-family: 'Audiowide', cursive;
    font-size: 14px;
    line-height: 18px;
	padding: 0 10px;
	text-decoration: none;
    text-transform:uppercase;
	border-right: 2px solid #00013a;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #008fe8;
	border-right: 2px solid #008fe8;
}
.MainMenu li.le_menuitem_level_0:last-of-type a {
	padding-right: 0;
	border-right: 0;
}
/*--------1st level submenu-------*/
.MainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	color: #00013a;
	font-family: 'Audiowide', cursive;
    font-size: 12px;
    line-height: 12px;
	padding: 10px 10px;
	text-decoration: none;
	border-right: 0;
    border-bottom: 2px solid #00013a;
	min-width: 160px;
    background-color: #e1e1e0;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #008fe8;
	border-right: 0;
}
.MainMenu li.le_menuitem_level_1:last-of-type a {
    border-bottom: 0;
}
/*----------2nd level submenu-----*/
.MainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -35px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu li.le_menuitem_level_2 a {
    display: block;
	color: #00013a;
	font-family: 'Audiowide', cursive;
	font-size: 12px;
    line-height: 12px;
	padding: 10px 10px;
	text-decoration: none;
	border-right: 0;
    border-bottom: 2px solid #00013a;
	background-color: #e1e1e0;
	min-width: 160px;
}
.MainMenu li.le_menuitem_level_2 a:hover {
	color: #008fe8;
	border-right: 0;
}

.TopMenu {
	padding: 0 10px;
	text-align: right;
}
.TopMenu ul.le_menu_level_0 {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.TopMenu li {
	list-style-type: none;
	text-decoration: none;
}
.TopMenu li.le_menuitem_level_0 {
	float: left;
}
.TopMenu li.le_menuitem_level_0 a {
	display: block;
	color: #ffffff;
	font-family: 'Economica', sans-serif;
	font-size: 22px;
    line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 2px solid #ffffff;
}
.TopMenu li.le_menuitem_level_0 a:hover {
	color: #008fe8;
	border-right: 2px solid #008fe8;
}
.TopMenu li.le_menuitem_level_0:last-of-type a {
	padding-right: 0;
	border-right: 0;
}
/*--------1st level submenu-------*/
.TopMenu li.le_menuitem_level_1 a {
	display: none;
}
/*----------2nd level submenu-----*/
.TopMenu li.le_menuitem_level_2 a {
	display: none;
}

/*-------------------------MAIN MENU END---------------------------*/


/*-------------------------CONTENT START---------------------------*/

.contentwide {
	width: 100%;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/whippanyac/site_imgbackground_03.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
    border-top: 1px solid #464646;
}
.content {
    position: relative;
	margin: auto;
	width: 960px;
	padding: 10px 0 30px 0;
	background: rgba(0,0,0,.9);
}
.content:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    top: 0;
    left: -10px;
    border-left: 10px solid rgba(0,0,0,.6);
}
.content:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    top: 0;
    right: -10px;
    border-right: 10px solid rgba(0,0,0,.6);
}
.content1 {
	padding: 0 10px;
}
.content2 {
	float: left;
	width: 630px;
}
.content3 {
	float: left;
	width: 320px;
	padding-right: 10px;
}
.content4 {
	padding: 0 10px;
}
.contentleft {
	float: left;
	width: 640px;
}
.content5 {
	padding: 0 10px;
}
.content6 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content7 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content8 {
	padding: 0 10px;
}
.contentright {
	float: left;
	width: 320px;
}
.content9 {
	padding: 0 10px;
}
.content10 {
	padding: 0 10px;
}

/*-------------------------INSIDE CONTENT START--------------------*/

.subcontentwide {
    width: 100%;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/whippanyac/site_texturebackground.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
    border-top: 1px solid #464646;
}
.subcontent {
    position: relative;
	margin: auto;
	width: 960px;
	padding: 10px 0 30px 0;
	background: rgba(0,0,0,.9);
}
.subcontent:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    top: 0;
    left: -10px;
    border-left: 10px solid rgba(0,0,0,.6);
}
.subcontent:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    top: 0;
    right: -10px;
    border-right: 10px solid rgba(0,0,0,.6);
}
.subcontent1 {
	padding: 0 10px;
}
.subcontent2 {
    padding: 0 10px;
	float: left;
	width: 600px;
    padding-right: 10px;
}
.subcontent3 {
	float: left;
	width: 320px;
	padding-right: 10px;
}
.subcontent4 {
	padding: 0 10px;
}
.subcontentleft {
	float: left;
	width: 640px;
}
.subcontent5 {
	padding: 0 10px;
}
.subcontent6 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent7 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.subcontent8 {
	padding: 0 10px;
}
.subcontentright {
	float: left;
	width: 320px;
}
.subcontent9 {
	padding: 0 10px;
}
.subcontent10 {
    float: left;
    width: 460px;
	padding: 0 10px;
}
.subcontent11 {
    float: left;
    width: 460px;
    padding: 0 10px;
}
.subcontent12 {
    padding: 0 10px;
}

/*-------------------------PAGE WRAPPER START----------------------*/

.pwrapperwide {
    width: 100%;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/whippanyac/site_imgbackground_03.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
    border-top: 1px solid #464646;
}
.pwrapper {
    position: relative;
    margin: auto;
	width: 960px;
	padding: 10px 0 30px 0;
	background: rgba(0,0,0,.9);
}
.pwrapper:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    top: 0;
    left: -10px;
    border-left: 10px solid rgba(0,0,0,.6);
}
.pwrapper:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    top: 0;
    right: -10px;
    border-right: 10px solid rgba(0,0,0,.6);
}
.pwrapper1 {
    padding: 0 10px;
    background-color: #ffffff;
}

/*-------------------------CONTENT END-----------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footerwide {
	width: 100%;
	background-color: #0000b0;
}
.footer {
	margin: auto;
	width: 960px;
	padding: 10px 0 30px 0;
}
.footer p {
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
.footer1 {
	padding: 0 10px;
}
.le_view_mobile {
    padding: 5px 10px 0 10px;
}
.le_view_mobile a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
.le_view_mobile a:hover {
	text-decoration: underline;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------EXTERNAL STYLING START------------------*/



/*-------------------------EXTERNAL STYLING END--------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/