/***************************************************************/
/* main page setup start */
/***************************************************************/
body {
margin:0 auto;
padding:0;
font-family: Arial, sans-serif;
}
#above_wrap {
width:970px;
height:auto;
margin:12px auto 0px; 
}
#above_wrap a.home {
color:#555458;
padding:10px 0 0 32px;
margin-left:16px;
font-size:0.9em;
font-weight:bold;
display:inline-block;
width:25px;
height:15px;
background: url(img/icon_home.png) no-repeat;
}
#above_wrap a.log_in {
padding:8px 0 0 40px;
margin-left:16px;
color:#4cbedf;
font-size:0.9em;
font-weight:bold;
display:inline-block;
width:48px;
height:16px;
background: url(img/icon_lock_blue_closed.png) no-repeat;
}
#above_wrap a.log_out {
padding:8px 0 0 40px;
margin-left:16px;
color:#4cbedf;
font-size:0.9em;
font-weight:bold;
display:inline-block;
width:60px;
height:16px;
background: url(img/icon_lock_blue_open.png) no-repeat;
}
#above_wrap a.sign_up {
color:#555458;
padding:8px 0 0 40px;
margin-left:16px;
font-size:0.9em;
font-weight:bold;
display:inline-block;
width:70px;
height:16px;
background: url(img/icon_lock_gray_closed.png) no-repeat;
}
#above_wrap a.account {
padding:8px 0 0 40px;
margin-left:16px;
font-size:0.9em;
font-weight:bold;
display:inline-block;
width:70px;
height:16px;
background: url(img/icon_account.png) no-repeat;
}
#above_wrap span.greeting{
color:#69686b;
font-size:0.8em;
font-weight:bold;
}
	
#wrap {
width:970px;
height:auto;
background-image: url(img/banner_bg.png);
background-repeat: no-repeat;
color:#404040; 
margin:4px auto 0px; 
padding:0;
padding-top:11px;
}
#wrap_tab {
width:970px;
height:auto;
background-image: url(img/banner_tab_bg.png);
background-repeat: no-repeat;
color:#404040;
margin:4px auto 0px;
padding:0;
padding-top:11px;
}
#wrap_clean {
width:970px;
height:auto;
background-image: url(img/banner_bg_clean.png);
background-repeat: no-repeat;
color:#404040;
margin:4px auto 0px;
padding:0;
padding-top:11px;
}
#border {
width:938px;
height:auto;
padding:0 16px;
margin:0px;
/*border-right: 7px #0EB3DB solid;
border-left: 7px #0EB3DB solid;
*/
background: url(img/page_side_borders.png) repeat-y;

float:left; /* this is a hack to get around an ie issue */
position:relative;
}
/***************************************************************/
/* main page setup end */
/***************************************************************/


/****************************************************************************************/
/* main page sections start */
/****************************************************************************************/
#header {
margin-top: 0px;
margin-bottom: 0px;
padding:0px 16px;
height:auto;
/*background-color:black;*/
}

/* Sidebar */
#sidebar {
float:left; 
width:200px;
height:auto;
position:relative;
margin-top:0px; 
padding:4px; 
/*background-color:#e5f7fb;*/
/*border-top:1px solid #0eb3db;
border-bottom: 1px #0eb3db solid;*/
}
#sidebar-med {
float:left; 
margin:0px 4px 8px; 
padding:0px 0 0; 
width:300px;
}
#sidebar-wide {
float:left; 
margin:0px 4px 8px; 
padding:0px 0 0; 
width:400px;
}

#content_full_width {
clear:both;
padding:0px;
margin:0px;
width:940px;
height:440px;
min-height:440px;
position:relative;
/*background-color:blue;*/
}
html>body #content_full_width{height:auto}

#content {
float:right; 
width:720px;
height:auto;
position:relative;
line-height:1.2em; 
margin:0; 
margin-left: 28px; 
margin-top: 0px; 
padding-right:0px; 
text-align:left; 
}

#content-med {
float:right; 
line-height:1.2em; 
margin:0; 
margin-left: 38px; 
margin-top: 40px; 
padding-right:10px; 
text-align:left; 
width:600px;
}

#content-narrow {
float:right; 
line-height:1.2em; 
margin:0; 
margin-left: 38px; 
margin-top: 40px; 
padding-right:10px; 
text-align:left; 
width:500px;
}


#footer {
    clear:both;
    width:auto;
    height:326px;
    background: url(img/footer_bg.png) no-repeat;
    position:relative;
    padding-top:20px;
    margin-bottom:20px;
/*background-color: red;*/
}

#footer h2{
    font-size:1.1em;
}
.footer_text{
	width:400px;
	padding-left:280px;
    padding-top:4px;
	text-align:center;
	float:left;
	height:auto;
    position:relative;
    color:#FFFFFF;
    font-size:0.7em;
	/*background-color: red;*/
}
.scanalert_code{
	float:right;
	width:auto;
	height:auto;
    position:relative;
    margin:0 16px 0 0;
	/*background-color: blue;*/
}

