/**
 * 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") #1a3452 repeat-x;
	font-family:trebuchet ms,arial,sans-serif;
	font-size:13px;
	color:#fff;
	
}

/* main table */

div#container_splash {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:950px; 
	padding: 0;
	background: URL("/graphics/mainbg_splash.gif") #1a3452 no-repeat;
	
	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:950px; 
	padding: 0;
	background: URL("/graphics/mainbg.gif") #1a3452 no-repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#container_blog {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:950px; 
	padding: 0;
	background: URL("/graphics/mainbg2.gif") #1a3452 no-repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:950px;
	height:184px;
	overflow:visible;
	margin: 0 auto 0 auto;
}
	
div#content_splash {
	padding:0 0 0 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#content {
	padding:0 0 0 0; /* bottom padding for footer */
	/* padding:0 0 200px 0; */ /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer_splash {
	width:950px;
	background: url("/graphics/newlogoBG.png") no-repeat bottom center;
	font-size:10px;
	margin: 0 auto 0 auto;
	padding-top:15px;
	color: #acacaf;
}

div#footer {
	/* position:absolute; */
	width:950px;
	bottom:0; /* stick to bottom */
	background: url("/graphics/newlogoBG.png") no-repeat bottom center;
	font-size:10px;
		padding-top:15px;

margin: 0 auto 0 auto;
	visibility: hidden;
	color: #acacaf;

}



/* content formatting */

#pagecontent_splash {
	width: 920px;
	padding: 0;
	margin:0 0 0 0;
	display:inline;
	overflow: auto;
	line-height:20px;
	float:right;
}

#pagecontent {
	width: 540px;
	padding: 53px 0 0 10px;
	margin:0 0 0 30px;
	display:inline;
	overflow: auto;
	line-height:20px;
	float:left;
}


#pagecontent ul {
list-style: none;
margin: 0;
padding:0;
}

#pagecontent li {
	background: url("/graphics/fish_bullet.gif") no-repeat 0 6px;
	padding:7px 0 10px 80px;
}

#blogcontent {
	width: 860px;
	padding: 53px 0 0 10px;
	margin:0 0 0 30px;
	display:inline; overflow: auto; line-height:20px; float:left; }


#rightbar {
	width: 335px;
	margin: 0 0 15px 0px;
	background: #000;
	float:right;
}

#rightbar img {
	float:right;
	display:inline;
	margin:15px 15px 0 0;
	width:305px;
	border:none;

}


#splashleft {
	float:left; 
	width:365px; 
	/*height:404px;*/
	overflow:hidden;
	margin:51px 0 0 0; 
	line-height:19px;
}

#splashright {
	float:right; 
	width:552px; 
	height:478px; 
	background: url("/graphics/splash.jpg") no-repeat;
}

.email-signup {
	/* background:url(graphics/email-fb-bg.jpg) repeat-x; */
	margin-bottom:10px;
	float:right;
	width:95%;
	height:59px;
	padding: 0 10px;
}

.raffle {
	background:#ecdf16;
	padding:10px;
	width:300px;
	margin:0 0 0 10px;
	text-align:center;
}
.raffle p {
	color:#0b0b0b;
	font-size:18px;
	
	font-weight:bold;
	margin:0 0 0 12px;
	padding:0 0 5px 0;	
}
#versebg {
	float:right; 
	width:440px; 
	height:42px;
	padding:17px 56px 0 56px;
	text-align:center;
	background: url("/graphics/versebg.gif") no-repeat;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

#versebg2 {
	float:right; 
	width:370px; 
	height:42px;
	padding:17px 146px 0 36px;
	text-align:center;
	background: url("/graphics/versebg2.gif") no-repeat;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color: #d5df4b;
}

#versebg3 {
	width:470px; 
	height:52px;
	padding:7px 46px 0 36px;
	text-align:center;
	background: url("/graphics/versebg.gif") no-repeat;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color: #d5df4b;
}

#logobar {
	width: 950px;
	height:72px;
	margin: 0 0 0 0px;
	padding:0 0 10px 0px;
	float:left;
}

#logobar2 {
	width: 950px;
	height:72px;
	margin: 0 0 0 0px;
	padding:0 0 0 0px;
	float:left;
}


#left_foot {
	float: left;
	padding-top: 13px;
	padding-left:38px;
}

#right_foot {
	float: right;
	padding-top: 13px;
	padding-right:38px;
	height: 30px;
}


#right_foot a{
	color: #acacaf;
	text-decoration: underline;
}

#right_foot a:hover{
	color: #c50000;
	text-decoration: underline;

}

#sponsors {
	padding: 7px 0 0 0;
	margin:0 0 0 0px;
	float: left;

}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #d6e03d;
	text-decoration: none;
	 outline: none;

}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	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: #c50000;
	text-transform: uppercase;
	margin:-2px 0 26px 0;
}


p { 
	margin:20px 0 20px 0;
}

.verse { 
	color:#d6e03c;
	font-size:14px;
	font-style:italic;
}

.yellow { 
	color:#d6e03c;
}


.contact td {
font-size: 10px;
text-align:right;

}

#ref {
	font-size:13px; 
	font-weight:normal;
}

.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 */

.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;
}	

.bullet {
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 120px 0 0 0;
float:left;
display:inline;
padding: 0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:bold;
font-size:14px;
line-height:16px;
text-transform:uppercase;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #fff;
padding: 7px 32px 0 32px;
height:22px;
text-decoration: none;
border-left:1px solid #8192bf;
}

#underlinemenu ul li a:hover{
color: #fff;
background: #4a83c3;
}




#underlinemenu2{
margin: 1px 0 0 0;
float:left;
display:inline;
padding: 0;
}

#underlinemenu2 ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:bold;
font-size:14px;
line-height:16px;
text-transform:uppercase;
width: 100%;
}

* html #underlinemenu2 ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu2 ul li{
display: inline;
}


#underlinemenu2 ul li a{
float: left;
color: #fff;
padding: 8px 23px 0 23px;
height:23px;
text-decoration: none;
border-left:1px solid #8192bf;
}

#underlinemenu2 ul li a:hover{
color: #fff;
background: #4a83c3;
}




/* pop up */

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
top:150px !important;
margin:0 0 0 50px;
background-color:#000;
width:704px;
height:430px;
z-index: 9002;
text-align:center;
}

#popUpDiv2 {
position:absolute;
top:150px !important;
margin:0 0 0 50px;
background-color:#000;
width:704px;
height:430px;
z-index: 9002;
text-align:center;
}

#popUpDiv3 {
position:absolute;
top:200px !important;
margin:0px;
padding: 40px 0 0 0;
background-color:#000;
width:400px;
height:220px;
z-index: 9002;
text-align:center;
}

#splashwatch {
float:right; 
margin-left:10px; 
border:0;
}

