/* julia-barnickle.com css*/


/* basics */

body { 
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
	margin: 0px;
	padding: 0px;
/*	background-color: #EBE2EF;
	background-color: #8BADBE; */
	background-color: #77AFBB;
		}

.newsletter {
	background-color: #FFFFFF;

		}

/* text styles */
	
/* background colours for each page - not currently working... */

.index {
	background-color: #33CC00;
		}

.resources {
	background-color: #FF0000;
/*	background: url(../images/greenback.gif) repeat-y; */
/*	height: 100%; */
		}

p { 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
		}
	
p.p3 {
/* this is used for the main text in the testimonial section */
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 1;
	padding: 10px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
.p3bold {
/* this is used for the client's initials in the testimonial section */
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
p.p4 {
/* this is used for the client's initials in the testimonial section */
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
p.p5 {
/* this is used for the text in the quotes section */
/*	color: #86539D; */
	color: #007690;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
p.p6 {
/* this is used for the text in the quotes section */
/*	color: #86539D; */
	color: #007690;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
h1 { 
	font: 20px Verdana, Arial, Helvetica, sans-serif ;
/*	color: #86539D;
	color: #486F82; */
	color: #007690;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: 0px;
		}

h2 { 
	font: 17px Verdana, Arial, Helvetica, sans-serif ;
/*	color: #86539D;
	color: #486F82; */
	color: #007690;
	font-weight: bold; 
	letter-spacing: 1px;
	margin-bottom: 0px;
		}

h3 { 
	font: 13px Verdana, Arial, Helvetica, sans-serif ;
	color: #000000;
	font-weight: bold; 
	margin-bottom: 0px; }
	
h4 { 
	font: 15px Verdana, Arial, Helvetica, sans-serif ;
/*	color: #86539D; */
	color: #007690;
	font-weight: bold; 
	margin-bottom: 0px; }

a:link { 
	color: #000000;
	font-weight: bold; 
	text-decoration: underline; 
		}
	
a:visited { 
	color: #909528;
	font-weight: normal; 
	text-decoration: underline;
		}
	
a:hover, a:active { 
	color: #FFFFFF;
	text-decoration: underline; 
/*	background-color: #C7AAD2; */
	background-color: #007690;
		}


/* structure, specific texts */
#container { 
	margin: 0px;
	padding: 0px;
/*	background-color: #EBE2EF; */
		}

#containernews { 
    position: relative;
    top: 0px;
	height: 100%;
	width: 700px;
/*	background-color: #EBE2EF;
	background-color: #8BADBE; */
	background-color: #77AFBB;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
		}

#pageheader {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 100%;
	border-bottom: 1px solid #007690;
	background-color: #FFFFFF;
	z-index: 3;
		}

.left {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../jbcreativelifecoaching/images/header-teal-photo.jpg) top left no-repeat;
    width: 700px;
    height: 120px;
		}

.pageheadernews {
	position: absolute;
    top: 0px;
    background: url(../images/header.gif) top left no-repeat;
    width: 700px;
    height: 120px;
		}


/*Julia - have grouped common class rules to save space*/
#pageheader h1, #pageheader h2, #pageheader h3 {
	position: absolute;
	top: 0px;
	height: 120px;
	width: 100%;
	z-index: 3;
	margin:0 /*needed for firefox*/
		}
#pageheader h1 span, #pageheader h2 span, #pageheader h3 span {
	display: none;
		}
/*end grouping*/


/* LEFT */

#leftmenu {
/* this is the main navigation on the left */
	position: absolute; 
	top: 120px;
	left: 0px;
	margin-left: 0px;
	width: 180px;
	height: 480px;
/*	border-right: 1px solid black;
	background-color: #EBE2EF; */
	z-index: 1;
		}

#leftmenumain {
/* this is the box which the main menu items sit in */
/*	top: 30px; */
	color: #000000; 
	padding-top: 20px; 
	width: 180px;
		}