#footer_blue {
clear:both;
width:auto;
height:auto;
position:relative;
color:#FFFFFF; 
font-size:0.8em; 
padding-top:12px;
padding-bottom:10px; 
text-align:center;
background-image: url(../img/btm_bg_blue.gif);
background-repeat: no-repeat;
background-color: #0eb3db;
/*background-color: red;*/
}

#btm_footer{
height:12px;
margin:0;
padding:0;
background-color: gray;
}

.help_text{
margin-top:8px;
width:auto;
height:auto;
position:relative;
/*background-color: gray;*/
}
.help_text_solutions{
margin-top:8px;
margin-right:0px;
width:400px;
height:auto;
position:relative;
/*background-color: red;*/
}
.help_text_solutions-narrow{
margin-top:8px;
margin-right:0px;
width:300px;
height:auto;
position:relative;
/*background-color: red;*/
}
/****************************************************************************************/
/* main page sections end */
/****************************************************************************************/
#remarkable_section{
margin:18px 0 0;
padding:0;
    /*background-color:green;*/
}
#remarkable_links {
    height:auto;
    width:auto;
    position:relative;
    margin:0 0 0 14px;
    padding:0;
}
#remarkable_links li{
list-style:none;
display:inline;
margin:0;
padding:0;
}
#remarkable_links li a{
display:inline-block;
text-decoration:none;
font-weight:700;
font-size:1.2em;
color:#45B4D7;
margin:0;
padding:8px;
}
#remarkable_solutions_link{
width:198px;
height:19px;
background:url(img/tab_solutions.png) no-repeat;
}
#remarkable_solutions_link:hover, #remarkable_solutions_link.current{
background:url(img/tab_solutions.png) no-repeat 0 -36px;
}
#remarkable_businesses_link{
margin:20px 0 0 0;
width:238px;
height:19px;
background:url(img/tab_organisations.png) no-repeat;
}
#remarkable_businesses_link:hover, #remarkable_businesses_link.current{
background:url(img/tab_organisations.png) no-repeat 0 -36px;
}
#remarkable_people_link{
margin:20px 0 0 0;
width:174px;
height:19px;
background:url(img/tab_people.png) no-repeat;
}
#remarkable_people_link:hover, #remarkable_people_link.current{
background:url(img/tab_people.png) no-repeat 0 -36px;
}
span.remarkable_heading_alt_style{
   font-style:italic;
   color:#818285;
}

#remarkables h2.remarkable_heading{
font-weight:700;
font-size:1.1em;
color:#45B4D7;
margin:0;
padding:0;
}
div.indent-remarkable{
margin-left:48px;
}
.sliding_content{
    width:auto;
    height:500px;
    float:left;
    /*background-color:orange;*/
}
#sliding_solutions ul li{
    list-style:none;
    display:inline-block;
    float:left;
    width:404px;
    height:auto;
    margin:8px;
}
#sliding_businesses ul li{
    list-style:none;
    display:inline-block;
    float:left;
    width:124px;
    height:auto;
    margin:8px;
}
#sliding_people ul li{
    list-style:none;
    display:inline-block;
    float:left;
    width:420px;
    height:auto;
    margin:8;
    /*background-color:orange;*/
}
.scroll_left_btn{
    float:left;
    width:50px;
}
.scroll_right_btn{
    float:left;
    width:50px;
}
.btn_slide_prev{
display:inline-block;
width:35px;
height:142px;
margin:180px 8px 0 4px;
background:url(img/btn_slide_prev.png) no-repeat;
}
.btn_slide_prev:hover{
background:url(img/btn_slide_prev.png) no-repeat -35px 0;
}
.btn_slide_next{
display:inline-block;
width:35px;
height:142px;
margin:180px 8px 0 8px;
background:url(img/btn_slide_next.png) no-repeat;
}
.btn_slide_next:hover{
background:url(img/btn_slide_next.png) no-repeat -35px 0;
}

.remarkable_solution{
    width:396px;
    height:64px;
    margin:14px 0px;
    padding:8px 2px;
    background-color:#FFF;
    border:2px solid #45B4D7;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.remarkable_solution_image{
    float:left;
    width:120px;
    padding:0;
    margin:0;
    margin-left:8px;
    /*background-color:#f08080;*/
}
.remarkable_solution_details{
    float:left;
    width:254px;
    padding:0;
    margin:0;
    /*background-color:#90ee90;*/
}
.remarkable_solution_details a {
    font-size:1.0em;
    color:#818285;
    text-decoration:none;
    font-weight:700;
}
.remarkable_solution_details a:hover {
    color:#818285;
    text-decoration:underline;
}

