/*  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:  url(/images/mainbg.gif) repeat-x top center;
	}
body,td,th,p,ul,li,ol,dl,dt,dd {
	/* Master Font Styles */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}	
dd, blockquote { margin-left: 40px; } /* sets default margins */
	
a:link { color:#000099; text-decoration: underline; }
a:visited { color:#000099; text-decoration: underline; }
a:hover { color:#CC0000; text-decoration: none; }
a:active { color:#000099; text-decoration: underline; }

p { margin: 15px 0; }

h1 {
	font: normal 26px/30px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 24px 0 15px 0;
	}
h2 {
	font: normal 18px/20px Palatino, Georgia, "Times New Roman", Times, serif;
	color: #222;
	margin: 50px 0 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #555;
	}
h3 {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	margin: 40px 0 0 0;
	padding: 0;
	color: #444;
	}
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, :link img, :visited img { border: none; }

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-sidebar ul {
	margin-left: 25px; /* May need adjustment */
}
#column-main ul, #column-main ul ul {
	list-style-type:none;
	margin: 15px;
	}
#column-main li {
	margin-bottom: 0px;
	padding: 5px 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-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: 740px;
	}

#headerwrap {
	position: relative;
	height: 313px;
	margin: 10px 0 0 0;
	
	background: transparent url(/images/header2.jpg) no-repeat top center;
	background-color:#999999;
	}

#columnwrap {
	width: 740px; /* Fixes Pekaboo. Is this causing a problem with IE/win if no padding set below? */
	padding: 1px 0px; /* Prevents text over background edges */

    /* background: transparent url(/images/mainbg.jpg) repeat-y top center; */
	background-color:#FFF; 
	}


/*  COLUMNS
    --------------------------------------------------------------- */
/* Width+margin+borders MUST be <= container (or page) width */	
/* Add padding to .content for column, not column div */

#column-main {
	background: url(/images/col_left.jpg) no-repeat;
	background-color:#FFFFFF; 
	}
#column-sidebar {
	background: url(/images/col_right.jpg) no-repeat;
	background-color:#FFFFFF;
	}
#column-xtra {
	background-color:#FFFFFF;
	}

/* 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: 10px 40px 15px 20px;
	line-height: 15px;
	/*background-color:#fff;  For Dreamweaver (DEPRACATED?) */

	}
#column-sidebar .content {
	padding: 0px 10px 0px 15px;
	font-size: 10px;
	}	

#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: 580px; } /* M + X */	
.lmr #column-main { float:left; width: 390px; }
.lmr #column-sidebar { float:left; width: 160px; }
.lmr #column-xtra { float:right; width: 190px; }	


/*    <body class="lm">   |   2 column, sidebar + main */
.lm #columnsubwrap { float:right; width: 580px; } /* M + X */
/*.lm #column-main { width: 580px; }  Is this duplicate needed? */  /* M + X */	
.lm #column-sidebar  { float:left; width: 160px; }	/* OR margin-right: 580px */	
.lm #column-xtra { display:none; }
/*
.lm #column-main { width: 480px; float:right; }
.lm #column-sidebar { margin-left: 0; margin-right: 480px; }
*/


/*    <body class="mr">   |   2 column, main + sidebar */
.mr #columnsubwrap { float:left; width:550px;	} /* S + M */		
/*.mr #column-main { float:left; width:550px;	}  Is this duplicate needed */  /* S + M */		
.mr #column-sidebar { float:right; width: 180px; } /* OR margin-left: 190px */
.mr #column-xtra { display:none; }	
/*
.mr #column-main { width: 480px; float:left; }	
.mr #column-sidebar { margin-left: 480px; }
*/

/*   <body class="m">    |   1 column, main */
.m #column-sidebar, .m #column-xtra { display:none; }
/*
.m #column-main { width:auto; float:none; }
.m #column-sidebar { display:none; }
*/

	
	
/*	<body class="mr2">	|	2 column, main + right - wider right column*/
/*	<body class="lm2">	|	2 column, left + main - wider left column */
/* --------------------------------------------- */    
/* Column Widths +----------- */




/*  COLUMN SWITCHERS - TEMPLATE JR (DEPRACATED)
    --------------------------------------------------------------- */
