@charset "utf-8";
/* CSS Document */
/*
***********************************************************

Title:			medical_style.css
Browser(s): 	All (except IE version 6 and Safari)

Author: 		Jonathan Chacko (www.jachacko.com) and Niall Doherty (www.ndoherty.com)
Created For:	Challenge Ministries Medical Missions (www.challenge-ministries.org/medmissions.htm)
Created: 		12.12.2007
Last modified: 	12.13.2007

***********************************************************
*/

html{
	margin: 0;
	padding:0;
	height: 600px;
	width: 100%;
	clear: both;
	background-color: #333333;
	}
	
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: #333333;
	background-repeat: repeat;
	background-position: center center;
	height: 600px;
	clear: both;
	background-attachment: scroll;
	background-image: url(imagesmed/bg_rpt.gif);
	}
			
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/* Names of Divs and classes in the following section were found at http://www.ndoherty.com/blog/category/coda-slider */
/* The content and most of the styling for the Coda Slider is Jonathan Chacko's code. */
		
p { text-align: left; margin: 15px 0 }
.slider-wrap #slider1 .panelContainer .panel .wrapper li {
	text-align: left;
}

		
p, ul {
	font-size: 13px;
	line-height: 1.3em
} 

p a, li a {
	color:#0033CC;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.2em;
}
	
p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
p#cross-links {
	margin-bottom: 1px;
	padding-bottom: 1px;
	text-align: center;
	position: relative;
	height: 20px;
	display: block;
	font-weight: 400;
	vertical-align: bottom;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #AFA88B;
}
#cross-links .cross-link {
	color: #676241;
}

		
noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }
		
a:focus { outline:none }
		
img { border: 0 }
		
h3 {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #74736a;
}
		
	
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	}
		
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 693px;
	background-attachment: scroll;
	background-image: url(imagesmed/body_cont.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 587px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #333333;
	top: 10px;
	}

		/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}
		/* Style while slider is loading */


.stripViewer { /* This is the viewing window */
	position: relative;
	border: 5px solid #333333; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 320px;
	clear: both;
	background: #fff;
	top: 180px;
	overflow: hidden;
	}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
	}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 600px;
	}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time). In this style the navigation is found on the top of the page. */
	width: 55px;
	position: relative;
	top: 40px;
	float: right;
	text-align: left;
	display: block;
	height: 20px;
	margin-top: auto;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: auto;
	right: 10px;
	}
		
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	display: block;
	}
		
.stripNav ul li {
	float: right;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	display: block;
	position: relative;
	clear: both;
	}
		
.stripNav a { /* The nav links */
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}
		
/*.stripNav li.tab1 a {
	text-align: left;
}
.stripNav li.tab2 a {
}
.stripNav li.tab3 a {
	background-color: #333333;
}
.stripNav li.tab4 a {
	background-color: #333333;
}
.stripNav li.tab5 a {
	background-color: #333333;
}
	*/	
.stripNav li a:hover {
	color: #333333;
	font-weight: 500;
	text-decoration: underline;
	}
		
.stripNav li a.current {
	color: #333;
	font-weight: 500;
	text-decoration: underline;
	}
		
.stripNavL, .stripNavR { /* The left and right arrows */
	position: relative;
	top: 230px;
	text-indent: -9999em;
	}
		
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
	}
		
.stripNavL {
	left: 0;
	bottom: 2px;
	}
		
.stripNavR {
	right: 0;
	top: 100px;
	}
		
.stripNavL {
	background: url("imagesmed/arrow-left.gif") no-repeat center;
	clear: both;
	float: left;
	}
		
.stripNavR {
	background: url("imagesmed/arrow-right.gif") no-repeat center;
	clear: both;
	float: right;
	}
	
/* End of Coda Slider Styling */
/***************************************************************************************************************/
/* Styles below affect the pages in the medmissions folder. */	
.content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	border: thin solid #999999;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#container #content .content li {
	text-align: left;
	font-size: 14px;
}

h4 {
	text-align: left;
	text-indent: 15px;
}
.bold {
	font-weight: bold;
}
#backgroundimage {
	background-image: url(imagesmed/bgsquare_rpt.gif);
	background-repeat: repeat;
	vertical-align: middle;
	position: fixed;
	height: 90%;
	width: 100%;
}
#container {
	clear: both;
	z-index: 1;
}
#promo {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#promo a {
	color: #FFFFFF;
	text-decoration: none;
}
#promo a:hover {
	font-weight: bold;
	text-decoration: underline;
}