.remarkable_organization{
    width:130px;
    height:90px;
    margin:8px 2px;
    /*background-color:#add8e6;*/
}
.bottom_margin{
    margin-bottom:300px;
}
/****************************************************************************************/
/* header search */
/****************************************************************************************/

#search_form{
    width:auto;
    height:131px;
    position:relative;
    margin:0 0 0 24px;
}

#search_form p.search_text{
    color: #4BBDDE;
    margin:0 0 12px 0;
    padding:0;
    font-size:0.9em;
    font-weight:700;
}
form label.search {
	display: block;
	width: auto;
	font-size: 0.8em;
	padding: 4px 0 4px 8px;
	color:#6d95c8;
	font-weight:bold;
}
form input.search_keyword{
    background: url(img/fld_search.png) no-repeat;
    border: 0 none;
    color: #6D95C8;
    font-size: 1em;
    height: 36px;
    height: 28px\9;
    margin: 0;
    padding: 0 18px 0 34px;
    padding-top:8px\9;
    width: 194px;
}
form input.search_keyword-btn_hover{
    background: url(img/fld_search.png) no-repeat 0px -38px;
    cursor:pointer;
}

form input.search_location{
    background: url(img/fld_location.png) no-repeat;
    border: 0 none;
    color: #6D95C8;
    font-size: 1em;
    height: 36px;
    height: 28px\9;
    margin: 0;
    padding: 0 8px 0 8px;
    padding-top:8px\9;
    width: 208px;
}
form input.search_location-btn_hover{
    background: url(img/fld_location.png) no-repeat 0px -38px;
    cursor:pointer;
}

form input.search-btn{
	background: url(img/btn_find.png) no-repeat;
	width:114px;
	height:36px;
	border: none;
    padding:0;
    margin:22px 0 0 4px;
}
form input.search-btn:hover{
    background: url(img/btn_find.png) no-repeat 0px -38px;
    cursor:pointer;
}
a.find_out_how{
	display:inline-block;
    background: url(img/btn_find_out_how.png) no-repeat;
	width:170px;
	height:36px;
	border: none;
    padding:0;
    margin:42px 0 0 110px;
}
a.find_out_how:hover{
    background: url(img/btn_find_out_how.png) no-repeat 0px -38px;
    cursor:pointer;
}
/****************************************************************************************/
/* tabs start */
/****************************************************************************************/
#top_tabs{
float:right;
margin:33px 33px 0 0;
}
* html #top_tabs{
float:right;
margin:18px 4px 0 0;
}
#top_tabs ul li{
list-style:none;
display:inline;
}
#top_tabs ul li a{
display:inline-block;
width:102px;
height:12px;
padding:8px 0;
color:#276b7e;
text-decoration:none;
text-align:center;
font-size:1.0em;
font-weight:bold;
background:url(img/tab_small.png) no-repeat;
}
#top_tabs ul li a.med{
display:inline-block;
width:132px;
height:12px;
padding:8px 0;
color:#276b7e;
text-decoration:none;
text-align:center;
background:url(img/tab_med.png) no-repeat;
}
#top_tabs ul li a:hover{
color:#FFF;
background-position:0 -30px;
}
/****************************************************************************************/
/* tabs end */
/****************************************************************************************/


/****************************************************************************************/
/* formatting of html tags starts */
/****************************************************************************************/
/* Headers */
h1, #content_full_width h1 {
color:#757370; 
font-size:1.0em; 
font-weight:800; 
margin:0px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 2px;
padding-right: 2px;
}
h2, #content_full_width h2 {
/*color:#555458;*/
color:#6D95C8;
font-size:0.8em; 
font-weight:800; 
margin:0px; 
padding-top: 8px;
padding-left: 0px;
padding-bottom: 2px;
padding-right: 2px;
}
h3, #content_full_width h3 {
color:#757370; 
font-size:0.8em; 
font-weight:800; 
margin:0px; 
padding-top: 8px;
padding-left: 0px;
padding-bottom: 2px;
padding-right: 2px;
}
#content_full_width .sliding_content h3 {
color:#757370;
font-size:1.0em;
font-weight:800;
margin:0px;
padding-top: 2px;
padding-left: 0px;
padding-bottom: 2px;
padding-right: 2px;
}
h4, #content_full_width h4 {
color:#757370; 
font-size:0.76em; 
font-weight: 700; 
margin:0px; 
padding-top: 8px;
padding-left: 2px;
padding-bottom: 2px;
padding-right: 2px;
}

a, #sidebar h2 a {
	/*color:#555458;*/
	color:#0030CE;
	font-weight:500;
	text-decoration:underline;
}
a.no_underline {
    text-decoration:none;
}
h1 a {
color:#4f4e51;
font-size:1.0em; 
font-weight:700; 
}
h2 a{
font-size:0.9em; 
font-weight:700; 
}
h3 a{
font-size:1.0em; 
font-weight:700; 
}
a.bold{
	font-weight:700;
}
#content p.breadcrumbbar {
margin:0;
padding:0;
}
#content p.breadcrumbbar a {
color:#4f4e51;
}

 .optional{
color:#c9562d;      
 }

