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(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/award_banner.gif") no-repeat top left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0 0 0;
	z-index: 2;
	width: 144px;
	height: 144px;
	position: absolute;
	top : 0px;
	left: 0px;
}

#corner_banner a {
	display: block;
	height: 144px;
	background: url("images/award_banner.gif") no-repeat top left;
}

#corner_banner a:hover {
	display: block;
	height: 144px;
	background: url("images/award_banner.gif") no-repeat top left;
	background-position : 0 -144px;
}

/* ----------------------------------------------- */

/* LAYOUT CONTAINERS */

#container {
	margin: 0 auto; 
	width: 750px;
}

#head_container {
	position: absolute;
	top: 50px;
	height: 150px; 
	width: 750px;
	background: url("images/header.png") 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;
}

#intro {
	background-color: #c9deea;
	padding: 5px;
}

/* ----------------------------------------------- */

/* 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;
}

/* ----------------------------------------------- */

/* INTERFACEWARE LOGO */

#logo a strong {
	display: none;
	}

#logo {
	position: absolute; 
	top: 77px; 
	right: 45px; 
	width: 255px; 
	background: url(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;
}

/* ----------------------------------------------- */

/* 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: 715px;
	background: url("images/homepage_footer.gif") no-repeat center bottom;
}

p.home_products_chameleon {
	color: #51667B;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	background: url(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(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;
}

