/* MAIN LAYOUT */

body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 100%;
	
}
#wrapper {
	width: 100%;
	position: relative;
}
#headContainer {
	width: 100%;
	background: #fff;
	border-bottom: rgba(204,204,204,0.80) 1px solid;
	z-index: 9999;
}
header, footer, .mainContent {
	width: 70%;
	position: relative;
	margin: 0 auto;
	color: #aaa;
}
.mainContent {
	min-height: 800px;
}
header {
	height: 4em;
	padding: .5em 0;
	background: #fff;
}
.fixed-top {
	position: fixed;
	top: 0;
}
.logo {
	width: 27%;
	float: left;
	z-index: 9999;
}
.logo img {
	height: 4em;
}
.agentLogo img	{
	height:40px;
	margin:0;
	padding:0;	
}
.contact-nav {
	width: 73%;
	float: right;
	text-align: right;
}
.contact-nav img {
	height: 1.1em;
	margin-right: .5em;
}
.phone-contact {
	padding-bottom: .75em;
	font-size: 1.5em;
	color: #001F5B;
}
.desk-nav {
	text-align: right;
}
nav ul {
}
nav li {
	display: inline-block;
	margin-left: 1.25em;
}
nav li a {
	text-decoration: none;
	font-size: 1.2em;
	color: #001F5B;
}
nav li a:hover {
	border-bottom: #001F5B 2px solid;
}
.pageTop {
	margin-top: 5em;
}
.mainContent {
}
#footerContainer {
	width: 100%;
	background-color: #eee;
	border-top: #7598AF 2px solid;
}
footer {
	clear: both;
	margin: 0 auto;
	padding: .5em 0;
	text-align: center;
	position: relative;
	color: #001F5B;
}
.footer {
	padding: 0 2em;
	text-align: center;
}
.footerContact {
	font-size: 1.5em;
}
.footer li {
	text-align: left;
}
.footer h3 {
	text-align: center;
	color: #fff;
	border-bottom: #fff 2px solid;
}
.triLogo img {
	margin-top: 1em;
	width: 25%;
}
.footerSocial {
	margin: 1em .5em;
	display: inline-block;
}
.footerSocial img {
	height: 45px;
}


/*  TABBED PANELS	=================================================================== */

#Tabs .Tab, #Tabs2 .Tab2, #Tabs3 .Tab3, #Tabs4 .Tab4, #Tabs5 .Tab5 {
	background-color: #333;
	padding: .5em 0;
	font-size: 1em;
	text-align: center;
	cursor: pointer;
	color: #fff;
	width: 33.1%;
	margin-left: 0.25%;
}
#Tabs .Tab:first-child, #Tabs2 .Tab2:first-child, #Tabs3 .Tab3:first-child, #Tabs4 .Tab4:first-child, #Tabs5 .Tab5:first-child {
	margin-left: 0;
}
#Tabs .On, #Tabs2 .On, #Tabs3 .On, #Tabs4 .On, #Tabs5 .On {
	background-color: #002469;
	color: #fff;
}
#Tabs .tabContent, #Tabs2 .tabContent2, #Tabs3 .tabContent3, #Tabs4 .tabContent4, #Tabs5 .tabContent5 {
	padding: 1.5em;
	min-height: 20em;
	color: #333;
	border: #ccc 1px solid;
}
/*  COLLAPSABLE PANELS	=============================================================== */
#Panel {
}
#Panel .panelHeader {
	cursor: pointer;
}
#Panel .panelContent {
}
/*  ACCORDION	======================================================================= */

#Accordion .accordionHeader {
}
#Accordion .accordionHeader:hover {
}
#Accordion .accordionContent {
}

.acuminPro {
	font-family: "acumin-pro-extra-condensed", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 4em;
	font-weight: 200;
	color: rgba(60,116,175,1.00);
	line-height: .9em;
}
.heading {
	margin-bottom: .5em;
}
.subHeading {
	font-size: 1.25em;
	font-weight: bold;
}
.topImage {
	margin-bottom: 2em;
}
.topImage img	{
	width:100%;
}