/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #cec7b1;
	font-family:trebuchet ms,arial,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#container_splash {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:906px; 
	padding: 0;
	background: URL("/graphics/mainbg_splash.gif") repeat-y; /* page bg */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:906px; 
	padding: 0;
	background: URL("/graphics/mainbg.gif") repeat-y; /* page bg */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header_splash {
	width:906px;
	height:141px;
	background: url("/graphics/header_splash.gif") no-repeat;
	margin: 0 auto 0 auto;
}

div#header {
	width:906px;
	height:161px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content_splash {
	padding:0 0 70px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#content {
	padding:0 0 140px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer_splash {
	position:absolute;
	width:906px;
	height:70px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer_splash.gif") no-repeat;
	font-size:11px;
	margin: 0 auto 0 auto;
	color: #000;
	visibility: hidden;

}

div#footer {
	position:absolute;
	width:906px;
	height:125px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:11px;
	line-height:11px;
	margin: 0 auto 0 auto;
	color: #000;
	visibility: hidden;

}








/* content formatting */

#pagecontent_splash {
	width: 886px;
	padding: 0 0 0 0;
	margin: 0 0 0 7px;
	overflow: auto;
	line-height:15px;
	float:left;
	display:inline;
}

#pagecontent {
	width: 489px;
	padding: 0 0 0 16px;
	margin: 0 0 0 28px;
	overflow: auto;
	line-height:15px;
	float:left;
	display:inline;
}

#pagecontent_cal {
	width: 616px;
	padding: 0 0 0 16px;
	margin: 0 0 0 10px;
	overflow: auto;
	line-height:15px;
	float:left;
	display:inline;
}

#rightbar {
	width: 95px;
	margin: 59px 15px 0 0;
	display:inline;
	border-bottom:10px solid #2f8da5;
	float:right;
}

.sidepic {
	width:95px; 
	height:95px; 
	border-bottom:3px solid #fff;
	float:left;
}

.splashmenu {
	width:224px; 
	height:398px; 
	background: url("/graphics/splashmenubg.gif") repeat-y; 
	float:left;
}

#right_foot_splash {
	float: right;
	padding-top: 39px;
	padding-right:22px;
}

#left_foot_splash {
	float: left;
	padding-top: 39px;
	padding-left:170px;
}

#right_foot {
	float: right;
	padding-top: 48px;
	padding-right:35px;
}

#left_foot {
	float: left;
	padding-top: 48px;
	padding-left:35px;
}




#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #145f77;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #978c6f;
	text-decoration: underline;
}

a.dir {
	color: #145f77;
	text-decoration: none;
	text-transform:uppercase;

}
a.dir:hover {
	color: #978c6f;
	text-decoration: none;
}

a.imedia {
	color: #000;
	text-decoration: none;
}
a.imedia:hover {
	color: #978c6f;
	text-decoration: underline;
}

a.butn {
	color: #9e200f;
	border:1px solid #9e200f;
	text-transform:uppercase;
	padding:4px 11px 4px 5px;
	text-decoration: none;
}
a.butn:hover {
	color: #fff;
	background:#c99c96;
	text-decoration: none;
}

a.butn2 {
	color: #fff;
	border:1px solid #9e200f;
	background:#9e200f;
	text-transform:uppercase;
	padding:4px 11px 4px 5px;
	text-decoration: none;
}
a.butn2:hover {
	color: #fff;
	background:#c99c96;
	text-decoration: none;
}

a.butn3 {
	color: #fff;
	border:1px solid #c99c96;
	background:#a2564c;
	text-transform:uppercase;
	padding:4px 11px 4px 5px;
	text-decoration: none;
}
a.butn3:hover {
	color: #fff;
	background:#c99c96;
	text-decoration: none;
}

a.butn4 {
	color: #fff;
	border:1px solid #fff;
	background:#5a5a5a;
	text-transform:uppercase;
	padding:4px 11px 4px 5px;
	text-decoration: none;
}
a.butn4:hover {
	color: #fff;
	background:#c99c96;
	text-decoration: none;
}


h1 {
	font-weight:normal;
	font-size:22px;
	color: #978c6f;
	text-transform: uppercase;
	height:32px;
	padding:10px 0 0 40px;
	margin:16px 0 23px -16px;
	background: url("/graphics/cross.gif") no-repeat;
}

h2 {
	font-weight:normal;
	font-size:22px;
	color: #978c6f;
	text-transform: uppercase;
	margin:0 0 18px 0;
}

h3 {
	font-weight:normal;
	font-size:28px;
	color: #fff;
	text-transform: capitalize;
	margin:0 0 30px 0;
	font-family:georgia, times;
}

h4 {
	font-weight:normal;
	font-size:14px;
	color: #fff;
	text-transform: uppercase;
	padding:0 0 0 20px;
	_padding:0 0 2px 20px;
	margin:12px 0 12px 14px;
	background: url("/graphics/redblock.gif") center left no-repeat;
}


