body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
	color: #555555;
	background: #FFFFFF url("./images/top-bg.gif") repeat-x center top;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
	color: #2067AC;
	font-weight: normal;
	line-height: 26px;
}

h3 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
	color: #2067AC;
	font-weight: normal;
	line-height: 22px;
}

h4 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
	color: #51667B;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC; 
}

ul {
	list-style-type: square;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
}

img {
	border: none;
}

a:link, a:visited {
	color: #2067AC;
	text-decoration: none;
	border-bottom: 1px dotted #555555; 
}

a:hover, a:active {
	color: #0088FF;
	text-decoration: none;
	border-bottom: 1px dotted #0088FF;
	background: url(./images/bg-nav-diag.gif);	
}

a:link.no_decoration, a:visited.no_decoration, a:hover.no_decoration, a:active.no_decoration {
	border: none;
}

p.intro {
	color: #095AA5;
}


/* ----------------------------------------------- */

/* CORNER BANNER */

#corner_banner {
	background: url("./images/corner_banner.gif") no-repeat top left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0 0 0;
	z-index: 2;
	width: 150px;
	height: 150px;
	position: absolute;
	top : 0px;
	left: 0px;
}

#corner_banner a {
	display: block;
	height: 150px;
	background: url("./images/corner_banner.gif") no-repeat top left;
}

#corner_banner a:hover {
	display: block;
	height: 150px;
	background: url("./images/corner_banner.gif") no-repeat top left;
	background-position : 0 -150px;
}

/* ----------------------------------------------- */

/* LAYOUT CONTAINERS */

#container {
	margin: 0 auto; 
	width: 750px;
}

#head_container {
	position: absolute;
	top: 50px;
	height: 150px; 
	width: 750px;
	background: url("./images/header-bg.gif") center top;
}

#main_container {
	position: absolute;
	top: 200px;
	width: 750px;
	background: url("./images/main-bg.gif") no-repeat center top;
}

#sidebar_container {
	float: left !important; 
	width: 240px !important;
	margin-top: -25px;
}

#content_container {
	float: right !important;
	width: 510px !important;
}

/* ----------------------------------------------- */

/* SIDEBAR CONFIGURATION */

#sidebar {
	width: 180px !important;
	margin: 0px 15px 0px 45px;
}

#sidebar p {
	margin: 5px 0px 5px 0px;
	line-height: 16px;
	color: #515961;
	font-size: 10px;
}

#sidebar h4 {
	margin: 25px 0px 8px 0px;
	line-height: 18px;
}

#content {
	width: 450px !important;
	margin: 0px 45px 0px 15px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Geneva, Lucida, sans-serif;
	color: #555;
	line-height: 18px;
	padding-bottom: 20px;
}

#content h4 {
	margin: 0px 0px 8px 0px;
	line-height: 18px;
}

/* ----------------------------------------------- */

/* FOOTER */

#footer {
	float: right;
	width: 100%;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #D0D0D0; 
	text-align: center;
	font-size: 9px;
	line-height: 16px;
}


/* ----------------------------------------------- */

/* MEMBERS LOGIN and ONLINE MANUAL BUTTONS */

#members {
	position: relative;
	margin: 0 auto;
	top: 37px;
	height: 24px;
	width: 660px;
	text-align: right;
	font-size: 9px;
	color: #B5CEE0;
	z-index: 100;
}

#members a {
	text-decoration: none;
	border: none;
}

a.manual_button {
	background: transparent url("./images/t-manual.gif") no-repeat 0 0;
	display: block;
	height: 24px;
	width: 103px;
	float: right;
	margin-left: 5px;
}

a.manual_button span {
	display: none;
}

a.manual_button:hover {
    background: transparent url("./images/t-manual.gif") no-repeat 0 0;
    background-position: 0 -24px;
}

a.members_button {
	background: transparent url("./images/t-members.gif") no-repeat 0 0;
	display: block;
	height: 24px;
	width: 103px;
	float: right;
	margin-left: 5px;
}

a.members_button span {
	display: none;
	
}

a.members_button:hover {
    background: transparent url("./images/t-members.gif") no-repeat 0 0;
    background-position: 0 -24px;
}


/* ----------------------------------------------- */

/* INTERFACEWARE LOGO */

#logo a strong {
	display: none;
	}

#logo {
	position: absolute; 
	top: 77px; 
	right: 45px; 
	width: 270px; 
	background: url(./images/interfaceware.gif) no-repeat;
}

#logo a {
	display: block; 
	height: 28px; 
	padding: 0 !important; 
	border: none;
}

#logo a:hover {
	background: none;
}

#logo h1 {
	margin: 0;
}

#logo h1 strong {
	display: none;
}

#search {
	position: absolute; 
	top: 27px; 
	right: 45px; 
	background: url(images/website-search.gif) no-repeat left top; 
	padding: 0px; 
	height: 20px;
	width:210px;
}

