/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #bfb88f;
	height: 100%;
	position: absolute;
	
}

a:link {
	color: #b44F0F;
	text-decoration: none;
}
a:visted {
	color: #b44F0F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline overline;
	color: #317a75;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
#rtmod p {
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	font-size: 1em;
}
#cntmod p {
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: #000000;
	padding-top: 200px;
}
#ltmod p {
	font-weight: bold;
	padding: 155px 5px 0px 10px;
}
#wrapper2 {
	margin-right: auto;
	margin-left: 50px;
	width: 100%;
	position: relative;
}
#cntmod span {
	font-size: 1.3em;
	font-weight: bold;
	color: #006633;
}
#rtmod span {
	font-size: 1.3em;
	font-weight: bold;
	color: #006633;
}
#rtmod img {
}
#ltmod span {
	font-size: 1.6em;
	font-weight: bold;
	color: #006633;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	background-color: #bfb88f;
	height: 850px;
	position: relative;
	text-align: center;
	
}
#container{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*border: ridge 3px #ff0000;*/
	clear: both;
	text-align: left;
}
#masthead{
	margin: 0;
	width: 756px;
	height: 280px;
	position: relative;
	border: ridge 2px #ff0000;
}

/*#navBar{
	width: 760px;
	background-color: #9e5506;
	white-space: nowrap;

}
*/
#content{
	width: 756px;
	background-color: #BFB88F;
	height: auto;
	float: left;
	position: relative;
	border-left: ridge 2px #ff0000;
	border-right: ridge 2px #ff0000;
	border-top: ridge 2px #ff0000;
}

#ltmod {
	width: 252px;
	background-color: #EBE1AE;
	float: left;
	border-right: solid 1px #999;
	font-size: 0.7em;
	background-image: url(../images/ropes1.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 230px;
	z-index: -1;
}
	
#cntmod {
	width: 251px;
	background-color: #EBE1AE;
	height: 230px;
	float: left;
	border-right: solid 1px #999;
	font-size: 0.7em;
	background-image: url(../images/archery.gif);
	background-repeat: no-repeat;
}
#motto {
	float: left;
	/*height: 30px;*/
	width: 756px;
	border: ridge #ff0000 0px 2px 2px 2px;
}
#motto p {
	font-size: 0.85em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 15px;
}
#overlay {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*border: ridge 3px #ff0000;*/
	clear: both;
	text-align: center;
	background-image: url(../images/backgrnd_body.jpg);
	height: 850px;
}
#motto h2 {
	padding-left: 15px;
	font-size: 1em;
	color: #FFCC00;
	line-height: 1.2em;
}

#rtmod {
	background-color: #EBE1AE;
	height: 230px;
	float: left;
	width: 251px;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-image: url(../images/ropes2.gif);
}				


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

/*#globalNav{
color: #b44f0f;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}*/
 /*'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

/*#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}*/


/************* #breadCrumb styles *************/

/*#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
*/

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 0.8em;
	color: #FFCC00;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	width: 760px;
	float: left;
}

#siteInfo a:link, a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
#siteInfo a:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #CC9900;
}

/************* #navInfo styles ***************/

#navInfo{
	clear: both;
	font-size: 0.75em;
	color: #FFCC00;
	text-align: center;
	/*line-height: 1.2em;*/
	position: relative;
	width: 756px;
	float: left;
	height: auto;
	border: ridge 2px  #ff0000;
	background-color: #008849;
}
#navInfo a:link, a:visited{
	color:#FFFFFF;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
}
#navInfo a:hover {
	text-decoration: none;
	color: #FFFF00;
}

#navInfo p {
	padding: 2px;
}

#navInfo a span {display: none;
}
/*#navInfo a span1 {display: none;
}*/

#navInfo a:hover span {
	display: block;
	position: absolute;
	top: -232px;
	left:0px;
	width: 756px;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	
}

/*#navInfo a:hover span1 {
	display: block;
	position: absolute;
	top: -232px;
	left:252px;
	width: 505px;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	
}*/

#overlay h1 {
	color: #FFCC00;
}

/*#navInfo a span p {display: none;
}*/

#navInfo span p {
	display: block;
	position: absolute;
	top:15px;
	left:15px;
	padding: 0px 15px;
	margin: 0px;
	z-index: 200;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	width: 200px;
}

/*#navInfo span1 p {
	display: block;
	position: absolute;
	top:10px;
	left:10px;
	padding: 0px 15px;
	margin: 0px;
	z-index: 200;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	width: 200px;
}
*/
#navInfo a:hover {
	border: none;		/* allows text hover to show in ie/win */
}


/************* #search styles ***************/

/*#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}*/


/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	color: #FFFFFF;*/
	/*float: left;*/
	/*height: 30px;
	width: 126px;
	text-align: center;
}*/

/*#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 760px;
	background-color: #9e5506;
	float: left;
}*/

/*hack to fix IE/Win's broken rendering of block-level anchors in lists*/
/*#navBar li {
	float: left;
}
*/

/*#navBar {
	font-size: 0.9em;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}*/


#logo {
	height: 55px;
	width: 193px;
	background-image: url(../../images/smlogo2.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 5px;
}

 #motto h3{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	padding: 2px 25px;
}

/*#navBar a:link{
	padding: 0 2em;
	width: auto;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #9e5506;
	width: 80px;
}

#navBar a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9e5506;
}*/

/*#navBar a:hover{
	color: #FFFFFF;
	background-color: #c78b0a;
}
#navBar a:active{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #549608;
}*/


/*********** .relatedLinks styles ***********/

/*.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
*/

/************** #advert styles **************/

/*#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}*/


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.style1 {
	color: #006633;
}
.2 {
	color: #006633;
	font-style: italic;
}
.img_lt {
	float: left;
}
.img_rt {
	float: right;
}

.style4 {color: #FFCC00; font-size: 1.2em; }

