/* 
Spirit of Relationship
Redesigned by John Erdie, 12/2005
www.johnerdie.com
*/

html	{
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}

p	{
	/* This is necessary to allow for H tag margin-bottom control */
	margin-top: 0px;
}

h1	{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 2em;
	line-height: normal;
	color: #666699;
}

h2	{
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #666699;
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: .25em;
}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#990000;
}

a:link 	{
	color: #993300;
}
a:visited	{
	color: #666699;
}
a:hover	{
	color: #FF9900;
}
a:active	{
	color: #FF9900;
}

ul	{
	 list-style-image: url(images/circle-bullet1.gif);
}

li	{

}

.outtake1	{
	font-style: italic;
	font-size: 13px;
	padding: 20px;
	border-color: #990000;
	border-style: solid;
	border-width: thin;
	background-color: #FC9185;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* this version uses a background image
.outtake1	{
	font-style: italic;
	font-size: 13px;
	padding: 20px;
	background-image: url(images/outtake-background1.jpg);
	margin-top: 20px;
	margin-bottom: 20px;
}
*/
.contactJackie	{
	font-style: italic;
	font-size: 13px;
	padding: 20px;
	border-color: #990000;
	border-style: solid;
	border-width: thin;
	background-color: #FC9185;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contactJackie a:hover	{
	color: #FF0000;
}
.contactJackie a:active	{
	color: #FF0000;
}

.programsIndex	{
	font-style: italic;
	font-size: 13px;
	padding: 5px;
	border-color: #990000;
	border-style: solid;
	border-width: thin;
	background-color: #FC9185;
	margin-top: 20px;
	margin-bottom: 20px;
}
.programsIndex ul	{
	list-style-image: none;

}
.programsIndex li	{
	display: block;
}
.programsIndex a:hover	{
	color: #FF0000;
}
.programsIndex a:active	{
	color: #FF0000;
}

#footer	{
	font-size: 11px;
	color: #999999;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.xDivider	{
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.testimonial	{
	font-style: italic;
	color: #990000;
	padding: 10px;
	background-color: #FFEAD6;
	clear: left;
}

.quotation	{
	font-style: italic;
	color: #990000;
}

.colleague	{
	display: block;
	padding-top: 25px;
	clear: both;
}

.horseSection	{
	clear: left;
	margin-top: 20px;
	margin-bottom: 20px;

}
.horseImage	{
	margin-right: 15px;
	margin-bottom: 10px;
	clear left;
}

.logoImage	{
	margin: 20px 0px 40px 40px;
}

.redBold	{
	font-weight: bold;
	color: #990000;
}

.imageRight	{
	margin-left: 15px;
}

.imageLeft	{
	margin-right: 15px;
}

/* Navigation Column Styles */

#navContent	{
	background-image:url(images/nav-bar.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#navList	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 12px;
}

#navList ul	{
	list-style-image: none;
}

#navList li	{
	list-style: none;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

#navList a:link{
	color: #FFDFAE;
	text-decoration: none;
}
#navList a:visited{
	color: #FFDFAE;
	text-decoration: none;
}
#navList a:hover{
	color: #FFBD5B;
	text-decoration: none;
}
#navList a:active{
	color: #FFBD5B;
	text-decoration: none;
}

/* Layout Styles */

#container	{
	width: 825px;
	margin: auto;
	text-align: left;
	background-color: #fff;
	position: relative;
}

#navContent	{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 600px;
	width: 200px;
	background-image: url(images/navbar-full.jpg);
	background-repeat: no-repeat;
}

#mainContent	{
	position: relative;
	top: 0px;
	left: 210px;
	width: 550px;
}

/* This is inside the mainContent id in order to set body text
margins separately from mainContent margins */

#bodyContent	{
	margin-left: 50px;

}

.memorial	{
	font-style: italic;
	color: #990000;
	padding: 10px;
	background-color: #FFEAD6;
	clear: left;
}