#column-main .feat-vid-box {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 510px;	/*min-height: 200px;*/
}
#column-main ul.port-vid li img {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	width: 140px;
	height: 96px;
}
#column-main .vid-desc {
	font-size: 10px;
	line-heigh: 18px;
	color: #666666;
	float: right;
	width: 320px;
}
#column-main .viddate {
	font-size: 10px;
	color: #999999;
}
#column-main .reg-vid-box {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 510px;
}
#column-main .view {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	clear: both;
	height: 20px;
	padding-right: 10px;
	display: block;
	padding-top: 7px;
}
.vid-box-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
#column-main ul.port-vid {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
	width: 510px;
}
#column-main ul.port-vid li {
	padding: 0px;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	width: 510px;
	/*min-height: 190px;*/
	clear: both;
}
#column-main ul.port-vid li+li {
	
}
.accordion {
	border-bottom: solid 1px #c4c4c4;
	width: 510px;
}
.accordion h3 {
	padding: 7px 15px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	line-height: 100%;
	background-color: #F5F5F5;
	background-image: url(../images/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	margin: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c4c4c4;
	border-right-color: #c4c4c4;
	border-left-color: #c4c4c4;
}

/*  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: #fff url(/images/bkgd.gif) repeat-y top center;
	}
body,td,th,p,ul,li,ol,dl,dt,dd {
	/* Master Font Styles */
	font-family: 'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}	
dd, blockquote { margin-left: 40px; } /* sets default margins */
	
a:link { color:#820202; text-decoration: underline;	background-color: transparent; }
a:visited { color:#820202; text-decoration: underline; background-color: transparent; }
a:hover { color:#3676B3; text-decoration: none;	background-color: transparent; }
a:active { color:#820202; text-decoration: underline; background-color: transparent; }

p { margin: 15px 0; }

h1 {
	color: #003366;
	margin: 24px 0 15px 0;
	border-bottom: 1px solid #820202;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	}
h1 a:link {
	text-decoration: none;
}
h2 {
	font: bold 14px/18px Palatino, Georgia, "Times New Roman", Times, serif;
	color: #820202;
	margin: 15px 0 10px 0;
	padding-top: 3px;
	}
h2 a:link { color: #820202; }
h2 a:visited { color: #820202; }
h2 a:hover {	color: #3676B3;	text-decoration: none; }
h2 a:active { color: #820202; }
	
h3 {
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0 0 0;
	padding: 0;
	color: #333;
	}
h4 {
	font: bold 13px/16px Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	background-color: #3676B3;
	border-top: 2px solid #003366;
	padding: 3px 2px 2px 4px;	
	}
h5  {
	font: bold 13px/16px Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	}	
hr { color: #CC9; background: #CC8; border: 0; height: 1px; margin: 2px 0; }

/* 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:#fff;
	padding: 5px;
	border: 1px solid #222;	
	}	

/* LIST STYLES
    --------------------------------------------------------------- */
/*ul { padding-left:30px; }  Sets default UL padding NEEDS TWEAKING!!!!!!! */
/*li { margin-left: 40px; }  Sets default li margin NEEDS TWEAKING!!!!!!! */


#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;
	}	
#column-sidebar ul, #column-xtra ul {
	margin-left: 18px;/*  May need adjustment */

}



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; 
	}
.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: 760px;
	}

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

#columnwrap {
	width: 760px; /* Fixes Pekaboo. Is this causing a problem with IE/win if no padding set below? */
	padding: 1px 0px; /* Prevents text over background edges */
	background-color:transparent;
	}


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

#column-main {
	/*background-color:#fff;*/
	}
#column-main h1 a:link {
	text-decoration: none;
}
#column-sidebar {
	/*background-color:#fff;*/
	}
#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 30px 0 20px;
	line-height: 17px;
	}
#column-sidebar .content {
	padding: 0 3px 0 18px;
	line-height: 14px;
	}	

#column-sidebar .content p, #column-sidebar .content ul, #column-sidebar .content ol, #column-sidebar .content li {
font-size: 10px;
}

#column-xtra .content {
	padding: 0 10px 0 5px;
	line-height: 15px;
	}

#column-xtra .content p, #column-xtra .content ul, #column-xtra .content ol, #column-xtra .content li {
font-size: 10px;
}



/*  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: 560px; } /* M + X */	
.lmr #column-main { float:left; width: 360px; }
.lmr #column-sidebar { float:left; width: 200px; }
.lmr #column-xtra { float:right; width: 200px; }	

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

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

/*   <body class="m">    |   1 column, main */
.m #column-sidebar, .m #column-xtra { display:none; }



/*  HEADER 
    --------------------------------------------------------------- */
	
#logo {
	z-index:1;
	position:absolute;
	left:24px;
	bottom: 12px;
	}	
#skipnav { position: absolute; left: -999px; width: 900px; }	

