/*****************************************************
 * 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:#00529d;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
body {
	background-image:url('../img/background-tile.gif');
	background-position: 5px 1px;
	background-repeat:repeat;
	font-family:Lucida Sans;
}
#ultracontainer {
	display: block;
	/*	background-image:url('../img/ultracontainer-background3.gif'); */
	background-repeat: repeat-x;
	min-height:580px;
	height:auto !important; /*IE 6 Hack */
	height:580px;
	margin: 0px;
	padding: 0px;
	padding-bottom:48px;
	position: relative;
}
#supercontainer {
	width:850px;
	margin: 0 auto;
	background-image:url('../img/supercontainer-border.gif');
	background-repeat:repeat-x;
	background-position:-2px 0px;
	padding-left:23px;
	padding-right:23px;
}
#container {
	background-color:#FFFFFF;
	width:850px;
	margin:0px auto;
}
#container2 {
	background-image:url(../img/container2.jpg);
	background-color:#000;
	width:850px;
	margin:0px auto;
}
#container h1 {
	background-image:url('../img/h1-tile.gif');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	width:829px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:boldp;
	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;
}
#container .headerParagraph2 {
	margin-left:60px;
	margin-right:50px;
	font-size:14px;
}
#quotes {
	background-color:#FFFFFF;
	width:750px;
	margin:0px auto;
	padding-left:10px;
	padding-right:10px;
}
/********************* Header Elements ***************************/

#header {
	background-image:url('../img/header-background.gif');
	background-repeat:no-repeat;
	height: 102px;
}
#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 {
	background-image:url('../img/navbar-background.gif');
	background-repeat:no-repeat;
	padding-left:75px;
	width: 775px;
	height: 31px;
	margin: 0px;
}
#navbar ul {
	padding-top:1px;
}
/*
#navbar li
{
	float:left;
	list-style-type:none;
	background-image:url('../img/navbar-div.gif');
	background-position:right top;
	background-repeat:no-repeat;
}

#navbar li a
{
	float:left;
	display:block;
	height: 23px;
	padding-top: 7px;
	padding-left:31px;
	padding-right:31px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	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:197px;
	margin-top:1px;
}
/********************** Right Column Elements **************************/

#rightColumn {
	width:260px;
	float:right;
	background-color:White;
}
#rightColumn a {
	text-decoration:none;
	color:00529d;
}

#rightColumn .rightItem {
	padding:5px 40px 0px 0px;
}
#rightColumn .rightItem h4 {
	font-size:14px;
	color:#4d4d4d;
}
#rightColumn .rightItem h5 {
	font-size:14px;
	color:#4d4d4d;
	text-align:right;
}
#rightColumn .rightItem img {
	padding-left:15px;
}
#baGallery {
	background-repeat:repeat-x;
	width:158px;
	height:375px;
	padding: 15px 20px 20px 20px;
}
#baGallery h3 {
	font-family:"Lucida Sans";
	font-size:16px;
	font-weight:normal;
	color:#4B4B4B;
	text-align:center;
	margin: 0px;
	margin-bottom: 2px;
}
#baGallery h4 {
	font-size:11px;
	font-weight:normal;
	font-family:verdana;
	color:#4B4B4B;
	text-align:center;
	margin: 0px;
}
#baGallery img {
	margin-bottom:3px;
}
.iLink {
	border:none;
}
#baGallery ul {
	list-style:none;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:37px;
}
#baGallery li {
	margin-bottom:15px;
	margin-left:0px;
	font-size: 14px;
}
/******************** 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, Helvetica, sans-serif;
	color:#1C1C1C;
	text-align:center;
	margin: 0px;
	margin-top: 2px;
}
/********************* Left Column Elements ********************/

#leftColumn {
	float:left;
	width:538px;
	padding-left:12px;
	padding-top:5px;
}
#leftColumn img
{
	padding-right:10px;	
	padding-left:4px;
	padding-bottom:4px;
}


#leftColumn p {
	margin:10px 0px 0px 10px;
	font-size:14px;
}
#leftColumn h2{
	margin:10px 0px 0px 10px;
	font-size:14px;
	font-weight:bold;
}
#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:#00529d;
	font-weight:bold;
}
#content2 a:hover {
	color:#00529d;
	text-decoration:underline;
}
#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;

}
.newsbox h2 {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:9px auto 0px auto;
	text-align:center;
}
.newsbox {
	font-size:12px;
	
}
.newsbox p {
	margin-left:20px;
	margin-right:10px;
	
}
.homeRight {
	width:284px;
	border-left:1px solid #b2b1ad;
	float:right;
	margin:0;
	background-color:black;
}
.homeRight .newsbox {
	background-image:url('../img/newsBoxRight2.gif');
	background-color:#eedeca;
	background-position:top;
	background-repeat:repeat-x;
	padding-right:5px;
	border-top:1px solid #b2b1ad;
	font-weight:100;
}


.homeLeft .newsbox {
	background-image:url('../img/newsBoxLeft2.gif');
	background-color:#eae6d3;
	background-position:top;
	background-repeat:repeat-x;
	border-top:1px solid #b2b1ad;
	border-bottom:1px solid #b2b1ad;
	width:564px;
	height:180px;
	float:left;
}

.worldmap {
	font-size:12px;
	text-align:center;
	float:left;
}

.newsbox2 h2 {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:9px auto 0px auto;
	text-align:center;
}
.newsbox2 {
	font-size:12px;
}
.newsbox2 p {
	margin-left:20px;
	margin-right:10px;
}
.homeRight {
	width:284px;
	border-left:1px solid #b2b1ad;
	float:right;
	margin:0;
	background-color:black;
}
.homeRight .newsbox2 {
	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%;
}

img { border: none; }

.glassContainer ul {
	list-style:none;
	margin-top:2px;
	margin-bottom:2px;
	padding:0px;
	margin-left:0px;
	color:#006;
}

.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:#00529d;
}
.glassContainer a:hover {
	text-decoration:underline;
}

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

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

}



/********************* The Footer ********************************/
#footer2 {
	background-image:url('../img/footer-background3.gif');
	background-repeat:no-repeat;
	width:896px;
	margin:0 auto;
	height:150px;
	position: relative;
}
#footer2 a {
	color:#717171;
	text-decoration:none;
}
#footer {
	background-image:url('../img/footer-background2.gif');
	background-repeat:no-repeat;
	width:896px;
	margin:0 auto;
	height:150px;
	position: relative;
}
#footer a {
	color:#717171;
	text-decoration:none;
}
#iLogo {
	float:right;
	margin-right:84px;
	margin-top:25px;
	display:inline; /*ie6 hack */
}
#footerLinks {
	text-align:center;
	position:relative;
	top:24px;
	/*left:135px;*/
	font-size:12px;
	color:#a6a6a6;
}
/******************** 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;
}

.productarrow
{
    margin:4px 0px 0px 5px;
    
}

.selected .productarrow
{
    display:none;
}