#leftmenuimage {
/* this is the box for the image which appears on each page in the middle of the menu on the left side*/
	position: relative;
/*	padding-top: 5px;
	top: 180px; */
	left: 25px;
	z-index: 3;
		}

#leftnewsimage {
/* this is the box for the image which appears on each page in the middle of the menu on the left side*/
	position: relative;
	padding-top: 5px;
	left: 14px;
	z-index: 3;
		}

#leftmenuimage, #leftnewsimage h3.image {
/* this is the image which appears on each page in the middle of the menu on the left side*/
	width: 100px;
	height: 160px;
	background:       url(../images/jb_ptrait3.jpg) no-repeat;
/*	background:      url(../images/me_photo_purple.jpg) no-repeat; */
	border: 1px solid #007690;
		}
	
#leftmenuimage h3.image span {
/* this is to stop the text for the image from being displayed */
	display: none;
		}

#leftmenusecondary {
/* this is the box which the secondary menu items sit in */
	position: relative;
	padding-top: 5px;
/*	padding-top: 180px;  */
/*	top: 350px; */
	color: #000000; 
	width: 180px;
		}

#leftmenu h3.main span {
		}

#leftmenu h3.secondary { 
		}
	
#leftmenu h3.secondary span {
			}

#leftmenu ul {
	margin: 0px;
	padding: 0px;
		}
	
#leftmenu li {
	line-height: 1; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 2px;
	margin-left: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
		}
	
#lmain li {
		}

#lsecondary li {
		}
	
#leftmenu li a:link, a:visited {
/* this is the style for the main navigation links */
/* black text on normal background colour for normal and visited links */
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	color: #000000;  */
	color: #FFFFFF;
		}
	
#leftmenu li a:hover, a:active { 
/* this is the style for the main navigation links */
/* white text on mauve background colour on hover*/
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-color: #C7AAD2; */
	background-color: #007690;
	color: #FFFFFF;
		}


/* MIDDLE */

#middlesection {
/* this is the box for the stuff in the middle section of the page */
	border-right: 1px solid #007690;
	border-left: 1px solid #007690;
	position: relative;
	top: 0;
	margin: 120px 181px 0px 180px;
/* background colour white - central bit under the central heading */
	background-color: #FFFFFF;
	z-index: 2;
		}

#middlesectionnews {
/* this is the box for the stuff in the middle section of the page */
	border-right: 1px solid #007690;
	border-left: 1px solid #007690;
	position: relative;
	top: 0;
	margin: 120px 131px 0px 130px;
/* background colour white - central bit under the central heading */
	background-color: #FFFFFF;
	z-index: 2;
		}

#topmenu { 
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-top: 1px solid #007690;
/*	background-color: #EBE2EF; */
	background-color: #8BADBE; */
	background-color: #77AFBB;
		}
	
#topmenu a { 
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	color: #000000;  */
	color: #FFFFFF;
		}
	
#topmenu a:hover, a:active {
/* background colour mauve when hovering*/
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-color: #C7AAD2; */
	background-color: #007690;
	color: #FFFFFF;
		}

#maintext {
	border-top: 1px solid #007690;
	border-bottom: 1px solid #007690;
		}

#bcrumb {	
	position: relative;
	top: 5px;
	left: 5px;
	font-size: 9px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
		}

#bcrumb a.a1 {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
		}

#bcrumb a.a1:hover, a.a1:active {
	font-size: 9px;
	font-weight: bold;
/*	background-color: #C7AAD2; */
	background-color: #007690;
	color: #FFFFFF;
		}

#maintext h1 {	
	position: relative;
	top: 15px;
	left: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 20px;
		}

#maintext h1 span {
		}
	
#maintext h2 {	
	position: relative;
	top: 15px;
	left: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 20px;
		}

#maintext h2 span {
		}
	
#maintext h3 {	
	position: relative;
	top: 15px;
	left: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 40px;
			}

#maintext h3 span {
		}
	
#maintext a.a2 {
/* this is used for the links in the text of the middle section */
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF
		}
	
