/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* 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: Arial,sans-serif;
 font-size: 120%;
}

h2{
	font-size: 114%;
}

h3{
 font-size: 130%;
 font-weight: bolder;
}

h4{
 font-size: 100%;
 font-weight: bolder;
 color: #333333;
 text-decoration: underline;
}

h5{
 font-size: 100%;
 font-weight: bolder;
 color: #333333;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page{
	margin: auto;
	background-image:url(background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	width: auto;
	border: 5px;
	border: 5px;
}
#frame{
	margin: auto;
	background-color: #AD8E5C;
	width:860px;
	border-left: 5px solid #330000;
	border-right: 5px solid #330000;
}
#masthead{
	background-color: #AD8E5C;
	margin: auto;
	width: 860px;
	text-align: center
}


#content{
	min-height:600px;
	background-color:#FFFFFF;
	background-image:url(archerbackground.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin: auto;
	width: 780px;
	padding: 0px 5px 0px 15px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/



#siteName{
	padding: 15px 0px 0px 0px;

	text-align: center;
}



/*************** #masthead styles **************/

#masthead img{
 display: block;
 border: 3px solid #330000;
    margin: auto;

}

/*************** #pageName styles **************/

#pageName{
	color: #55240C;
	padding: 10px;
	text-align: center;
}


/************* #globalNav styles **************/

#globalNav{
	background-color: #AD8E5C;
	color: #330000;
	white-space: nowrap;

	padding: 15px 0px 15px 0px;
}

/* '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-weight:bolder;
	color: #330000;
	padding: 15px 5px 15px 5px;
}

#globalNav a:hover {
	background-color:#330000;
	text-decoration: none;
	font:bold;
	color: #AD8E5C;
}
}

/************** .feature styles ***************/

.feature{
	padding: 20px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 10px;
	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;
	background-color: #AD8E5C;
	font-size: 75%;
	color: #330000;
	margin: auto;
	width: 820px;
	height: 20px;
	margin-top: 5px;
}

#siteInfo a{
	color: #330000;
	padding: 4px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
