@charset "utf-8";
body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: #cccc98 url(images/bkgd-cwghome-body.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#header { 
	background: #75795b; 
	margin:0 auto;
	padding: 0px;
	width:886px;
	height:64px; 
	border-top: solid 1px #999966;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	color:#fbf2ce;
	font-weight:bold;
} 
#headerContent { 
	width:886px;
	margin:0 auto;
	padding:8px 0 0 20px;
	height:60px;  
	text-align:left;
	font-family:"Courier New", Courier, monospace;
	color:#fbf2ce;
	font-weight:bold;
} 

#headerContent h2 { margin:0; padding:0; font-family:"Courier New", Courier, monospace; font-size: 1.8em; font-weight:bold; letter-spacing:4px; }

/* #headerContent h1 {	margin: 0;	padding: 0;	line-height: normal; height: 22px; } */

#purpose-subs {
	float:right;
	margin: 3px 10px 0px 10px;
	padding: 0px;
	text-align:right;
}
#container { 
	width: 886px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 0 10px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: solid 1px #a7ab87;
	border-top: none;
} 
#sidebar1 {
	background: #FFFFFF url(images/bkgd-cwgsubs-container.gif) top right no-repeat;
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:10px 53px 0px 0px;
	padding: 140px 0px 0px 0px;
	text-align:left;
}
#mainContent { 
	background: url(images/bkgd-maincontent-ur.gif) top right no-repeat;
	margin: 0px 0px 0 0;
	padding: 15px 0 0 53px;
	width:560px;
} 
#mainContent h1, h2, h3, h4 {
	margin: 0px;
	padding:10px 20px 0px 45px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h1 { font-size: 175%; }
#mainContent h2 { margin-left:20px; padding-left:40px; background:url(images/bullet-30w.gif) bottom left no-repeat; font-size: 140%; }

#mainContent p {
	margin: 20px;
	padding:0px 25px 0px 45px; 
	line-height:130%;
}
#mainContent ul, ol {
	margin: 10px 0 10px 30px;
	padding:0px 25px 0px 60px; 
	line-height:150%;
}
#mainContent li { list-style-image:url(images/bullet_olive5h.gif); vertical-align: middle; }

#mainContent em {
	font-style:normal;
	font-weight:bold;
	color: #996600;
}
#plain { }
#plain em { color: #000000; font-style:italic; font-weight: normal; }
#footer { 
	margin: 0px 0px 0px 20px;
	padding: 100px 0px 30px 190px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/bkgd-maincontent-bl.gif) top left no-repeat; 
	font-size: 9px;
	color: #CCCC99;
	text-align:left;
/*	height:167px; */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* +++++++++++ POPUP WINDOWS ++++++++++++++++ */
/* see LINKS (below) for popup link code */

#popupContent { 
border: #FF9900 10px solid; 
outline: #CCCC99 dashed 1px; 
background:url(images/bkgd-cwgsubs-container.gif) top left no-repeat; 
padding: 20px 15px 15px 40px; 
margin: 1px;
width:450px;
text-align:left;
}

#popupContent h1 { margin-top: 35px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:130%; }


/* +++++++++++ GALLERY CODE ++++++++++++++++ */
/* used on WEB DESIGN > PROJECT pages */

#jgal { list-style: none; width: 400px; height: 400px; }
#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 1% 1%; cursor: pointer; border: 3px solid #F3F3E9; outline: 1px dashed #CCCC99; margin-right: 14px; margin-bottom: 14px; }
#jgal li img { position: relative; top: 70px; display: none; border: 3px solid #CCCC99; outline: 1px dashed #CCCC99; }
#jgal li.active img { display: block; outline: none; }
#jgal li:hover { border: 3px solid #ffcc00; inline: 1px dashed #999966; opacity: .99 /* safari bug */ }
#jgal li.active { border: 3px solid #ffcc00; outline: none; opacity: .99 /* safari bug */ } 

