/*  COLORS
    -------------------------------------


*/

/*  GENERAL ELEMENTS
    --------------------------------------------------------------- */
* { margin: 0; padding: 0; } /* Resets all to zero */
html { margin: 0; padding:0; }
body {
	margin: 0;
	padding: 0;
	text-align: center; /* Page Centering, Pt 1 of 2 */
	background: #104413 url(/images/bkgd1_02.jpg) repeat-x center top;
	}
body,td,th,p,ul,li,ol,dl,dt,dd {
	/* Master Font Styles */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*letter-spacing: 1px;*/
	color: #fff;
	}	
dd, blockquote { margin-left: 40px; } /* sets default margins */
	
a:link { color:#FFD668; text-decoration: underline; }
a:visited { color:#FFD668; text-decoration: underline; }
a:hover { color:#FFD668; text-decoration: none; }
a:active { color:#FFD668; text-decoration: underline; }

p { margin: 5px 0; }

h1 {
	font: normal 20px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #FFD668;
	margin: 24px 0 15px 0;
	}
h2 {
	font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 40px 0 10px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFD668;
	}
h3 {
	font: normal 15px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #FFD668;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
h4, h5 {
	font: bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}
	
hr { color: #555; background: #555; border: 0; height: 1px; }

/* IMAGES
    --------------------------------------------------------------- */
img, a img { border: none; } /* :link img, :visited img */

.img-left { float:left; margin: 2px 10px 5px 0; }
.img-left-top { float:left; margin: 0 5px 0 0; }
.img-right { float:right; margin: 0 0 5px 10px; }
.img-right-top { float:right; margin: 0 0 0 5px; }

img.photo {
	margin: 0 0 10px 10px;
	background-color: transparent;
	padding: 5px;
	border: 1px solid #94C07D;	
	}	


/* LIST STYLES
    --------------------------------------------------------------- */
ol, ul, li {
	font-size: 100%;
} /* Minimum needed to offset simple.css - may be handled better elsewhere  */

/* from http://www.mollio.org/css/main.css */
ul {margin: .3em 0 1.5em 0;list-style-type:none;}
	ul.related {margin-top: -1em;}
ol {margin: .5em .5em 1.5em;}
ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal;}
li {padding-left: 20px; margin-bottom: 10px; background: transparent url(/images/a/bullet.gif) no-repeat 0 .2em;} /* line-height: 1.4em; ISSUE: this caused problems with navigation */ /* TODO: split sprites.gif up */
ul.nomarker li {background:none;padding-left:0;}


/*



#column-sidebar ul {
	margin-left: 25px; 
}
#column-main ul, #column-main ul ul {
	list-style-type:none;
	margin: 10px;
	}
#column-main li {
	margin-bottom: 0px;
	padding: 0 0 0 20px;
	background: transparent url(/images/a/bullet.gif) no-repeat 0 .2em;
	}
#column-main li ol li, #column-main li ul li {
	margin-bottom: 5px;
	} 	
#column-main li ol, #column-main li ul {
	margin-top: 5px;
	}	
*/
ul.list-pdf li, li.list-pdf {
	background: transparent url(/images/a/file_pdf.gif) no-repeat 0 .2em !important;
	}
ul.list-word li, li.list-word {
	background: transparent url(/images/a/file_word.gif) no-repeat 0 .2em !important;
	}	
ul.list-excel li, li.list-excel {
	background: transparent url(/images/a/file_excel.gif) no-repeat 0 .2em !important;
	}	
ul.list-video {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
ul.list-video li, li.list-video {
	background: url(/images/a/file_video.gif) 0 0em no-repeat;
	padding-left: 30px;
	}
ul.tight li {margin-bottom: 0; }

	

/*  FORMS 
    --------------------------------------------------------------- */	
fieldset { padding:10px; } /* resets default padding */

select { min-width:1.5em; } /* Fixes dropdowns in FF after global margin reset */

input, code, tt, pre, .monospace {
	font: normal 11px/14px monaco, "andale mono", "courier new", courier, monospace;
	color: #333333;
	} /* Makes input boxes consistent widths across browsers */
	
	
.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
	}
p.error_message {
	display:block;	font-size: 9px;	

	}	
.required {	color: #CC0000; }


/*  STRUCTURE 
    --------------------------------------------------------------- */

#page {

	}
#container {
	margin: 0px auto; /* Page Centering, Pt 2 of 2 */
	text-align: left; /* Page Centering, Pt 2 of 2 */
	width: 680px;
	}

#headerwrap {
	position: relative;
	height: 250px;
	margin: 0;
	
	/* background: transparent url(/images/bkgd-pagetop.gif) no-repeat top center; */
	background-color:transparent;
	}

#columnwrap {
	width: 680px; /* Fixes Pekaboo. Is this causing a problem with IE/win if no padding set below? */
	padding: 1px 0px; /* Prevents text over background edges */
	}
.mr {
    background: transparent url(/images/bkgd-page.png) repeat-y top center; 
	}
.mr2, .m  {
    background: transparent url(/images/bkgd-page-1col.png) repeat-y top center; 
	}
	
.x  {
	background-color: #1c4813;
	}	

/*  COLUMNS
    --------------------------------------------------------------- */
/* Width+margin+borders MUST be <= container (or page) width */	
/* Add padding to .content for column, not column div */

#column-main {
	/*background-color:#1C4813;*/

	}
#column-sidebar {
	/*background-color:#152C0F;*/
	}
