/* ----- Header Bars for Each Section ----- */
#frepbarsearch {
    height: 99px;
    border-bottom: 1px solid #FFFFFF;
	color : #336633;
    background-color: #F5EEDC;
    background-image: url(http://www.for.gov.bc.ca/hfp/frep/site_images/frepbar_background_search.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

#frepbarims {
    height: 99px;
    border-bottom: 1px solid #FFFFFF;
	color : #336633;
    background-color: #F5EEDC;
    background-image: url(http://www.for.gov.bc.ca/hfp/frep/site_images/frepbar_background_ims.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

#frepbarvalues {
    height: 99px;
    border-bottom: 1px solid #FFFFFF;
	color : #336633;
    background-color: #F5EEDC;
    background-image: url(http://www.for.gov.bc.ca/hfp/frep/site_images/frepbar_background_values.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

#frepbarawards {
    height: 99px;
    border-bottom: 1px solid #FFFFFF;
	color : #336633;
    background-color: #F5EEDC;
    background-image: url(http://www.for.gov.bc.ca/hfp/frep/site_images/frepbar_background_awards.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

/* ----- Titles ----- */
.title1 {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
	line-height: 15px;
	color : #828285;
}

H1.title1 {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
	line-height: 10px;
	color : #828285;
}

.title2 {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color : #0066CC;
}

.title2teal {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color : #66AAAB;
}

.titlewhite {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
}


.title3 {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color : #828285;
}

.title4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color : #828285;
}

.title5 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	font-style : italic;
	color : #828285;
}

table.downloads {
    width: 100%;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: #828285;
}

table.downloads td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    text-align: right;
}

table.downloads th {
    border-bottom: 1px solid #CCCCCC;
	color: #828285;
    background-image: url(../site_images/downloads_th_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;
	padding-left: 3px;
    text-align: left;
    font-weight: bold;
}

table.legend {
    float: right;
    width: 240px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

table.floorplans {
	width: 759px;
    border-collapse: collapse;
}

table.floorplans td {
    padding: 0px;
    margin: 0px;
}

table.dimensions {
    border-collapse: collapse;
    background-position: top left;
    background-repeat: no-repeat;
}
table.dimensions th {
    background-color: #37AD91;
    font-family: Tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 10px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    font-weight: normal;
    color: #FFFFFF;
}
table.dimensions td {
    font-family: Tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}

.topborder {
     border-top: solid 1px #99CCCC;
}


img.fpimages {
    border: none;
    padding: 0px;
    margin: 0px;
}

table.colourkey {
    width: 200px;
    font-family: Tahoma, helvetica, sans-serif;
    font-size: 12px;
	line-height: 12px;
	padding: 0px;
	color: #828285;
}

table.colourkey th {
	color: #339999;
}
/* ----- Body Text ----- */
.body {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #828285;
	letter-spacing: 1px;
    line-height: 16px;
}

.homepage {
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 19px;
	color: #9D9DC0;
}

.homepage p {
	margin-right:200px;
}

.homepage h1{
	margin-top:5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight: bold;
	line-height: 10px;
	color : #9D9DC0;
}

.homepage h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
	line-height: 10px;
	color : #9D9DC0;
	margin-top:40px;
}


.homepage :link, :visited, :active
{
	color : #9D9DC0;
	text-decoration : bold;
}

.homepage :hover 
{
	color : #9D9DC0;
	text-decoration : bold, underline;
}

.body a, .body a:visited, .body a:active,
a.body:link, a.body:active, a.body:visited {
	color : #66AAAB;
	text-decoration : none;
}

a.body:hover {
	color : #CC6633;
}

/* ----- Tiny Text ----- */
.tiny {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}

a.tiny:link, a.tiny:visited, a.tiny:active {
	color : #333333;
}

a.tiny:hover {
	color : #CC6633;
}

/* ----- List Item Separators ----- */
li.six {
    margin-bottom: 6px;
}

li.four {
    margin-bottom: 4px;
}

li.three {
    margin-bottom: 3px;
}

/* ----- Formatting for Tables of Lists ----- */
div.tableholder {
    width: 630px;
    margin: 0px 0px 20px 50px;
}

table.listholder {
    width: 100%;
    border-color: #003300;
    border-width: 0px 0px 1px 1px;
    border-spacing: 0px;
    border-style: solid;
    border-collapse: collapse;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
}

table.listholder td {
    border-color: #003300;
    margin: 0px;
    padding: 6px;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
}

/* ----- Lists for inside Tables of Lists ----- */
ul.nolead {
	list-style: none;
	margin-left: 0px;
    margin-bottom: 0px;
	padding-left: 12px;
	text-indent: -12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

ul.nolead li {
    margin-bottom: 4px;
}

/* ----- Floating Subscription Box ----- */
table.subscribe {
    border-collapse: collapse;
    width: 250px;
    height: auto;
    float: right;
    margin: 0px 0px 10px 10px;
    background-color: #FFFFCC;
    border: 1px solid #003300;
}
table.subscribe td {
    padding: 8px 8px 8px 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

table.traininglnks {
    border-collapse: collapse;
    width: 190px;
    height: auto;
    float: right;
    margin: 0px 0px 10px 10px;
    background-color: #669966;
    border: 1px solid #003300;
}

table.traininglnks td {
    padding: 4px 4px 4px 4px;
    font-family: Arial, Helvetica, sans-serif;
}

table.traininglnks th {
    padding: 4px 4px 4px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    border-bottom: 1px solid #000000;
}


/* ----- New Indicator ----- */
span.new {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    padding: 0px 2px 0px 2px;
    background-color: #FFFF00;
    color: #000000;
}

/* ----- FRPA Value Sidebar Information ----- */
#valueside {
    float: left;
    width: 200px;
    margin: 0px 20px 10px 0px;
}

#valueicon {
    float: right;
    margin: 0px 0px 0px 20px;
}

div.valuesidetop {
    width: 200px;
    height: 10px;
	font-size: 2px;
    background-image: url(http://www.for.gov.bc.ca/hfp/frep/site_images/value_sidebar_top.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

div.valuesidetitle {
    width: 178px;
    padding: 3px 10px 6px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
	color : #990000;
    background-color: #FFFFFF;
}

div.valuesidebody {
    width: 178px;
    padding: 3px 10px 6px 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
	color : #333333;
    background-color: #EEEEEE;
}

div.valuesidebottom {
    width: 200px;
    height: 10px;
	font-size: 2px;
    background-image: url(http://www.for.gov.bc.ca/hfp/frep/site_images/value_sidebar_bottom.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

ul.valuesidelist {
	list-style: none;
	margin-top: 4px;
    margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 12px;
	text-indent: -12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

ul.valuesidelist li {
    margin-bottom: 4px;
}

input.formbtn{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #00B6AF;
    height: 22px;
}



select.formelement {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #00B4AD;
    background-color: #FFFFFF;
    height: 22px;
}

a.services:link, a.services:visited, a.services:active {
	color : #5AA2A5;
    text-decoration: none;
}

a.services:hover {
	color : #CC6633;
}
.services:visited, a.services:active {
	color : #5AA2A5;
    text-decoration: none;
}

a.services:hover {
	color : #CC6633;
}
color : #CC6633;
}
}
decoration: none;
}

a.services:hover {
	color : #CC6633;
}

	#EVGmenulinks {
    height: 23px;
    /*background-color: #AEACA7;*/
    text-align: center;
    border-right: 1px solid #AEACA7;
    /* border-left: 1px solid #AEACA7; */
    width: 200px;
	}