/*  Uses the <body>'s id attribute to specify a column structure:
    <body class="lm">   |   2 column, left + main
    <body class="mr">   |   2 column, main + right
    <body class="m">    |   1 column, main
	
	<body class="mr2">	|	2 column, main + right - wider right column
	<body class="lm2">	|	2 column, left + main - wider left column

.mr #column-main { width: 480px; float:left; }	
.mr #column-sidebar { margin-left: 480px; }

.mr2 #column-main { width: 400px; float:left; }	
.mr2 #column-sidebar { margin-left: 400px; }
	
.m #column-main { width:auto; float:none; }
.m #column-sidebar { display:none; }

.lm #column-main { width: 480px; float:right; }
.lm #column-sidebar { margin-left: 0; margin-right: 480px; }

.lm2 #column-main { width: 560px; float:right; }
.lm2 #column-sidebar { margin-left: 0; margin-right: 560px; }
*/







/*  HEADER 
    --------------------------------------------------------------- */
	
#logo {
	z-index:1;
	position:absolute;
	left:30px;
	bottom: 230px;
	}
#skipnav { position: absolute; left: -999px; width: 900px; }	

#site-search {
	text-align: right;
	position: absolute;
	width: 200px;
	top:10px;
	right: 15px;
	display:none;
	}
#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: #555; 
	text-align:right; 	
	font-size: 9px;

	/* background: transparent url(/images/bkgd-foottop.gif) no-repeat top center;	*/
	}
#footer .content {
	padding: 10px 20px 10px 20px;
	}
#footer .right {
	text-align: right;
	float:right;
	width: 49%;
	}	
#footer .left {
	text-align: left;
	float:left;
	width: 49%;
	}	

#footer a { color:#0000CC; text-decoration:none; }
#footer a:hover { color:#000; text-decoration:none; }

#legal {
	line-height: 20px;
	}
#branding {
	line-height: 25px;
	display: inline;
	}		
#print-bar, #printed-from {
	display:none;
	}	
	
		
/* PRODUCTION ELEMENTS
    --------------------------------------------------------------- */
#validators {
	font-size: 9px;
	 display: inline;/*  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: #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/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 %%%%%%%%% */


/* 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;}




/* SUCKERFISH DROP-DOWNS
    --------------------------------------------------------------- */	
#navcontainer {
	position:absolute;
	left: 190px;
	}
#nav, #nav ul {
	float: right; /* ISSUE: This breaks IE/WIN without navcontainer rules above */
	width: 380px;
	list-style: none;
	line-height: 1.5;
	background-color: #D2C6BA;
	/* background-color: transparent; */
	font-weight: normal;
	padding: 0;
	/*border: solid #bbb;
	border-width: 0 0 0 0;  0 0 1px 0  moved to nav-head */
	margin: 110px 200px 0px 0px; /* 0 0 1em 0 */
	font-family: Trebuchet, 'Trebuchet MS', Arial, Helvetica, sans-serif; /* SD */
	font-size: 10px;	/* SD */
	}
.navv {
	background-color: transparent !important;
}
#nav {
	/*letter-spacing:1px;  SD */
	}
#nav a {
	display: block;
	/*width: 10em;*/
	color: #000000;
	text-decoration: none;
	padding: 4px 6px;
}

/* IE5-Mac hack */ 
#nav a {float:left;} /* For IE5-Mac */ 
/* Commented backslash hack hides rule from IE5-Mac \*/ 
#nav a {float: none;} /* For all other browsers */ 
/* End IE5-Mac hack */

#nav li ul a:link, #nav li ul a:visited,#nav li ul a:active { /* added */
color: #333;

/*background-color: #D2C6BA; */

 background-color: transparent;
}	
#nav li ul a:hover { /* added */
color:#B63636;
background-color:#efefef;
}
#nav a.menu-arrow {
	background: url(/images/menu-arrow.gif) center right no-repeat;
}

#nav li {	/* all list items */
	float: left;
	padding: 0;
	/*width: 10em;*/
	text-transform:uppercase; /* SD*/
		font-size: 10px;	/* SD */

}
#nav ul li, #nav ul li ul li {
	text-transform:none; /* SD */
	/*border-top: 1px solid #bbb; SD*/
	/*padding:0px ; SD affects bkgd arrow placement and sublevel placement */
}
#nav li ul {	/* second-level lists */
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px; /* 14.4em */
	width: 165px; /* 13.9em */
	font-weight: normal;
	border-width: 1px; /* 0.25em */
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* SD */
 	letter-spacing:normal; /* SD */
}
#nav li li {
	padding-right: 1em;
	width: 13em; /* previously no closing semicolon */
}
#nav li ul a {
	width: 110px; /* 13em */
	w\idth: 150px; /* 9em */
}
#nav li ul ul {
	margin: -1.75em 0 0 14em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #efefef;
}



/* 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;
	}	
	.JUSTBASIC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.bordered_image {
	border: 5px solid red;
}

