/**
 * 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: #e5e2d7;
	font-family:trebuchet ms,arial,sans-serif;
	font-size:12px;
	color:#3a3a3a;
	
}

/* main table */

div#container_splash {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:982px; 
	padding: 0;
	background: URL("/graphics/mainbg.gif") repeat-y; 
	/* 
	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:982px; 
	padding: 0;
	background: URL("/graphics/mainbg2.gif") repeat-y; 
	
	/*height:auto !important; /* real browsers * /
	height:100%; /* IE6: treaded as min-height* /

	min-height:100%;  real browsers */
}

div#header {
	width:982px;
	height:198px;
	background: url("/graphics/header_feb.jpg") no-repeat;
	margin: 0 auto 0 auto;
	
}

div#content {
	padding:0 0 0 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	z-index: 1;
}
	

/* FIXED HEADER version of above
div#content {
	padding:237px 0 0 0; /* bottom padding for footer
	/* note: revert padding top to '0' if fixed header is removed
	margin: 0 auto 0 auto;
	z-index: 1;
}
*/

div#footer {
	width:982px;
	height:239px;
	background: url("/graphics/footer.gif") no-repeat;
	font-size:13px;
	color: #2d2d2d;
	margin: 0 auto 0 auto;
	/* 
	position:absolute;
	bottom:0; stick to bottom
	visibility: hidden; */

}


/* FIXED HEADER added to make header fixed while site scrolls

div#fixed {
	position: fixed;
	z-index: 15;
	}
	
*/





/* content formatting */

#topbar {
	width:950px;
	height:39px;
	background: url("/graphics/topbg.gif") no-repeat;
	margin:0 0 0 16px;
}

#splashpagecontent {
	width:950px;
	margin:3px 0 20px 16px;
	line-height:18px;
	font-size:13px;
	color:#2d2d2d;
}

#pagecontent {
	width: 670px;
	margin: 30px 34px 80px 0;
	padding:0 55px 0 0;
	line-height:18px;
	float:right;
	display:inline;
}

#logolink {
	width:225px; 
	height:145px; 
	border:0; 
	float:left; 
	display:inline; 
	margin:35px 0 0 72px;
}

.topbar {
	height:30px;
	margin:0 3px 0 0;
}

.topbar img {
	border:0;
	margin:7px 0 0 1px;
}

.topbar a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

.topbar a:hover {
	color:#000;
	font-size:14px;
	text-decoration:none;
}

.infobox {
	border:1px solid #a8a8a7; 
	font-size: 14px; 
	color: #6a6666; 
	width:216px; 
	height:20px;
	padding:3px 0 0 8px;
	font-family:trebuchet ms,arial,sans-serif;
	
	
}

.infobox2 {
	border:1px solid #d7e2d9; 
	font-size: 12px; 
	color: #6a6666; 
	width:155px; 
	height:19px;
	padding:4px 0 0 6px;
	font-family:trebuchet ms,arial,sans-serif;
}
.infobox3 {
	border:1px solid #a8a8a7; 
	font-size: 12px; 
	color: #6a6666; 
	width:155px; 
	height:18px;
	padding:3px 0 0 8px;
	font-family:trebuchet ms,arial,sans-serif;
	
	
}


.success {
	width:477px; 
	padding:76px 26px 0 0;
	float:right;
	background: url("/graphics/success.gif") no-repeat;
}

.success img {
	float:left; 
	margin:-60px 0 0 0; 
	width:152px;
}

.spotlight {
	width:379px; 
	padding:73px 26px 24px 23px;
	line-height:16px;
	float:right;
	background: url("/graphics/spotlight.gif") #8eadc5 no-repeat;
}

.spotlight img {
	float:left; 
	margin:-50px 0 0 0; 
	width:138px;
	border:2px solid #fff;
}

.spotlight p { 
	margin:12px 0
}

.headlines {
	width:384px; 
	padding:75px 14px 35px 26px;
	line-height:16px;
	float:right;
	background: url("/graphics/headlines.gif") no-repeat;
}

.headlines img {
	float:right; 
	margin:-43px 0 0 0; 
	width:142px;
}

