/*
Theme Name: Wealth Services Alliance
Theme URI: http://www.wealthservicesalliance.com/
Description: A WordPress theme designed for Wealth Services Alliance by Single Solutions Group LLC.
Version: 1.0
Author: Brian Hargrove
Tags: page content only, two columns, two level menu system
*/

@CHARSET "UTF-8";
/*******************************************************************************************/
/*  Wealth Services Alliance - Main CSS
/*  Colors:
/*	#0b2649 - Primary Navy
/*	#c15327 - Orange
/*	#63bc46 - Green
/*	#0078bc - Blue
/*	#9d1f3e - Red
/*	#939598 - Grey
/*  #d9dadc - Light Grey
/*******************************************************************************************/
* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
body {
    text-align: top;
	text-decoration: none;     /* Anchor with no underline */
    color: #000;
}
#pageContainer {
    width: 960px;              /* Width of the entire page content */
	text-align: left;
	margin: auto;              /* centers the DIV content */
    border:1px solid #0b2649;  /* 1 pixel Navy border */
}
img {
	border: none;
}
sup {
    font-size: .60em;
    vertical-align: text-top;
}
ul {
    list-style: disc;
    padding: 0px;
    margin: 0px;
}
ul li {
    margin: 0 0 0 15px;
    padding: 0px;
}

/*******************************************************************************************/
/*               MAIN BODY CSS                                                             */
/*******************************************************************************************/
.main_body {
	position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /* padding: 5px 5px 5px 5px; */
    text-align: top;
	width:100%
    height:auto !important;
    min-height: 300px; /* FF 345 IE 300 -- for 1024x768*/
}
.main_body a {
	text-decoration: none;  /* Anchor with no underline */
	color: #9d1f3e;         /* red body text for links */
}
.main_body a:hover {
	text-decoration: underline; /* on hover then underline */
	color: #6598b8;
}


/*******************************************************************************************/
/*                                                                                         */
/*******************************************************************************************/
fieldset {
    margin: 20px 0px 20px 20px;
	padding: 20px 20px 20px 20px;
	background-color:transparent;
	border-width:1px 0px 1px 1px;
	border-style:solid;
	border-color:#939598; 	/* Grey border for fieldset. */
	overflow: auto; 		/* Options: auto / visible / hidden ; */
	height: 100%;           /* CHANGED FROM width: 90%; */
}
.box_left {
    margin: 20px 20px 20px 0px; border-width:1px 1px 1px 0px;
}
.box_right {
    margin: 20px 0px 20px 20px; border-width:1px 0px 1px 1px;
}
.red, red {
	font-size: 1.3em;
	line-height: 1.33em;
	color: #9d1f3e;
    margin-top: 15px;
    margin-bottom: 5px;
}
.blue, blue {
	font-size: 1.3em;
	line-height: 1.37em;
	color: #0b2649;
	margin-top: 15px;
	margin-bottom: -10px;
}
.grey, grey {
	font-size: 1.3em;
	line-height: 1.37em;
	color: #939598;
    font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
}
.lt_blue, lt_blue {
	font-size: 1.3em;
	line-height: 1.33em;
	color: #6598b8;
    font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
}
#page_title {
    margin-top: 30px;
    margin-bottom: 20px;
	padding: 10px 40px;
	background-color:#9d1f3e;   /* Red background */
	color:#fff; 			    /* White text */
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	line-height: 100%;
    width: 340px;
}
#page_title a {
    color: #fff;
}
/* Styles for bullet list on main home page */
#logo_area ul {
    list-style: disc;
    padding: 0px;
    margin: 0px;
}
#logo_area li {
    font-size: .95em;
    margin: 0 0 0 15px;
    padding: 0px;
}



/* Defaults */
h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 10px 0 0 0;
}
hr { border: 1px solid #121212; /* color: #333; */ }
pre {
    height: auto;
    overflow-x:scroll;
}
p {  font-size: 1em; }
a, a:link, a:visited {
  color: #939598;
  text-decoration: none;
}
a:hover {
  color: #6598b8;
  text-decoration: underline;
}
a img {
  border: none;
}
blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
}
code {
  color: #3366cc;
  font-style: italic;
}
strong {
  font-size: 110%;
}
body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
}