a img {border:0;}

ul,ol,dl {font-size:0.9em; margin:2px 0 16px 35px;}
ul ul,ol ol {margin:4px 0 4px 35px;}
ol.lower-alpha{
	list-style-type: lower-alpha;
}
ol.alphabetical_list{
	list-style-type: lower-alpha;
}

blockquote {border:1px solid #dadada; font-size:0.9em; margin:20px 10px; padding:8px;}
blockquote p {margin:0;}

#content h3 {margin: 10px 0em 4px 0em}

div.top-links p {
font-size:0.80em;
margin-top:0px;
margin-bottom:9px;
padding:0px;
line-height:0.76em;
color:#FFFFFF;
letter-spacing:0.03em;
}
div.top-links p a {
	color:#FFFFFF;
}

#content p, #content_full_width p, #sidebar p {
font-size:0.76em;
margin-top:2px;
margin-bottom:4px;
padding:0px;
line-height:1.4em;
color:#757370;
}
#content li, #content_full_width li, #sidebar li,
#content_full_width li p{
font-size:0.8em;
margin-top:2px;
margin-bottom:4px;
padding:0px;
line-height:1.4em;
color:#757370;
}
#content_full_width li p{
font-size:1.0em;
margin-top:2px;
margin-bottom:4px;
padding:0px;
line-height:1.4em;
color:#757370;
}
#content_full_width li ul li {
font-size:1.2em;
margin-top:2px;
margin-bottom:4px;
padding:0px;
line-height:1.4em;
color:#757370;
}

#content_full_width p.solution_help_icon{
text-align:right;
margin:0px;
margin-top:4px;
margin-right:4px;
padding:0px;
}
#footer p, #footer_blue p {margin:0; padding:0;}
#footer a, #footer_blue a {color:#FFFFFF;}

a:hover, #sidebar h2 a:hover, a.large_link:hover, div.top-links p a:hover {
	text-decoration:none;
}
/****************************************************************************************/
/* formatting of html tags ends */
/****************************************************************************************/




/***************************************************************/
/* generic styles
/***************************************************************/
.left{
float:left;
margin:0;
padding:0;
}
.right{
float:right;
margin:0;
padding:0;
}

#sidebar p.indent1{
margin-left:16px;}
#sidebar p.indent2{
font-size: 0.70em;margin-left:26px;}
div.indent-narrow, p.indent-narrow{
width:auto;
height:auto;
position: relative;
padding:4px;
margin:0px;
margin-left:8px;}
div.indent{
width:auto;
height:auto;
position: relative;
padding:4px;
margin-left:4px;
margin-right:4px;
/*background-color: red;*/
}
div.indent-med2{
margin-left:28px;
}
div.indent-med{
width:auto;
height:auto;
position: relative;
padding:4px;
margin-left:10px;
margin-right:0px;
/*background-color: red;*/
}
p.indent{
padding-top:4px;
margin:0px;
margin-left:20px;
/*background-color: red;*/
}
div.indent-left, p.indent-left{
margin-left:16px;
}
div.indent-longer, p.indent-longer{
padding:0px;
margin:0px;
margin-left:80px;}
div.indent-long{
width:auto;
height:auto;
position: relative;
padding:4px;
margin:0px;
margin-left:30px;
margin-right:30px;}



/***************************************************************/
/* home page specific styles
/***************************************************************/




.testimonials blockquote{
background: url(img/home/apostrophy_start.png) no-repeat left top;
padding-left:40px;
border:none;
float:left;
width:220px;
font-size:1.0em;
font-style:normal;
}
#content_full_width p.testimonial_author{
    color:#E5813A;
    font-weight:600;
}
#blog_listings p{
color:#555458;
font-weight:normal;
margin:2px 0;
}
#blog_listings p a{
color:#0030CE; 
font-weight:normal;
text-decoration:underline;
}
#blog_listings p a:hover{
text-decoration:none;     
}


#boxes{
margin-left:4px;
}
* html #boxes{
margin-left:0px;
}
#boxes p{
margin:0px;
}
#boxes li{
line-height:1.3em;
margin:0;
}
#boxes .image{
float:left;
width:90px;
margin:8px 0 0 12px;
}
#boxes .text{
float:left;
margin:8px 0 0 0;
}

#boxes form input{
margin:4px 0;
}
#boxes form input.text{
width:169px;
border:1px solid #0fb3db;
}
.testimonial{
padding:4px;
margin:4px;
border:1px solid #0fb3db;
}
#findsolve_video{
    width:500px;
    margin:8px auto;
}

#footer_col1{
float:left;
width:470px;
height:258px;
padding:24px 16px 10px 16px;
    /*background-color:#00ffff;*/
}
#footer_col2{
float:left;
width:170px;
padding:16px 16px 16px 28px;
    /*background-color:blue;*/
}
#footer_col3{
float:left;
width:170px;
padding:16px 16px 16px 48px;
    /*background-color:orange;*/
}



