/* ---------- basics ---------- */

body, html {
	margin: 0;
	border: 0;
	padding: 0;
	background: #fff;
	text-align: left;
	font-family: verdana,trebuchet,helvetica,sans-serif;
	color: #000;
	font-size: .8125em;
	line-height: 1;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	} /*can't have a background color and a background url both*/

body {
	min-width: 850px;
	}

img, img a {
	margin: 0;
	border: 0;
	padding: 0;
	}
	
div#content div#text div img.right a {
	margin: 0;
	border: 0;
	padding: 0 20px 20px 0;
	} /* provides space to the right and bottom of photos in #content#text */
	
div#content div#text div img.left a {
	margin: 0;
	border: 0;
	padding: 0 0 20px 20px;
	} /* provides space to the left and bottom of photos in #content#text */
	
div#content div#text div img.red-tri {
	margin: 0;
	border: 0;
	padding: 0;
	} /* cancels padding set for regular img in #content#text */
	
td {
	vertical-align: top;
	}
	
img.left {
	float: left;
	margin: 10px 20px 10px 0;
	border: 0;
	padding: 0;
	}

img.right {
	float: right;
	margin: 10px 0 10px 20px;
	border: 0;
	padding: 0;
	}

img.zeromargins {
    margin: 0;
    padding: 0;
    }
    
	

/* ---------- layout ---------- */

div#outer {
	margin: 0 auto;
	border: 0;
	padding: 0;
	background-image: url(/images/bg_outer_3col.gif);
	background-repeat: repeat-y;
	width: 850px;
	}
	
div#header {
	margin: 0;
	border: 0;
	padding: 0;
	width: 850px;
	}

div#content {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 685px;
	} /* contains nav and text  --  width is div*outer minus div#nav */
	
div#nav {
	float: left;
	margin: 0 0 20px 0;
	border: 0;
	padding: 0 0 20px 0;
	background-image: url(/images/bg_navOR.gif);
	background-repeat: repeat-y;
	width: 165px;
	} /* bg created with tiled bg gif in div#outer BUT also created here for online registration*/

div#nav div {
	padding: 0 0 30px 0;
	} /* keeps text in nav from running into footer on short pages */

div#text {
	float: right;
	margin: 0;
	border: 0;
	padding: 0;
	width: 520px;
	} /* width is div#outer width minus div#nav minus div#right-col */

div#text div {
	margin: 20px 20px 20px 20px;
	border: 0;
	padding: 0;
	} /*margin needs to go here, not in div#text because that causes problem with float*/

div#right-col {
	float: right;
	margin: 0;
	border: 0;
	padding: 0;
    FONT-SIZE: 10pt;
    COLOR: #000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
	background-image: url(/images/bg_navRC.gif);
	background-repeat: repeat-y;
	width: 165px;
	text-align: center;
	} /* bg created with tiled bg gif in div#outer BUT also created here for online registration*/
	
div#right-col img {
	margin: 0 0 15px 0;
	border: 0;
	padding: 0;
	} /* provides space below ads so they don't bump together */
	

div#footer {
	margin: 0;
	border: 0;
	padding: 0;
	width: 850px;
	background: #d23;
	clear: both;
	} /* width must match div#outer */


/* ---------- layout for bok pages ---------- */

body#member2col div#outer {
	margin: 0 auto;
	border: 0;
	padding: 0;
	background: url(/images/bg_outer_2col.gif) repeat-y;
	width: 850px;
	}

body#member2col div#header {
	margin: 0;
	border: 1px;
	padding: 0;
	width: 850px;
	}

body#member2col div#content {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 850px;
	} /* contains nav and text */
	
body#member2col div#nav {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 165px;
	} /*nav bg created with tiled bg gif in div#outer*/

body#member2col div#text {
	float: right;
	margin: 0;
	border: 0;
	padding: 0;
	width: 685px;
	}