/* Header and wrapper */
#wrapper {
    width: 960px;              /* Width of the entire page content */
    text-align: left;
    margin: 0 auto;            /* centers the DIV content */
    border:1px solid #0b2649;  /* 1 pixel Navy border */
    padding: 0;
}

/*******************************************************************************************/
/*                   HEADER RELATED CSS                                                    */
/*******************************************************************************************/
#sign-in {
    position: relative;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
    text-align: right;
    width: 950px;
    color: #fff;
    background: #0b2649;
    font-size: 12pt;
    font-weight: bold;
}
#header-logo{
    height: 110px; /* 100px; */
    padding: 10px 0px 10px 10px;
    margin: 0px;
    background: #0b2649;
    text-align: left;
}
#header-area {
	height: 200px;
	width: 960px;
	background: #d9dadc; /* Default color - light grey */
}
#header-text {
    position: relative;
    top: -200px;
    z-index: 20;
    height: 200px;
    width: 900px;
    margin-left: 60px;
    border: 0px solid red;
}
.header_bold { font-size: 2.42em; /* 34px; */ line-height: 1.25em; /* 42px; */ }
.header_blue { color: #0078bc; }
.header_white {	color: #fff; }
#header-rings {
    display: none; /* added this to remove it from the display on 06/17/09 */
    position: absolute;
    top: 152px; /* 131px; /* 121px; */
    left: 200px;
    height: 200px;
    filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;
    z-index: 15;
}
#header-photo {
    position: relative;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 960px;
    z-index: 10;
}

/*******************************************************************************************/
/*                   NAVIGATION / MENU RELATED CSS                                         */
/*******************************************************************************************/
.navigationContainer { background: #fff; width: 960px; float:left; }
.menu-top-separator { height: 0px; }
.menu-bottom-separator { height: 9px; }
.topNavMenu {
	height:24px;
    background: #0B2649 none repeat scroll 0 0;
    font-size: 1em;
}
.topNavItem { float: left; padding: 5px 15px 4px 15px; margin: 0px; }
.topNavItem a, .topNavItem a:link, .topNavItem a:visited { text-decoration: none; color:#D9D6BD; }
.topNavItem a:hover { color: #F1E0A4; text-decoration: underline; }
.topNavItemSelected {
    font-weight: bold; color: #081351;
}
.NavSpacer { color:#D9D6BD; font-size: .7em; float: left; padding: 0px; margin-top: 3px; filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; }
.secondNavMenu {
	height:24px;
    background: #d9dadc none repeat scroll 0 0;
    color: #0B2649;
    font-size: 1em;
}
.secondNavMenu a { text-decoration: none; color:#0B2649; }
.secondNavMenu a:hover { text-decoration: underline; }
#catnav {
    margin: 20px 0 0 0;
    padding: 0;
    clear: both;
    height: 24px;
    width: 960px;
}
#nav {
    float: left;
    padding: 5px 10px;
    margin: 0px; height: 15px;
    font-weight: normal;
    list-style: none;
}
#nav .current_page_item {
    padding: 0px;
    font-weight: bold;
}
#nav .current_page_ancestor {
    font-weight: bold;
}
#nav ul {
  margin: 0;
  padding: 0;
}
#nav li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #aaa;
}
#nav a {
    line-height: 16px;
    margin: 0;
    padding: 0 10px 0 10px;
    font-size: 1em; /* 14px; */
}
#nav li a:hover {
    color: #6598b8;
    display: block;
    text-decoration: underline;
}
#nav li ul {
    list-style: none;
    position: absolute;
    width: 150px;
    left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}