.splashhed {
	font-size:13px; 
	font-weight:bold; 
	color:#145f77;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}






/* menu codes */

.pipelist {
   overflow: hidden;
   width: 780px;
   margin:0 10px 0 auto;
   font-size:11px;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #e0d3ab;
   float: left;
   line-height: 26px;
   margin: 0 .5em 0 -.5em;
   padding: 0 12px 0 12px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	background: url('/graphics/rollover.gif') #e1daa2 repeat-x;
	}
	
.pipelist a {
	color: #1b2022;
	text-decoration: none;
}
.pipelist a:hover {
	color: #c50000;
	text-decoration: none;
}	
	
	













#leftmenu- ul{
   list-style: none;
   margin: 0;
   padding: 0;
}

#leftmenu- li {
margin: 0;
padding: 0;


}

#leftmenu- li a {
display: inline-block;
padding: 8px 0 8px 13px;
color: #fff;
text-decoration: none;
border-top: solid 1px #502929;
text-transform: uppercase;
font-size:13px;
margin: 0 0 0 0;
_margin: -2px 0 0 0;
width:190px;	
background: url('/graphics/bu_bg.gif') right repeat-y;
}



#leftmenu- li a:hover{
color: #fff;
font-style:italic;
	text-decoration: none;
background: url('/graphics/bu2_bg.gif') #71312b right repeat-y;
}


#sub1, #sub2, #sub3{
list-style: none;
margin: 0;
padding: 0;
}

#sub1 li, #sub2 li, #sub3 li {
margin: 0 -7px 0 0;
padding: 0;
display: inline-block;
float: right;
border-top:0px;
_margin: -1px 0 0 0;

}

#sub1 li a, #sub2 li a, #sub3 li a {
padding: 6px 24px 6px 0;
color: #d4a19c;
background: url('/graphics/bu2_bg.gif') #71312b right repeat-y;
text-decoration: none;
font-size:12px;
margin: 0 0 0 0;
text-transform: uppercase;
font-size:11px;
text-align:right;
width:179px;
border-top:0px;

}



#sub1 li a:hover, #sub2 li a:hover, #sub3 li a:hover{
color: #fff;
	text-decoration: none;
border-top:0px;
}





#leftmenu{
	width: 203px;
	margin: 0 0 0 19px;
	float:left;
	padding: 0;
	display: inline;
}


#leftmenu ul {
   list-style: none;
   width: 203px;
	height:577px;
	border-bottom:1px solid #948e8e;
	padding:0;
	margin: 30px 0 0 0;
	overflow: hidden;
	float:right;
	position:relative;
   }


#leftmenu li {
   display: inline;
   position: absolute;
}


#leftmenu li a{
display: inline-block;
padding: 8px 0 0 13px;
height:22px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size:13px;
margin: 0 0 0 0;
width:190px;	
background: url('/graphics/bu_bg.gif') right repeat-y;
}

#leftmenu li a:hover {
	color: #fff;
	font-style:italic;
	text-decoration: none;
	background: url('/graphics/bu2_bg.gif') #71312b right repeat-y;
	}
a.on {
	background: url('/graphics/bu2_bg.gif') repeat-x;
	}
	
#leftmenu a {
	color: #ffffff;
	text-decoration: none;

}
#leftmenu a:hover {
	color: #ffffff;
	text-decoration: none;
}	
	
	
	



ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
border: none;
z-index:10000;
position:relative;
}

ul.dropdown li span {
display: block;
_display:inline-block;
padding: 5px 15px;
color: #91de8b;
text-decoration: none;
text-transform: uppercase;
}
ul.dropdown li a {
display: block;
position: relative;
_display:inline-block; /* so IE doesn't add space between elements */
_width: 83%; /* makes block fill width in IE */
padding: 5px 15px;
font-size: 13px;
color: #ffffff;
text-decoration: none;
}


ul.dropdown li a:hover{
color: #ffffff;
background: #97463e;
	text-decoration: none;
}


#about {
	width:180px;
	padding: 5px 0;
	background: #71312b;
	position: absolute;
	top: 332px;
	left: 230px;
	display: none;
	z-index:11;
}


#ministries {
	width:180px;
	padding: 5px 0;
	background: #71312b;
	position: absolute;
	top: 238px;
	left: 230px;
	display: none;
	z-index:11;
}


#resources {
	width:180px;
	padding: 5px 0;
	background: #71312b;
	position: absolute;
	top: 270px;
	left: 230px;
	display: none;
	z-index:11;
}


#news {
	width:180px;
	padding: 5px 0;
	background: #71312b;
	position: absolute;
	top: 302px;
	left: 230px;
	display: none;
	z-index:11;
}