/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }

/* +++++++++++ MINI-GALLERY CODE ++++++++++++++++ */
/* used on WEB DESIGN > PAST WEB DESIGN page */

#jgal-sm { list-style: none; width: 400px; height: 300px; }
#jgal-sm li { opacity: .5; float: left; display: block; width: 30px; height: 30px; background-position: 1% 1%; cursor: pointer; border: 3px solid #F3F3E9; outline: 1px dashed #CCCC99; margin-right: 14px; margin-bottom: 10px; }
#jgal-sm li img { position: relative; top: 146px; display: none; border: 3px solid #CCCC99; outline: 1px dashed #CCCC99; }
#jgal-sm li.active img { display: block; outline: none; }
#jgal-sm li:hover { border: 3px solid #ffcc00; inline: 1px dashed #999966; opacity: .99 /* safari bug */ }
#jgal-sm li.active { border: 3px solid #ffcc00; outline: none; opacity: .99 /* safari bug */ } 

/* styling without javascript */
#gallery-sm { list-style: none; display: block; }
#gallery-sm li { float: left; margin: 0 10px 10px 0; }

/* +++++++++++ SPRY ACCORDION +++++++++++++++++ */

.Accordion {
/*	border-left: solid 1px gray; */
	overflow: hidden;
}
.AccordionPanel {	margin: 0px; padding: 0px; }
.AccordionPanelTab {
	background-color: #F3F3E9;
/*	border-top: solid 1px black; */
/*	border-bottom: solid 1px gray; */
	margin: 0px 0px 0px 60px;
	padding: 2px;
	border: 1px dashed #CCCC99; 
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.firstPanelTab { margin-top: 20px; }
.single-linePanelTab { padding: 10px 5px 10px 5px; }
.AccordionPanelContent {
	overflow: auto;
	margin: 10px 0 10px 70px;
	padding: 0;
/*	height: 200px; /* MUST specify a height if using fixed height in .js file, line 52 */
}
.AccordionPanelOpen .AccordionPanelTab { border: 1px dashed #CCCC99; background:none; }
.AccordionPanelTabHover { background:#ffcc00; border: 1px dashed #999966; }
.AccordionPanelOpen .AccordionPanelTabHover {  }
.AccordionFocused .AccordionPanelTab {  }
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {  }

/* +++++++++++ LINKS (VARIOUS) ++++++++++++++++ */

a img {border: none;}

#headerContent a.header-title { margin: 7px 0 0 0; padding:0; background:none; border:none; }

#headerContent a:link { text-decoration:none; color:#ffcc00; }
#headerContent a:visited { text-decoration:none; color:#ffcc00; }
#headerContent a:hover { text-decoration:none; color:#FFFF99; }
#headerContent a:active { text-decoration:none; color:#FFFF99; }

#headerContent p.breadcrumbs {
	font-family:"Courier New", Courier, monospace;
	margin: 6px 0px 0px 2px; 
	padding: 0px;
	font-size: 90%;
	color:#cccc98;
	font-weight:bold;
}
#headerContent a.breadcrumbs { background:none; border:none; }
#headerContent .breadcrumbs a:link { background:none; border:none; }
#headerContent .breadcrumbs a:visited { background:none; border:none; }
#headerContent .breadcrumbs a:hover { background:none; border:none; }
#headerContent .breadcrumbs a:active { background:none; border:none; }

#sidebar1 .links-subs p { font-family:Arial, Helvetica, sans-serif; font-size: 100%; line-height: 200%; text-align:left; }
#sidebar1 .links-subs a {
	margin: 0 0 0 93px;
	padding: 3px 6px 3px 12px;
	line-height: 200%;
	text-decoration:none;
	background:none;
	border:none;
	color:#993300;
/*	border: 1px dashed #FFFFFF; */
}
#sidebar1 .links-subs a:visited {
	font-size: 100%;
	text-decoration:none;
	line-height: 200%;
	color:#993300;
}
#sidebar1 .links-subs a:hover {
	padding: 3px 6px 3px 11px;
	background:#ffcc00;
	border: dashed 1px #999966;
	line-height: 200%;
}
#sidebar1 .links-subs a:active {
	padding: 3px 6px 3px 11px;
	background:#ffcc00;
	border: dashed 1px #999966;
	line-height: 200%;
}
#sidebar1 .links-subs-current-page a {
	margin: 0 0 0 93px;
	padding: 3px 6px 3px 12px;
	font-size: 100%;
	text-decoration:none;
	line-height: 200%;
	color:#993300;
	background:#ffcc00;
	border: dashed 1px #999966;
}
#sidebar1 .links-subs-current-page a:hover {
	margin: 0 0 0 93px;
	padding: 3px 6px 3px 12px;
	font-size: 100%;
	text-decoration:none;
	line-height: 200%;
	color:#993300;
	background:#ffcc00;
	border: dashed 1px #999966;
}
#sidebar1 .email-subs {
	margin: 35px 0px 96px 93px;
	padding: 0px;
	border:0px;
	background: none;
}
#sidebar1 .email-subs a {
	margin:0;
	padding:0;
	background:none;
	border:0px;
}