#column-xtra {
	/*background-color:#EFEFEF;*/
	}

/* Column Contents +----------- */	
/* Nested Content Divs offset box model rendering issues in IE/Win. */
/* Appy margin to outer divs and padding to inner content divs      */

#column-main .content {
	padding: 0 25px 0 20px;
	line-height: 18px;
	/*background-color:#fff;  For Dreamweaver (DEPRACATED?) */

	}
#column-sidebar .content {
	font-size: 10px;
	padding: 20px 19px 20px 20px;
	}	
.mr2 #column-sidebar .content {
	line-height: 18px;
	font-size: 12px;
	}
#column-xtra .content {
	}


/*  COLUMN SWITCHERS v2.0
    --------------------------------------------------------------- */
/*  Uses the <body>'s class attribute to specify a column structure: */
/*    <body class="lmr">  |   3 column, sidebar + main + xtra */
.lmr #columnsubwrap { float:right; width: 430px; } /* M + X */	
.lmr #column-main { float:left; width: 330px; }
.lmr #column-sidebar { float:left; width: 235px; }
.lmr #column-xtra { float:right; width: 100px; }	


/*    <body class="lm">   |   2 column, sidebar + main */
.lm #columnsubwrap { float:right; width: 430px; } /* M + X */
.lm #column-sidebar  { float:left; width: 235px; }		
.lm #column-xtra { display:none; }

/*    <body class="mr">   |   2 column, main + sidebar */
.mr #columnsubwrap { float:left; width:430px;	} /* S + M */		
.mr #column-sidebar { float:right; width: 235px; }
.mr #column-xtra { display:none; }	

/*    <body class="mr2">   |   2 column, main + sidebar */
.mr2 #columnsubwrap { float:left; width:338px;	} /* S + M */		
.mr2 #column-sidebar { float:right; width: 337px; }
.mr2 #column-xtra { display:none; }	

	
/*   <body class="m">    |   1 column, main */
.m #column-sidebar, .m #column-xtra { display:none; }
	
	
/*	<body class="mr2">	|	2 column, main + right - wider right column*/
/*	<body class="lm2">	|	2 column, left + main - wider left column */
/* --------------------------------------------- */    
/* Column Widths +----------- */



/*  HEADER 
    --------------------------------------------------------------- */
	
#logo {
	z-index:1;
	position:absolute;
	left:10px;
	top: 0;
	}
#iccfa {
	z-index:1;
	position:absolute;
	left:300px;
	top: 0;
	}	
#skipnav { position: absolute; left: -999px; width: 900px; }	
#tagline {
	z-index:1;

	position:absolute;
/*	left:155px;
	top: 40px;  */ 
/* BDS */
	left:135px;
	top: 65px;
/* end BDS */ 
	color: #97C579;
	font: normal 12px/13px Arial, Verdana, Helvetica, sans-serif;
	}

/* CSS Sprites - From http://www.alistapart.com/articles/sprites/ */
#action-buttons {
	width: 146px;
	height: 70px;
	background: url(/images/action-buttons.jpg);
	margin: 0;
	padding: 0;
	position: relative;
	margin-left: 540px;
	}
#action-buttons li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
	background: none;
	}
#action-buttons li, #action-buttons a {
    height: 70px; 
	display: block;
	}
#action-demos {left: 0; width: 73px;}
#action-quote {left: 73px; width: 73px;}
  #action-demos a:hover {
	background: transparent url(/images/action-buttons.jpg) no-repeat 0 -70px;
}
#action-quote a:hover {
	background: transparent url(/images/action-buttons.jpg) no-repeat -73px -70px;
	}
	
	
#hero-banner {
	margin-top: 16px; 
	/* display:none;*/
	}
/* #home #hero-banner { display:block; } */

#site-search {
	text-align: right;
	position: absolute;
	width: 200px;
	top:10px;
	right: 15px;
	}
#search-button {
	vertical-align:middle;
	margin: 2px 10px 3px 0;
	width:62px;
	height:17px;
	}
#search-box {
	height:11px;
	vertical-align:middle;
	}



