@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------

	Created by elykinnovation, inc. - http://www.elykinnovation.com
	Jacksonville, Florida - Web Design Company

--------------------------------------------------------------------------------------------------- */
* {
	-moz-outline:none;
	outline: none;
}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
.iepngfix { behavior: url(css/iepngfix.htc); }
 

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */
a:link,
a:visited {
	color: #27507C;
	text-decoration: underline;
}

a:hover,
a:visited:hover {
	color: #3399ff;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}

p {
	line-height: 18px;
}

p.tiny {
	font-size: 10px;
	color: #999;
}

.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px;
	width: 955px; /* Make this number 10px wider than actual design for ie issues */
}

.admin {
	text-align: left;
	width: 98%;
	float: left;
	margin: 0 15px;
}

.header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	width: 945px;
	height: 157px;
}

pre {
	font-family: inherit;
	display: inline;
}

.side_a {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 240px;
}

.side_b { 
	float: left;
	margin: 5px 0px 0px 9px;
	padding: 0px 0px 0px 0px;
	width: 700px;
}

.side_c {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	width: 945px;
}

.footer {
	float: left;
	clear: both;
	margin: 0px 0px 8px 3px;
	padding: 10px;
	background: #efefef;
	width: 918px;
	height: 30px;
	border: 1px solid #27507c;
	text-align: center;
}


/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

