@charset "UTF-8";
body  {
	font: 92% Verdana, Arial, Helvetica, sans-serif;
	background:#003366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

.thrColElsHdr #container { 
	width: 780px;  /* 46em; this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background:#ffe7e7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-color: #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColElsHdr #containerHP { 
	width: 780px;  /* 46em; this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: url(../graphics/bg_homepage1.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColElsHdr #container2 { 
	width: 780px;  /* 46em; this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background:#ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-color: #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColElsHdr #header {width: 780px; background-color: #003366; margin: 0;
	padding: 0;  /*  10px; this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColElsHdr #header h1 {
	margin: 0;  /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* padding-top: 10px using padding instead of margin will allow you to keep the element away from the edges of the div */
}

div#topnavbarhp {background-color: #003366; margin-top: 0; margin-left: -30px; width: 830px; background-color: #003366; text-align: center; padding: 0; border: none;}

ul li.navTop {display: inline; background-color: #003366; font-size: 82%; margin: 6px 12px 2px 2px; font-variant: small-caps; text-transform: uppercase;}


div#vertNavHp {position: absolute; margin-top: -166px; margin-left: 272px; text-align: left; z-index: 50; border:none;
}

ul li.navVertical {color:#FFFFFF; font-size: 82%; margin: 4px 4px 4px -6px; list-style-image: url(../graphics/arrowNav2.png); font-variant: small-caps; text-transform: uppercase;}

/* The main structural styles for the home page news section follow */
dl.navhp {float: left; width: 281px;
  padding: 2px 2px 6px 4px;
    }

dt.navhp {
  margin: -6px 0 0 0;
  padding: 1px;
  width: 279px;
  background: #c9ebff;
  border-width: 0 0 1px 0;
  border-style: solid; 
  border-color: #003366;
  font-size: 108%; font-weight: bold;
  }

dd.navhp {font-size: 98%;
  margin: 0;
  padding: 8px;
    }	


div.hp_photo {width: 278px; padding-top: 6px; padding-bottom: 4px; margin-right: 4px; margin-left: 1px;
}
/* The following section contains the styles used in the issues, press releases, and public postings navigation boxes */


dl.nav {float: left; width: 281px;
  margin: 4px 2px 6px 6px;
  background:#ffe7e7 url(../graphics/sidebar_bottom4.png) 
   no-repeat bottom left;
  }

dt.nav {
  margin: 0;
  padding: 10px;
  background: #c9ebff url(../graphics/sidebar_top4.png) 
  no-repeat top left;
  border-width: 0 0 1px 0;
  border-style: solid; 
  border-color: #003366;
  font-size: 100%; font-weight: bold;
  }

dd.nav {font-size: 94%;
  margin: 0;
  padding: 8px;
    }
	
div#timehpalt {margin: 4px 2px 1px 16px; padding-top: 4px; padding-bottom: 4px; font-size: 78%; font-style: oblique;}


/* end home page news styles, begin link styles */

a.whiteNavTop:link {margin-top: 0; margin-bottom: 2px; font-weight:bold; color: #ffffff; text-decoration:none;}
a.whiteNavTop:visited {margin-top: 0; margin-bottom: 2px; font-weight:bold; color: #ffffff; text-decoration:none;}
a.whiteNavTop:hover {margin-top: 0; margin-bottom: 2px; font-weight:bold; color: #cccccc; font-style: oblique; text-decoration:underline; background-color: #003366;}
a.whiteNavTop:active {margin-top: 0; margin-bottom: 2px; font-weight:bold; color: #ffffff; text-decoration:overline underline;}

a.whiteNav:link {margin-top: 0; margin-bottom: 2px; font-weight:bold; color: #ffffff; text-decoration:none;}
a.whiteNav:visited {margin-top: 0; margin-bottom: 2px; font-weight:bold; color: #ffffff; text-decoration:none;}
a.whiteNav:hover {margin-top: 0; margin-bottom: 2px; font-weight:bold; color: #6699FF; font-style: oblique; text-decoration:underline;}
a.whiteNav:active {margin-top: 0; margin-bottom: 2px; font-weight:bold; color: #ffffff; text-decoration:overline underline;}

a.inline:link {font-weight:bold; text-decoration:underline;}
a.inline:visited {font-weight:bold; text-decoration:underline;}
a.inline:hover {font-weight:bold; text-decoration:underline; background-color: #FFCCFF;}
a.inline:active {font-weight:bold; text-decoration:overline underline; background-color: #FFCCFF;}

a.white:link {font-weight:bold; color: #ffffff; text-decoration:underline;}
a.white:visited {font-weight:bold; color: #ffffff; text-decoration:underline;}
a.white:hover {font-weight:bold; color: #cccccc; text-decoration:underline;}
a.white:active {font-weight:bold; color: #ffffff; text-decoration:overline underline;}

a.black:link {font-weight:bold; color: #000066; text-decoration:none;}
a.black:visited {font-weight:bold; color:#333333; text-decoration:underline;}
a.black:hover {font-weight:bold; color: #000066; text-decoration:underline;}
a.black:active {font-weight:bold; color: #000066; text-decoration:overline underline;}

a.whiteSmall:link {font-size: 86%; font-weight:bold; color: #ffffff; text-decoration:underline;}
a.whiteSmall:visited {font-size: 86%;font-weight:bold; color: #ffffff; text-decoration:underline;}
a.whiteSmall:hover {font-size: 86%;font-weight:bold; color: #cccccc; text-decoration:underline;}
a.whiteSmall:active {font-size: 86%;font-weight:bold; color: #ffffff; text-decoration:overline underline;}

a.newsbox:link {font-weight:bold; color: #000099; text-decoration:none;border-bottom: #000099 dashed 1px;}

a.newsbox:visited {font-weight:bold; color: #000099; text-decoration:none;border-bottom: #000099 dashed 1px;}

a.newsbox:hover {font-weight:bold; color: #ffffff; text-decoration:none;
    background-color: #cc0000;
    border-bottom: none;
}

a.newsbox:active {font-weight:bold; color: #ffffff; text-decoration:none;
    background-color: #cc0000;
    border-bottom: none;
}

a.image:link {text-decoration: none; padding: 0;}

a.image:visited {text-decoration: none; padding: 0;}

a.image:hover {text-decoration: none;padding: 0; background-color: #ffffcc;}

a.image:active {text-decoration: none; padding: 0;}

/*End of link styles section
*/
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/


.thrColElsHdr #sidebar1 {
	float: left; 
	width: 240px; /* since this element is floated, a width must be given */
	overflow: auto;
	background-color: #001740; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 2px; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 240px; /* since this element is floated, a width must be given */
	overflow: auto;
	background-color: #001740; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 2px 6px 4px; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

div#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 4px;
}


div#sidebarRight2 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 4px; margin: 1px 2px;
}

div#twoColpage { 
	margin: 0; 
	background: #ffffff; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 4px 6px 10px 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

div#oneColpage {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}



/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContentHP {
 	margin: 0 0 0 2px; background-color: #092457;/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}


div#mainContent {
	padding: 4px 6px 10px 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}


div#newsbox {padding: 2px 2px 4px 2px; margin: 0 2px 2px 2px;}

div#newsboxCont {padding: 0 4px 4px 8px;}

.thrColElsHdr #mainContentHP p {
 	margin: 2px 4px 4px 4px; padding: 2px 4px 2px 6px;
	}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*Header tags section follows
*/
h1 {font-size: 116%; color: #000000; margin: 6px 8px 6px 6px;
}

h1#pagetitle {position: relative; font-size: 110%; color: #000; margin: 10px 12px 20px 6px; white-space:nowrap;
}

#pagetitle span {position: absolute; top: 20px; bottom: 1px;
left: 2px; padding: 2px 7px 10px 3px; font-size: 84%; color: #333; font-style:italic;
}

h2 {font-size: 96%; color: #000000; margin: 4px 8px 6px 10px;
}
h2.sectionhead {font-size: 110%; color: #000000; margin: 14px 8px 6px 12px; padding-top: 8px;}


h2.hpnews {font-size: 96%; color: #000000; margin: 6px 4px 6px 4px;
}

h3.white {font-size: 94%; color: #FFFFFF; margin: 4px 8px 6px 4px;}

h3.black {font-size: 98%; color: #000000; margin: 4px 8px 6px 4px;}
h3.black1 {font-size: 94%; color: #000000; margin: 4px 2px 4px 2px; padding: 1px;}
h3.black_indent {font-size: 98%; color: #000; margin: 4px 10px 6px 10px; padding: 2px 2px 2px 6px;
background-color:#c9ebff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;}


h3.blue {font-size: 94%; color: #000066; margin: 4px 8px 6px 4px;}
h3.red {font-size: 96%; color: #900101; margin: 10px 1px 2px 4px;}

h3.header_hp {font-size: 94%; color: #000; padding: 2px 4px 3px 3px; margin: 4px 4px 4px 4px; background-color: #c9ebff;}


h4.black {font-size: 88%; color: #000000; margin: 4px 4px 6px 10px;}
h4.reference {font-size: 84%; color: #000000; margin: 0; padding: 6px; font-style:oblique;}

/* End of header tags section 
*/

/* list, paragraph, and other text styles follow 
 */
ul li.white {color:#FFFFFF; font-size: 84%; margin: 4px 4px 4px -6px; list-style-type:circle;}
ul li.black {color:#000000; font-size: 84%; margin: 4px 2px 4px -6px; list-style-type:square;}
ul li.grey {color:#cccccc; font-size: 94%; margin: 4px 4px 4px -6px; list-style-type:circle;}

p.intro {color: #000; font-size: 100%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 14px 8px 4px 8px; padding: 4px 8px;}
p.white {color:#FFFFFF; font-size: 88%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 4px 4px 8px 10px; padding: 4px 2px 4px 4px;}
p.black {color: #000000; font-size: 100%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 4px 8px; padding: 4px 8px;}
p.grey {color:#cccccc; font-size: 95%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 4px 2px 8px 6px; padding: 1px;}
p.listBlack {display: list-item; color:#000000; font-size: 92%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 4px 8px; padding: 4px 8px;}
p.red {color:#900101; font-size: 80%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 2px 4px 6px 4px; padding: 2px; background-color: #CCCCCC;}
p.blackhp {color:#000000; font-size: 88%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 4px 4px 4px 8px;}
p.note {color:#000000; font-size: 74%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 2px 4px 4px 4px; font-style:oblique;}

p.noteLarge {color:#000000; font-size: 94%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 6px 1px 6px 0; font-style:oblique;}

p.noteLarge2 {color:#000000; font-size: 94%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 12px 10px 10px 20px; font-style:oblique;}

p.notesmall {color:#000000; font-size: 68%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 2px 4px 4px 4px; font-style:oblique;}

p.pressrelease {margin: 6px 6px 8px 10px; font-family:Arial, Helvetica, sans-serif; font-size: 90%; color: #000000;}

p.caption {color:#000000; font-size: 78%; font-family:Verdana, Arial, Helvetica, sans-serif; padding: 2px; margin: 2px 2px 4px 4px; font-style:oblique; background-color: #CCCCCC;}

p.news {color: #000000; font-size: 86%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 1px 4px 1px 4px; font-style:normal;}

/* p.caption {color: #000000; font-size: 84%; font-family:Verdana, Arial, Helvetica, sans-serif; margin: 1px 4px 1px 4px; font-style:oblique;}*/


blockquote {color:#000000; font-size: 88%; font-family:Verdana, Arial, Helvetica, sans-serif;}

blockquote.survey {color:#000000; font-size: 92%; font-family:Verdana, Arial, Helvetica, sans-serif; font-style: oblique;}


sup {font-size: 74%;}

/* End of list, paragraph, and other text styles section */

/* Image styles, dropshadows, etc.
 */
 div.imgshadow div {padding: 0 6px 6px 0;
}

div.imgshadow {
float: left;
background: url(http://www.cvillerocks.com/creativeabundance/collinafarm/graphics/dropshadow1.png) no-repeat bottom right !important;
margin: 0px 6px 6px 0px !important;
}

div.imgshadow img {
display: block;
position: relative;
background-color: #fff;
/*border: 1px solid #000;*/
padding: 0px;
}

/*  end of image styles, dropshadows, etc. */ 

/*Footer section is last
*/
div#footer {border-style: solid; border-width: 1px 0 0 0; border-color: #dddddd; padding: 1px; min-height: 50px; /* padding-top: 10px; this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#092457;
	background-image: url(../graphics/cornersbottom3.png);
	background-position: bottom;
	background-repeat: no-repeat;} 
	
div#footerWhite {border-style: solid; border-width: 1px 0 0 0; border-color: #003366; padding: 1px; min-height: 50px; /* padding-top: 10px; this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#dddddd;
	background-image: url(../graphics/cornersbottom3.png);
	background-position: bottom;
	background-repeat: no-repeat;} 
	