#mainContent a:link { border: 1px dashed #CCCC99; background: #F3F3E9; padding:2px; line-height:130%; text-decoration:none; color:#993300; }
#mainContent a:visited { border: 1px dashed #CCCC99; background: #F3F3E9; padding:2px; line-height:130%; text-decoration:none; color: #333333; }
#mainContent a:hover { line-height:130%; background:#ffcc00; border: dashed 1px #999966; }
#mainContent a:active { line-height:130%; background:#ffcc00; border: dashed 1px #999966; }

ul.links-list li { margin-bottom: 5px; }

#mainContent a.external { padding: 1px 15px 1px 2px; background: #F3F3E9 url(images/icon-external-link.gif) right no-repeat; }
#mainContent a.external:hover { padding: 1px 15px 1px 2px; background: #ffcc00 url(images/icon-external-link.gif) right no-repeat; }

#thumbnails img.thumbnails { margin: 5px 3px; border: 1px dashed #CCCC99; background: #F3F3E9; padding:2px; }
#thumbnails img.thumbnails:hover { border: 1px dashed #CCCC99; background: #ffcc00; padding:2px; }
#thumbnails a.thumbnails { border:0; background:none; margin:0; padding:0; }
#thumbnails a.thumbnails:hover { border:0; background:none; margin:0; padding:0; }

/* a.thumbnails:hover { border: 1px dashed #CCCC99; background: #ffcc00; padding:2px; } */
/* #thumbnails img.thumbnails { border: 2px solid #F3F3E9; outline: 1px dashed #CCCC99; background: #F3F3E9; padding:1px; } */
/* #thumbnails img.thumbnails:hover { border: 2px solid #ffcc00; outline: 1px dashed #CCCC99; background: #ffcc00; padding:1px; } */

#popupContent a, a:link { border: 1px dashed #CCCC99; background: #F3F3E9; padding:2px; line-height:130%; text-decoration:none; color:#993300; }
#popupContent a:visited { color: #333333; line-height:130%; text-decoration:none; color: #333333; }
#popupContent a:hover, a:active { line-height:130%; background:#ffcc00; text-decoration:none; border: dashed 1px #999966; }


/* +++++++++++ MISC BITS ++++++++++++++++ */

.border { border: 3px solid #CCCC99; }

.centered { text-align: center; }

.quote-inline { color:#CC6600; }
.quote-inline em { color: #CC6600; }

.highlighter { background-color:#FFFFCC; border: 1px solid #FF9900; }

.dashed-underline { background: url(images/line_greydash500x1.gif) bottom left repeat-x; }

.footnote { font-size:80%; }