/*****************************************************
 * Created Tuesday, July 29, 2008.
 * Authored by Julian Charnas and Jonathan Weiss
 * under the authority of MedForward, Inc.
 *
 * No one may reproduce this code or use it without 
 * crediting MedForward or without MedForward's explicit
 * permission. 
 *
 ****************************************************/

/* This is a fix to allow the use of transparent png's in IE 6 */
img, div, li, ul, span, a {
	behavior: url(iepngfix.htc);
}
/******************** Body Elements and Big Containers ****************/

body, html {
	margin: 0;
	padding: 0;
}
a {
	color:#4a91cd;
	text-decoration:none;
}
strong
{
	color:#054e7b;
}
a:hover
{
	text-decoration:underline;
}
body {
	background-image:url('../img/background-tile.gif');
	background-position: 5px 1px;
	background-repeat:repeat;
	font-family:Lucida Sans;
}

#supercontainer {
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
	Background-color:#FFFFFF;
	width:900px;
	margin: 0 auto;
	margin-top:32px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:32px;
}

#rightcontainer {
	display:inline;
	float:left;
	width:638px;
}

#leftcontainer {
	float:left;
	width:245px;
	padding-top:16px;
	padding-left:9px;
	padding-right:8px;
}

#container {
	width:900px;
	margin:0px auto;
}
#container h1 {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	height:27px;
	color:#393939;
	padding-left:21px;
	padding-top:0px;
}
#container .homepagetile {
	background-image:url('../img/h1-tile2.gif');
	padding-top:4px;
}
#container .headerParagraph {
	margin-left:20px;
	margin-right:10px;
	font-size:14px;
}
/********************* Header Elements ***************************/
/*
#header {
	background-repeat:no-repeat;
	margin-top: 0px;
	height: 0px;
}*/
#logo {
	display:inline; /*IE6 FTL*/
	margin-left:80px;
	margin-top:18px;
	float:left;
}
#headerText {
	float:right;
	display:inline; /*IE6 FTL*/
	margin-right:102px;
	margin-top:58px;
	font-size:16px;
	font-weight:normal;
}
/******************* The NavBar **********************************/

#navbar {
	float:right;
	background-image:url('../img/navbar.gif');
	background-repeat:no-repeat;
	padding-left:0px;
	width: 545px;
	height: 37px;
	margin-top: 0px;
	position:relative;
}
#navbar ul {
	padding-top:0px;
}

#navbar li
{
	width:109px;
	margin:0px auto;
	padding-right:0px;
	padding-left:0px;
}

#navbar li a
{
	float:left;
	display:block;
	height: 24px;
	width:109px;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px auto;
	text-align:center;
	font-size:14px;
	color:#FFF;
	text-transform:none;
	text-decoration:none;
	letter-spacing:+1px;
}

#navbar li.end {
	background-image: none;
}
/* Last divider that has to line up with the line between left and right columns. */
#ender {
	float:right;
	display:inline; /*IE garb*/
	margin-right:0px;
	margin-top:1px;
}
/********************** Right Column Elements **************************/

#MainContent
{
	margin-left:8px;
	margin-right:8px;
	padding-bottom:15px;
}

#MainContent h1
{
	font-size:18px;
	color:#054e7b;
}
#MainContent h2
{
	font-size:16px;
	color:#054e7b;
}
#MainContent p
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#MainContent img.leftimg
{
	padding-right:15px;
	padding-bottom:10px;
	float:left;
	
}
#MainContent img.rightimg
{
	padding-left:15px;
	padding-bottom:10px;
	float:right;
	
}

#resultsBlock 
{
	margin-bottom:50px;
}

#centerbox
{
	float:inherit;
	margin:0 auto;
	width:300px;
}

/******************** News Section ****************/

#news {
	background-color:#FBFBFB;
	min-height:205px;
	height: auto !important; /*IE 6 H4X */
	height: 205px;
	padding:6px 18px 6px 18px;
}
#news h3 {
	font-size:14px;
	font-family:arial;
	color:#1C1C1C;
	text-align:center;
	margin: 0px;
	margin-top: 2px;
}
/********************* Left Column Elements ********************/

#leftcontentbox {
	margin-top:5px;
	width:240px;
	background-image:url(../img/fadedown.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:3px;
	padding-right:3px;
}

#leftcontentbox p
{
	font-size:12px;
}
#leftcontentbox p.leftlink
{
	text-align:left;
}

