/* CSS Document */

body
{
	background-image:url(images/bg_green_fade.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#header
{
	width: 1000px;
	height: 66px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
}

a
{
	border:0px;
}

/* NAVIGATION BUTTIONS */

#navbtn {
	height: 52px;
	margin-top:  0px;
	padding-top: 0px;
	padding-left: 0px;
	background-image:url(images/bg_green_fade.gif)
	background-repeat: repeat-x;
}

#navbtn h2 {
	display: none;
}

#navbtn ul {
	display: block;
	width: 855px;
	height: 52px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navbtn li {
	display: inline;
}

#navbtn a {
	display: block;
	float: left;
	width: 170px;
	height: 52px;
	padding: 15px 0 0 0;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight:bolder;
	color: #FFFFFF;
	border:none;
}

#navbtn a:hover {

}





/*Main Container Pages - They are all the same except HEIGHT */


#mainContainerTitlePage
{
	width: 1000px;
	height: 800px;
	margin-top:20px;  /*-66*/
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	/*background-image: url(images/bg_main_body.gif);*/
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 0px;
}

#superContainer  /*new container*/
{
	width:1017px;
	margin-right: auto;
	margin-left: auto;
	
}

#bounceContainer /*new container for bounce flash*/
{
	width: 195px;	
	margin-top:20px;
	margin-right: 0px;
	margin-left: 0px;
	text-align:right;
	float:left;
}


#mainContainerSHORT
{
	width: 812px;
	height: 500px;
	margin-top:20px;
	float: right;        /*set to float right so container is aligned to the right*/
	margin-right: 0px;   /*Set to 0px to align to the RIGHT of SuperContainer*/
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 0px;

}



#mainContainerMedSHORT
{
	width: 812px;
	height: 700px;
	margin-top:20px;
	float: right;        /*set to float right so container is aligned to the right*/
	margin-right: 0px;   /*Set to 0px to align to the RIGHT of SuperContainer*/
	margin-left: 0px;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	vertical-align: top;
}


#mainContainer1850
{
	width: 812px;
	height: 1900px;
	margin-top:20px;
	float: right;        /*set to float right so container is aligned to the right*/
	margin-right: 0px;   /*Set to 0px to align to the RIGHT of SuperContainer*/
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 0px;

}

#mainContainer1600
{
	width: 812px;
	height: 1600px;
	margin-top:20px;
	float: right;        /*set to float right so container is aligned to the right*/
	margin-right: 0px;   /*Set to 0px to align to the RIGHT of SuperContainer*/
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 0px;

}

#mainContainer1300
{
	width: 812px;
	height: 1350px;
	margin-top:20px;
	float: right;        /*set to float right so container is aligned to the right*/
	margin-right: 0px;   /*Set to 0px to align to the RIGHT of SuperContainer*/
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 0px;

}



/*ORIGINALS*

#mainContainer1850
{
	width: 812px;
	height: 1900px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 0px;

}

#mainContainer1600
{
	width: 812px;
	height: 1600px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 0px;

}

#mainContainer1300
{
	width: 812px;
	height: 1350px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 0px;

}




/*ORIGINAL
#mainContainerMedSHORT
{
	width: 812px;
	height: 700px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 0px;

}







#mainContainerSHORT
{
	width: 812px;
	height: 500px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 0px;

}*/

/*END Main Container Pages - They are all the same except HEIGHT */

#mainPageBody
{
	float:center;
	width: 821px;
}

#mainBoxtop
{
	height:25px;
	width: 821px;
	background: url(images/Main_Body_Top_wBOUNCE.png);
	background-repeat:no-repeat;
}

#mainBoxfillerContainer
{
	width: 821px;
	height:101%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Main_Body_Filler_wBOUNCE.png);
	background-repeat:repeat-y;
	padding: 0;	
	/**height:auto;
	width: 821px;
	background-image: url(images/Main_Body_Filler.png);**/
}

#mainBoxFIllerLeft
{
	background:none
	height: auto;
	width: 600px;
	float:left;
	padding-left: 25px;
	text-align:justify;
}

.title
{
	font-size:40px;
	color: #425123;
}

#mainBoxFIllerRight 
{
	float: right;
	width: 155px;
	height: auto;
	margin-right: 15px;
}


.posttitle
{
	font-size:16px;
	color:#b04e10;
	font-style:strong;
}

.posttext
{
	font-size:16px;
	color:#432929;
	font-weight: bold;
}

.posttext em
{
	font-size:16px;
	font-style:italic;
}

.glanceheader
{
	font-size: 16px;
	color:#432929;
	font-style:strong;
}

.glancetitle 
{
	font-size:12px;
	color:#b04e10;
	font-style:strong;
}

.glancetitle a
{
	text-decoration:underline;
	color:#b04e10;
}
	

.glancesubtitle
{
	font-size:11px;
	color:#432929;
}	



#mainBoxfooter
{
	height:100px;
	width: 821px;
	background:url(images/Main_Body_Footer_wBOUNCE.png);
	background-repeat:no-repeat;
}


#footerContainer
{
	background-image:url(images/bottom_filler2.gif);
	background-repeat:repeat-x;
	position:absolute;
	bottom:0px;
	width:100%;
	height:83px;
}

#sitefooter
{
	width: auto;
	height: auto;
	text-align:center;
	color:#666666;
	font-size:10px;
	margin-top:auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#sitefooter a
{
	color:#666666;
}





#page1 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; }
#page2 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; }
#page3 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; }
#page4 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; }
#page6 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; }
#page7 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; }
#page5 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; }


#page1:hover, #pages .active #page1 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; text-decoration:underline;}
#page2:hover, #pages .active #page2 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; text-decoration:underline; }
#page3:hover, #pages .active #page3 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; text-decoration:underline; }
#page4:hover, #pages .active #page4 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; text-decoration:underline; }
#page6:hover, #pages .active #page6 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; text-decoration:underline; }
#page7:hover, #pages .active #page7 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; text-decoration:underline; }
#page5:hover, #pages .active #page5 { background-image:url(images/nav_btn_regular.gif); background-repeat: no-repeat; text-decoration:underline; }

div#preload1 {background: url(images/nav_btn_regular.gif); display:none;}
div#preload2 {background: url(images/nav_btn_regular.gif); display:none;}
div#preload3 {background: url(images/nav_btn_regular.gif); display:none;}
div#preload4 {background: url(images/nav_btn_regular.gif); display:none;}
div#preload6 {background: url(images/nav_btn_regular.gif); display:none;}
div#preload7 {background: url(images/nav_btn_regular.gif); display:none;}
div#preload5 {background: url(images/nav_btn_regular.gif); display:none;}