/* CSS Document */
/*Default Elements for all styles*/

* {
margin: 0;
padding: 0;
}

body {
background-color:#999;    /* this is med grey */
font: normal 62.5% sans-serif;
padding: 1% 0;    /* left/right top/bottom  */
}

a {
color: #CC0000;   /* was #F00  */
text-decoration: none;
}

a.white {
color:#FFF;
}

a:hover {
color: #903;  /* darker red */
}

big {
font-size: 1.1em;
}

h1,h2,h3 {
color: #CC0000;                  /*  red */
padding:14px 0 2px 0;    /* top right bottom left */
line-height: 1.2em;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold; 
}

h1 { font-size:1.4em; border-bottom: #00CC00 solid thin; text-transform:uppercase; letter-spacing: 0em; word-spacing: 0.3em; margin: 0 0 .5em 0; } 
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}
h1.italics { font-style:italic}
h2 {font-size: 1.2em; font-style:italic;}
h3 {font-size: 1.1em;}

/* blockquote {
display:block;
font: normal 1.1em Georgia,serif;
padding-left:26px;
background: url('img/quote.gif') no-repeat; 
} */


form,table {margin-bottom:1.2em;}
img {border:none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 4px 0 8px 0; /* font-size:.9em; */ }
/* p.white {color:#FFFFFF}
p.red {color: #CC0000} */
small,.small {font: normal 0.9em sans-serif;}
small-center, .small-center {font: normal 0.9em sans-serif; text-align:center}
ul {padding: 0 2em 1.2em;}

/*Structure of the Website*/

#wrapper {
margin: 0 auto;
background-image: url(../abc.jpg);
background-position:top left;
background-repeat:no-repeat;
width: 750px;    /* if want side color/image/edge--make this 770px */
/*background-position:center bottom;
background-image: url(../wrapper.gif);
background-color:#333333;     dark grey, was dark brown #333322
background-repeat: repeat-y;*/
}

#container {
border: 0;
font-size: 1.3em;
line-height: 1.3em;
margin: 0 auto;
width:750px;
}


/*Header area of website */

/*.title {
background: #FFFFFF; url (img/header-h1.jpg) repeat-x;
border-top: 1px solid #999999;
}


.title h1 {
color: #DC143C;     crimson 
font-style:normal;
font-family: "Gil Sans", Arial, Helvetica, sans-serif;
font-size: 1.4em;      /* did say group's name and was 2.2em 
padding: 10px 0 10px 18px;      /* top right bottom left, originally was: 10px 0 10px 18px
}
*/

.header {
height: 200px;   /*originally 220px; original picture 750px length & 220px high*/
}

.header p {
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
color:#FFFFFF;   
text-align:right;
vertical-align: bottom;
padding-right:8px;
}

.footer {
}

.footer p {
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
color:#FFFFFF;   
text-align:right;
vertical-align: bottom;
padding-right:8px;
}

/*Site Navigation*/
.navigation {
background-color: #00CC00;  /* green */
/*additional info excluded*/
border-top: 1px solid #999999;
float: left;
line-height:30px;
width:100%;
text-align: center;
vertical-align:top;
}

.navigation a {
	background-color: #00CC00;  /* green */	/*additional info excluded*/
	border-right:1px solid #999999;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 12px;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}

.navigation a:hover, .navigation a#active {
background-position: left bottom;
color: #CC0000;
/*stuff missing here??*/
}

/*Main area of website*/
.main#two-columns {
background: url(../background-bluetip.gif) repeat-y;  /*was two-columns.gif but too light*/
background-color:#ffffff;
}

/*Bottom area of website
.bottom {
background: #CCCCCC url(img/bottom.gif) no-repeat left bottom;  /*add this graphic later
border-top: 1px solid #666666; 
color: #444444;  /*dark grey text at bottom area
padding: 14px 20px;
}
*/

.bottom .left, .bottom .right {width: 49%;}

/*Footer section of website (copyright & contact info) */
.footer {
background:#EEEEDD;  /*was #333333 dark grey*/
color: #333333;  /* was #EEEEDD off white font color*/
padding: 5px; 
text-align: center; font-size:.9em;
border-top: dashed 1px #666666;
}

.footer a {color: #CC0000; text-decoration:underline;}
.footer a:hover {color: #C06 text-decoration:none;}   /* medium blue */ 

/*To make columns seperate and float - and misc styles*/
.clear,.clearer {clear:both;}
.clearer {font-size:0;}

.col2 .left {width:64%;}
.col2 .right .content {background: #FFFFFF;}
.col2 .right {width: 33%;}

.content {padding: 8px 20px;}   /*was 18px 20px*/
.left {float: left;}
.right {float: right;}
.right .content {padding: 8px 12px 12px 12px;}     

p.white {color:#FFF}
p.red {color: #CC0000}
p.small {color:#000; font-size: .9em;}

/* Pull quote */
p.blockquote {
clear:right;
border-left: 10px solid #B68E55;
font-size:1.4em;
color: #83201A;
padding:10px;
width: 210px;
float: right;
line-height: 1em;
margin: 10px;
}


/*Format Images*/
.floatedImageRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #111111;
} 

.floatedImageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 4px;
	border: 1px solid #111111;
}

.floatedImageLeft-noborder {
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
	border: none;
}

#book {
	position:absolute;
	left:50px;
	top:8px;
	width:156px;
	height:231px;
	z-index:1;
}

/* SLIDESHOW FORMATTING (ON FRONT PAGE) */
ul.slideshow {
	list-style:none;
	width:440px;
	height:293px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:440px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

/* END SLIDESHOW FORMATTING */


