/* Missionary Book */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, form, fieldset, table, img, ol, ul, li, table, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

span {
	display: none;
}

body {
	color: #767676;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background: url(images/background.gif) repeat;
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
}

ul, p {
	padding-bottom: 15px;
}

#mainwrap {
	width: 900px;
	margin: 50px auto;
	padding: 0;	
}
	
#container {
	background: url(images/container_mid.gif) center repeat-y;
}

#container_top {
	width: 900px;
	height: 15px;
	background: url(images/container_top.gif) top center no-repeat;
	padding: 0;
}

#container_mid {
	width: 840px;
	min-height: 600px;
	padding: 0 30px;
}

#leftColumn {
	float: left;
	width: 390px;
	padding: 0 15px 0 15px;
	margin: 20px 0 5px;
}

#rightColumn {
	float: right;
	width: 390px;
	padding: 0 15px 0 15px;
	margin: 20px 0 5px;
}

#container_bottom {
	width: 900px;
	height: 15px;
	background: url(images/container_bottom.gif) bottom center no-repeat;
	padding: 0;
	clear: both;
}

#footer {
	color:#CCCCCC;
	text-align: center;
}

#footer a:link {
  color:#CCCCCC;
  text-decoration:none;
}

#footer a:visited {
  color:#CCCCCC;
  text-decoration:none;
}

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

#footer p {
	padding-bottom: 0;
}

#footer img {
	padding: 0 10px;
	vertical-align: top;
}

#header {
	background: url(images/gradient.jpg) top center no-repeat;
	margin: 0 auto;
	width: 840px;
	height: 195px;
	position: relative;
}

#logo {
	background: url(images/logo.gif) top right no-repeat;
	width: 317px;
	height: 149px;
	position: absolute;
	top: 5px;
	right: 65px;
}

#logo a {
	display: block;
	width: 317px;
	height: 149px;
}

#slogan {
	color: #0076be;
	font-size: 16px;
	position: absolute;
	top: 65px;
	left: 30px;
}
#navigation {
	position: relative;
	height: 35px;
	width: 840px;
	background: url(images/navigation.gif) no-repeat top left;
	top: -35px;
	margin-bottom: -35px;
}

#navigation ul li{
	display: inline;
	list-style: none;
}

#navigation ul li a{
	padding: 12px 20px;
	height: 38px;
}

a:link {
	color:#FF9900;
	text-decoration: underline;
}

a:visited {
	color:#FF9900;
    text-decoration: underline;
}

a:hover {
	color:#FF9900;
    text-decoration:none;
}

.box {
	background: #e6e6e6;
	width: 390px;
	float: right;
	margin-bottom: 10px;
}

.stroke {
	margin: 3px;
	padding: 10px;
	border: #FFFFFF solid 2px;
	height: 110px;
	position: relative;

}

img.valign {
	position: absolute;
	top: 25%;
}

.step {
	width: 300px;
	float:right;
	line-height: 24px;
}

hr {
	clear: both;
	display: none;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-weight: normal;
	font-size: 24px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #0076be;
}

h3 {
	font-weight: normal;
	font-size: 20px;
	color:#FF9900;
	margin-bottom: 20px;
}

h4 {
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
}

h5 {
	font-weight: bold;
	font-size: 16px;
}

h6 {
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
}

ol, ul {
	list-style-position: inside;
}

.pricelist {
	padding-left: 50px;
	width: 340px;
	clear: both;
	position: relative;	
	margin-bottom: 80px;
}

.priceblock {
	width: 240px;
	float:right;
	min-height: 125px;
}

.pricelist img{
	padding-top: 10px;
	float:left;
}
.prices {
	width: 175px;
}

.prices td{
	padding: 0px 10px;
}

tr.odd td{
	background: #eee;
}

/* Home Button
----------------------------------------------- */

#hellonav a {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 42px;
	background-position: -42px 0px;
}

#hellonav a:hover {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 42px;
    background-position: -42px -35px;
}

#hellonav .current, #hellonav a.current:hover, #hellonav a.current:active {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 42px;
    background-position: -42px -70px;
	cursor: default;
}

/* Products Button
----------------------------------------------- */

#productsnav a {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 175px;
	background-position: -175px 0px;
}

#productsnav a:hover {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 175px;
    background-position: -175px -35px;
}

#productsnav .current, #productsnav a.current:hover, #productsnav a.current:active {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 175px;
    background-position: -175px -70px;
	cursor: default;
}

/* About Us Button
----------------------------------------------- */

#aboutusnav a {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 307px;
	background-position: -307px 0px;
}

#aboutusnav a:hover {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 307px;
    background-position: -307px -35px;
}

#aboutusnav .current, #aboutusnav a.current:hover, #aboutusnav a.current:active {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 307px;
    background-position: -307px -70px;
	cursor: default;
}

/* Ideas Button
----------------------------------------------- */

#ideasnav a {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 440px;
	background-position: -440px 0px;
}

#ideasnav a:hover {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 440px;
    background-position: -440px -35px;
}

#ideasnav .current, #ideasnav a.current:hover, #ideasnav a.current:active {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 440px;
    background-position: -440px -70px;
	cursor: default;
}

/* Start A Book Button
----------------------------------------------- */

#startabooknav a {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 572px;
	background-position: -572px 0px;
}

#startabooknav a:hover {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 572px;
    background-position: -572px -35px;
}

#startabooknav .current, #startabooknav a.current:hover, #startabooknav a.current:active {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 572px;
    background-position: -572px -70px;
	cursor: default;
}

/* Contact Button
----------------------------------------------- */

#contactnav a {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 705px;
	background-position: -705px 0px;
}

#contactnav a:hover {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 705px;
    background-position: -705px -35px;
}

#contactnav .current, #contactnav a.current:hover, #contactnav a.current:active {
	background: url(images/navigation.gif) no-repeat;
	height: 35px;
	width: 94px;
	position: absolute;
	left: 705px;
    background-position: -705px -70px;
	cursor: default;
}

/*--------------------------------------------- */

