/*****************************
 Client: Redbridge Network & Healthcare
 Copyright 2008 Redbridge Network & Healthcare
 
 Created by Tony Carrera (tony@axoline.com)
 Created on March 22, 2008
 *****************************/
 @import "reset.css";

html{background-color: #e5e6e8;}



body {
 	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #333;
    padding: 0;
    margin: 0;
	text-align:center;
	background-color:#e5e6e8
	
}

#border {
    width: 908px;
    margin: 0 auto;
    background-image: url("/img/border.gif");
    background-repeat: repeat-y;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    background-position: top;
    background-repeat: repeat-x;
	text-align:justify;
}

h1, h2, h3 {
    color: #1e1e1e;
    font-weight: bold;
}

h1 {
    font-size: 153.9%; /*138.5%;*/
}

h2 {
    font-size: 123.1%;
}

h3 {
    font-size: 108%;
}

ul{
	margin-left:20px;
}
a:link, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover{
	color: #666666;
}

p {
    line-height: 1.3em;
    margin-bottom: 1.3em;
    word-spacing: 0.2em;
}

/****
 * Header/Menu
 ****/
#header { /*margin-bottom: 20px;*/
	display:block;
	height:103px

}

#header h1 {
    background-image: url("/img/Redbridge-Logo.gif");
    width: 196px;
    height: 53px;
    margin:15px 0px 15px 20px;
    float: left;
}

#header h1 a {
    display: block;
    height: 53px;
    width: 196px;
    text-indent: -2000em;
    z-index: 1000; /* need for FX and IE */
}

#header h1 a:hover, h1 a:focus {
    cursor: pointer; /* IE7 */
    text-decoration: none;
    border-bottom: 0;
}

#header #marquee1 {
    /*clear:both;background-color:#4f6688;height:17px;*/
}

#header #submenu {
    clear: both;
    background-color: #191c3f; /*#414C84;#555;#273243;*/
    font-size: 0.75em;
    padding: 3px;
    color: #fff;
    max-width: 900px;
    min-height: 14px;
    border-bottom: 3px solid #B02B2C;
}

#header #submenu a {
	color:#fff;
}

#header #menu {
    margin: 32px 20px 0 0;
    padding: 3px;
    float: right;
    text-align: right;
	font-size: 1.2em;
    text-transform: uppercase;
/*	word-spacing:auto; */
}

#header #menu a:link, #header #menu a:visited {
    text-decoration: none;
    color: #1e1e1e;
	margin-left: 2em;
}

#header #menu a:hover {
    background-color: #fff;
	color: #6b6b6b;
    padding-top: 2px;
    _padding-top: 0;
    border-top: 2px solid #B02B2C;
    border-bottom: 0;
}

#header #menu a.active {
    border-bottom: 2px dotted #B02B2C;
}

#header #menu a.active:hover {
    border-bottom: 0px;
}


#header #langchange{
	float:right;
	margin:0px 10px 0px 0px;
    text-transform: uppercase;
	text-align:right;
	width:600px;
	display:block;
}

#header #langchange ul {
	list-style:none outside none;
}

#header #langchange ul a{
	font-size: 1.2em;
	text-decoration:none;
}
#header #langchange ul a:hover{
 	border-top: 2px solid #B02B2C;
	color: #6b6b6b;
}

#content {
    top: 350px;
    background-color: #fff;
}

#content .header {
    background-color: #2b5082;
    height: 30px;
    width: 250px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c61a1a;
}

#content .box {
    float: left;
    width: 250px;
    height: 300px;
}

#content .box2 {
    float: left;
    width: 255px;
    height: 300px;
    margin: 0 10px 0 10px;
}

/****
 * Footer
 ****/
#footer {
    margin-top: 20px;
    padding: 3px;
    background-color: #191c3f;
    border-top: 2px solid #B02B2C;
    font-size: 80%;
    color: #fff;
}

#footer a{
	color:#fff;
}

#footer p{
	color:#fff;
	margin: 0px;
}
/********
 * Home
 ********/
#homepage_main {
    height: 241px; /*285px;*/
    background-image: url("/img/home_900color.jpg");
    background-color: #fff;
    margin: 3px 0 5px 0;
}

#homepage_main h1 {
    color: #fff;
    margin: 0px 280px 0 60px;
    padding: 40px 0 0 0;
    font-size: 208%;
    word-spacing: -2px;
    line-break: 1em;
}

#homepage_content {
    margin: 20px 30px;
}

#homepage_content h1 {
    color: #B02B2C;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    font-weight: normal;
	  font-size: 208%;
}

#homepage_content p {
    font-size: 100%;
	margin:10px 5px;
}
/********
 * Other
 ********/


div.message{
	color: #BF1E2D;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
div.comments{
	height:120px;
	overflow-y:scroll;
	overflow-x:hidden;
	margin:0px 20px 10px 20px;
	text-align:left;
}

div.comments .odd{
	background: #E2E2E2;
}

div.comments blockquote{
	margin:0px 20px 4px 20px;
	font-size: 0.8em;
	font-style:italic;
}
div.separator{
	height:15px;
	display:block;
	clear:both;
}
/********
 * Search
 ********/

#search {
	display:block;
	padding-bottom: 10px;
	width:99%;
}

#search h2{
	clear: both;
	margin: 15px 0px 5px -10px;
}

#search h2.hide, #search h2.hidec{
	display:none;
	
}

#search .providers, #search .hidden, #search .hiddenc{
	margin-bottom:5px;
	float:left;
	width:100%;
	background-color:#E2E2E2;
}

#search .hidden, #search .hiddenc{
	display:none;
}

#search ul li div.providers div, #search ul li div.hidden span, #search ul li div.hiddenc span{
	color:#000000;
	font-size:86%;
	margin: 5px 2px;
	width: 130px;
	float:left;
	text-align:left;
}

#search ul li div.hidden span, #search ul li div.hiddenc span{
	display:none;
}

#search .typediv input{
	margin:2px;
	float:left;
}
* html #search .typediv input{
	margin:0px;
}

#search ul{
	display: block;
	color:#fff;
}

#search ul li{
	display: block
}

.results{
	margin:5px 0px 5px 60px;
	text-align:left;
	display:block;
}
.results blockquote{
	margin-left:20px;
}
.results ul{
	display: block;
	margin-left:0px;
}
.results ul li{
	display:inline;
	margin:0px 5px;
	list-style:none;
	float:left;
}