#maintext a.a2:hover, a.a2:active {
/* this is used for the links in the text of the middle section */
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
/*	background-color: #C7AAD2; */
	background-color: #007690;
		}

#maintext a.a3 {
/* this is used for the bold text links in the main part of the middle section */
	position: relative;
	top: 10px;
	left: 30px;
	margin-right: 30px;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF
		}
	
#maintext a.a3:hover, a.a3:active {
/* this is used for the bold text links in the main part of the middle section */
	position: relative;
	top: 10px;
	left: 30px;
	margin-right: 30px;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
/*	background-color: #C7AAD2; */
	background-color: #007690;
		}

#maintext a.a4 {
/* this is used for the normal text links in the main part of the middle section */
	position: relative;
	top: 10px;
	left: 30px;
	margin-right: 50px;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF
		}
	
#maintext a.a4:hover, a.a4:active {
/* this is used for the normal text links in the main part of the middle section */
	position: relative;
	top: 10px;
	left: 30px;
	margin-right: 50px;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
/*	background-color: #C7AAD2; */
	background-color: #007690;
		}

#maintext a.small {
/* this is used for the small links in the main part of the middle section */
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF
		}
	
#maintext a.small:hover, a.small:active {
/* this is used for the small links in the main part of the middle section */
	font-size: 9px;
	text-align: left;
	color: #FFFFFF;
/*	background-color: #C7AAD2; */
	background-color: #007690;
		}

#maintext p {
	margin-left: 20px;
	margin-right: 20px;
/* background colour white - this is the individual text boxes for the description
	background-color: #FFFFFF; */
	padding: 10px; 
		}

#maintext p.small { 
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
		}
	
#maintext p.purple {
	font-size: 13px;
/*	color: #86539D; */
	color: #007690;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px; 
		}

#maintext p.p7 {
/* this is used for the text in the quotes section */
/*	color: #86539D; */
	color: #007690;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
#maintext p.p8 {
/* this is used for the text in the quotes section */
/*	color: #86539D; */
	color: #007690;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}

#maintext ul {
	margin: 0px;
	padding-top: 5px;
	font-weight: normal;
		}
	
#maintext li {
	line-height: 1; 
/*	display: block;  */
	padding-top: 5px; 
	margin-bottom: 2px;
	margin-left: 55px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
		}
	
#workshop1 {
/* these are the boxes for the workshop date and time */
	position: relative;
	top: 0px;
	left: 10px;
	width: 50px;
	margin-bottom: 10px;
	padding: 0; 
	z-index: 3;
		}

#workshop2 {
/* these are the boxes for the workshop date and time */
	position: absolute;
	top: 0px;
	left: 60px;
	width: 350px;
	margin-bottom: 10px;
	padding: 0; 
	z-index: 3;
		}

#externallink {
	margin: 30px;
		}
	
#centreimage1, #centreimage2, #centresignature, #centreprogramme1, #centreprogramme2, #centreprogramme3, #centreprogramme4 {
/* this is the box for the image which appears on the bio page, the signature for the newsletter, */
/* and the Paypal button on the workshop page */
	padding-top: 0px;
	z-index: 3;
		}

#centreimage1 h3.image {
/* this is the image which appears on the bio page in the middle*/
	width: 340px;
	height: 200px;
	background: url(../images/jb_lscape1_cbw.jpg) no-repeat;
		}
	
#centreimage2 h3.image {
/* this is the image which appears on the bio page in the middle*/
	width: 340px;
	height: 200px;
	background: url(../images/jb_lscape2_mauve.jpg) no-repeat;
		}
	
#centresignature h3.image {
/* this is the signature which appears on the newsletter page in the middle*/
	width: 150px;
	height: 80px;
	background: url(../images/julia_signature.gif) no-repeat;
		}
	
#centreprogramme1 h3.image {
/* this is the info about coaching programme prices*/
	width: 400px;
	height: 160px;
	background: url(../images/coaching/programme1.gif) no-repeat;
		}
	
