/**
 * 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: URL("/graphics/bg.gif") #e0d9bd repeat-x;
	font-family:tahoma,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:960px; 
	padding: 0;
	background: URL("/graphics/mainbg.gif") no-repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:950px;
	height:163px;
	background: url("/graphics/header.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 {
	width:960px;
	height:50px;
	background: url("/graphics/footer.gif")  no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin: 0 auto 0 auto;
	font-family:helvetica,arial,sans-serif;
	
	position:absolute;
	bottom:0; /* stick to bottom */
	visibility: hidden;

}





/* content formatting */

#splashpagecontent {
	width: 712px;
	margin: 1px 5px 20px 0;
	overflow: auto;
	line-height:16px;
	float:right;
	display:inline;
	font-family:helvetica,arial,sans-serif;
}
#pagecontent {
	width: 660px;
	margin: 37px 29px 20px 0;
	overflow: auto;
	line-height:16px;
	float:right;
	display:inline;
}

.pic {
	float:right;
	display:inline;
	margin:4px 0 30px 30px;

}



#logolink {
	width:500px; 
	height:75px; 
	border:0; 
	float:left; 
	display:inline; 
	margin:58px 0 0 39px;
}

.infobox {
	border:1px solid #d9d9d9; 
	font-family: arial;  
	font-size: 11px; 
	color: #47485e; 
	width:133px; 
	height:15px;
	padding:3px 0 0 5px;
}


#news {
	width:204px; 
	height:287px; 
	padding:66px 0 0 26px;
	border:0; 
	float:right; 
	overflow: hidden;
	background: URL("/graphics/news.gif") no-repeat;
}

#left_foot {
	float: left;
	margin: 12px 0 0 20px;
}

#right_foot {
	float: right;
	margin: 12px 20px 0 0;
}


#right_foot a{
	color: #fff;
	text-decoration: none;
}

#right_foot a:hover{
	color: #cd5039;
	text-decoration: underline;
}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #4e75a0;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #cd5039;
	text-decoration: underline;
}

a.view {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
}
a.view:hover {
	color: #cdc28e;
	text-decoration: none;
}





#newslist{
padding: 0;
font-size: 12px;
text-align:left;
margin:0 0 20px 0;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 7px 0;
color: #fff;
text-decoration: underline;
line-height:15px;
}

li a.newslist:hover{
color: #cdc28e;
	text-decoration: underline;
}



#newslist2{
width:196px;
padding: 46px 0 0 10px;
font-size: 12px;
text-align:left;
margin:28px 10px 0 0;
	background: URL("/graphics/programs.gif") no-repeat;
	float:right;
	display:inline;
}

#newslist2 ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist2 li {
margin: 0;
}

li a.newslist2 {
display: block;
padding: 7px 0;
.padding: 7px 0 0 0;
color: #000;
text-decoration: underline;
line-height:15px;
}

li a.newslist2:hover{
color: #cdc28e;
	text-decoration: underline;
}










h1 {
	font-weight:bold;
	font-size:21px;
	color: #aa3924;
	text-transform: capitalize;
	margin:0 0 20px 0;
}

h2 {
	font-weight:bold;
	font-size:21px;
	color: #aa3924;
	text-transform: capitalize;
	margin:37px 0 20px 60px;
}


p { 
	margin:26px 0 26px 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;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
	width: 212px;
	margin: 0 0 0 11px;
	padding:10px 20px 0 0;
	float:left;
	display:inline;
background: url("/graphics/lftmnu.gif") no-repeat  right 1px;
}

* html #blueblock{ /*IE 6 only */
w\idth: 198px; /*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: 10px 0 0 14px;
color: #212121;
font-family:arial,sans-serif;
font-weight:bold;
font-size:13px;
text-transform:uppercase;
text-decoration: none;
width: 198px;
height:23px;
border-top:1px solid #cfc6c4;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #fff;
background:#2d4a69;
	text-decoration: none;
}


li a.blueblock2 {
display: block;
padding: 10px 0 0 14px;
color: #212121;
font-family:arial,sans-serif;
font-weight:bold;
font-size:13px;
text-transform:uppercase;
text-decoration: none;
width: 198px;
height:39px;
border-top:1px solid #cfc6c4;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #fff;
background:#2d4a69;
	text-decoration: none;
}

li a#mupsAnchor {
display: block;
padding: 10px 0 0 14px;
color: #212121;
font-family:arial,sans-serif;
font-weight:bold;
font-size:13px;
text-transform:uppercase;
text-decoration: none;
width: 198px;
height:39px;
border-top:1px solid #cfc6c4;
}

li a#mupsAnchor:hover{
color: #fff;
background:#2d4a69;
	text-decoration: none;
}


/* graphical menu codes */





#topmenu ul {
	list-style: none;
   width: 950px;
	height:34px;
	padding:0;
	margin: 0 auto 0 auto;
   position: relative;
	overflow: hidden;
	background: url("/graphics/topmenu.gif") repeat-x;
   }

#topmenu li {
   display: inline;
   position: absolute;
}


#topmenu li a{
   float: left;
	font-size:11px;
   line-height: 14px;
   white-space: nowrap;
   	text-transform: uppercase;
   	text-align:center;
padding: 0 0 0 0;
text-indent:189px;
overflow:hidden;
height:34px;
}

#topmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;

}
#topmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	
	
	


a.home {
background: url("/graphics/topmenu.gif") 0 0 no-repeat;
width:101px;
}

a.home:hover{
background: url("/graphics/topmenu.gif") 0 -34px no-repeat;
}

a.about {
background: url("/graphics/topmenu.gif") -102px 0 no-repeat;
width:131px;
}

a.about:hover{
background: url("/graphics/topmenu.gif") -102px -34px no-repeat;
}

a.contact {
background: url("/graphics/topmenu.gif") -234px 0 no-repeat;
width:150px;
}

a.contact:hover{
background: url("/graphics/topmenu.gif") -234px -34px no-repeat;
}

a.donate {
background: url("/graphics/topmenu.gif") -385px 0 no-repeat;
width:118px;
}

a.donate:hover{
background: url("/graphics/topmenu.gif") -385px -34px no-repeat;
}

a.member {
background: url("/graphics/topmenu.gif") -504px 0 no-repeat;
width:168px;
}

a.member:hover{
background: url("/graphics/topmenu.gif") -504px -34px no-repeat;
}






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;
text-decoration: none;
}
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: 6px 0 6px 20px;
font-size: 12px;
color: #ffffff;
text-decoration: none;

}


ul.dropdown li a:hover{
color: #ffffff;
background: #9f2f21;
	text-decoration: underline;
}


#about {
	width:180px;
	padding: 5px 0;
	background: #9f2f21;
	position: absolute;
	top: 197px;
	left: 107px;
	display: none;
	z-index:1000;
}
















ul.flyout {
list-style: none;
margin: 0;
padding: 0;
border: none;
z-index:10000;
position:relative;
}

ul.flyout li span {
display: block;
_display:inline-block;
text-decoration: none;
}
ul.flyout 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: 6px 0 6px 18px;
font-size: 12px;
color: #ffffff;
text-decoration: none;

}


ul.flyout li a:hover{
color: #ffffff;
background: #2d4a68;
	text-decoration: underline;
}


#mups {
	width:171px;
	padding: 5px 0;
	background: #2d4a68;
	position: absolute;
	top: 344px;
	left: 222px;
	display: none;
	z-index:1000;
}