/*  FOOTER 
    --------------------------------------------------------------- */
	
#footer {
	clear:both;
	color: #152C0F; 
	text-align:right; 	
	font-size: 10px;
	margin: 16px 0;
	background: transparent url("/images/bkgd-nav.png") repeat-x 20px;	
	width: 100%;
	height: 31px;
	}
#footer .content {
	padding: 7px 20px 10px 20px;
	}
#footer .right {
	text-align: right;
	float:right;
	width: 59%;
	}	
#footer .left {
	text-align: left;
	float:left;
	width: 39%;
	}	

#footer a { color:#152C0F; text-decoration:underline; }
#footer a:hover {
	color:#006600;
	text-decoration:none;
}

#legal {
	line-height: 20px;
	display: inline;

	}
#branding {
	line-height: 25px;
	display: inline;
	}		
#print-bar, #printed-from {
	display:none;
	}	
	
		
/* PRODUCTION ELEMENTS
    --------------------------------------------------------------- */
#validators {
	font-size: 9px;
	display: none; /* display:inline; */
	}
div#development_links {
	margin:5px 0;
	}	
div#development_links form {
	margin:5px 0 5px 5px;
	display:inline;
	}	
#pagerank {	   }

/* Development Notes +-------------------- */
/* Added to screen.css upon using cookie switcher */
.postit {
	display:inline;
	background-color:#FFFFCC;
	color:#CC0033;
	border: 2px solid #CC0033;
	padding: 2px;
	}
div.postit, p.postit {
	display:block;
	margin: 5px;
	}	
#column-sidebar .postit {
	border: 1px solid #CC0033;
	padding: 1px;
	}	


/* HOMEPAGE
    --------------------------------------------------------------- */
#home #headerwrap { height: 500px; } 

/* PAGE SPECIFIC
    --------------------------------------------------------------- */
table#survey {
	border-collapse:collapse;
	padding: 0;
	margin:0;
	}
table#survey td {
	/*padding: 0 10px 10px 0 ;*/
	}	
table#survey th {
	background-color: #2D6729;
	font: normal 14px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFD668;
	padding: 2px;	
	}	
	
.surveyyes, .surveyno, .surveyunsure {
	text-align: center;
	width: 60px;	
	/*background-color: #2D6729;
	padding: 0 0x 10px 0 ;*/
	}


/* MISC
    --------------------------------------------------------------- */
.tm {font-size: 50%}


.clear { clear:both; }
.clear-left { clear:left; }
.clear-right { clear:right; }

.nowrap { white-space:nowrap; }
.block { display:block; }
.hide {	display:none; }