#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;
	}

/* Banners +-------------------- */
#banner-sm {
	margin: 0 20px 10px 165px;
	background-color:#888;
	height: 80px;
	}
#banner-lg {
	margin: 0 0 20px 0;
	}
#banner-footer {
	text-align:center;
	}
#banner-footer .message-bar {
			border-top: solid 1px #dddab5;
			border-bottom: solid 1px #dddab5;
			margin: 5px 100px; /* TEST: Box Model */
			padding: 5px 5px 5px 5pxpx;
			/* background: #f5f3de url(/images/a/icon-info.png) no-repeat; */
			background-color: #f5f3de;
			font-size: 11px;
			line-height: 12px;
			color: #485056;
	}	

/*  FOOTER 
    --------------------------------------------------------------- */
	
#footer {
	clear:both;
	color: #000; 
	font-size: 12px;
	margin: 10px 0;
	border-top: 1px solid CC9;
	}
#footer .content {
	padding: 10px 20px 10px 20px;
	text-align:right; 	

	}
#footer .right {
	text-align: right;
	float:right;
	width: 39%;
	}	
#footer .left {
	text-align: left;
	font-size: 11px;
	float:left;
	width: 59%;
	}
#legal {
	font-size: 10px;
	line-height: 20px;
	}
#print-bar, #printed-from {
	display:none;
	}	
	
		
/* PRODUCTION ELEMENTS
    --------------------------------------------------------------- */
#validators {
	display: none; 
	}
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
    --------------------------------------------------------------- */


/* PAGE SPECIFIC
    --------------------------------------------------------------- */



/* MISC
    --------------------------------------------------------------- */
.clear { clear:both; }
.clear-left { clear:left; }
.clear-right { clear:right; }

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

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



/* Headlines +-------------------- */
.headlines h2, .headlines h3, .headlines h4 { /*padding-bottom: .1em; border-bottom: 1px solid #777;*/ margin-bottom: 0 !important; padding-bottom: 0 !important; }
.headlines p { margin:0; padding: 8px 0 8px; 0 !important;} 
.date { font: bold 82% arial, verdana, sans-serif; color:#bbb; display:block; letter-spacing: 1px; }

/* Accessible MORE Link +-------------------- */
	/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {background: transparent url("/images/a/sprites.gif") no-repeat 5px -500px;padding-left:21px; }
a.morelink:hover {background: transparent url("/images/a/sprites.gif") 5px -400px; }
.morelink span {position:absolute;left:-9999px;width:900px; } 





/* 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/closequote.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/openquote.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.1em; width: 5em; font-weight: bold; }
 .event dd { border-left: 1px solid #000; margin: 0 0 0 6em; padding: 0 0 .5em .5em; }
/* %%%%%%% Event List - Definition List End %%%%%%%%% */








/* NAVIGATION
---------------------------------------------------- */
/* From http://css.maxdesign.com.au/listamatic/horizontal26.htm - modified */
#navcontainer {
	position: absolute;
	left: 235px;
	bottom: 5px;
	margin: 10px;
	}
#navcontainer ul li	{
	color: #820202;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font: bold 14px/13px Arial, helvetica, verdana, sans-serif;
	text-align: left;
	/* background: url("http://biphome.spray.se/karl10/images/navBarBg.gif") repeat-x 20px; */
	}
#navcontainer a	{
	padding: 2px 10px;
	color: #888;
	text-decoration: none;
	display: block;
	/*width: 100px;*/
	border-left: 1px solid #820202;
	}
#navcontainer/* IE5-Mac hack */ 
  {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 */

	
#navcontainer a.first { border-left: none; }	
#pageone li#nav-pageone a,
#pagetwo li#nav-pagetwo a,
#pagethree li#nav-pagethree a,
#pagefour li#nav-pagefour a,
#pagefive li#nav-pagefive a {
	color:#820202;
	/*background: url("http://biphome.spray.se/karl10/images/navBarBgHover.gif") repeat-x 20px; */
	}
#navcontainer a:hover { 
	/*background: url("http://biphome.spray.se/karl10/images/navBarBgHover.gif") repeat-x 20px; */
	color:#820202;
	text-decoration: underline;
	}









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

/* Multi-Column Insets +-------------------- */
.byline {
	font-family: 'Lucidia Grande', Arial, Geneva, Lucidia, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: pink;
}




/*
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;
	}
/*  FORMS 
    --------------------------------------------------------------- */	
	
.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; 
}
.required {	color: #CC0000; 
}
input#anti-spam {
	display: none;
}
td img#captcha {
	border: 1px solid #F6F6F6;	
}

/* ---------------------------------------------------------------- */
div#captcha-box {
	background-color: #FAFAFA;
	text-align: center;
	border: 1px solid #DEDEDE;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 262px;
}
