@import url("contact_us.css");
@import url("accordian.css");
/* CSS Document */

.bold_italic {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
.underline_bold {
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}
.bold {
	font-weight: bold;
	font-size: 18px;
}

#clickHereGif {
	height: 100px;
	width: 100px;
	position: absolute;
	left: 40px;
	top: 0px;
	
}
#locationBarBottom {
	height: 50px;
	width: 420px;
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 30px;
	padding-top: 5px;
}

#locationBar {
	height: 50px;
	width: 420px;
	background-color: #000000;
	color: #FFFFFF;
	position: absolute;
	left: 240px;
	padding-top: 5px;
}
#heart {
	width: 420px;
	position: absolute;
	top: 90px;
	left: 240px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	text-decoration: underline;
}
ul {
	width: 350px;
	position: relative;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#payPalAnnMem {
	width: 100px;
	position: absolute;
	left: 300px;
	top: 129px;
	height: 50px;
}


.red {
	color: #FF0000;
}
.boldRed {
	font-weight: bold;
	color: #FF0000;
}
.underlineOnly {
	text-decoration: underline;
}

#payPalOneTime {
	width: 100px;
	position: absolute;
	top: 82px;
	left: 300px;
	height: 50px;
}





h3 {
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
}
h4 {
	text-align: center;
	color: #FF0000;
	font-size: 18px;
}
#payPalViewCart {
	position: absolute;
	left: 308px;
	top: 220px;
	width: 100px;
	height: 50px;
}


* {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}
.redUnderline {
	color: #FF0000;
	text-decoration: underline;
}

#wrapper {
	width: 950px;
	overflow: visible;
	height: 620px;
}
.boldBlue {
	color: #000099;
	font-weight: bold;
}
#mp3BenGuyatt {
	height: 80px;
	width: 400px;
	margin-bottom: 10px;
	background-image: url(../images_trm/ben_guyatt_mp3.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #000000;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#mp3BenGuyatt embed {
	position: absolute;
	left: 150px;
	top: 15px;
	height: 40px;
	width: 200px;
	padding-top: 10px;
}

#heart #blueParagraph a {
	color: #000000;
}
#bannedAnnimation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	width: 210px;
	position: absolute;
	left: 0px;
	height: 200px;
	top: 430px;
}
.bold_italic_underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.cancelled_meeting {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	margin-bottom: 50px;
	background-color: #F00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #F00;
}
.cancelled_meeting:hover {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #FFF;
}