#bottom_links{
list-style:none;
font-size:1.1em;
margin:0;
padding:0;
}

#bottom_links li{
list-style:none;
font-size:0.9em;
line-height:0.9em;
margin:0;
padding:0;
}
#bottom_links li a{
font-size:0.7em;
color:#757370;
}

#rss_feed_table caption{
color:#757370;
font-size:0.9em;
font-weight:800;
margin:0;
padding:8px 2px 2px 0;
text-align:left;
}
#rss_feed_table td{
color:#757370;
font-size:0.76em;
line-height:1.4em;
margin-bottom:4px;
margin-top:2px;
padding:0;
}
#rss_feed_table td.date{
width:110px;
}
#rss_feed_table td.description{
width:300px;
}
/***************************************************************/

/***************************************************************/
/* styles used on the join page
/***************************************************************/
.twocols_left_join{
float: left;
width: 380px;
height: auto;
position:relative;
margin-left:40px;
padding-right:20px;
border-right:2px solid #0EB3DB;
/*background-color:lightblue;*/
}
.twocols_right_join{
float: left;
width: 460px;
height: auto;
position:relative;
text-align:left;
margin-left:20px;
/*background-color:gray;*/
}
.twocols_right_join ul{
margin-top:20px;
}
#content_full_width .twocols_right_join ul li{
font-size:0.8em;
}
/***************************************************************/

/***************************************************************/
/* styles used on the login page
/***************************************************************/
.twocols_left_login{
float: left;
width: 320px;
height: auto;
position:relative;
padding-right:20px;
/*background-color:lightblue;*/
}
.twocols_right_login{
width: 520px;
height: auto;
position:relative;
text-align:left;
margin-left:390px;
padding-left:16px;
border-left:2px solid #0EB3DB;
/*background-color:gray;*/
}

.whats_new_box{
padding:6px;
width:440px;
margin-right:10px;
}
/***************************************************************/





/***************************************************************/
/* styles used on all pages
/***************************************************************/
#page_title h1{
margin-left:8px;
font-size:1.6em;
font-weight:bold;
color:#4bbdde;
}
#content_full_width h2.page_title{
font-size:1.6em;
font-weight:bold;
color:#4bbdde;
margin:8px 0 12px 8px;
padding:0;
}
span.find{
color:#4bbdde;
}
span.spacer_small{
	display:inline-block;
	width:40px;
	}
span.spacer{
	display:inline-block;
	width:160px;
	}
span.spacer_med{
	display:inline-block;
	width:180px;
	}	
.findsolve_blue{
	color:#404040;
}	
#page_title h1 span.solve, .page_title h2 span.solve{
color: #65656b;
font-style: normal;
}
#page_title h1 span.icon{
margin-left:12px;
}
div.box_small{
float:left;
width:177px;
height:160px;
margin:0 6px;
padding:2px 12px;
background: url(img/home/box_small.gif) no-repeat;
}
div.box_small_2{
float:left;
width:237px; 
height:160px;
margin:0 6px;
padding:2px 8px;
background: url(img/home/box_small_2.gif) no-repeat;
}
div.box_med{
float:left;
width:324px;
height:160px;
margin:0 0 0 8px;
padding:2px 12px;
background: url(img/home/box_med.gif) no-repeat;
}
div.box_med_stretch{
width:348px;
height:auto;
margin:0;
padding:0;
}
div.box_med_content{
padding:2px 8px;
background-color:#dce8ef;
}
div.box_med_top{
width:348px;
height:16px;
background: url(img/home/box_med_top.gif) no-repeat bottom;
}
div.box_med_btm{
width:348px;
height:16px;
background: url(img/home/box_med_btm.gif) no-repeat top;
}

div.box_med2_stretch{
width:596px;
height:auto;
margin:0 8px;
padding:0;
}
div.box_med2_content{
padding:2px 8px;
background-color:#dce8ef;
}
div.box_med2_top{
width:596px;
height:16px;
background: url(img/home/box_med2_top.png) no-repeat bottom;
}
div.box_med2_btm{
width:596px;
height:16px;
background: url(img/home/box_med2_btm.png) no-repeat top;
}


div.box_large{
width:900px;
height:auto;
margin:8px;
padding:0;
}
div.box_large_content{
padding:2px 8px;
background-color:#dce8ef;
}
div.box_large_top{
width:900px;
height:16px;
background: url(img/home/box_large_top.gif) no-repeat bottom;
}
div.box_large_btm{
width:900px;
height:16px;
background: url(img/home/box_large_btm.gif) no-repeat top;
}
/***************************************************************/


/* used on friend page */
span.photo_edge{
display:inline-block;
width:auto;
height:auto;
padding:12px;
background: #FFF url(img/photo_edge.png) no-repeat right bottom;
}