#leftcontentbox h2
{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#334484;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}

#leftcontentbox h3
{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#334484;
	margin-top:5px;
	margin-bottom:0px;
	text-align:center;
}
#leftColumn img
{
	padding-right:10px;	
}


#leftColumn p {
	margin:10px 0px 0px 10px;
	font-size:14px;
}
#banner {
	background-image:url('../img/flowing-banner.jpg');
	height: 410px;
}
/* These next two are the floated png's of shadowed text */
#learnMore {
	float:left;
	margin-left:30px;
	margin-top:30px;
	display:inline; /* IE6 HACK */
}
#art {
	float:right;
	margin-right:50px;
	margin-top:350px;
	display:inline; /* IE6 HACK */
}
img.bdr {
	border:solid 1px #1D1D1D;
}
/******************** Content Area for Text Content *************/
#content {
	width:571px;
	background-color:#ffffff;
	min-height:192px;
	height: auto !important; /*IE 6 H4X */
	height: 192px;
	color:#1C1C1C;
	font-size: 14px;
	padding:25px 25px 0px 25px;
}
#content2 {
	width:647px;
	background-color:#DCE3EB;
	min-height:605px;
	height: auto !important; /*IE 6 H4X */
	height: 605px;
	color:#1C1C1C;
	font-size: 14px;
	padding:25px 30px 0px 25px;
}
#content2 img {
	margin-right: 10px;
}
#content2 a {
	color:#266195;
	font-weight:bold;
}
#content2 a:hover {
	color:#1691A5;
}
#content2 h1 {
	color:#42A9BD;
	font-size: 24px;
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial;
}
#content2 h2 {
	color:#266195;
	font-size: 18px;
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial;
}
#content2 h4 {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial;
}
#content2 big {
	width:300px;
	float:left;
	text-align:center;
	color:#266195;
	font-weight: bold;
	font-size:14px;
	margin-bottom:20px;
	display:inline;
}
#content p {
	margin:0px;
	padding-bottom:10px;
}
/********************* Home Page Specific Elements **************/
.homeLeft {
	width:565px;
	float:left;
	display:inline;
}
.newsbox h2 {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:9px auto 0px auto;
	text-align:center;
}
.newsbox {
	font-size:12px;
}

.worldmap {
	font-size:12px;
	text-align:center;
	float:left;
}
.newsbox p {
	margin-left:20px;
	margin-right:10px;
}
.homeLeft .newsbox {
	background-image:url('../img/newsBoxLeft.gif');
	background-color:#eae6d3;
	background-position:top;
	background-repeat:repeat-x;
	border-top:1px solid #b2b1ad;
	border-bottom:1px solid #b2b1ad;
	width:282px;
	height:264px;
	float:left;
}
.homeRight {
	width:284px;
	border-left:1px solid #b2b1ad;
	float:right;
	display:inline;
	margin:0;
}
.homeRight .newsbox {
	background-image:url('../img/newsBoxRight.gif');
	background-color:#e3e3e3;
	background-position:top;
	background-repeat:repeat-x;
	border-top:1px solid #b2b1ad;
}
/********************* The Glass Container ***********************/
.glassContainer {
	width:226px;
	border:1px solid #b3b3b3;
	margin:6px 15px 0px 0px;
	background-color:#e7e7e7;
}
.gH {
	height:38px;
	display:table;
	width:226px;
    #position:relative;
	overflow:hidden;
	background-image:url('../img/productHeader.gif');
	background-repeat:repeat-x;
	border:1px solid #b3b3b3;
	margin:-1px 0px 0px -1px;
	padding:0px;
}
.gH.selected {
	background-image:url('../img/HL_productHeader.gif');
	border:1px solid #83bbd9;
}
.gH .vC {
 #position:absolute;
 #top:50%;
	display: table-cell;
	vertical-align: middle;
}
.glassContainer .hA {
	margin:0px 0px 0px 12px;
	font-size:16px;
	font-weight:bold;
 #position:relative;
 #top:-50%;
}
.glassContainer ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.glassContainer li {
	padding:3px 0px 3px 18px;
	font-size:12px;
}
.glassContainer li.selected {
	font-weight:bold;
	background-color:#dff3fb;
	background-image:none;
	border:0px;
}

.glassContainer a, .glassContainer a:visited {
	color:black;
}
.glassContainer a:hover {
	text-decoration:underline;
}

/********************* Product Specific Items ********************/
.productListItem {
	font-size:12px;
	font-weight:bold;
}

.productDesc
{
	float:left;
		width: 420px;

}



/********************* The Footer ********************************/
#footer {
	background-image:url('../img/footer.gif');
	background-repeat:no-repeat;
	width:900px;
	margin:0 auto;
	height:32px;
	padding-bottom:0px;
	position: relative;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#iLogo {
	float:right;
	margin-right:84px;
	margin-top:25px;
	display:inline; /*ie6 hack */
}
#footerLinks {
	text-align:center;
	position:relative;
	top:8px;
	/*left:135px;*/
	font-size:12px;
	color:#FFFFFF;
}
/******************** Full-Width Basic Content ****************/

#fullwidth {
	width:800px;
	background-color:#fff;
	min-height:300px;
	height: auto !important; /*IE 6 H4X */
	height: 300px;
	color:#1C1C1C;
	font-size: 12px;
	padding: 50px;
}
#fullwidth h2 {
	color:#266195;
	font-size: 18px;
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial;
}
#fullwidth a {
	color:#266195;
}
.meetingDescription {
	font-size: x-small;
}
.hiddenLink {
	color: #000000;
}
a.hiddenLink:hover{
	color: #000000;
	text-decoration:none;
}