#centreimage1 h3.image span, #centreimage2 h3.image span, #centresignature h3.image span, #centreprogramme1 h3.image span {
/* this is to stop the text for the image from being displayed */
	display: none;
		}

#centrepostcard1, #centrepostcard2, #centrepostcard3, #centrepostcard4, #centrepostcard5, #centrepostcard6, #centrepostcard7 {
/* this is the box for the postcard and fridge magnet images */
	padding-top: 0px;
	z-index: 3;
		}

#centrepostcard1 h3.image {
/* this is the image which appears on the postcard page*/
	width: 400px;
	height: 310px;
	border: 1px solid #007690;
	background:    url(../images/products/jb_pc_01.jpg) no-repeat;
		}
	
#centrepostcard2 h3.image {
/* this is the image which appears on the postcard page*/
	width: 400px;
	height: 310px;
	border: 1px solid #007690;
	background:   url(../images/products/jb_pc_02.jpg) no-repeat;
		}
	
#centrepostcard3 h3.image {
/* this is the image which appears on the postcard page*/
	width: 310px;
	height: 400px;
	border: 1px solid #007690;
	background:   url(../images/products/jb_pc_03.jpg) no-repeat;
		}
	
#centrepostcard4 h3.image {
/* this is the image which appears on the postcard page*/
	width: 400px;
	height: 310px;
	border: 1px solid #007690;
	background:   url(../images/products/jb_pc_04.jpg) no-repeat;
		}
	
#centrepostcard5 h3.image {
/* this is the image which appears on the postcard page*/
	width: 400px;
	height: 310px;
	border: 1px solid #007690;
	background:   url(../images/products/jb_pc_05.jpg) no-repeat;
		}

#centrepostcard6 h3.image {
/* this is the image which appears on the postcard page*/
	width: 300px;
	height: 233px;
	background:   url(../images/products/jb_pc_06.jpg) no-repeat;
		}

#centrepostcard7 h3.image {
/* this is the image which appears on the postcard page*/
	width: 300px;
	height: 233px;
	background:   url(../images/products/jb_pc_07.jpg) no-repeat;
		}

#centrepostcard1 h3.image span, #centrepostcard2 h3.image span, #centrepostcard3 h3.image span, #centrepostcard4 h3.image span, #centrepostcard5 h3.image span, #centrepostcard6 h3.image span, #centrepostcard7 h3.image span {
/* this is to stop the text for the image from being displayed */
	display: none;
		}

#artypostcard1 {
/* this is the box for the arty postcard images */
	padding-top: 0px;
	z-index: 3;
		}

#artypostcard1 h3.image {
/* this is the image which appears on the postcard page*/
	width: 310px;
	height: 400px;
	border: 1px solid #007690;
	background:  url(../jbcreativelifecoaching/images/products/ac01.jpg) no-repeat;
		}
	
#artypostcard1 h3.image span {
/* this is to stop the text for the image from being displayed */
	display: none;
		}


#centremagnet1, #centremagnet2, #centremagnet3, #centremagnet4, #centremagnet5 {
/* this is the box for the postcard and fridge magnet images */
	padding-top: 0px;
	z-index: 3;
		}

#centremagnet1 h3.image {
/* this is the image which appears on the postcard page*/
	width: 240px;
	height: 139px;
	border: 1px solid #007690;
	background:    url(../images/products/jb_fm_01.jpg) no-repeat;
		}
	
#centremagnet2 h3.image {
/* this is the image which appears on the postcard page*/
	width: 240px;
	height: 139px;
	border: 1px solid #007690;
	background:   url(../images/products/jb_fm_02.jpg) no-repeat;
		}
	
#centremagnet3 h3.image {
/* this is the image which appears on the postcard page*/
	width: 139px;
	height: 240px;
	border: 1px solid #007690;
	background:   url(../images/products/jb_fm_03.jpg) no-repeat;
		}
	