#search input {
	font-size: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	border: none; 
	background-color: transparent; 
	width: 185px; 
	margin-left: 20px; 
	padding-right: 5px;
	margin-top:3px;
	color:#999999;
}



/* ----------------------------------------------- */

/* NAVIGATION MENU STYLES */

#nav {
	text-align: right;
	position: relative;
	margin-right: 45px;
	margin-top: 119px;
	font-size: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
	z-index: 100;
}

#nav a:link, #nav a:visited {
	font-weight: normal;
	color: #095AA5;
	text-decoration: none;
	margin-left: 10px;
	border: none;
	background: none;
}

#nav a:hover, #nav a:active {
	color: #0084FF;
	border-top: 4px solid #0084FF;
	padding-top: 6px;
}

#nav a:link.current, #nav a:visited.current {
	font-weight: normal;
	border-top: 4px solid #095AA5;
	padding-top: 6px;
	color: #095AA5;
}

/* This defines the settings for the side navigation bar */

#sidenav {
	text-align: left;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 180px;
	font-size: 9px;
	margin-left: 45px;
	margin-bottom: 15px;
	padding: 8px 0px 8px 0px;	
	background: url(./images/bg-nav-diag.gif);
	/* border: 1px solid #C8E3FD; */
}

#sidenav a:link, #sidenav a:visited {
	font-weight: normal;	
	display: block;
	padding: 6px 0px 6px 25px;
	text-decoration: none;
	color: #4476A6;
	border-bottom: none;	
}

#sidenav a:hover, #sidenav a:active {
	font-weight: normal;	
	color: #0084FF;
	background: url(./images/bg-nav-diag.gif);	
}

#sidenav a:link.current, #sidenav a:visited.current {
	padding: 6px 0px 6px 25px;	
	font-weight: bold;		
	color: #1470CC;
	background: url(./images/sidenav-current.gif) left bottom no-repeat;			
}

/* This defines the settings for the sub navigation bar */

#subnav {
	text-align: left;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	text-transform: none;
	width: 180px;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 10px 0px 10px 0px;	
	/* background: #E4F2FF; */
	background: url(./images/bg-nav-diag.gif);	
	border: 2px solid #C8E3FD;	
	float: right;
	line-height: 14px;
}

#subnav a:link, #subnav a:visited {
	font-weight: bold;	
	display: block;
	padding: 5px 5px 5px 27px;
	text-decoration: none;
	color: #406180;
	border-bottom: none;
}

#subnav a:hover, #subnav a:active {
	font-weight: bold;
	color: #0084FF;
	background: #DBECFF;	
}

#subnav a:link.current, #subnav a:visited.current {
	font-weight: bold;		
	display: block;
	padding: 5px 5px 5px 27px;
	text-decoration: none;
	color: #0084FF;
	border-bottom: none;
	background: url(./images/subnav-current.gif) left no-repeat;		
}

/* ----------------------------------------------- */

/* IMAGE MARGINS (for images embedded within paragraphs) */

img.right_margin {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

img.left_margin {
	margin-top: 5px;	
	margin-left: 15px;
	margin-bottom: 5px;	
}

/* ----------------------------------------------- */

/* HOME PAGE STYLE SHEET */

#home_main_container {
	width: 100%;
	height: 545px;
	/*height: 715px;*/
	background: url("./images/homepage_footer.gif") no-repeat center bottom;
	margin-bottom: 0px;
}

p.home_products_chameleon {
	color: #51667B;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	background: url(./images/hl7_messaging_toolkit.gif) no-repeat right bottom;	
}

p.home_products_iguana {
	color: #51667B;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	background: url(./images/hl7_integration_engine.gif) no-repeat right bottom;
}

img.home_products {
	margin-top: 5px;
	margin-right: 12px;
}

img.home_button {
	margin-top: 10px;
	border: 0px;
}

p.home_gettingstarted {
	margin-top: 10px;
	line-height: 14px;
}

img.getting_started {
	margin-top: 20px;
	margin-bottom: 10px;
}

img.steps {
	margin-top: 15px;
}

img.home_imageleft {
	margin-right: 12px;
}

/* ----------------------------------------------- */

/* DOWNLOADS PAGE */

#download_container {
	background: url(./images/download_bg.gif) no-repeat left top;
	width: 390px;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

#download_buttons {
	float: right;
	margin-top: 15px;
	margin-right: 2px;
	margin-left: 15px;
	margin-bottom: 5px;
}

#download_buttons img {
	margin-top: 7px;
}
	


/* ----------------------------------------------- */

/* HIDE-REVEAL JAVASCRIPT STYLES */

dt.blue {
	/*color: #095AA5;*/
	font-weight: bold;
	margin-left: 27px;
	text-indent: -27px;
	margin-bottom: 8px;
}

dd {
	margin-left: 27px;
}

i.grey {
	color: #095AA5;
	font-size: 10px;
	font-weight: normal;
}

