/**
 * 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: #e6e5e3;
	font-family:trebuchet ms, arial,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:900px;
	background: url("/graphics/mainbg.gif") #ffffff repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:900px;
	height:105px;
	background: url("/graphics/header2.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:900px;
	height:50px;
	bottom:0; /* stick to bottom */

	background: #a00010;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#topmenu {
	width: 315px;
	height:27px;
	margin: 74px auto 0 auto;
	float:right;
	font-family:arial, sans-serif;
}

#leftmenu {
	width: 187px;
	height:467px;
	margin: 0 0 0 0px;
	background: url("/graphics/menubg.gif") #020203 repeat-x;
	float:left;
}




/* content formatting */

#logolink {
	width: 401px;
	height: 92px;
	position: absolute;
	top: 0;
	left: 0;
}

#splashpagecontent {
	width: 713px;
	padding: 0;
	overflow: auto;
	line-height:15px;
	float:right;
}

#pagecontent {
	width: 623px;
	padding: 25px 50px 20px 40px;
	overflow: auto;
	background: url("/graphics/bodybg.gif") no-repeat;
	line-height:15px;
	float:right;
}

#calpagecontent {
	width: 860px;
	padding: 25px 0 20px 40px;
	overflow: auto;
	background: url("/graphics/bodybg2.gif") no-repeat;
}

#newsbg {
	background: url("/graphics/newsbg.gif") #000000 no-repeat;
	width:201px;
	height:230px; 
	padding:75px 20px 0 20px;
	float:right;
	font-size:10px;
	line-height:12px;
	overflow: hidden;
}




.donate {
	width:138px;
	height:45px;
	background: url("/graphics/donatenow.gif") no-repeat top;
	border:0;
	margin:0;
	overflow:hidden;
	text-indent:-138px;
	white-space:nowrap;
	font-size: 0px; 
	display:block; 
	line-height: 0px;
}

.donate:hover {
	background: url("/graphics/donatenow.gif") no-repeat bottom;		
}



#donatebutton {
	float: left;
	width: 138px;
	height: 45px;
	margin: 20px 0 0 24px;
}






#video {
	background: url("/graphics/video.gif") no-repeat;
	width:233px; 
	float:left;
	font-size:10px;
	line-height:12px;
	overflow: auto;
}

#audio {
	background: url("/graphics/audio.gif") no-repeat;
	width:233px; 
	float:right;
	font-size:10px;
	line-height:12px;
	overflow: auto;
}

#box {
	width:233px;
	font-size:10px;
	line-height:12px;
	overflow: auto;
}

#social {
	position: absolute;
	width: 140px;
	height: 24px;
	left:780px;
	top:7px;
}


#right_foot {
	color: #ffffff;
	float: right;
	padding-top: 15px;
	padding-right:20px;
}

#left_foot {
	color: #ffffff;
	float: left;
	padding-top: 15px;
	padding-left:20px;
}



#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #FFA500;
	text-decoration: underline;
}

a.imedia {
	color: #ffffff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #fca331;
	text-decoration: underline;
}

a.menu {
	color: #f99325;
	text-decoration: none;
	line-height: 16px;
	font-size: 11px;
}
a.menu:hover {
	color: #FCB544;
	text-decoration: none;
}

a.news {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}
a.news:hover {
	color: #fca331;
	text-decoration: underline;
	font-size: 12px;
}

a.view {
	color: #fb9e2d;
	text-decoration: none;
	float:right;
}
a.view:hover {
	color: #fca331;
	text-decoration: underline;
}

a.how {
	color: #a10010;
	text-decoration: none;
	float:right;
}
a.how:hover {
	color: #fca331;
	text-decoration: underline;
}

a.btrt {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	font-size:15px;
	font-family:arial narrow;
	line-height:23px;
}
a.btrt:hover {
	color: #a00010;
	text-decoration: underline;
}

a.btrt2 {
	color: black;
	text-decoration: none;
	font-weight:bold;
	font-size:15px;
	font-family:arial narrow;
	line-height:23px;
}
a.btrt2:hover {
	color: #a00010;
	text-decoration: underline;
}

a.miss {
	color: #000000;
	text-decoration: none;
}
a.miss:hover {
	color: #fca331;
	text-decoration: underline;
}



h1 {
	font-weight:bold;
	font-size:15px;
	color: #c50000;
	text-transform: uppercase;
	margin:0 0 26px 0;
}

h2 {
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	color: #ffffff;
	text-transform: uppercase;
	margin:47px 0 11px 0;
	text-align:center;
}

h3 {
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	width:233px;
	padding:7px 0 7px 0;
	color: #ffffff;
	text-transform: uppercase;
	margin:5px 0 11px 0;
	text-align:center;
	background:#a10010;
}

p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

/* 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: 315px;
   margin:0 10px 0 auto;
   font-size:13px;
   font-weight:bold;
   text-transform:uppercase;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: left;
   line-height: 27px;
   margin: 0;
   padding: 0 14px 0 14px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #ffffff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #a00010;
	text-decoration: none;
}	
	
	
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 175px;
margin:7px 0 0 6px;
padding: 0;
font-size: 13px;
color: #202629;
text-align:left;
text-transform:uppercase;
}

* html #blueblock{ /*IE 6 only */
w\idth: 159px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 7px 0 0 12px;
color: #ffffff;
text-decoration: none;
width: 159px;
height:21px;
border-top:1px solid #b42534;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #f99325;
	text-decoration: none;
}


#blueblock1 li {
margin: 0;
}

li a.blueblock1 {
display: block;
padding: 7px 0 0 12px;
color: #ffffff;
text-decoration: none;
width: 159px;
height:21px;
}

html>body li a.blueblock1 { /*Non IE6 width*/
width: auto;
}

li a.blueblock1:hover{
color: #f99325;
	text-decoration: none;
}


#blueblock2 li {
margin: 0;
}

li a.blueblock2 {
display: block;
padding: 7px 0 0 12px;
color: #ffffff;
text-decoration: none;
width: 159px;
height:21px;
border-top:1px solid #a61b2a;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #f99325;
	text-decoration: none;
}



#blueblock3 li {
margin: 0;
}

li a.blueblock3 {
display: block;
padding: 7px 0 0 12px;
color: #ffffff;
text-decoration: none;
width: 159px;
height:21px;
border-top:1px solid #961e2c;
}

html>body li a.blueblock3 { /*Non IE6 width*/
width: auto;
}

li a.blueblock3:hover{
color: #f99325;
	text-decoration: none;
}



#blueblock4 li {
margin: 0;
}

li a.blueblock4 {
display: block;
padding: 7px 0 0 12px;
color: #ffffff;
text-decoration: none;
width: 159px;
height:21px;
border-top:1px solid #7b1b26;
}

html>body li a.blueblock4 { /*Non IE6 width*/
width: auto;
}

li a.blueblock4:hover{
color: #f99325;
	text-decoration: none;
}