.headlines p { 
	margin:12px 0
}

div.headlines img{
	width: 120px;
	}

.videos {
	width:388px; 
	height:auto;
	margin:0 17px 0 0;
	line-height:14px;
	float:right;
	display:inline;
	/* background: url("/graphics/videos.jpg") no-repeat; */
}

.videos a {
	font-size:11px;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
}

.videos a:hover {
	color:#d92228;
	text-decoration:none;
}

.videos p { 
	margin:9px 0
}


.vid {
	width:280px;
	margin:0 30px 40px 0;
	padding:10px;
	border:1px solid #d1d1d1;
	float:left;
	text-align:center;
}

.vid img {
	border:0;
	margin: 0 0 7px 0;
	border:1px solid;
}

.vid a {
	color:#21365d;
	font-size:14px;
	text-decoration:none;
}

.vid a:hover {
	color:#137ecc;
	font-size:14px;
	text-decoration:none;
}

.footertop {
	height:35px; 
	padding:14px 37px 0 0; 
	font-size:15px; 
	color:#fff; 
	font-weight:bold;
	text-align:right;
}

.footerinfo {
	height:88px; 
	width:630px; 
	padding:18px 0 0 20px; 
	float:left;
	line-height:17px;
	font-size:12px;
}

.footerinfo p {
	margin:13px 0 0 0;
}

.footerlogos {
	float: left
}

#left_foot {
	float: left;
	margin: 6px 0 0 26px;
	display:inline;
	font-size:12px;
}

#far_right_foot {
	float:right;
	text-align:right;
	margin: 6px 30px 0 50px;
	font-size:12px;
}


#right_foot {
	float:right;
	text-align:left;
	margin: 6px 175px 0 0;
	font-size:12px;
}

#far_right_foot a{
	color: #2d2d2d;
	text-decoration: none;
}

#far_right_foot a:hover{
	color: #d92228;
	text-decoration: underline;
}


#left_foot a{
	color: #2d2d2d;
	text-decoration: none;
}

#left_foot a:hover{
	color: #d92228;
	text-decoration: underline;
}


#clear {
	clear: both;
}

.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #d92228;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #ee6569;
	text-decoration: underline;
}

a.imedia {
	color: #e4343d;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}





#newslist{
padding: 0;
font-size: 12px;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 0;
color: #000000;
text-decoration: underline;
height:28px;
}

li a.newslist:hover{
color: #7f2319;
	text-decoration: underline;
}










h1 {
	font-weight:bold;
	font-size:15px;
	color: #5b7299;
	text-transform: uppercase;
	margin:0 0 18px 0;
}

h2 {
	font-weight:bold;
	font-size:15px;
	color: #5b7299;
	text-transform: uppercase;
	margin:30px 0 18px 55px;
}


.stitle {
	font-size:18px; 
	font-weight:bold; 
	color:#e4343d;
}


p { 
	margin:20px 0 20px 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;
}






/* menu codes */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 148px;
padding: 15px 0 15px 27px;
font-size: 13px;
text-align:left;
float:left;
}

* html #blueblock{ /*IE 6 only */
w\idth: 142px; /*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: 14px 0 0 6px;
color: #fff;
text-decoration: none;
width: 142px;
height:30px;
border-top:1px solid #9fb6ca;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #000;
	text-decoration: none;
}




li a.blueblock2 {
display: block;
padding: 14px 0 0 6px;
color: #fff;
text-decoration: none;
width: 142px;
height:46px;
border-top:1px solid #9fb6ca;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #000;
	text-decoration: none;
}




li a.blueblock3 {
display: block;
padding: 0 0 0 18px;
color: #fff;
text-decoration: none;
width: 130px;
height:25px;
font-size:12px;
line-height:13px;
}

html>body li a.blueblock3 { /*Non IE6 width*/
width: auto;
}

li a.blueblock3:hover{
color: #000;
	text-decoration: none;
}




li a.blueblock4 {
display: block;
padding: 0 0 0 18px;
color: #fff;
text-decoration: none;
width: 130px;
height:35px;
font-size:12px;
line-height:13px;
}