#nav li li {
    float: left;
    margin: 0;
    padding: 0;
    width: 150px;
}
#nav li li a {
    width: 150px;
    height: 24px;
    line-height: 24px;
    color: #D9D6BD; /* #fff; */
    border-top: 1px solid #131f27;
    background: #040404;
    margin: 0;
    padding: 5px 20px 5px 15px;
}
#nav li li a:hover {
    border-top: 1px solid #131f27;
    background: #000;
    padding: 5px 20px 5px 15px;
}
#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
    position: static;
}
#toprss {
    float: right;
    margin: 10px 15px 0 0;
    display: inline;
    width: 65px;
    line-height: 41px;
}


/**********************************************************************
        SUCKER FISH NAVIGATION STYLES
***********************************************************************/
#suckerfishnav {
    background:#0B2649 repeat-x;
    font-size:1em; /* 14px; */
    line-height: 20px;
    font-family:verdana,sans-serif;
    font-weight:normal;
    width:100%;
    z-index:500;
    padding: 5px 0px;
}
#suckerfishnav .current_page_item {
    padding: 0px;
    font-weight: bold;
}
#suckerfishnav .current_page_ancestor {
    font-weight: bold;
}
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding: 0px;
    margin: 0px;
    border:1px solid #aaa;
    width:100%;
    z-index:500;
}
#suckerfishnav a {
    display:block;
    color:#d9dadc;
    text-decoration:none;
    padding:5px 10px;
}
#suckerfishnav li {
    float:left;
    padding:0;
    border-width: 0 1px 0 0;
    border-color: #AAAAAA;
    border-style: solid;
    margin: 0 0 0 0px;
}
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:200px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    z-index:500;
}
#suckerfishnav li li {
    width:200px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:normal;
    font-family:verdana,sans-serif;
}
#suckerfishnav li li a {
    padding:4px 10px;
    width:200px;
    font-size:1em; /* 14px; */
    color:#0B2649;
}
#suckerfishnav li ul ul {
    margin:-25px 0 0 200px;
}
#suckerfishnav li li:hover {
    background:#0B2649;
    cursor: pointer;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#d9dadc;
    cursor: pointer;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#6598b8;
    cursor: pointer;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#0B2649;
    cursor: pointer;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#d9dadc;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#0B2649;
}

/*** arrows ***/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.40em;  /* .75em;  spacing of arrow from right edge */
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em; /* make it invisible / off the screen */
	overflow:		hidden;
	background: transparent url(/wordpress/wp-content/plugins/multi-level-navigation-plugin/images/arrows-ffffff.png) no-repeat scroll -10px -100px;
	/* background:		url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {   /* give all except IE6 the correct values */
	top:			.8em; /* spacing of arrow vertically from top/bottom edges */
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/*******************************************************************************************/
/*                   FOOTER RELATED CSS                                                    */
/*******************************************************************************************/
#footer {
    position: relative;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	margin: 0 auto;
	background: #fff;
	color: #0b2649;
	height: 85px;
    text-align: center;
}
#footer-logo{
    padding: 10px; margin: 0px;
    background: #fff;
    text-align: center;
}
#footer a{
    color: #939598;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}
#footer .copyright {
	color: #939598;
    font-size: .85em; /* 12px; */
}
#navBottom {
    padding: 5px 15px 4px 15px;
    margin: 0px;
    height: 15px;
	color: #939598;
    border: 0px solid red;
}
#navBottom .current_page_item {
    padding: 0px;
    font-weight: bold;
}
#navBottom .current_page_ancestor {
    font-weight: bold;
}
#navBottom ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
#navBottom li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    height: 15px;
    padding-right: 5px;
    padding-left: 5px;
}
#navBottom a {
    margin: 0;
    /* padding: 0 20px 0 15px; */
    padding: 0 5px 0 5px;
    font-size: 1em; /* 14px; */
    line-height: 16px;
}


/* Top Content */
#main {
  margin: 0px;
  clear: both;
  width: 960px;
  padding-bottom: 5px;
}
#contentwrapper {
  float:left;
  width: 960px;
  margin: 0;
  padding: 0;
}
#contentwrapper2 {
  float:left;
  width: 900px;
  margin: 0 0 15px 0;
  padding: 0;
}
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 1em;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
}


/* Misc */
.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }
.wp-caption p.wp-caption-text {
  font-size: .8em;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }


img#wpstats{display:none}