body#member2col div#text div {
	margin: 20px 20px 20px 20px;
	border: 0;
	padding: 0;
	} /*margin needs to go here, not in div#text because that causes problem with float*/

body#member2col div#footer {
	margin: 0;
	border: 0;
	padding: 0;
	width: 850px;
	background: #d23;
	clear: left;
	} 
	 
		
/* ---------- masthead ---------- */

table#masthead {
	margin: 0 auto;
	border: 0;
	padding: 0;
	width: 850px;
	}

/* ---------- typography nav ---------- */

#nav ul {
	margin: 0;
	border: 0;
	padding: 0;
	}

#nav ul li {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 7px 15px;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2;
	list-style: none;
	display: block;
	background-image: url(/images/bg_nav_li_tri.gif);
	background-repeat: no-repeat;
	background-position: center left;
	}

#nav ul li a {
	margin: 0;
	padding: 0;
	}

#nav ul li a:link {
	text-decoration: none; 
	color: #000;
	}
	
#nav ul li a:visited { 
	text-decoration: none; 
	color: #000; 
	} 

#nav ul li a:hover {
	color: #003265;
	text-decoration: underline;
	} 

#nav ul li a:active {
	color: #036; 
	text-decoration: underline;
	} 
	
#nav ul li.dark {
	background-image: url(/images/bg_nav_li_tri_dark.gif);
	background-repeat: no-repeat;
	background-position: center left;
	} 

#nav ul li.white {
	font-weight: bold;
	background-image: none;
	}

#nav ul li.white a:link {
	text-decoration: none; 
	color: #fff;
	background-image: none;
	} 

#nav ul li.white a:visited { 
	text-decoration: none; 
	color: #fff; 
	} 

#nav ul li.white a:hover {
	color: #003265;
	text-decoration: underline;
	} 

#nav ul li.white a:active {
	color: #036; 
	text-decoration: underline;
	} 

#nav p {
	margin: 0;
	border: 0;
	padding: 7px 10px 0px 15px;
	font-size: .9em;
	line-height: 1.4;
	color: #000;
	}

#nav p#first {
	margin: 3em 0 0 0;
	}

#nav p a {
	color: #000;
	}


/* ---------- typography subnav  ----------------

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav ul li {
	margin: 0;
	padding: 3px 15px 6px 20px;
	list-style: none;
	font-weight: normal;
	text-align: right;
	}

#nav ul li a {
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

#nav ul li a:link {
	text-decoration: none; 
	color: #258
	}
	
#nav ul li a:visited { 
	text-decoration: none; 
	color: #666; 
	} 

#nav ul li a:hover {
	color: #258;
	text-decoration: underline;
	} 

#nav ul a:active {
	color: #036; 
	text-decoration: underline;
	} 
	
-------------------------------------- */

/* ---------- typography text ---------- */


#text h1 {
	margin: 15px 0 10px 0;
	border-left: 9px solid #036;
	padding: 2px 6px 8px 6px;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4;
	color: #fff;
	background-image: url(/images/bg_text_h1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	
#text h1 a:link {
	color: #fff;
	}

#text h1 a:visited {
	color: #fff;
	}

#text h1 a:hover {
	color: #000;
	}

#text h1 a:active {
	color: #bbb;
	}

#text h1#home {
	margin: 10px 0 .5em 0;
	border: 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.1;
	font-weight: bold;
	color: #b00;
	background: #fff
	}

#text h2 {
	margin: 25px 40% 15px 0;
	padding: 2px 6px 8px 9px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3;
	color: #fff;
	background-image: url(/images/bg_text_h2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

#text h2 a:link {
	color: #fff;
	}

#text h2 a:visited {
	color: #fff;
	}

#text h2 a:hover {
	color: #000;
	}

#text h2 a:active {
	color: #bbb;
	}