.hilite { background-color: #FFFFCC; color: #000000; }
		
.border-right { border-right: 1px solid #E6E6E6; }
.border-left { border-left: 1px solid #E6E6E6; }

/* Chart Table +-------------------- */
.chart td {
	border-top: 1px  solid #BBB;
	padding: 5px 10px 5px 5px;
	}
.chart img, .charthead img {
	border: 0;
	}
.charthead {
	font-weight: bold;
	background-color: #EFEFEF;
}


/* Page Controls +-------------------- */
#page-controls {
	margin: 5px 15px 10px 15px;
	font-size: 10px;
	}
#page-controls a:link { color:#CF3F3E; text-decoration: underline; }
#page-controls a:visited { color:#CF3F3E; text-decoration: underline; }
#page-controls a:hover { color:#616276; text-decoration: none; }
#page-controls a:active { color:#CF3F3E; text-decoration: underline; }	


/* Flash Video Box +-------------------- */
#videobox { padding: 5px; background-color: #DFE3EA; border: 1px solid #A4AFC3; width: 262px; height: 232px;}	
#videobox object { background-color: transparent;}
#videodescription { width: 350px; }
	
	
/* Multi-Column Insets +-------------------- */
/* From http://wincent.com/a/site-map */	
div.two-columns { float:left; width:49%; margin-bottom: 30px; }
div.two-columns > * { margin: 10px;  }
div.three-columns { float:left; width:31%; }
div.three-columns > * { margin: 10px;  }


/* %%%%%%% Pull Quotes Start %%%%%%%%%%%%% */

.pullquote {
	font-family: Arial, "Times New Roman", Times, serif;
	font-weight:bold;
	width: 35%;
	float:right;
	font-size:16px;
	line-height:140%;
	margin:10px 0 10px 20px;
	background: url(/images/a/quote-close.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 10px 5px 0px;
	color: #222;
}
.pullquote:first-letter {
	background: url(/images/a/quote-open.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
.pullquote .byline {
	margin:0;
	padding:0;
	color: #9C9C9C;
	font-size: 12px;
	line-height: 13px;
	font-weight:normal;
	}
/* %%%%%%% Pull Quotes End %%%%%%%%%%%%% */

/* %%%%%%% Event List - Definition List Start %%%%%%%%% */
/* ---------- Table Display version -------- 
insert <dl class="table-display">
*/

 dl.table-display { width: 41.1em; margin: 2em 0; padding: 0; }
 .table-display dt { width: 8em; float: left; margin: 0 0 0 0; padding: .5em; border-top: 1px solid #999; font-weight: bold; }

 /* commented backslash hack for mac-ie5 \*/
 dt { clear: both; }
 /* end hack */

 .table-display dd { float: left; width: 31em; margin: 0 0 0 0; padding: .5em; border-top: 1px solid #999; }

/* --------- Event Cal Version -------- 
insert <dl class="event">
*/
 dl.event { margin: 2em 0; padding: 0; }
 .event dt { position: relative; left: 0; top: 1.4em; width: 4.2em; font: bold 48px/48px helvetica, arial, sans-serif; letter-spacing: -5px;  }
 .event dt2 {
	position: relative;
	left: 0;
	top: 0;
	width: 4.2em;
	font: bold 48px/48px helvetica, arial, sans-serif;
	letter-spacing: -5px;
}
 .event dd { margin: 0 0 0 5.2em; padding: 0 40px .5em .5em; }

 .event dm { margin: 0 0 0 0; padding: 0 0 .5em .5em; }
/* %%%%%%% Event List - Definition List End %%%%%%%%% */


/* Rounded Corners 
    --------------------------------------------------------------- */	
	/* from Niftycorners - http://pro.html.it/articoli/id_599/idcat_31/pag_1/pag.html */
.rtop,.artop{display:block;}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px;}
.artop *{border-style: solid;border-width:0 1px;}
.r1,.rl1,.re1,.rel1{margin-left:5px;}
.r1,.rr1,.re1,.rer1{margin-right:5px;}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px;}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px;}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px;}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px;}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px;}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px;}
.rx1,.rxl1{border-left-width:5px;}
.rx1,.rxr1{border-right-width:5px;}
.rx2,.rxl2{border-left-width:3px;}
.rx2,.rxr2{border-right-width:3px;}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px;}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px;}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0;}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0;}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px;}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px;}








/* NAVIGATION
---------------------------------------------------- */
/* From http://css.maxdesign.com.au/listamatic/horizontal26.htm - modified */
#navcontainer {
	position: absolute;
	left: 0;
	bottom: 12px;
	backgound-color: transparent;
	width: 100%;
	background-image: url(../images/bkgd-nav.png);
	background-repeat: repeat;
	height: 31px;
	}
#navcontainer ul { width: 100%; text-align: center;  margin:0; padding: 0;}	
#navcontainer ul li	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;	/* background: url("http://biphome.spray.se/karl10/images/navBarBg.gif") repeat-x 20px; */
	}
#navcontainer a	{
	background-color: transparent;
	text-decoration: none;
	display: block;
	}
#advantage li#nav-hmis-advantage a,
#features li#nav-features a,
#technical li#nav-technical a,
#services li#nav-services a,
#support li#nav-support a,
#contact li#nav-contact a {
	color:#49801b;
	background: transparent url("/images/bkgd-nav-hover.png") repeat-x;
	border-left: 1px dotted #FFDC62;
	border-right: 1px dotted #FFDC62;
	}
#navcontainer a:hover {
	background: transparent  url("/images/bkgd-nav-hover.png") repeat-x;
	background-color: transparent;
	}
/* IE5-Mac hack */ 
#navcontainer a {float:left;} /* For IE5-Mac */ 
/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navcontainer a {float: none;} /* For all other browsers */ 
/* End IE5-Mac hack */



/* UNTESTED
    --------------------------------------------------------------- */	

/*
Global Margin reset fixes

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl,
fieldset, address { margin:20px 0; }

Extras:
table, ol, ul, dl, p, pre { margin-bottom: 1em; }
ol, ul { margin-left: 1em; }
*/ 
 
	
blockquote {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 30px;
  font-size:11px;
  line-height:17px;
  color: #666; 
  }
  
blockquote+blockquote {
  margin: 0px 0px 20px 0px; 
  }

.box {
	padding: 15px;
	border:1px solid #996633;
}	
.insetbox {
	margin: 5px 0 5px 0px;
	/*border: 1px solid #dedede;*/
	background-color: #f6f6f6;
	}
.insetbox .padding {
	padding: 0 5px 0px 10px;
	}
.insetbox p, .insetbox h3, .insetbox h2, .insetbox ul {
	margin: 0;
	padding: 5px 0 5px 0;
	}	
.insetbox div.more {
	margin: 0 10px 5px 0;
	}	
	
#anti-spam {
	display: none;
}

