/* General Elements
   ---------------- */
html, body {
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7C0E20;
	background-color: #E1DCCE;
	background-image: url(../images/misc/page_back.jpg);
	background-repeat: repeat-x;
}
img {
	border: 0;
}
h1, h2, p, address, table {
	margin: 0 0 1em 0;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.1em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 0.9em;
}
div#news h3 {
	font-size: 0.7em;
}
h4 {
	font-size: 0.8em;
}
p, li, address {
	font-size: 0.8em;
	line-height: 1.4em;
}
div#news hr {
	border: 0;
	border-bottom: 1px solid #7C0E20;
}
li {
	margin-bottom: 0.5em;
}
ol#pilgrimList li {
	margin: 0;
}
ol#pilgrimList img {
	margin-left: 70px;
}
li li {
	font-size: 1em;
}
address {
	font-style: normal;
}
a {
	color: #055;
}
a:hover {
	background-color: #FFF;
	text-decoration: none;
}
blockquote {
	font-style: italic;
}
form {
	background-color: #FFF8DF;
	padding: 10px;
}
form#paypalForm {
	background-color: transparent;
}
form fieldset {
	margin-bottom: 1.5em;
}
form input {
	vertical-align: middle;
}
form input, form textarea, form select, form option {
	border: 1px solid #B76726;
	margin-bottom: 5px;
}
form select option {
	border: 0;
	margin: 0;
}
form input:focus, form textarea:focus {
	border: 1px solid red;
}
form input.nb {
	border: 0;
}
form legend {
	margin-bottom: 5px;
	color: #7C0E20;
	font-size: 0.8em;
	font-weight: bold;
}
form label {
	float: left;
	clear: both;
	width: 150px;
	font-size: 0.8em;
	text-align: right;
	margin-right: 0.6em;
}
form p, form span {
	font-size: 0.8em;
}
form span {
	vertical-align: top;
}
table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
tr {
	vertical-align: middle;
}
tr.colH {
	background-color: #FFFDF4;
}
tr.col1 {
	background-color: #F3EAFD;
}
tr.col2 {
	background-color: #EAFDFF;
}
td, th {
	font-size: 0.8em;
	border: 1px solid #7C0E20;
	padding: 3px 7px;
}
legend, form th {
	font-size: 0.8em;
	font-weight: bold;
}
span.req {
	color: #F00;
}

/* Classes
   ------- */
.error {
	color: #F00;
}
.okMsg {
	color: #008000;
}
.center {
	text-align: center;
}
div.imgR {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
div.imgR p {
	font-size: 0.7em;
	text-align: center;
	line-height: 1.2em;
}
.clearB {
	clear: both;
}
h1.hilite, h2 a.hilite, h4 a.hilite {
	color: #DA0000;
}
img.resultImg {
	float: left;
	margin: 0 15px 10px 0;
}
.w170 {
	width: 170px;
}
.w200 {
	width: 200px;
}

/* Header
   ------ */
#headerText {
	float: left;
	margin: 19px 0 0 12px;
}
#headerImages {
	margin-left: 440px;
	background-image: url(../images/misc/header_images.jpg);
	height: 115px;
	background-repeat: no-repeat;
	background-position: 0px 13px;
}

/* Page (container for Content and Navigation)
   ---- */
#page {
	width: 790px;
}


/* Content (container for Main content and Footer)
   ------- */
#content {
	float: right;
	width: 585px;
	background-color: #FFEEB9;
}

/* Main Content
   ------------ */
#main {
	padding: 28px 15px 10px 15px;
	border-bottom: 1px solid #B3A682;
	background-image: url(../images/misc/content_fade.gif);
	background-repeat: repeat-x;
}
#main li#pdfFile {
	position: relative; /* IE 6 'peekaboo' bug fix */
	background: url(../images/misc/pdficon.gif) no-repeat;
	list-style-type: none;
	padding: 0 0 3px 40px;
}
#main li#wordFile {
	position: relative; /* IE 6 'peekaboo' bug fix */
	background: url(../images/misc/wordicon.gif) no-repeat;
	list-style-type: none;
	padding: 0 0 3px 40px;
}

/* Navigation
   ---------- */
#nav {
	float: left;
	width: 205px;
	margin: 22px 0;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul.subMenu {
	margin-top: 30px;
}
#nav li {
	margin-left: 30px;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
}
#nav ul.subMenu li {
	font-size: 0.7em;
	font-weight: normal;
	margin-bottom: 0;
}
#nav li li {
	font-weight: normal;
	margin-bottom: 0;
}
#nav #sel {
	list-style-type: disc;
	color: #FFF;
}
#nav a {
	display: block;
	padding: 7px 0 2px 3px;
	color: #FFF;
	text-decoration: none;
}
#nav ul.subMenu a {
	padding: 2px 0 2px 3px;
}
#nav li li a {
	padding: 0 0 2px 3px;
}
* html #nav a { /* Fix for IE 5.5/6 Double line spacing LI elements */
	height: 1em;
}
#nav a:hover {
	background-color: #FFF;
	color: #7C0E20;
}

/* Footer
   ------ */
#footer {
	padding: 15px 50px 10px 50px;
	border-top: 1px solid #E2DDCF;
	/*background-color: #FFF8DF;*/
}
#footer p {
	font-size: 0.7em;
	line-height: 1.4em;
	text-align: center;
}

/* Message Board
   ------------- */
#messageBoard {
	background-color: #F8F7F1;
	margin-bottom: 1em;
	padding: 1em;
}
#messageBoard h3 {
	color: #663399;
}
#messageBoard p {
	font-size: 0.8em;
}

/* Featured Place
   -------------- */
div.featured {
	float: right;
	margin-top: 5px;
	background-color: #FFF8DF;
	width: 206px;
	margin-left: 1em;
	margin-bottom: 0.5em;
	background-image: url(../images/misc/box_middle.gif);
	background-repeat: repeat-y;
}
div.featured div {
	background-image: url(../images/misc/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.featured h3, div.featured h4, div.featured img, div.featured p {
	padding: 0 13px 0.7em 13px;
	margin: 0;
}
div.featured h3 {
	padding-top: 0.5em;
	background-image: url(../images/misc/box_top.gif);
	background-repeat: no-repeat;
	text-align: center;
}
div.featured p {
	font-size: 0.7em;
	line-height: 1.2em;
}