#text h3 {
	margin: 2em 0 .5em 0;
	padding: 0 0 0 10px;
	font-size: 1.3em;
	line-height: 1.1;
	font-weight: bold;
	color: #b00;
	background-image: url(/images/red_tri.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#text h4 {
	margin: 1.5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.1;
	font-weight: bold;
	color: #b00;
	}

#text p, #text table td {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3;
	vertical-align: top;
	}

#text table.training {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #b00;
	border-left: 1px solid #b00;
	}
	
#text table.training td {
	border-top: 1px solid #b00;
	border-right: 1px solid #b00;
	border-bottom: 0;
	border-left: 0; 
	padding: 0.4em;
	font-size: 1em;
	line-height: 1.3;
	}
	
#text table.training td ul li {
	font-size: 1em;
	line-height: 1.3;
	}
	
#text p#members-area {
	font-weight: bold;
	color: #cbbe86;
	}
	
#text p#breadcrumb {
	font-size: 0.9em;
	}

#text p#red {
	color: #b00;
	}
	
#text ul li, 
#text ul li ul li,
#text ul li ol li,
#text ol li,
#text ol li ul li,
#text ol li ol li {
	margin: 0;
	padding: .3em 0 0 0;
	font-size: 1.2em;
	line-height: 1.3;
	}  

#text ul li ul li,
#text ul li ol li,
#text ol li ul li,
#text ol li ol li {
	margin: 0;
	padding: .3em 0 0 0;
	font-size: 1.0em;
	line-height: 1.3;
	}

#text blockquote {
	margin: 1em 2em 0 2em;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.3;
	}

/* ----- typography heads for members pages including body of knowledge (member2col) 	----- */

body#member #text h1, body#member2col #text h1 {
	font-weight: bold;
	color: #c33;
	border-left: 9px solid #c33;
	background-image: url(/images/bg_text_h1_members.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

body#member #text h1 a:link, body#member2col #text h1 a:link {
	color: #c33;
	}

body#member #text h1 a:visited, body#member2col #text h1 a:visited {
	color: #c33;
	}

body#member #text h1 a:hover, body#member2col #text h1 a:hover {
	color: #000;
	}

body#member #text h1 a:active, body#member2col #text h1 a:active {
	color: #555;
	}

body#member #text h2, body#member2col #text h2 {
	font-weight: bold;
	color: #c33;
	background-image: url(/images/bg_text_h2_members.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

body#member #text h2 a:link, body#member2col #text h2 a:link {
	color: #c33;
	}

body#member #text h2 a:visited, body#member2col #text h2 a:visited {
	color: #c33;
	}

body#member #text h2 a:hover, body#member2col #text h2 a:hover {
	color: #000;
	}

body#member #text h2 a:active, body#member2col #text h2 a:active {
	color: #888;
	}


/* --------- typography for 2 column member pages, mostly body of knowledge (bok) 	--------- */


/* including "#text" in the declarations keeps the masthead from being affected by any of the other bok table declarations */

body#member2col #text table {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	}
	
body#member2col #text table thead tr td, body#member2col #text table tr.head td {
	border: 0;
	padding: 0.4em;
	background: #666;
	font-weight: bold;
	color: #fff;
	} /* controls table heads */

body#member2col #text table td {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 0;
	border-left: 0; 
	padding: 0.4em;
	font-size: 1em;
	line-height: 1.3;
	}
	
body#member2col #text table td ul li {
	font-size: 1em;
	line-height: 1.3;
	}
	
body#member2col #text table.toc td {
	padding: 0.5em;
	font-size: 1.1em;
	line-height: 1.3;
	text-align: center;
	}
	
body#member2col #text table.toc thead tr td {
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	}
	
body#member2col #text table.toc td.head_side {
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	background: #9cf;
	}

	
/* ---------- typography footer 	---------- */


#footer p {
	margin: 0;
	padding: 6px 6px 6px 6px;
	font-size: .9em;
	line-height: 1;
	color: #fff;
	text-transform: capitalize;
	}