/*-----------------------------------------------------------------------------
Main Style Sheet

date:      20 may 2008
author:    Jeff Cummings
email:     jeff@k-tizo.com
website:   http://mtmoriahplace.com
-----------------------------------------------------------------------------*/

/* =General ------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
/* -------- The following is a comment filter to hide the rule from IE 5 for Mac ----- */
/* hide from IE mac \*/
/* this rule forces a scroll bar in Firefox */
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
}
H1 {
	font-size: 150%;
	color:#666666;
	text-align:left;
	margin:10px 10px 10px 0px;
	}
H2 {
	font-size: 115%;
	color:#871C14;
	text-align:left;
	font-style:italic;
	}
blockquote {margin-left: 45px;
}

ul {
  margin-left: 15px;
  padding-left: 15px;
}
	
/* main table - entire page is within this table ------------------------*/
.maintableborder {
	margin: 0 auto;
	width: 90%;
	max-width: 1000px;
	min-width: 770px;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	padding-right:0px;
	}
.insidetableborder {
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #FFFFFF;
	padding-right:0px;
	}
#insiderightcolumn{
	background-image:url(../images/bg-right-column.gif);
	width:256px;
	padding-left:2px;
}
#insideleftcolumn {
	padding: 15px 15px 10px 15px;
}

/* Header elements------------------------*/
.headerlogo {
	width:316px;
	height:132px;
	float:left;
	position:absolute;
}
.headermain {
	width:100%;
	height:132px;
	background-image:url(../images/bg-header-image.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position:right;	
}
.headerbottomargin {
	width:100%;
	height:8px;
	background-image:url(../images/bg-bottom-headermargin.jpg);
	background-repeat:repeat;
	background-color:#000000;	
}

/* =Navigation---------------------------------------------------------*/
.sitenav {
	width:90%;
	text-align:center;
	height: 34px;
	margin: 98px 0px 0px 10px;
	background-image:url(../images/bg-nav.jpg);
	color:#FFFFFF;
	padding:0px;
	float:right;
	position:relative;
}
#ends {
	width:8px;
	background-color:#000000;
}

/* =Content ----------------------------------------------------------------*/

.contentleft {
	width: 94%; /*!important;
	width: 100%;   work around for IE6 
	height: auto!important;
	height: 345px;  work around for IE6 */
	margin-left:0px;
	margin-right:0px;
	line-height:1.3;
}
.contentleft div {
	text-align:left;
	}
.contentleft p, #content ul {
}
.contentleft a {
	color: #000;
	text-decoration: underline;
}
.contentleft a:hover, #footer a:focus {
	color: #871C14;
	text-decoration: none;
}
.contentleft p {
	text-align:left;
}

.contentleft ul li{
	list-style:disc;
	list-style-position:inherit;
}
.contentright {
	width: 94%; /*!important;
	width: 100%;   work around for IE6 
	height: auto!important;
	height: 345px;  work around for IE6 */
	margin-left:10px;
	margin-right:10px;
	line-height:1.3;
}
.contentright div {
	}
.contentright p, #content ul {
}
.contentright a {
	color: #000;
	text-decoration: underline;
}
.contentright a:hover, #footer a:focus {
	color: #871C14;
	text-decoration: none;
}
.contentright p {
	text-align:left;
}

.contentright ul li{
	list-style:outside;
	list-style-type:disc;
	margin-left:20px;
}

/* =Footer  -----------------------------------------------------------*/

#footer {
	background-image:url(../images/bg-footer.jpg);
	height:46px;
}
#footer p {
	font-size: 75%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:20px;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
#footer a:hover, #footer a:focus {
	color: #000000;
}