.logo a {
	float: left;
	display: block;
	text-decoration: none;
	width: 182px;
	height: 81px;
	background-image: url(../images/logo-sbrn.png);
	background-repeat: no-repeat;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ---------------------------------------------------------------------------

	Header Elements

--------------------------------------------------------------------------- */

.login_container {
	width: 440px;
	height: 36px;
	padding: 6px 8px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}

.login_title {
	padding: 4px 6px 0px 2px;
	margin: 0px 5px 0px 5px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

.login_box {
	width: 130px;
	height: 19px;
	border: 1px solid #7F9DB9;
	padding: 3px 0px 0px 4px;
	margin: 0px 5px 0px 0px;
	float: left;
	font-size: 11px;
}

.login_button {
	padding: 1px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.tagline {
	width: 700px;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.search_container {
	width: 224px;
	height: 36px;
	padding: 6px 8px 0px 0px;
	margin: 15px 0px 0px 0px;
	float: right;
}

.search_box {
	width: 130px;
	height: 19px;
	border: 1px solid #7F9DB9;
	padding: 3px 0px 0px 17px;
	margin: 0px 5px 0px 0px;
	float: left;
	font-size: 11px;
	background-image: url(../images/magnifier.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

.nav {
	float: left;
	width: 682px;
	height: 30px;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

.nav ul {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

.nav ul li {
	float: left;
	padding: 0px 8px 0px 0px;
	color: #fff;
	list-style: none;
}

.nav ul li a:link,
.nav ul li a:visited {
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #27507C;
}

.nav ul li a:hover,
.nav ul li a:visited:hover,
.nav ul li a.selected {
	color: #000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	border: 1px solid #72507c;
	border-bottom: 1px solid #fff;
}

.nav ul li.members_only a:link,
.nav ul li.members_only a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/members-button-bg.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 30px;
	border: 1px solid #27507C;
	border-bottom: 1px solid #026b3b;
}

.nav ul li.members_only a:hover,
.nav ul li.members_only a:visited:hover {
	color: #FFFF99;
	text-decoration: none;
	margin: 0px 0px 0px 30px;
	background-color: #fff;
	border: 1px solid #27507C;
	border-bottom: 1px solid #026b3b;
}


/* ---------------------------------------------------------------------------

	Banner Elements

--------------------------------------------------------------------------- */

div.banner {
	width: 945px;
	float: left;
	padding: 0 0 0 0;
	margin: 8px 0 10px 0px;
	background-image: url(../images/banner-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.banner > div {
	width: 100%;
	height: 220px;
	float: left;
	padding: 8px 8px 8px 8px;
	margin: 0px 0 0 0;
	background-image: url(../images/banner-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.banner-rotate {
	float: left;
	width: 640px;
	height: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
}

.button-join-the-sbrn {
	float: right;
	width: 195px;
	height: 33px;
	background-image: url(../images/button-join-the-sbrn-now.png);
	background-repeat: no-repeat;
	margin: 170px 15px 10px 0px;
	padding: 7px 0px 0px 35px;
	font-size: 16px;
}

.button-join-the-sbrn a {
	text-decoration: none;
	color: #27507C;
}

.button-join-the-sbrn a:hover {
	color: #3399ff;
}

.success-stories {
	float: left;
	width: 274px;
	height: 220px;
	background-image: url(../images/success-story-bg.png);
	background-repeat: no-repeat; 
	padding: 10px 0px 0px 10px;
}

.story-mathis {
	float: left;
	width: 274px;
	height: 220px;
	background-image: url(../images/success-story-bg-mathis.png);
	background-repeat: no-repeat;
	padding: 1px 0px 0px 10px;
}

.success-stories span { 
	width: 140px;
	float: left;
	margin: 35px 0px 0px 126px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #333;
}

.ss-link a{
	float: left;
	margin: 20px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	color: #0099ff;
	text-decoration: underline;
}

.ss-link a:hover{
	color: #006699;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------

	Titles

--------------------------------------------------------------------------- */

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 20px;
	font-weight: lighter;
	color: #016a3a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1.underline {
	font-size: 20px;
	font-weight: lighter;
	border-bottom: 1px solid #ccc;
	color: #016a3a;
	margin: 0 26px 10px 0;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3 {
	font-size: 14px;
	font-weight: lighter;
	color: #27507c;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3.underline {
	font-size: 14px;
	font-weight: lighter;
	border-bottom: 1px solid #ccc;
	color: #27507c;
	margin: 0 120px 10px 0;
	padding: 4px 0 8px 0;
}

h2.success_story_title {
	font-size: 26px;
	font-weight: lighter;
	color: #016a3a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2.ss {
	font-size: 16px;
	font-weight: lighter;
	color: #27507c;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */


.hide {
	visibility: hidden;
	display: none;
	text-indent: -8520px;
}

.pictureframe {
	border: #000 1px solid;
	padding: 4px;
}

.ss-picture {
	border: #006699 1px solid;
	padding: 2px;
	margin: 10px;
	float: right;
}

.floatleft {
	float: left;
	border: none;
}

.floatright {
	float: right;
	border: none;
}

.clear {
	clear: both;
	background-color: transparent;
	height: 1px;
}

.green {
	color: #016a3a;
}

.copy {
	margin: 10px 0px 0px 0px;
}

.region-banner {
	margin: 0px 0px 15px 0px;
	border: #ccc 1px solid;
}

.fifty-left {
	float: left;
	width: 320px;
	margin: 0px 0px 0px 0px;
}

.fifty-right {
	float: right;
	width: 320px;
	margin: 0px 0px 0px 0px;
}

/* ---------------------------------------------------------------------------

	Side Nav

--------------------------------------------------------------------------- */

.side-nav-divider {
	float: left;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	width: 220px;
	height: 22px;
	background-image: url(../images/side-nav-divider-bg.png);
	color: #016A3A;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0px 0px 8px;
	margin: 10px 0px 10px -6px;
}

.side-nav-divider-first {
	float: left;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	border-top: none;
	width: 220px;
	height: 22px;
	background-image: url(../images/side-nav-divider-bg.png);
	color: #016A3A;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0px 0px 8px;
	margin: -6px 0px 10px -6px;
}

.side-nav-list {
	float: left;
	width: 230px;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
}

.side-nav-list ul {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	text-indent: 1px;
	list-style: none;
	color: #27507C;
}

.side-nav-list li {
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 11px;
	font-weight: bold;
}

.side-nav-list li  a:link,
.side-nav-list li a:visited {
	background-image: url(../images/list-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #27507C;
	text-decoration: underline;
	padding: 0px 0px 0px 10px;
}

.side-nav-list li a:hover,
.side-nav-list li a:visited:hover {
	color: #3399ff;
	text-decoration: none;
}

.side-nav-list ul li ul a:link,
.side-nav-list ul li ul a:visited {
	color: #0066ff;
	text-decoration: underline;
	background-image: none;
	font-weight: normal;
	padding: 0px 0px 0px 1px;
}

.side-nav-list ul li ul a:hover,
.side-nav-list ul li ul a:visited:hover {
	color: #3399ff;
	text-decoration: none;
}

.side-nav-list ul li ul li.green a:link,
.side-nav-list ul li ul li.green a:visited {
	color: #339900;
	text-decoration: underline;
	background-image: none;
	font-weight: normal;
}

.side-nav-list ul li ul li.green a:hover,
.side-nav-list ul li ul li.green a:visited:hover {
	color: #3399ff;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */

.links_list {
	float: left;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
}

.links_list ul {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	text-indent: 1px;
	list-style: none;
	color: #27507C;
}

.links_list li {
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 11px;
	font-weight: bold;
}

.links_list li  a:link,
.links_list li a:visited {
	background-image: url(../images/list-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #27507C;
	text-decoration: underline;
	padding: 0px 0px 0px 10px;
}

.links_list li a:hover,
.links_list li a:visited:hover {
	color: #3399ff;
	text-decoration: none;
}

.links_list ul li ul a:link,
.links_list ul li ul a:visited {
	color: #0066ff;
	text-decoration: underline;
	background-image: none;
	font-weight: normal;
	padding: 0px 0px 0px 1px;
}

.links_list ul li ul a:hover,
.links_list ul li ul a:visited:hover {
	color: #3399ff;
	text-decoration: none;
}

.links_list ul li ul li.green a:link,
.links_list ul li ul li.green a:visited {
	color: #339900;
	text-decoration: underline;
	background-image: none;
	font-weight: normal;
}

.links_list ul li ul li.green a:hover,
.links_list ul li ul li.green a:visited:hover {
	color: #3399ff;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------

	Lists

--------------------------------------------------------------------------- */

.faqs-list ul {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 15px;
	text-indent: 1px;
}

.faqs-list li {
	margin: 0px 0px;
	padding: 4px 0px;
	line-height: 18px;
}

.newsletter-list ul {
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 10px 15px;
	text-indent: 1px;
}

.newsletter-list li {
	margin: 0px 0px;
	padding: 4px 0px;
	line-height: 16px;
}

.no-dot ul {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 20px 5px;
	text-indent: 1px;
	list-style: none;
}

.no-dot li {
	margin: 0px 0px;
	padding: 4px 0px;
}

.risk-mgmt-left {
	float: left;
	width: 320px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.risk-mgmt-left ul {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	text-indent: 1px;
	list-style: none;
}

.risk-mgmt-left li {
	margin: 0px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #d8d8d8;
}

.risk-mgmt-right {
	float: left;
	width: 300px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
}

.risk-mgmt-right ul {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 20px;
	text-indent: 1px;
}

.risk-mgmt-right li {
	margin: 0px 0px;
	padding: 6px 0px;
	line-height: 18px;
}

.risk-mgmt-right img {
	float: left;
	margin: 10px 0px 15px 0px;
}

.ss-list ul {
	padding: 0px 0px 0px 5px;
	margin: 16px 0px 20px 5px;
	text-indent: 1px;
	list-style: none;
}

.ss-list li {
	margin: 0px 0px;
	padding: 8px 0px;
	border-bottom: 1px solid #d8d8d8;
	line-height: 18px;
}

.ss-list li span {
	font-weight: bold;
	color: #009999;
}

.friends-of-list {
	padding: 15px;
	margin: 15px 0px 15px 0px;
	border: 1px solid #006699;
}

.friends-of-list ul {
	 padding: 0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
	 text-indent: 1px;
	 list-style: none;
	 line-height: 20px;
}

.friends-of-list li {
	margin: 0px 5px;
	padding: 4px 0px;
	font-size: 13px;
	border-bottom: 1px dotted #dedede;
}

.friends-of-list li ul li {
	margin: 0px 5px;
	padding: 4px 0px;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	border-bottom: 1px dotted #fff;
}

.friends-of-list li.platinum {
	color: #999;
	margin: 0px 5px;
	padding: 4px 0px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #dedede;
}

.friends-of-list li.gold {
	color: #FFCC00;
	margin: 0px 5px;
	padding: 4px 0px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #dedede;
}

.friends-of-list li.silver {
	color: #ccc;
	margin: 0px 5px;
	padding: 4px 0px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #dedede;
}

.friends-of-list li.bronze {
	color: #CD9114;
	margin: 0px 5px;
	padding: 4px 0px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #dedede;
}

.friends-of-list li.friends {
	color: #629DD9;
	margin: 0px 5px;
	padding: 4px 0px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #dedede;
}


/* ---------------------------------------------------------------------------

	Footer Links

--------------------------------------------------------------------------- */

.footer_list {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
}

.footer_list_home {
	float: left;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
}


.footer_list ul,
.footer_list_home ul {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	text-indent: 1px;
	list-style: none;
	color: #27507C;
}

.footer_list li,
.footer_list_home li {
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 11px;
	font-weight: bold;
}

.footer_list li  a:link,
.footer_list li a:visited,
.footer_list_home li  a:link,
.footer_list_home li a:visited  {
	background-image: url(../images/list-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #27507C;
	text-decoration: underline;
	padding: 0px 0px 0px 10px;
}

.footer_list li a:hover,
.footer_list li a:visited:hover,
.footer_list_home li a:hover,
.footer_list_home li a:visited:hover {
	color: #3399ff;
	text-decoration: none;
}

.footer_list ul li ul a:link,
.footer_list ul li ul a:visited,
.footer_list_home ul li ul a:link,
.footer_list_home ul li ul a:visited {
	color: #0066ff;
	text-decoration: underline;
	background-image: none;
	font-weight: normal;
	padding: 0px 0px 0px 1px;
}

.footer_list ul li ul a:hover,
.footer_list ul li ul a:visited:hover,
.footer_list_home ul li ul a:hover,
.footer_list_home ul li ul a:visited:hover {
	color: #3399ff;
	text-decoration: none;
}



.footer-points-list ul {
	width: 210px;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 0px 5px;
	text-indent: 1px;
	list-style: none;
	color: #27507C;
}

.footer-points-list li {
	margin: 0px 0px;
	padding: 0px 0px 6px 15px;
	font-size: 11px;
	background-image: url(../images/list-sq.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.footer-points-list-home ul {
	width: 290px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 5px;
	text-indent: 1px;
	list-style: none;
	color: #27507C;
}

.footer-points-list-home li {
	margin: 0px 0px;
	padding: 0px 0px 6px 15px;
	font-size: 11px;
	background-image: url(../images/list-sq.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}


/* ---------------------------------------------------------------------------

	Boxes

--------------------------------------------------------------------------- */

.homepage-tagline {
	float: left;
	clear: both;
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.body-content {
	width: 100%;/*696px;*/
	float: left;
	padding: 0 0 0 0;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/body-content-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.side_c div.body-content {
	width: 945px;
	background-image: url(../images/banner-bg.png);
}

.side_c div.body-content > div {
	width: 905px;
	float: left;
	padding: 3px 20px 13px 20px;
	margin: 10px 0 0 0;
	background-image: url(../images/body-content-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.side_b div.body-content > div {
	width: 656px;
	float: left;
	padding: 8px 20px 13px 20px;
	margin: 10px 0 0 0;
	background-image: url(../images/body-content-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.side_c div.body-content > div {
	background-image: url(../images/banner-bottom.png);
}
div.side-nav {
	width: 236px;
	float: left;
	padding: 0 0 0 0;
	margin: 5px 0 10px 0px;
	background-image: url(../images/side-nav-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.side-nav > div {
	width: 100%;
	float: left;
	padding: 0px 10px 10px 10px;
	margin: 10px 0 0 0;
	background-image: url(../images/side-nav-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}


div.border {
	border: 4px solid #ccc;
	-webkit-border-image: url(/images//border-image.png) 4 4 4 4 stretch;
	-moz-border-image: url(/images//border-image.png) 4 4 4 4 stretch;
}

div.box-one {
	width: 466px;
	float: left;
	padding: 0 0 0 0;
	margin: 0px 0 10px 0;
	background-image: url(../images/box-one-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.box-two {
	width: 466px;
	float: left;
	padding: 0 0 0 0;
	margin: 0px 0 10px 12px;
	background-image: url(../images/box-one-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.box-one > div, div.box-two > div {
	width: 100%;
	height: 280px;
	float: left;
	padding: 0px 10px 10px 13px;
	margin: 10px 0 0 0;
	background-image: url(../images/box-one-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.button-newsletter a {
	float: left;
	text-decoration: none;
	width: 185px;
	height: 33px;
	background-image: url(../images/button-newsletter.png);
	background-repeat: no-repeat;
	margin: 8px 0px 18px 0px;
	padding: 7px 0px 0px 25px;
	font-size: 16px;
	color: #27507C;
}

.button-newsletter a:hover {
	color: #3399ff;
}


div.box-footer,
div.box-footer_home {
	width: 945px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	background-image: url(../images/box-footer-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.box-footer > div {
	width: 100%;
	height: 190px;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0 0 0;
	background-image: url(../images/box-footer-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.box-footer_home > div {
	width: 100%;
	height: 110px;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0 0 0;
	background-image: url(../images/box-footer-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.footer-links-container {
	width: 450px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.find-location-container {
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	float: left;
}

.find-location-container form {
	display: inline;
}

.find-location-box {
	width: 90px;
	height: 19px;
	border: 1px solid #7F9DB9;
	padding: 3px 0px 0px 5px;
	margin: 0px 5px 0px 0px;
	float: left;
	font-size: 11px;
}

.find-location-container span {
	display: block;
	width: 160px;
	height: 20px;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #27507C;
}

.footer-points {
	width: 470px;
	float: left;
	margin: 42px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* ---------------------------------------------------------------------------

	Information Tables

--------------------------------------------------------------------------- */

.info_table {
	width: 100%;
}

.info_table > tr > th,
.info_table > tr > td {
	padding: 2px 5px;
}

.info_table tr.dark{
	background-color: #ccc;
}

.info_table tr.light{
	background-color: #ddd;
}

.info_table tr.published {
	background-color: #aaffaa;
}

.info_table tr.featured.light
{
	background-color: #eeeeaa;
}

.info_table tr.featured.dark
{
	background-color: #cccc88;
}
.info_table_header {
	/*background-color: #ddd;*/
}

.info_table_header_dark {
	background-color: #1371A5;
}

.info_table_header_dark th {
	padding: 4px;
	color: #FFF;
}

.info_table tr.break th,
.info_table tr.break td {
	padding-top: 15px;
	font-size: 17px;
	color: #046C3B;
	font-weight: bold;
}

.info_table tr.break_small th,
.info_table tr.break_small td {
	padding-top: 10px;
	font-size: 14px;
	color: #046C3B;
	font-weight: bold;
}

.info_table tr.break_tiny th,
.info_table tr.break_tiny td {
	padding-top: 10px;
	font-size: 12px;
	color: #046C3B;
	font-weight: bold;
}

.info_table fieldset {
	border: 1px solid #27507C;
	margin-bottom: 10px;
}

.info_table fieldset legend {
	font-size: 15px;
	color: #27507C;
	font-weight: bold;
}

.info_table fieldset table.nametags {
	margin-bottom: 10px;
}

.info_table tr.break_blue th,
.info_table tr.break_blue td {
	padding-top: 10px;
	font-size: 17px;
	color: #27507C;
	font-weight: bold;
}

.info_table button {
	background: transparent;
	border: none;
}

.info_table th {
	vertical-align: top;
}

.application .info_table td,
.application .info_table tr.light td {
	background-color: #F3F3F5;
	padding: 5px 7px;
}

.application .info_table th,
.application .info_table tr.light th  {
	background-color: #DFDFE6;
	padding: 5px 7px;
}

.application .info_table tr.dark td {
	background-color: #DFDFE6;
}

.application .info_table tr.dark th  {
	background-color: #CCCCD7;
}

.application .info_table tr.break th {
	background-color: #EBEBEB;
}

.application .info_table tr.break td {
	background-color: transparent;
	padding-top: 15px;
	font-size: 17px;
	color: #046C3B;
	font-weight: bold;
}

/* ---------------------------------------------------------------------------

	Tabmin

--------------------------------------------------------------------------- */

.action_button {
	width: 16px;
	height: 16px;
	margin: 2px 2px;
	padding: 0;
	float: left;
}

.action_button * {
	margin: 0;
	padding: 0;
	display: inline;
}

.action_button img {
	border: none;
}


.throbber_wrapper {
	min-height: 400px;
	overflow: hidden;
	position: relative;
}

.throbber_overlay {
	padding: 30px 10px 30px 85px;
	top: 45%;
	left: 45%;
	position: fixed;
	overflow: hidden;
	z-index: 10;
	background: white url(../images/loader.gif) 5px 50% no-repeat;
	border: 1px solid #999;
	font-weight: bold;
}

#prospect_application {
	position: relative;
}

.icon_yes,
.icon_no {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
}
.icon_no {
	background-image: url(../images/decline.png);	
}
.icon_yes {
	background-image: url(../images/accept.png);
}
.prospect_approved,
.prospect_notapproved,
.prospect_pending {
	border: thin solid #000000;
	font-weight: bold;
	margin-right: 10px;
}

.prospect_approved {
	background-color: #00CC00;
	color: #FFFFFF;
}
.prospect_notapproved {
	background-color: #FF0000;
	color: #FFFFFF;
}
.prospect_pending {
	background-color: #FFFF00;
	color: #000000;
}

.alphabet_sort a:link {
	color: #046C3B;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}

.prospect_dashboard {
	margin: 0 0 10px 0;
	border: 1px solid black;
}

/* -------------------------------------------------------
-------- Profile styles ----------------------------------
---------------------------------------------------------*/
.member_profile {
	border-collapse: collapse;
	width: 530px;
}

.member_profile th, 
.member_profile td {
	vertical-align: top;
}

.member_profile tr.profile_header th{
	font-size: 14px;
	font-weight: lighter;
	border-bottom: 1px solid #ccc;
	color: #27507c;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.member_profile td {
	padding-top: 10px;
}


.expert_image div.image {
	text-align: center;
	margin-top: 20px;
}

.expert_image div.label {
	text-align: center;
	margin-top: 10px;
}

.expert_table {
	width: 100%;
	margin-top: 15px;
}

.expert_table input[type=text] {
	height: 25px;
	font-size: 16px;
	width: 100%;
}

.expert_table input[type=submit] {
	height: 25px;
	font-size: 16px;
	border: 1px solid;
}

.expert_table textarea {
	font-size: 16px;
	width: 100%;
	height: 200px;
	font-family: inherit;
}

.expert_heading {
	font-size: 16px;
	margin-bottom: 20px;
}

.expert_question_container {
	float: left;
	width: 520px;
}

.expert_experts_container {
	float: left;
	width: 120px;
	margin-left: 16px;
}

.expert_question {
	margin-top: 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.expert_question_title a,
.expert_question_title {
	color: #27507C;
	float: left;
	font-size: 15px;
	height: 20px;
	text-decoration: none;
}
.expert_question_title a:hover {
	text-decoration: underline;
}

.expert_question_question {
	padding-top: 10px;
	margin-left: 0px;
}

.expert_question_asker {
	margin-top: 5px;
	font-size: 10px;
	float: right;
}

.expert_answer_form {
	margin-top: 8px;
	padding-top: 8px;
}

.expert_answer_form textarea{
	margin-top: 6px;
	width: 100%;
	height: 200px;
	font-family: inherit;
	font-size: 13px;
}

.expert_answer_form input[type=submit] {
	margin-top: 10px;
	height: 25px;
	font-size: 16px;
	border: 1px solid;
}

.expert_answers_heading {
	font-size: 16px;
	color: #016A3A;
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #000;
	margin-top: 8px;
	padding-top: 18px;
	padding-bottom: 3px;
}

.expert_answer_container {
	margin-top: 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.expert_answer_container .answer {
	padding-top: 10px;
	margin-left: 0px;
}

.expert_answer_container .unpublished {
	background-color: #ffcccc;
	color: #aa0000;
	border: 1px solid;
	padding: 15px;
	float: left;
	margin-top: 6px;
}

.expert_answer_container .avatar_container {
	float: right;
	width: 200px;
	margin-top: 6px;
}

.expert_answer_container .avatar_container .avatar {
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 5px;
}

.expert_answer_container .avatar_container .expert {
	float: left;
	height: 45px;
	width: 150px;
	padding: 0;
}

.expert_answer_container .avatar_container .expert .name,
.expert_answer_container .avatar_container .expert .time {
	float: left;
}

.expert_answer_container .avatar_container .expert .time {
	font-size: 10px;
}

.expert_answer_container .avatar_container .expert .time a {
	color: #27507C;
}

.expert_answer_container .avatar_container .expert .time a:hover,
.expert_answer_container .avatar_container .expert .time a:visited:hover {
	color: #3399ff;
	text-decoration: none;
}

.expert_answer_container .avatar_container .expert .name a {
	font-size: 14px;
	color: #27507C;
}

.expert_answer_container .avatar_container .expert .name a:hover,
.expert_answer_container .avatar_container .expert .name a:visited:hover {
	color: #3399ff;
	text-decoration: none;
}
.pending_questions {
	width: 636px;
	height: 15px;
	border: 1px solid;
	color: #aa0000;
	background-color: #ffcccc;
	padding: 10px;
	margin-bottom: 10px;
}

.expand_collapse {
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 16px;
	height: 16px;
	float: left;
}

.ask_an_expert_search {
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-bottom: 8px;
	float: left;
	width: 100%;
}

.ask_an_expert_search form {
	float: right;
}

/*.ask_an_expert_search input[type=submit] {
	font-size: 16px;
	border: 1px solid;
	color: black;
	text-decoration: none;
	background-color: #F0F0F0;
	padding: 2px;
}*/

.ask_a_question {
	float: left;
	font-size: 16px;
	border: 1px solid;
	color: black;
	text-decoration: none;
	background-color: #F0F0F0;
	padding: 2px;
}

.collapsed {
	background-image: url(../images/section_expanded.png);
}

.expanded {
	background-image: url(../images/section_collapsed.png);
}

.speakers_search {
	width: 240px;
	float: right;
	margin-bottom: 15px;
}

.speakers_search select {
	width: 150px;
	font-size: 10px;
}

.speakers_search input[type=text] {
	width: 150px;
	height: 19px;
	border: 1px solid #7F9DB9;
	font-size: 11px;
}

.speakers_search textarea {
	width: 100%;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	font-family: inherit;
}

.speaker_search_header {
	margin-bottom: 8px;
}

.speaker_wrapper {
	float: left;
}

.speaker_wrapper .avatar {
	float: left;
	width: 100px; 
	height: 100px;
	margin: 5px;
	padding: 0;
}
.speaker_wrapper .name {
	float: left;
	margin-top: 5px;
	font-size: 13px;
	width: 300px;
	color: #016A3A;
	font-weight: bold;
	text-decoration: none;
}

.speaker_wrapper .name a {
	color: #016A3A;
	font-weight: bold;
	text-decoration: none;
}

.speaker_wrapper .name_wrapper {
	float: left;
	width: 300px;
}

.speaker_wrapper .bio {
	float: left;
	margin-top: 8px;
}

.highlight {
	background-color: #FFFF00;
}

.network_directory {
	font-size: 11px;
}

.network_directory > tbody > tr > td {
	padding: 5px;
	width: 33%;
	height: 50px;
	background-color: #E9EEF4;
	vertical-align: middle;
}

.network_directory td img{
	float: left;
	margin: 0 5px 0 0;
}

.network_directory td a:link {
	color: #3A81FF;
	text-decoration: none;
}

.network_directory td a:hover {
	text-decoration: underline;
}

.network_directory_listing {
	margin: 10px 0;
	padding: 10px;
	background-color: #E9EEF4;
}

.network_directory_listing .member_profile {
	width: 520px;
}

.speaker_notification,
.expert_notification {
	padding: 1px 0 0 19px;
	margin: 3px 0 3px 0;
	background-repeat: no-repeat;
	height: 16px;
	font-size: 11px;
}

.speaker_notification {
	background-image: url(../images/microphone.png);
}

.expert_notification {
	background-image: url(../images/user_suit_black.png);
}

.whats_this {
	height: 18px;
	float: left;
	background-image: url(../images/tabmin/help.png);
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 0 10px;
}

iframe.information-library {
	width: 100%;
	height: 1055px;
	border: none 0;
}

.small-calendar-col {
	float: right;
	width: 186px;
	margin: 0px 0px 0px 0px;
}

.region-home {
	float: left;
	width: 450px;
	margin: 0px 0px 0px 0px;
}

/********************************************************
	Calendar Stuff
*************************************/

.event_wrapper {
	width: 100%;
	color: #666666;
	border-bottom: 2px dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.event_wrapper:last-child {
	border-bottom: none;
}

.event_wrapper .title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

.event_wrapper .time {
	font-weight: normal;
	font-size: 11px;
}

.event_wrapper .label {
	font-weight: bold;
	
}

.event_wrapper .description {
	margin-top: 10px;
}

.event_scroller {
	max-height: 400px;
	overflow: auto;
}

.email-address,
.password {
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

.email-address {
	background-image: url(../images/email-address.png);
}

.password {
	background-image: url(../images/password.png);
}

.champions-iframe {
	width: 100%;
	border: none;
	height: 1300px;
	overflow: hidden;
}