#content_full_width h2.friend {
color:#000;
border-bottom:1px solid #000;
margin-bottom:8px;
}
#content_full_width ul.friend li {
border-bottom:1px dotted #000;
}
#content_full_width ul.friend li span.web_col1{
display:inline-block;
width:80px;
}
#content_full_width ul.friend li a{
text-decoration:none;
}
#content_full_width p.friend {
color:#000;
font-size:0.76em;
margin:0 0 0 4px;
}

.list_no_style {
margin:0;
padding:0;
list-style: none;
}


.image_container{
border:1px #000000 solid;
width:130px;
height:90px;
margin:20px 0 0 0 ;
float:left;
}
.image_container_remove_btn{
margin:28px 0 0 16px;
float:left;
width:252px;
}


/* menu buttons */
#solution_details_tab_line{
    float: left;
    width: 187px; 
    height: 33px;
    position:relative;
    border-bottom:2px solid #1bb7dd;
}
.tab_line_text{
    margin:-6px 0 0 24px;
}

div.outer-solution-tab-spacer{
    float: left;
    width: 2px; 
    height: 33px;
    margin-top: 0px;
    margin-right:0px;
    border-bottom:2px solid #1bb7dd;
}
div.outer-solution-tab{
	float: left;
	width: 128px; 
	height: 38px;
	margin-top: 0px;
	margin-right:0px;
	background: url(../img/solution_tab_button.gif) no-repeat 0em -49px;
	/*background-color:gray;*/
}
div.outer-solution-tab-selected{
	float: left;
	width: 128px; 
	height: 33px;
	margin-top: 0px;
	margin-right:0px;
	background: url(../img/solution_tab_button.gif) no-repeat 0em 0px;
}
div.outer-solution-tab-med{
	float: left;
	width: 167px; 
	height: 38px;
	margin-top: 0px;
	margin-right:0px;
	background: url(../img/solution_tab_button-med.gif) no-repeat 0em -49px;
	/*background-color:gray;*/
}
div.outer-solution-tab-med-selected{
	float: left;
	width: 167px; 
	height: 33px;
	margin-top: 0px;
	margin-right:0px;
	background: url(../img/solution_tab_button-med.gif) no-repeat 0em 0px;
}
div.outer-solution-tab-long{
	float: left;
	width: 185px; 
	height: 31px;
	margin: 0;
	padding-bottom:2px;  
    border-bottom:2px solid #1bb7dd; 
	background: url(../img/solution_tab_button-long.gif) no-repeat 0px 0px;
}
* html div.outer-solution-tab-long{
    height: 25px;
}
div.outer-solution-tab-long-selected{
	float: left;
	width: 185px; 
	height: 29px;
	margin-top: 2px;
	margin-right:0px;
    border-bottom:2px solid #E5F7FB;
	background: url(../img/solution_tab_button-long.gif) no-repeat 0em -49px;
}
div.outer-solution-tab a {
	display: block;
	margin: 0; 
	padding:0;
	padding-top:6px;
	width:100%; 
	height:100%;
	overflow:hidden;
	font-size: .76em;
	color:#9e9797;
	font-weight: 600;
	text-decoration: none;
	/*background: url(../img/solution_tab_button.gif) no-repeat  0em 0px;*/
}
div.outer-solution-tab-selected a {
	display: block;
	margin: 0; 
	padding:0;
	padding-top:6px;
	width:100%; 
	height:100%;
	overflow:hidden;
	font-size: .76em;
	color:#0eb3db;
	font-weight: 600;
	text-decoration: none;
	/*background: url(../img/solution_tab_button.gif) no-repeat  0em 0px;*/
}
div.outer-solution-tab-med a {
	display: block;
	margin: 0; 
	padding:0;
	padding-top:6px;
	width:100%; 
	height:100%;
	overflow:hidden;
	font-size: .76em;
	color:#9e9797;
	font-weight: 600;
	text-decoration: none;
	/*background: url(../img/solution_tab_button-med.gif) no-repeat  0em 0px;*/
}
div.outer-solution-tab-med-selected a {
	display: block;
	margin: 0; 
	padding:0;
	padding-top:6px;
	width:100%; 
	height:100%;
	overflow:hidden;
	font-size: .76em;
	color:#0eb3db;
	font-weight: 600;
	text-decoration: none;
	/*background: url(../img/solution_tab_button-med.gif) no-repeat  0em 0px;*/
}
div.outer-solution-tab-long a {
	display: block;
	margin: 0; 
	padding:0;
	padding-top:6px;
	width:100%; 
	height:100%;
	overflow:hidden;
	font-size: .76em;
	color:#9e9797;
	font-weight: 600;
	text-decoration: none;
	background: url(../img/solution_tab_button-long.gif) no-repeat  0em -49px;
}
div.outer-solution-tab-long-selected a {
	display: block;
	margin: 0; 
	padding:0;
	padding-top:6px;
	width:100%; 
	height:100%;
	overflow:hidden;
	font-size: .76em;
	color:#0eb3db;
	font-weight: 600;
	text-decoration: none;
	background: url(../img/solution_tab_button-long.gif) no-repeat  0em 0px;
}

