/*
Theme Name: MLJ Financial Custom theme
Theme URI: http://wordpress.org/
Description: Custom theme by Fivefifteen.
Version: 1.0
Author: Fivefifteen
Author URI: http://fivefifteen.net
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

body {
	background-color: white;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

a {
	color: #6699cc;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

p { 
	margin: 0 0 10px 0; 
	text-align: left;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #152475;
}

#container {
	width: 950px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	position: relative;
	background-color: white;
}

#header {
    background-image: url('images/header.jpg');
    height: 147px;
    width: inherit;
    background-repeat:no-repeat;
    background-position:center top;
}

#content_container {
	position: relative;
	margin: 40px 0 0 0;
}

#right_content, #right {
	position: relative;
	float: right;
	width: 310px;
	margin: 0 0 0 20px;
	clear:none;
}

#right {
	width:182px;
	float:left;
}

#right_content p {
	margin:20px 0;
	line-height:1.7em;
	text-align:left;
}

#left, #left_content, #left_content_front {
	position: relative;
	float: left;
	width: auto;
	margin: 0px 30px 35px 0px;
	line-height: 1.3em;
	min-height: 250px;
	width:550px;
	clear:none;
}

#left {
	width:200px;
	margin-left:0;
}

#left_content_front {
	width:450px;
	margin-left:15px;
	font-size: 14px;
	line-height: 1.5em;
	color: #152475;
}

#left_content_front p {
	margin-bottom:30px;
	text-align:justify;
}

.entry {
	margin:0;
}


/************
Homepage
************/

#newsletter {
	width:200px;
	height:82px;
	background-image:url('images/newsletter.jpg');
	background-repeat:no-repeat;
}

#hmo {
	width:182px;
	height:474px;
	/*background-image:url('images/hmo.jpg');*/
	background-repeat:no-repeat;
	margin-top: 25px;
}

#hmo img {
	margin-bottom: 36px;
}

#left_nav {
	width:inherit;
	height:377px;
	background-image:url('images/left-bar.jpg');
	background-repeat:no-repeat;
	margin-top:20px;
}

#left_nav a {
	position:absolute;
	background-color:transparent;
	height:113px;
	width:195px;
	left:0;
}

/************
Footer
************/

#footer_wrapper {
	margin: 0 auto;
	text-align: center;
	width:100%;
	font-size: 11px;
	color: #666;
}

#footer {
	width:1050px;
	margin:0 auto;
	padding:0;
	position:relative;
	line-height:1.9em;
}

#footer a {
    font-size: 11px;
    color: #666;
    padding: 0px 7px;
    text-transform:uppercase;
}

#footer a:hover {
    color: #999;
    text-decoration: none;
}

#footer span, .blueish {
	color:#8c8c8c;
	font-size:14px !important;
	text-transform:none;
}

.blueish {
	color:#152475 !important;
	text-transform:uppercase !important;
}

/******************
Navbar      	
******************/

#navwrapper {
    position:relative;
    z-index:9999;
}

.navbar {
    background-image: url('images/navbar.jpg');
    width: 950px;
    height: 52px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    top: 95px;
    }

.header-nav, .header-nav-2 {
	background-color:transparent;
	position:absolute;
	height:23px;
	top:0;
	left:0;
}

.header-nav-2 {
	height:12px;
	top:39px;
	left:0;
}

#about {
    background-image: url('images/navbar-about.jpg');
}

#testimonials {
    background-image: url('images/navbar-testimonials.jpg');
}

#contact {
    background-image: url('images/navbar-contact.jpg');
}

#tell {
    background-image: url('images/navbar-tell.jpg');
}

#reform {
    background-image: url('images/navbar-reform.jpg');
}

#individual {
    background-image: url('images/navbar-individual.jpg');
}

#group {
    background-image: url('images/navbar-group.jpg');
}

#hsa {
    background-image: url('images/navbar-hsa.jpg');
}

#quote {
    background-image: url('images/navbar-quote.jpg');
}


/***************
Sidebar widgets
****************/

span.title {
    display: none;
}

/***********************
Hackadelic Slider notes
***********************/

.hackadelic-sliderButton {
	color:#1c2373;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.read-more {
	font-size:11px;
	color:#666;
	font-weight:normal;
}

ul, ol {
	margin-left: 25px;
}

ol li {
	list-style-type:lower-alpha;
}

.small-text {
	color:#666;
	font-size:12px;
	font-weight:bold;
}

.small-text ol li, .small-text ul li {
	font-weight:normal;
}

/* Individual */

table.comparison {
	margin: 20px 0px 20px 0px;
	border: 1px solid #152475;
}

table.comparison th {
	border: 1px solid #152475;
	font-size: 14px;
	color: #152475;
	font-weight: bold;
	padding: 7px;
	background-color: #A5B4F5;
}

table.comparison td {
	border: 1px solid #152475;
	border-collapse: collapse;
	padding: 7px;
}

/*sitemap*/
#post-266 h2 {
	display: none;
}