#centremagnet4 h3.image {
/* this is the image which appears on the postcard page*/
	width: 240px;
	height: 139px;
	border: 1px solid #007690;
	background:   url(../images/products/jb_fm_04.jpg) no-repeat;
		}
	
#centremagnet5 h3.image {
/* this is the image which appears on the postcard page*/
	width: 240px;
	height: 139px;
	border: 1px solid #007690;
	background:   url(../images/products/jb_fm_05.jpg) no-repeat;
		}
	
#centremagnet1 h3.image span, #centremagnet2 h3.image span, #centremagnet3 h3.image span, #centremagnet4 h3.image span, #centremagnet5 h3.image span {
/* this is to stop the text for the image from being displayed */
	display: none;
		}

#centreform {
	width: 400px;
	height: 100%;
	margin-left: 8px;
	text-align: center;
}

#centreform h1 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 10px;
}

#centreform p {
	text-align: center;
	font-size: 130%;
	font-weight: normal;
	padding-bottom: 10px;
}

#newsletterimage {
	width: 158px;
	height: 160px;
	background: url(../jbcreativelifecoaching/images/newsletter-image-white.jpg) no-repeat top center;
}

#newsletterpostcard4, #newsletterpostcard5, #newsletterpostcard6, #newsletterpostcard7 {
/* this is the box for the postcard images in the newsletter */
	padding-top: 0px;
        	text-align: left;
	z-index: 3;
		}

#newsletterpostcard4 h3.image {
/* this is the image which appears on the postcard page*/
	margin-left: 60px;
	width: 240px;
	height: 139px;
	background:   url(../images/products/jb_fm_04.jpg) no-repeat;
		}

#newsletterpostcard5 h3.image {
/* this is the image which appears on the postcard page*/
	width: 400px;
	height: 310px;
	background: url(../jbcreativelifecoaching/images/newsletter/pc05.jpg) no-repeat;
		}

#newsletterpostcard6 h3.image {
/* this is the image which appears on the postcard page*/
        margin-left:35px;
	width: 300px;
	height: 233px;
	background:   url(../images/products/jb_pc_06.jpg) no-repeat;
		}

#newsletterpostcard7 h3.image {
/* this is the image which appears on the postcard page*/
        margin-left:35px;
	width: 300px;
	height: 233px;
	background:   url(../images/products/jb_pc_07.jpg) no-repeat;
		}

#newsletterpostcard4 h3.image span, #newsletterpostcard5 h3.image span, #newsletterpostcard6 h3.image span, #newsletterpostcard7 h3.image span {
/* this is to stop the text for the image from being displayed */
	display: none;
		}


#newslettergigphoto1 {
/* this is the box for the gig images in the newsletter */
                 padding-top: 0px;
                 padding-left: 30px;
                 text-align: left;
                 z-index: 3;
		}

#newslettergigphoto1 h3.image {
	width: 299px;
	height: 200px;
	background: url(../jbcreativelifecoaching/images/newsletter/sp_gig.jpg) no-repeat;
		}

#newslettergigphoto1 h3.image span {
/* this is to stop the text for the image from being displayed */
	display: none;
		}

#footermenu { 
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #007690;
		}
	
#footermenu a { 
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
		}
	
#footermenu a:hover, a:active {
/* background colour mauve when hovering*/
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-color: #C7AAD2; */
	background-color: #007690;
	color: #FFFFFF;
		}

#adverts {
/* this is the box for the reciprocal directory adverts */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #007690;
		}


/* RIGHT */

#rightinfo {
/* this is the box for the stuff on the right side of the page */
	position: absolute;
	width: 180px;
	top: 120px;
	margin: 1;
	right: 0px;
	margin-left: 620px;
	height: 480px;
/* 	border-left: 1px solid red; */
	border-top: 1px solid #007690;
/*	background-color: #EBE2EF; */
	z-index: 3;
		}

#rightinfo p.p1 {
/* this is used for the links in the news and events section - home page only */
	padding: 5px 10px 10px 10px;
	background-color: #FFFFFF;
		}
	
