/* testGoodwill_PHP layout */
/* Last updated 27 Sept 2006  */


/*  Fix a bug in Mozilla  */

html	{
	min-width: 760px;
	}

img	{
	display: block;
	}

/* RESET PADDING AND MARGINS - (removed) q, table, thead, tbody, tfoot, caption, th, tr, td, input, textarea, fieldset, pre,  */
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, img, blockquote, form {
	margin: 0; padding: 0;
	}

ul ol	{
	margin-left: 0;
	padding-left: 1em;
	}

ol .alpha	{
	list-style-type: lower-alpha;
	}

li	{
	margin-bottom: 10px;
	}

dt	{
	margin-top: 15px;
	margin-left: 5px;
	text-decoration: underline;
	font-weight: bold;
	}

dd	{
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
	}


/* SET HEADERS */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	}

h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1em;}
h5 {font-size: 0.8em;}
h6 {font-size: 0.7em;}

/* SET LINKS, KILL BORDER ON IMG LINKS */
a:link, a:visited {color: #00f; text-decoration:none;}
a:hover {color: #33f; background-color: transparent;}
a:active {color: #fff; background-color: transparent;}
a img, :link img, :visited img {border: none}



/* ******** MAIN LAYOUT ************ */

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #09c url(../gif/gradientBlue.png) top left repeat-x;  /* previously - #888 */
	}

#wrapper {
	margin: 5px auto;
	border-width: 0 1px 0 2px;
	border-style: none solid;
	border-color: #ccc;
	width: 763px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 760px; /* true value */
	text-align: left;
	background: transparent url(../gif/wrapInner.gif) top left repeat;
}

#header {
	clear: both;
	height: 110px;
}

/* ****** MODDED - for old test page ****** */

#title, #titleOLD {
	float: left;
	height: 100px;
	width: 600px;
	cursor: pointer;
	color: #669;
    background: #eee url(../gif/goodwill.gif) top left no-repeat;
	}

#title h1, #titleOLD h1 {
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	}


#main {
	clear: both;
	min-height: 540px !important; /* for most browsers */
	min-height /**/:540px; /* for pre 6.0 IE Win (CHECK THIS AGAIN) */
	}

#content {
	padding: 0 10px 0 15px;
	width: 525px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 500px; /* true value */
	text-align: left;
	float: left;
	background: transparent;
	}

#breadcrumb {
	text-align: left;
	font-size: 0.8em;
    color: #669;
	background: #eee;
    padding: 5px 0;
	border-color: black;
	border-width: 1px;
	border-style: none none dotted none;
	}

#sidebarBot {
	margin: 0 0 0 525px;
	padding: 0 0 17px 0;
	width: 745px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 220px; /* true value */
	max-width: 220px !important;
	background: transparent url(../gif/sidebarbot.gif) bottom left no-repeat;
	}

#sidebar {
	margin: 0;
	color: #530;
	padding: 17px 0 0 0;
	background: transparent url(../gif/sidebartop.gif) top left no-repeat;
	}

#footer	{
	clear: both;
	margin: 0;
	height: 25px;
    padding: 20px 10px 0 15px;
	}

#footLeft {
	float: left;
	text-align: left;
	}

#footRight {
	float: right;
	text-align: right;
	}



/* ******** TYPOGRAPHY  ******* */

p	{
	margin: 12px 0;
	}

h2	{
	margin: 25px 0 10px 0;
	line-height: 1.1em;
	}

h3	{
	margin: 20px 0 5px 0;
	}
	
.sub_h3	{
	font-size: 1em;;
	}


blockquote {
	width: 270px;
    text-align: left;
    font-family: georgia, serif;
    font-size: 130%;
    letter-spacing: -1px;
    line-height: 1.8em;
    color: #555;
    background: #dde url(../gif/quoteTop.gif) no-repeat top left;
    }

.quote  {
    margin: 0 10px 0 0;
    padding: 20px 10px 10px 30px;
    background: url(../gif/endQuote.gif) no-repeat right bottom;
    }

.author {
    margin: 0;
    padding-right: 10px;
    color: #999;
    text-align: right;
    font-size: 75%;
    background: url(../gif/quoteBottom.gif) no-repeat bottom;
    }

