
body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Myriad, Verdana, Sans-Serif;
	font-size: 13pt;
	color: white;
}

a img {
	border: none;
}

a {
	color: #CFBCE2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h5 {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}

tr, td {
	border: none;
	margin: 0;
	padding: 2px;
	height: 2em;
}

#askaquestion {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 10pt;
}

#askaquestion a {
	color: #46B1F9;
}

#page {
	position: relative;
	/*width: 70%;
	height: 90%;*/
	width: 800px;
	height: 594px;
	padding: 0;
	/*top: 50%;
	left: 50%;
	margin-top: -297px;
	margin-left: -400px;*/
	margin: 0 auto;
	
}

#content {
	position: relative;
	width: 100%;
	margin: 0; 
	margin-top: 2%;
	padding: 0;
	background-color: #1A1A1A;
	height: 390px;
}

#homelogo {
	position: relative;
	width: 800px;
	margin: 0;
	margin-top: 25px;
	padding: 0;
	height: auto;
}

#headerlogo {
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
	border: none;
}

/***CSS for sermon downloads page content ***/

#options {
	margin: 0;
	padding: 0;
	width: 800px;
	margin-top: 35px;
}

#itunesoption {
	position: absolute;
	display: inline;
	width: 178px;
	height: 200px;
	margin-left: 65px;
	margin-right: 0;
}

#rssoption {
	position: absolute;
	display: inline;
	width: 178px;
	height: 200px;
	left: 243px;
	margin-left: 65px;
	margin-right: 0;
}

#downloadoption {
	position: absolute;
	display: inline;
	width: 178px;
	height: 200px;
	left: 486px;
	margin-left: 65px;
	margin-right: 0;
}

.optiondescriptions {
	position: relative;
	margin-left: 8px;
	padding: 0;
	width: 170px;
	font-size: 10pt;
}

/*end sermon downloads main page css */
/*** begin css for downloads  page ***/
#downloadfilespage {
		margin: 0;
	padding: 0;
	width: 800px;
	margin-top: 0px;
	
}

#leftsideinstructions {
	position: absolute; 
	margin: 0;
	margin-left: 40px;
	margin-top: 60px;
	width: 300px;
	height: 300px;
	font-size: 11pt;
	text-align: center;
}

#leftsideinstructions h6 {
	margin-top: 100px;
}

#files {
	position: absolute;
	margin: 0;
	padding: 0;
	width:400px;
	height: 280px;
	left: 365px;
	margin-top: -30px;
	background-color:#D5EFFB;
	border: 2px solid #9D9FA1;
	overflow: auto;
	font-size: 8pt;
	color: black;
}

#filelist {
	border: none;
}
#filelist tr td a{
	color: #3D568E;
}

#filelist tr {
	background-color: transparent;
	height: 10px;
}
#filelist tr:hover {
	background-color: #E6F6FC;
}

#filelist tr td {
	height: 10px;
}


/*** CSS for Directions/ Service Times page ***/
#directionspage {
		margin: 0;
	padding: 0;
	width: 800px;
	margin-top: 0px;
	z-index: 5;
	
}

#directions_text {
	width: 360px;
	height: 300px;
	position: absolute;
	margin: 10px;
	margin-top: 0;
	padding: 0;
	left: 10px;
	font-size: 12pt;
}
	

#directions_text p{
	text-align: right;
	font-size: 10pt;
}

#map {
	position: absolute;
	margin-left: 40px;
	margin-top: -65px;
	width: 325px;
	height: 325px;
	left: 400px;
	background-color: white;
	color:black;
}

#map a {
	color: blue;
}

#map p {
	margin: 5px;
	font-size: 8pt;
}

#address {
	margin-top: 0;
	z-index: 3;
}

#servicetime {
	margin-top: 46px;
	color: #C0E4EE;
}

#youthtime {
	margin-top: 30px;
	color: #FEFAD9;
}

#musictime {
	margin-top: 30px;
	color: #D0E5AC;
}

#navigation {
	margin: 0;
	margin-top: 4px;
	padding: 0;
	width: 800px;
	height: 170px;
}

.button {
	position: relative;
	display: inline;
	height: 170px;
	width: 197px;
}

.button a, .button a img {
	margin: 0;
	padding: 0;
	height: 170px;
	width: 197px;
	border: none;
}


#homebutton, #sermonsbutton, #directionsbutton {
	margin-right: -2px;
	margin-left: 0;
}

#blogbutton {
	margin: 0;
}

#footer {
	margin-top: 20px;
	text-align: center;
	font-size: 10pt;
	color: #AAAAAA;
}

#subnav a {
	color: #666666;
	text-decoration: none;
	font-size: 10pt;
}

#subnav a:hover {
	color: black;
}




.invisible {
	display: none;
}