div.outer-solution-tab span, div.outer-solution-tab-selected span, 
div.outer-solution-tab-med span, div.outer-solution-tab-med-selected span, 
div.outer-solution-tab-long span, div.outer-solution-tab-long-selected span {
	display: block;
	margin:0; padding-top: 10px;
	text-align: center;
	/*background-color:blue;*/
}
div.outer-solution-tab a:hover {
	background: url(../img/solution_tab_button.gif) no-repeat 0em 0px;
	/*color: black;*/
}
div.outer-solution-tab-selected a:hover {
	/*cursor:pointer;*/
	/*background: url(../img/account_button.gif) no-repeat 0em -49px;*/
	/*color: black;*/
}
div.outer-solution-tab-med a:hover {
	background: url(../img/solution_tab_button-med.gif) no-repeat 0em 0px;
	/*color: black;*/
}
div.outer-solution-tab-med-selected a:hover {
	/*cursor:pointer;*/
	/*background: url(../img/account_button-med.gif) no-repeat 0em -49px;*/
	/*color: black;*/
}
div.outer-solution-tab-long a:hover {
	background: url(../img/solution_tab_button-long.gif) no-repeat 0em 0px;
	/*color: black;*/
}
div.outer-solution-tab-long-selected a:hover {
	/*cursor:pointer;*/
	/*background: url(../img/solution_tab_button-long.gif) no-repeat 0em -49px;*/
	/*color: black;*/
}



/* styles used list-solutions.php */
.display_bg{
height:auto;
width:520px;
position:relative;
padding:16px;
margin:0 0 4px 12px;
background-color:#CCC;
}

#content_full_width h2.display{
    font-size:0.9em;
    padding:8px;
    margin:0;
    background-color:#FFF;
}
.display_type_col_2{
float:left;
margin:8px 0 0 0;
}
.display_type_col_2 input.radio_padding_more{
margin: 0 4px 0 24px;
}

div.business_listings {
width:auto;
height:auto;
position:relative;
margin: 0; 
padding:0;
}



div.featured_solutions {
width:auto;
height:auto;
border:none; 
margin: 0; 
padding:12px 0 16px 0;
}

div.featured_solution {
    width:916px;
    height:281px;
    position:relative;
    background-color: #FFFFFF; 
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top:8px;
    margin-bottom:0px;
}
div.featured_solution_no_share{
    width:916px;
    height:281px;
    position:relative;
    background-color: #FFFFFF;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top:8px;
    margin-bottom:0px;
}
.twocols_leftcol_featured_solution1{
    float: left;
    width: 462px;
    height:90px;
    position:relative;
    padding:4px 0 0 34px;
    background:url(img/home/apostrophy_start.png) no-repeat 0 0;
    /*background-color:red;*/
}

.twocols_rightcol_featured_solution1{
    float:right;
    width: 218px;
    height:56px;
    position:relative;
    margin-top:0px;
    margin-left:0px;
    /*background-color:yellow;*/
}

.twocols_leftcol_featured_solution2{
    float: left;
    width: 328px;
    height:auto;
    position:relative;
    margin:6px 0 0 24px;
    padding:0;
    /*background-color:lightblue;*/
}

.twocols_leftcol_featured_business{
    float: left;
    width: 462px;
    height:auto;
    position:relative;
    padding:4px 0 0 20px;
}
.twocols_rightcol_featured_business{
    float:right;
    width: 218px;
    height:auto;
    position:relative;
    margin-top:0px;
    margin-left:0px;
    /*background-color:yellow;*/
}
.div_business_details{
    width:auto;
    height:230px;
    margin:0 0 0 20px;
    overflow:auto;
    /*background-color:yellow;*/
}

* html .twocols_leftcol_featured_solution2{
    margin:6px 0 0 12px;
}
.twocols_rightcol_featured_solution2{
    float:left;
    width: 328px;
    height:auto;
    position:relative;
    margin:6px 0 0 24px;
    padding:0;
    /*background-color:yellow;*/
}
/**************** solution types ***************************************/
div.solution_type{
    background-image: url(img/solution_bg.png);
    background-repeat: no-repeat;
}
div.solution_type_no_share{
    background-image: url(img/solution_bg_no_share.png);
    background-repeat: no-repeat;
}
div.org_type_no_share{
    background-image: url(img/business_bg_no_share.png);
    background-repeat: no-repeat;
}
div.org_type_blank{
    background-image: url(img/business_bg_blank.png);
    background-repeat: no-repeat;
}
div.solution_type_business{
    background-image: url(img/solution_bg_business.png);
    background-repeat: no-repeat;
}
div.solution_type_business_no_share{
    background-image: url(img/solution_bg_business_no_share.png);
    background-repeat: no-repeat;
}