#rightinfo p.p2, #rightinfo form {
/* this is used for the text in the news and events and the newsletter section - home page only */
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	line-height: 1;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
#rightinfo a {
/* this is used for the links in the news and events section - home page only */
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1;
	color: #000000;
	background-color: #FFFFFF
		}
	
#rightinfo a:hover, a:active {
/* this is used for the links in the news and events section - home page only */
	font-size: 10px;
	text-align: left;
	line-height: 1;
	color: #FFFFFF;
/*	background-color: #C7AAD2; */
	background-color: #007690;
		}

#rightquote {
/* this is the box for the quotes on the right side of the newseltter */
	position: absolute;
	width: 180px;
	top: 700px;
	margin: 1;
	right: 0px;
	margin-left: 620px;
	height: 480px;
		}

#rightquote p.p7 {
/* this is used for the text in the quotes section */
/*	color: #86539D; */
	color: #007690;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
#rightquote p.p8 {
/* this is used for the text in the quotes section */
/*	color: #86539D; */
	color: #007690;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}

#homenews {
/* this is the box for the news and events header - home page only */
	position: relative;
	top: 30px;
	left: 10px;
	background:   url(../images/news-header-teal.gif) no-repeat top left;
	width: 160px;
	padding: 0; 
	z-index: 3;
	margin-bottom: 50px
		}

#homenewstext {
/* this is the box for the news and events text - home page only */
	position: relative;
	top: 20px;
	background-color: #FFFFFF;
	border-left: 1px solid #007690;
	border-right: 1px solid #007690;
	border-bottom: 1px solid #007690;
	width: 158px;
	padding: 0; 
	z-index: 3;
		}

#contactform {
/* this is the box for the newsletter header */
	position: relative;
	top: 20px;
	left: 10px;
	background:   url(../images/contactform-teal.gif) no-repeat top left;
	width: 160px;
	padding: 0; 
	z-index: 3;
}

#homeletter {
/* this is the box for the newsletter header */
	position: relative;
	top: 20px;
	left: 10px;
	background:   url(../images/newsletter-teal.gif) no-repeat top left;
	width: 160px;
	padding: 0; 
	z-index: 3;
}

#homelettertext {
/* this is the box for the newsletter form - home page only */
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	border-left: 1px solid #007690;
	border-right: 1px solid #007690;
	border-bottom: 1px solid #007690;
	width: 158px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0; 
	z-index: 3;
}
/*hack for non IE6*/
html>body #homelettertext {
	top: 20px
}

#testimonial1, #testimonial2, #quote1 {
/* this is the box for the testimonials and quotations */
	position: relative;
	top: 20px;
	left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #007690;
	width: 160px;
	margin-bottom: 20px;
	padding: 0; 
	z-index: 3;
		}

#quote2 {
/* this is the box for the testimonials and quotations */
	position: relative;
	top: 100px;
	left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #007690;
	width: 160px;
	margin-bottom: 10px;
	padding: 0; 
	z-index: 3;
		}

#testimonial_small1 {
/* this is the box for the testimonials on landing pages */
	position: relative;
	top: 30px;
	left: 60px;
	background-color: #FFFFFF;
	border: 1px solid #007690;
	width: 110px;
	margin-bottom: 10px;
	padding: 0; 
	z-index: 3;
		}

#testimonial_small2 {
/* this is the box for the testimonials on landing pages */
	position: relative;
	top: 30px;
	left: 60px;
	background-color: #FFFFFF;
	border: 1px solid #007690;
	width: 110px;
	margin-bottom: 10px;
	padding: 0; 
	z-index: 3;
		}

#amazon_large {
/* this is the box for the Amazon search box on the books page */
	position: relative;
	top: 80px;
	width: 180px;
		}

#amazon_small {
/* this is the box for the Amazon search box on the current newsletter page */
	position: relative;
	top: 830px;
	left: 55px;
	width: 120px;
		}

#footercopy {
	padding: 10px;
	text-align: center;
	font-size: 80%;
}