.current {
    font-weight : bold;
    color: #306;
	}

.mantra	{
    font-family: georgia, serif;
    font-size: 130%;
    line-height: 1.6em;
    color: #555;
    padding: 15px;
    border-style: dotted;
	border-width: 0 2px;
	}

#sidebar .mantra	{
    padding: 10px;
    border-width: 2px 2px;
	background: #eee url(../gif/wrapInner.gif);
    }


.prose {
	font-family: georgia, serif;
    color : #639;
	padding-left: 40px;
    }

.prose h2	{
	font-size: 2em;
    }

.prose p	{
	font-size: 110%;
    line-height: 1.2em;
    }
    
.proseInset	{         /* ******** EG. SECTION SUB-TEXT  ******* */
    margin-left: 8em;
    margin-bottom: 2em;
    }    
    

code	{
	font-family: courier, monospace;
	font-size: 80%;
    line-height: 1.2em;
    }

#sidebar p	{
	margin: 0;
	line-height: 1.3em;
	background: #dde;
	}

.titleAuthor {
	margin: -5px 20px 5px 0px;
	text-align: right;
	}

.imageWrapper {
    width: 480px; /* ******** NB. FOR MAIN IMAGE (WIDTH-SPECIFIC)  ******* */
	text-align: center;
	}

.imageWrapper p {
    margin: 0;
	font-size: 110%;
    font-weight: bold;
    font-family: georgia, serif;
	}

#footer	{
	font-size: 11px;
	color: #995;
	}

.no-wrap{
    white-space:nowrap;
}



/* ******** SPECIALS ************ */

.floatLeft {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	}

.floatRight {
	float: right;
	margin: 0 0 0 8px;
	padding: 0;
	}

.imageSide {
	margin: 0;
	padding: 12px 10px;
	background: #dde;
	}

.dearbhaile {
	}

.sidebarBox {
	padding: 1em 10px;
	background: #dde;	
	border-color: #dde;
	border-width: 1px;
	border-style: solid;
	}

#schedule, #fade0 {
    margin: 0;
	padding: 10px 0;
	background: #dde;
	border-style: dotted;
	border-width: 2px 0 0 0;
    }

#schedule p {
	margin: 0;
    }

#schedule h4 {
    font-family: georgia, serif;
    font-size: 130%;
    line-height: 1em;
    color: #555;
    margin-top: 1.4em;
    }

#schedule .firstMonth {
    margin-top: 0;
    }

#schedule h5 {
    color: #555;
	margin: 0;
	margin-top: 0.6em;
    }


#fade0	{
	height: 13em;
    font-family: georgia, serif;
    font-size: 120%;
    font-weight : bold;
	line-height: 1.6em;
	}


/* ************* TABLES ************* */

table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	}

th, td {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;	
	}

.colDate	{
	width: 25%;
	}




/* ******** LINKS **************** */

a:link, a:visited {
	font-weight : bold;
	text-decoration : none;
	color: #663;
	background: transparent;
	}

a:active {
	color: #9c3;
	}

#patterns dt a	{
	text-decoration: underline;
	color: #333;
	}

a:hover {
	text-decoration : underline;
 	color: #63c;
	}

#breadcrumb a {
	font-weight : normal;
	}

#breadcrumb .current {
	text-transform: uppercase;
	font-size: 100%;
    }

a:focus	{
	outline:0; /* NB. not good for accessibility */
	}




/* ******** NAV-MAIN ******** */

#contextNav {
	font-size: 130%;
	background: #dde;
	min-height: 100px;
	padding-bottom: 10px;
	}

#contextNav li {
	margin: 0;
	padding: 2px 0 2px 12px;
	list-style: none;
	}

#contextNav li ul {
	padding: 0;
	margin: 0.5em 4px;
	font-size: 85%;
	border-left: 2px dotted #999;
	}

#contextNav li ul li ul {
	border: none;
	border-left: 2px dotted #999;
	}

#contextNav .current {
	background: url(../gif/current.gif) no-repeat top left;
	background-position: 0 0.5em;
        }



/* ******** NAV-LINEAR ******** */