div.solution_type_charity{
    background-image: url(img/solution_bg_charity.png);
    background-repeat: no-repeat;
}
div.solution_type_charity_no_share{
    background-image: url(img/solution_bg_charity_no_share.png);
    background-repeat: no-repeat;
}

div.solution_type_not_for_profit{
    background-image: url(img/solution_bg_not_for_profit.png);
    background-repeat: no-repeat;
}
div.solution_type_not_for_profit_no_share{
    background-image: url(img/solution_bg_not_for_profit_no_share.png);
    background-repeat: no-repeat;
}

div.solution_type_gov{
    background-image: url(img/solution_bg_gov.png);
    background-repeat: no-repeat;
}
div.solution_type_gov_no_share{
    background-image: url(img/solution_bg_gov_no_share.png);
    background-repeat: no-repeat;
}
.solution_type_tab{
    font-weight:700;
    font-size:0.8em;
    color:#000000;
    text-align:center;
    width:196px;
    height:23px;
    margin:0 0 4px 0px;
}    
div.solution_type_tab_charity{
    background-image: url(img/charity_tab.png);
    background-repeat: no-repeat;
}
div.solution_type_tab_not_for_profit{
    background-image: url(img/not_for_profit_tab.png);
    background-repeat: no-repeat;
}
div.solution_type_tab_gov{
    background-image: url(img/gov_tab.png);
    background-repeat: no-repeat;
}
/**************** solution types ***************************************/
#content_full_width div.featured_solution h3, #content_full_width div.featured_solution_no_share h3 {
border:none;
margin-top: 4px;
margin-bottom: 4px;
padding-top:2px;
text-align:left;
}
#content_full_width div.featured_solution h3.featured_top_section, #content_full_width div.featured_solution_no_share h3.featured_top_section{
text-align:left;
border:none;
color:#000000;
font-size:0.9em;
margin-bottom: 8px;
padding:0px;
font-weight: 600;
/*background-color:blue;*/
}
.solution_heading{
font-weight: 400;
color:#757370;
}
.solution_detail{
color:#757370;
font-weight: 600;
}
div.featured_solutions_actions_box_bg{
margin-top:4px;}
div.solution_detail_sharing_options{
padding:6px 0 0 6px;
text-align:center;
/*background-color:gray;*/}
div.div_business_address{
width:180px;
height:auto;
padding:12px 8px 0 8px;
/*background-color:gray;*/}
div.featured_solutions_logo_box{
width:140px;
height:90px;
position:relative;
overflow:hidden;
/*background-color:red;*/
}
div.rating_box{
    width:192px;
    position:relative; 
    height:auto;
}
span.rating_buttons{
margin:2px 0 0 0;
}

.business_section_left{
    float:left;
    width:300px; 
    height:auto;
    position:relative;
}
.business_address{
    float:left;
    width:140px;  
    height:auto;
    position:relative;
    margin:0 0 0 12px;
}
.business_profile_container{
    float:right;
    width:630px; 
    height:auto;
    position:relative;
}
.business_profile{
    margin:0 0 16px 0;
    width:auto;
    height:auto;
    position:relative; 
}
.business_solution{
    float:left;
    width:300px; 
    height:auto; 
    margin:2px 8px 2px 8px;
}
.business_solution_details{
    width:160px;
    float:left;
}

span.loading_icon{
  display:inline-block;
  width:16px;
  height:16px;
  background: url(../img/loading_icon.gif) no-repeat;  
}

#friends_sort a.letter{
display:inline-block;
width:12px;
text-align:center;
color:#EF401F;
}



div.twitterstatus_logo{
    width:50px;
    height:222px;
    position:relative;
    float:left;
    background: url(img/social_media/twitter.png) no-repeat;
}

/* Twitter widget CSS */
div.twitterstatus
{
	display: inline;
	float: left;
	width: 390px;
    height:240px;
	padding: 8px;
	margin: 0 0 10px 10px;
    border:none;
}

div.twitterstatus h2
{
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 6px 0;
}
#footer div.twitterstatus a
{
	color: #45B4D7;
}
#footer div.twitterstatus h2 a
{
	text-decoration: none;
}

div.twitterstatus h2 img
{
	vertical-align: top;
	margin-right: 8px;
	border: 0 none;
}

div.twitterstatus ul
{
	height: 198px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: auto;
	background-color: #fff;
	border: none;
}

div.twitterstatus li
{
	height:74px;
    padding: 8px 36px 8px 8px;
	margin: 8px 0;
	color: #333;
    background: url(img/social_media/tweet_bg.png) no-repeat;
}


div.twitterstatus li em
{
	display: block;
	font-size: 0.9em;
	font-style: normal;
	text-align: right;
	color: #666;
}
