/* ///////////////////////////////////////////////
/// Global 
//////////////////////////////////////////////////*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin:0;
	padding:0;
}

a>img {
	border:none; 
}

body {
	height:100%;
	background:#5E99D2 url(images/body-bg.jpg) top left repeat-x;
	font-size:12px; 
	line-height:20px;
	color:#000;
}

html, body, ul, ol, li, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
}

div {
	position:relative;
}

a:link, a:visited {
	color:#0055a5; 
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color:#666666;
	text-decoration:underlined;
}

h1 {
	font-size:22px;
	font-weight:normal;
}

h2 {
	font-size:16px;
	font-weight:normal;
}

h3 {
	font-size:14px;
	font-weight:normal;
}

h4 {

}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
}

p {
	margin:10px 0px;
}

.left {float:left;}
.right {float:right;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 0%;
}

.clear {clear:both;}
/* ///////////////////////////////////////////////
/// Layout
//////////////////////////////////////////////////*/
#wrapper { 
	width: 955px;
	margin:0px auto;
}

#header {
	padding-bottom:20px;
	width:100%; 
}

#header .logo {
	margin:20px 0 0 30px;
}

#header .topnumber {
	position:absolute; 
	top:30px; 
	right:10px;
}

#header .topnav {
	position: absolute;
	top: 10px; 
	right: 20px;
}

#header .navigation {
	position:absolute;
	bottom:-10px; 
	display:block;
	right:10px;
	z-index:999;
	clear:both;
}

#hero {
	padding:1px 0;
	border-bottom:solid 1px #0055a5;
	height:253px;
	overflow:hidden;
}

#hero .rotator {
	height:253px;
	width:924px;
	overflow:hidden;
}

#sidebar {
	width:220px; 
	padding-right:1px;
	border-right:solid 1px #0055a5;
}

#sidebar-inner {
	background: #F78512; 

}

#page, #post {
	float:left; 
	width:659px;
	padding:20px 20px 5px 20px;
}

#footer {
	border-top:solid 5px #000;
	height:73px;
}


#post {
	font-size:13px;
}

#aviation-pres {
	text-align: center;
	position: absolute;
	bottom: 0;
	color: #000;
}

#get-quote {
	text-align: center;
}
#get-quote p {
	padding: 0; 
	margin: 0 auto 10px;
	font-size: 14px;
}
/* ///////////////////////////////////////////////
/// UNIQUE PAGE LAYOUTS
//////////////////////////////////////////////////*/
.post-3 .page-content {
	width:340px;
	margin-bottom:15px;
	background:#EDF0ED;
	padding:15px;
	text-align:justify;
}

#page.post-3 div.left {
	margin-right:10px;
	width:360px;
}

.post-3 #news-feed {
	width:260px;
	
}

#news-feed h2 {
	padding:5px; 
	background:#0055a5; 
	color:#fff;
	text-transform:uppercase;
}

#news-feed ul {
	list-style:none;
	margin:2px 0 0 0;
	border-top:solid 1px #0055a5;
}

#news-feed .link h3 {
	font-size:16px;
	margin:3px 0 0 0;
}
	
#news-feed .excerpt {
}
	
#news-feed .excerpt p { 
	margin:0;
}

#news-feed .entry-meta {
	border-bottom:dotted 1px #0055a5;
	margin-bottom:3px;
}

.message textarea {
	width:290px;
}

.contact-form {
	width:50%;
}
.address {
	width:50%;
	text-align:center;
}

/* FAQ */
ol.faq {
	margin-left:20px;
}

ol.faq li .answer p {
	margin-top:0px;
}

/* SERVICES */
.page-content ul {
	list-style: none;
	margin:0px;
}

.page-content ul li {
	margin-top:10px;
}

.page-content ul.other li {
	margin:0px;
}

.page-content h1, .page-content h2, .page-content h3 {
	margin:5px 0;
}

.page-content h2.other {
	margin-top:20px;
}

table td {
	padding:5px;
}

#mmf-f2-p4-o1 table td {
	padding: 0 7px 0 0;
}

#mmf-f2-p4-o1 .life, #mmf-f2-p4-o1 .aviation {
	float:left; 
}

#mmf-f2-p4-o1 .life
{
		margin-right: 20px;
		padding-right: 20px; 
		border-right: solid #ebebeb 1px;
}

/* ///////////////////////////////////////////////
/// NAVIGATION
//////////////////////////////////////////////////*/
.navigation ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.navigation li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

.navigation a {
	background:transparent url(images/tab-left.png) no-repeat scroll 1000px 1000px;
	float:left;
	display:block;
	width:.1em;
	margin:0;
	padding:0 0 0 13px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	white-space:nowrap;
}

.navigation > ul a {width:auto;}

.navigation a span {
	background:transparent url(images/tab-right.png) no-repeat scroll 1000px 1000px;
	display:block;
	float:left;
	padding:13px 12px 5px 0px;
}

.navigation a span {
	float:none;
}

.navigation a:hover span {
}

.navigation li.current_page_item a {
	background-position:top left;
	color:#fff;
}

.navigation li.current_page_item a span {
	background-position:top right;
	padding:13px 18px 5px 6px;
}

.navigation a:hover {
	background-position:0 -80px;
	color:#fff;
}

.navigation a:hover span {
	background-position:100% -80px;
}

/* ///////////////////////////////////////////////
/// SIDEBAR 
//////////////////////////////////////////////////*/
#sidebar-inner {
	color:#fff;
}

#sidebar .quotescollection_randomquote {
	margin:15px 0;
	padding:0 10px;
}

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

#sidebar li.live-chat {
	margin:0px 0 30px 0;
	padding:0px;
}

/* ///////////////////////////////////////////////
/// 9 Slice Content Module 
//////////////////////////////////////////////////*/
.content .content-top {
	
}

.content .content-top .content-top-left {
	background:transparent url(images/content_01.png) no-repeat scroll 0 0;
	float:left;
	height:15px;
	width:15px;
}

.content .content-top .content-top-right {
	background:transparent url(images/content_03.png) no-repeat scroll 0 0;
	float:right;
	height:15px;
	width:15px;
}

.content .content-top .content-top-repeat {
	background:transparent url(images/content_02.png) repeat-x scroll 0 0;
	height:15px;
	margin-left:15px;
	margin-right:15px;
}

.content .content-repeat {
}

.content .content-repeat .content-repeat-left {
	background:transparent url(images/content_04.png) repeat-y scroll center left;
}

.content .content-repeat .content-repeat-left .content-repeat-right {
	background:transparent url(images/content_06.png) repeat-y scroll center right;
}

.content .content-repeat .content-repeat-left .content-repeat-right .content-repeat-center {
	background:#fff none repeat scroll 0 0;
	margin:0 14px;
	padding:1px;
}

.content .content-repeat .content-repeat-clearfix {
	clear:right;
}

.content .content-bottom {
}

.content .content-bottom .content-bottom-left {
	background:transparent url(images/content_07.png) no-repeat scroll 0 0;
	float:left;
	height:15px;
	width:15px;
}

.content .content-bottom .content-bottom-right {
	background:transparent url(images/content_09.png) no-repeat scroll 0 0;
	float:right;
	height:15px;
	width:15px;
}

.content .content-bottom .content-bottom-repeat {
	background:transparent url(images/content_08.png) repeat-x scroll 0 0;
	height:15px;
	margin-left:15px;
	margin-right:15px;
}