.linearNav {                /* May be un-used */
	border: 2px;
	margin: 0;
	text-align: right;
	font-weight: bold;
	}

.linearNav .current {                /* May be un-used */
	text-decoration: underline;
	color: #63c;
	}

.pageNav {
	padding: 10px 5px;
	height: 20px;
	text-align: right;
	font-weight: bold;
	}

.upNav	{
	padding-right: 25px;
	background: url(../gif/navArrowUp.gif) no-repeat center right;
    }

/* .upNav a:hover {
    background: url(../gif/navArrowUpOver.gif) no-repeat center right;
    }
*/

.prevNav {
	padding-left: 25px;
	background: url(../gif/navArrowLeft.gif) no-repeat center left;
    }

.nextNav {
	padding-right: 25px;
	background: url(../gif/navArrowRight.gif) no-repeat center right;
    }

.blankNav {
	padding-left: 40px;
	padding-right: 40px;
    }



/* ******** NAV-WEB-GRAPHIC ******** */

#webNav {
	margin: 20px 45px;
	padding: 0;
	width: 400px;
	height: 280px;
	list-style: none;
	overflow: hidden;
	display: block;
	background: transparent url(../gif/webDef.gif) no-repeat;
	}

#webNav li {
	width: 200px;
	height: 70px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}

#webNav a {
	display: block;
	text-indent: -9999px;
	padding: 0;
	border-color: red;
	border-width: 0px;
	border-style: dotted;
	}

#web01 a {
	margin: 0 20px 10px 70px;
	width: 110px;
	height: 60px;
	background-position: 0 0;
	}
#web02 a {
	margin: 0 90px 10px 10px;
	width: 100px;
	height: 60px;
	background-position: -200px 0;
	}
#web03 a {
	margin: 0 70px 20px 10px;
	width: 120px;
	height: 50px;
	background-position: 0 -70px;
	}
#web04 a {
	margin: 0 10px 20px 70px;
	width: 120px;
	height: 50px;
	background-position: -200px -70px;
	}
#web05 a {
	margin: 10px 70px 0 0;
	width: 130px;
	height: 60px;
	background-position: 0 -140px;
	}
#web06 a {
	margin: 10px 0 10px 70px;
	width: 130px;
	height: 50px;
	background-position: -200px -140px;
	}
#web07 a {
	margin: 0 20px 0 10px;
	width: 170px;
	height: 70px;
	background-position: 0 -210px;
	}
#web08 a {
	margin: 0 0 0 20px;
	width: 180px;
	height: 70px;
	background-position: -200px -210px;
	}

#web01 a:hover {background: transparent url(../gif/webDef.gif) -70px -280px no-repeat;}
#web02 a:hover {background: transparent url(../gif/webDef.gif) -210px -280px no-repeat;}
#web03 a:hover {background: transparent url(../gif/webDef.gif) -10px -350px no-repeat;}
#web04 a:hover {background: transparent url(../gif/webDef.gif) -270px -350px no-repeat;}
#web05 a:hover {background: transparent url(../gif/webDef.gif) 0 -430px no-repeat;}
#web06 a:hover {background: transparent url(../gif/webDef.gif) -270px -430px no-repeat;}
#web07 a:hover {background: transparent url(../gif/webDef.gif) -10px -490px no-repeat;}
#web08 a:hover {background: transparent url(../gif/webDef.gif) -220px -490px no-repeat;}




/* ******** BITS FOR TEST SITE OR TEMPORARY ******** */

#breadcrumb .log, #breadcrumb .log a {
	color: #f66;
    font-size: 110%;
    }

.propose, .implement {
	font-weight : bold;
    }

p.propose, dd.propose {
	color: #e00;
    }

p.implement, dd.implement {
	color: #090;
    }

p.drop, dd.drop {
	color: #666;
    }

dd.propose, dd.implement, dd.drop {
	border-color: #669;
	border-width: 0 0 2px 0;
	border-style: dotted;
	margin: 5px 15px 10px 15px;
	padding: 0 0 10px 0;
	}

.tempComment{
	color: #f00;
	text-align: center;
	margin: 5px 15px 10px 15px;
	padding: 5px;
	border-color: red;
	border-width: 2px;
	border-style: dotted;
	}




















