@charset "iso-8859-1";
/* CSS Document */

/********************************/
/*FOIPOP NAVIGATION Sheet    	*/
/*allura.com CSS      			*/
/*Dec 3, 2006					*/
/*css editor: tyeadon			*/

/* WEBSITE MAIN STYLE SHEET 	*/
/********************************/

/*
*  Basic concepts
*  The document is built from the top down with the idea that any
*  element in the document can be removed and the flow of the document
*  will fill in the gap and work. 
*  To be consistent all elements apply bottom margin or top padding 
*  to push down on the elements below them and no elements have top 
*  margins or bottom padding.
*  The exception to the above is negative top margins to elements
*  that contain text, this is an attempt to remove the space caused
*  by line-height. Trying to remove the line-height itself causes 
*  display problems in IE.
*/
/* COLOUR PALETTE
*  #000000 - Black
*  #000066 - Navy
*  #0000FF - Brilliant blue
*  #005596 -  Aqua blue
*  #009900 - Brilliant green
*  #333333 - Dark Grey
*  #990099 - Purple
*  #99CCFF - Baby blue
*  #E1E3E2 - Light grey
*  #FDB825 - FOIPOP orange
*  #FFDE9B - Light orange
*  #FFFFFF - White
*/
/*
*  General
*************************************************/
/*  
*  Set basic font/size and color. The base font size is 0.7em or 
*  0.7 times the width of the capital letter 'M'. Default font size
*  on all browsers in our matrix is 16px. We scale the font size for
*  each element using % throughout the document. Base size is not 
*  defined in px here because 
*  NOTE:  IE will not allow fonts styled in px to scale, 
*  causing accessibility issues for users with visual impairment.
*/
/* CSS Document */


body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin:0px;
	padding:0px;
	color:#333;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-position: center top;
	background-color: transparent;
	}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
table {
	font-size: 0.9em;

}
th,td {
	color: #000000;
	background-color: #FFFFFF;
	background-image:url(../images/white.gif)
}

p {
	margin: 0;
	text-indent: 0px;
	margin-top: 5px;
	}
a:link {
	color: #005596;
	text-decoration:none;  
/*	background-color: transparent; */
	}
/*  Link hovers */
a:visited {
	color: #005596;
	text-decoration:none; 
/*	background-color: transparent;  */
}
a:hover {
	color: #005596;
	text-decoration:underline;
/*	background-color: transparent; */
}
a:active {
	color: #005596;
	text-decoration:none;
	font-size: inherit;
/*	background-color: transparent; */
}
#pageBackground {
	margin:0px;
	padding:0px;/*IE will center page*/
	min-width: 781px;/*Make sure page doesn't disappear off the left side when browser window is made to small*/

}
.page {
	/*  
 *  center in browser, this method is used for IE 5.5's sake
 *  http://bluerobot.com/web/css/center2.html
 */
	width:781px;    /*  width of page   */
	padding:0px;
	text-align: left;
	margin-left: auto;/*center page in FF*/
	margin-right: auto;
	background-image: url(../images/css/page.jpg);
	background-repeat: repeat;
	background-color: transparent;
}
.pagewhite {
/*  
 *  center in browser, this method is used for IE 5.5's sake
 *  http://bluerobot.com/web/css/center2.html
 */
	width:773px;    /*  width of page   */
	padding:0px;
	float:inherit;
	text-align: left;

}
#pagetop {
	/* Header */
	width:781px;
	text-align: right;
	margin-left: auto;/*center page in FF*/
	margin-right: auto;
	background-image: url(../images/css/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 173px;
	margin-bottom: 0px;
}
#pagecopy {
	/* Header */
	width:510px;
	height: auto;
	text-indent: 10px;
	margin: 0;
	float: right;
	text-align: left;
	font-size: 0.9em;
	padding-bottom: 10px;
	padding-right: 30px;
}
#pagefooter {
	/* Header */
	width:781px;
	text-align: left;
	margin-left: auto;/*center page in FF*/
	margin-right: auto;
	background-image: url(../images/css/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:transparent;
	height: 120px;
	padding-top: 5px;
}
#Searchbox{
	width:781px;
	text-align: left;
	margin-left: auto;/*center page in FF*/
	margin-right: auto;
	background-image: url(../images/css/search.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 30px;
	padding-top: 5px;
	margin-top: 0px;
	}
	
.leftside {
	width:212px;    /*  width of page   */
	padding:0px;
	margin-left: 0px;
}
/*  
*  An invisible link for customers with screen readers, it will 
*  allow them to skip ahead to the content of the page. Position
*  absolute removes it from the flow of the document, so it will
*  not interfere with normal layout.
*/
#skipToContent {
	position:absolute;  
}
.searchbar {
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 730px;
	padding-top: 5px;
}
.searchbar a:active, .searchbar a:link, .searchbar a:hover, .searchbar a:visited {
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	width: 500px;
}
.crumblie, .crumblie a:active, .crumblie a:link, .crumblie a:hover, .crumblie a:visited {
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6FA4D8;
	text-align: left;
}
/* Page Copy Styles */
.newstitle {
	font-size: 16px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, "Helvetica Condensed", sans-serif;
	color: #000000;
	font-weight: bold;
}
.indexcopy {
	font-size: 14px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, "Helvetica Condensed", sans-serif;
	color: #000000;
	width: 550px;
	float:left;
	clear: left;
	margin-bottom: 10px;
	padding-left: 30px;
}
.footer  {
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.footer a:link, .footer a:active, .footer a:visited, .footer a:hover {
	color: #954A00;
}

.greysubnav, .greysubnav a:active, .greysubnav a:link, .greysubnav a:hover, .greysubnav a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.greynav, .greynav a:active, .greynav a:link, .greynav a:visited {
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	padding-left: 12px;
}
.greynav a:hover{
	font-size: .9em;
	color: #954A00;
	text-decoration: none;
	padding-left: 15px;
}

.greytitle {
	font-size: 14px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, "Helvetica Condensed", sans-serif;
	color: #005596;
	font-weight: bold;
	padding-left: 16px;
}
.orangetitle {
	font-size: 14px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, "Helvetica Condensed", sans-serif;
	color: #000000;
	font-weight: bold;
	padding-left: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
}


.pagetitle {
	font-size: 24px;
	font-family: "Trebuchet MS", Verdana, Arial, "Helvetica Condensed", sans-serif;
	color: #fdb825;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
}
.trailmix, .trailmix a:active, .trailmix a:link {
	font-size: 12px;
	text-decoration: none;
	margin-right: 18px;
}
.sitemap {
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	font-family: "Trebuchet MS", Verdana, Arial, "Helvetica Condensed", sans-serif;
	color: #fdb825;
}
.sitemap a:linked, .sitemap a:hover, .sitemap a:visited, .sitemap a:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	font-family: "Trebuchet MS", Verdana, Arial, "Helvetica Condensed", sans-serif;
	color: #fdb825;
}

