/* Page */
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td{border:0;outline:none;margin:0;padding:0;}
ul{list-style:none;}

/* Demo Page Styles */
body {font: normal 13px Arial, sans-serif;}
h2 {font: normal 26px Arial, sans-serif; padding: 20px 0; margin: 0 0 30px 0;}
.wrap {width: 960px; margin: 0 auto;}
.demo-container {padding: 20px 0; width: 190px; float: left;}
.demo-container.right {float: right;}
.demo-container h4 {font-size: 14px; margin: 0 0 5px 0;}
.clear {clear: both;}

/* Vertical Mega Menu Styles */
.mega-menu{
font: bold 13px Arial, sans-serif; 
line-height: 16px; 
background: #1d445c;
border-left: 1px solid #D8E6EF; 
position: relative; /* Required */
}
.mega-menu li a {
	display: block;
	color: #FFF;
	padding: 12px 36px 12px 10px;
	text-decoration: none;
	border-bottom: 1px solid #D8E6EF;
}
.mega-menu li a:hover, .mega-menu li.mega-hover a {
	background: #D8E6EF;
	color: #000;
	border-right: 1px solid #4b4b4b;
}
.mega-menu li a.dc-mega {
position: relative;
}
/* Add arrow icon to parent links */
.mega-menu li a .dc-mega-icon {
display: block; 
position: absolute; 
top: 18px; 
right: 15px; 
width: 6px; 
height: 8px; 
background: url(images/arrow_right.png) no-repeat 0 0;
}
/* Mega menu container */
.mega-menu li .sub-container {
position: absolute; /* Required */
background: #D8E6EF;

padding: 10px 10px 0 10px; 
border: 1px solid #1d445c; 
border-left: none;
}
.mega-menu li .sub-container .sub {}

.mega-menu li .sub .row {
width: 100%; overflow: hidden; /* Clear floats */
}
.mega-menu li .sub li {
float: none; 
width: 205px; 
font-size: 1em; 
font-weight: normal;
}
.mega-menu li .sub li.mega-hdr {
float: left; /* Required */
margin: 0 5px 10px 5px;
}
.mega-menu li .sub a, .mega-menu.left li .sub a {
	background: none;
	border: none;
	text-shadow: none;
	float: none;
	color: #000;
	padding: 7px 10px;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
padding: 5px 5px 5px 15px; 
margin-bottom: 5px; 
background: #E88221; 
text-transform: uppercase; 
font-weight: bold; 
color: #fff; 
text-shadow: 1px 1px 1px #333;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #000; 
text-shadow: none;
}
.mega-menu .sub li.mega-hdr li a {
padding: 4px 5px 4px 20px; 
background: url(images/arrow_blue.png) no-repeat 5px 8px; 
font-weight: normal;
}
.mega-menu .sub li.mega-hdr li a:hover {
color: #1d445c; 
background: #efefef url(images/arrow_on.png) no-repeat 5px 8px;
}
.mega-menu .sub ul li {
padding-right: 0;
}
/* Styling for menu items with only 2 levels */
.mega-menu li .sub-container.non-mega .sub {
padding: 10px;}
.mega-menu li .sub-container.non-mega li {
padding: 0; 
margin: 0;
width: 150px;
}
.mega-menu li .sub-container.non-mega li a {
padding: 7px 5px 7px 22px; 
background: url(images/arrow_white.png) no-repeat 7px 10px;
}
.mega-menu li .sub-container.non-mega li a:hover {
color: #a32403; 
background: #efefef url(images/arrow_on.png) no-repeat 7px 10px;
}

.headline
{
	width:200px;
	font: bold 13px Arial, sans-serif;
	background-color:#d8e6ef;
	color:#1D445C;
	text-transform: uppercase;
	/* [disabled]padding-left: 10px; */
	padding-top: 10px;
	text-align: center;
	height: 30px;
	-moz-box-shadow: 0 0 3px 0 #1D445C;
	-webkit-box-shadow: 0 0 3px 0 #1D445C;
	box-shadow: 0 0 3px 0 #1D445C;
}

.social-media
{
	width:200px;
	height:45px;
	/* [disabled]padding:5px; */
	background-color:#1D445C;
	float: left;
}

.fb
{
	width:32px;
	height:32px;
	padding:5px;
	float: left;
	padding-left: 20px;
	
}
.headline-footer
{
	width:302px;
	font: bold 13px Arial, sans-serif;
	background-color:#eeeeee;
	color:#1D445C;
	text-transform: uppercase;
	/* [disabled]padding-left: 10px; */
	padding-top: 10px;
	text-align: center;
	height: 20px;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

.footer-width
{
	width:305px;
	height:300px;
	float:left;
}

.footer-width2
{
	width:150px;
	height:300px;
	float:left;
	margin:auto;
	margin-left:25px;
	color:#FFF;
	padding:5px;
	font-size: 14px;
	
}

.footer-width3
{
	width:200px;
	height:300px;
	float:left;
	margin:auto;
	margin-left:25px;
	color:#FFF;
	padding:5px;
	font-size: 14px;
	
}

.bullets-footer
{
	background-image:url(images/arrow_white.png);
	background-repeat: no-repeat;
	padding-right: 2px;
	background-position: left center;
}