html>body li a.blueblock4 { /*Non IE6 width*/
width: auto;
}

li a.blueblock4:hover{
color: #000;
	text-decoration: none;
}














/* graphical menu codes */





#topmenu ul {
	list-style: none;
   width: 658px;
	height:39px;
	padding:0;
	margin: 0 0 0 0px;
	float:left;
   position: relative;
	overflow: hidden;
	background: url("/graphics/topmenu.gif") no-repeat;
   }

#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:698px;
overflow:hidden;
height:39px;
}

#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.who {
background: url("/graphics/topmenu.gif") 0 0 no-repeat;
width:143px;
}

a.who:hover{
background: url("/graphics/topmenu.gif") 0 -39px no-repeat;
}

a.what {
background: url("/graphics/topmenu.gif") -144px 0 no-repeat;
width:139px;
}

a.what:hover{
background: url("/graphics/topmenu.gif") -144px -39px no-repeat;
}

a.how {
background: url("/graphics/topmenu.gif") -284px 0 no-repeat;
width:192px;
}

a.how:hover{
background: url("/graphics/topmenu.gif") -284px -39px no-repeat;
}

a.going {
background: url("/graphics/topmenu.gif") -477px 0 no-repeat;
width:177px;
}

a.going:hover{
background: url("/graphics/topmenu.gif") -477px -39px 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 18px;
font-size: 12px;
color: #ffffff;
text-decoration: none;
border-bottom:1px solid #5b7299;

}


ul.dropdown li a:hover{
color: #ffffff;
background: #1c5f90;
	text-decoration: none;
}


#who {
	width:163px;
	padding: 5px 0;
	background: #213a61;
	position: absolute;
	top: 235px;
	left: 16px;
	display: none;
	z-index:1000;
}


#what {
	width:173px;
	padding: 5px 0;
	background: #213a61;
	position: absolute;
	top: 235px;
	left: 160px;
	display: none;
	z-index:1000;
}


#how {
	width:173px;
	padding: 5px 0;
	background: #213a61;
	position: absolute;
	top: 235px;
	left: 300px;
	display: none;
	z-index:1000;
}


#going {
	width:173px;
	padding: 5px 0;
	background: #213a61;
	position: absolute;
	top: 235px;
	left: 493px;
	display: none;
	z-index:1000;
}












#leftmenu {
	width: 189px;
	height:177px;
	margin: 0 0 0 0px;
	float:left;
}




#leftmenu ul {
   list-style: none;
   width: 189px;
	height:177px;
	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{
   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:44px;
}

#leftmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#leftmenu a {
	color: #ffffff;
	text-decoration: none;

}
#leftmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	


a.dip {
background: url("/graphics/leftmenu.gif") 0 0 no-repeat;
width:189px;
}

a.dip:hover{
background: url("/graphics/leftmenu.gif") -190px 0 no-repeat;
}

a.vpi {
background: url("/graphics/leftmenu.gif") 0 -44px no-repeat;
width:189px;
}

a.vpi:hover{
background: url("/graphics/leftmenu.gif") -190px -44px no-repeat;
}

a.sealed {
background: url("/graphics/leftmenu.gif") 0 -88px no-repeat;
width:189px;
}

a.sealed:hover{
background: url("/graphics/leftmenu.gif") -190px -88px no-repeat;
}

a.specialty {
background: url("/graphics/leftmenu.gif") 0 -132px no-repeat;
width:189px;
height:45px;
}

a.specialty:hover{
background: url("/graphics/leftmenu.gif") -190px -132px no-repeat;
}


.rolovr {
width:148px;
height:40px;
background: url("/graphics/donateonline2.gif") top no-repeat;
}

.rolovr:hover {
width:148px;
height:40px;
background: url("/graphics/donateonline2.gif") bottom no-repeat;
}

iframe{
margin-top:-25px;
width:650px;
}

#cse-search-results{
position:relative;
display:block;
overflow:hidden;
margin-bottom:0px;
}

div#hid{
position:absolute;
width:100px;
height:50px;
top:6px;
right:10px;
background-color:white;
}
