/* Generic Selectors */

body 
{
background-image:
url('/images/topbar2.jpg');
background-repeat: no-repeat;
background-color: #FBECCF;
margin: 0px;
padding: 0px;
}

p { 
	color: #344444;
	margin 0 0 14px 0;
	font-family: Helvetica, sans-serif;
    font-size: 12px; font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px; 
	margin-top: 0px;

	}
	
a, a:link, a:visited {
	color: #CA093B;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
	
h1.logo {position: absolute; top: 34px; left: 43px; padding: 0; margin: 0; height: 55px; width: 480px; text-indent: -10001px; background: url(../images/logo.gif) no-repeat;}
h1.logo a {display: block; height: 55px; width: 480px; background-color: transparent; text-decoration: none;}
h1.logo a:hover {background-color: transparent; text-decoration: none;}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
color: #FFFFFF;
margin-bottom: 0px;
margin-top: 0px;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
color: #D7506F;
margin-bottom: 0px;
margin-top: 0px;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
color: #D7506F;
margin-bottom: 0px;
margin-top: 0px;
}

h4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
color: #D7506F;
margin-bottom: 0px;
margin-top: 0px;
}

h5 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
color: #D7506F;
margin-bottom: 0px;
margin-top: 0px;
}


ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 3em;
    content: "\00BB \0020";
	}

img { 
border: none
}

/*******************psuedo classes*****************************/

.tit { font-family: Georgia, Times New Roman, Times, serif; font-size: 22px; font-weight: normal; color: #FFFFFF; }
.largelink { font-family: Georgia, Times New Roman, Times, serif; font-size: 20px; font-weight: normal; color: #D7506F; }
.header { font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; font-weight: bold; color: #525253; }
.highlight { font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; font-weight: bold; color: #FFFFFF; }
.regular { font-family: verdana, sans-serif; font-size: 12px; font-weight: normal; color: #525253; letter-spacing: 1 px; line-height: 25px;}
.noline { font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; font-weight: normal; color: #525253; letter-spacing: 1 px; line-height: 20px;}
.orange { font-family: Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #F17221; }
.teal { font-family: Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #058A82; }
.purple { font-family: Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #996666; }
.red { font-family: Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CA093B; }
.green { font-family: Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #84A649; }
.yellow { font-family: Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFD481; }

.bigteal { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #058A82; }
.biggreen { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #84A649; }
.bigorange { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #F17221; }
.bigpurple { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #996666; }
.bigred { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #CA093B; }


/************************* ID's *************************/



#wrapper {
	position: relative;
	width: 1200px;
	height: auto;
	margin: 0;
	padding: 0;
	}


#maincontent {
position: relative;
float: left;
margin: 220px 0px 0px 175px;
width: 590px;
height: auto;
padding: 10px 10px 10px 10px;
background-color: none;
}

#cream {
position: relative;
margin: 115px 0px 0px 0px;
float: left;
width: 970px;
height: auto;
background-color: #FBECCF;
padding: 20px 10px 10px 20px;
}


#navigation {
position: relative;
margin: 242px 0px 0px 0px;
float: right;
width: 200px;
height: auto;
background-color: #none;
}

#individual {
position: relative;
margin: 115px 0px 0px 0px;
float: left;
width: 970px;
height: auto;
background-color: #FFD481;
padding: 20px 10px 10px 20px;
}

#retreats {
position: relative;
margin: 115px 0px 0px 0px;
float: left;
width: 970px;
height: auto;
background-color: #99CCCC;
padding: 20px 10px 10px 20px;
}

#ecourse {
position: relative;
margin: 115px 0px 0px 0px;
float: left;
width: 970px;
height: auto;
background-color: #FF977D;
padding: 20px 10px 10px 20px;
}


#footer {
	height: auto;
	position: relative;
	float: bottom;
	margin: 0px 0px 25px 50px;
	font-size: 9px;
	color: #71718b;
	clear: both;
	}
	
#footer a {
	text-decoration: none;
	color: #71718b;
	}

#footer a:hover {
	text-decoration: underline;
	color: #71718b;
	}


