@charset "UTF-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
background: #f0e3d0 url(_imagery/backer-1000.jpg) no-repeat top; background-attachment:fixed;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #930;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #930;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000000;
}

a:link {
	color: #000000;                                                         
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.bodylink:link {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink:visited {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

a.bodylink:hover {
	background-color: #960;
	color: #000;
		text-decoration: none;
	}

ul.posts {
	margin: 0;
	padding: 5px;
	list-style-type: square;
	list-style-image: inherit;
	list-style-position: inside;
	line-height: 20px;
}



/* break */


table#small {
    background-color:#ccc;
    border: solid #000 1px;
    width: 450px;

}

.dates {
    color: #000000;
    text-align: center;
    background-color: #fff;

}

/* break */


table#sample {
    background-color:#FFFFFF;
    border: solid #000 3px;
    width: 840px;

}

table#sample td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: center;
    background-color: #fff;

}

.toprow {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-align: center;
    background-color: #f0e3d0;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

}



#container div #sample tr .data strong {
	color: #933;
}



/* break */



#container { 
	width: 850px;  /* 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 */
	margin-top: 10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #f0e3d0; 
	padding: 0 0px 0 0px;  /* 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. */
} 
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 389px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#sidebar1-white {
	float: left; /* since this element is floated, a width must be given */
	width: 389px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}


 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
}

 #sidebar-right {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
}

#bottombuttons {
	text-align: center;
	background: #f0e3d0;
	margin-top: 15px;
}


#sidebarright {
	text-align="left";
}


#mainContent { 
	margin: 0px 200px 0px 20px; 
	padding: 0 10px 0 0px; 
} 

#menuright {
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#paneloftheday {
	padding: 5px 5px 5px 5px;
	background-color:#960;
	margin: 5px 0 15px 0px;
}

#fotosplash {
	background-color:#999;
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	height: 220px;
}

#fotosplash img {
	margin: 10px 10px 5px 5px;
}
	

#search {
	text-align: left;
	padding: 2px 0px 5px 20px;
}

#search2 {
	text-align: left;
	padding: 2px 0px 5px 20px;
	background: #f0e3d0;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

#centerit {
	
	width: 850px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}

#comment {
	background-color: #DDD;
	padding: 10px 5px 5px 5px;
	margin: 10px 0 ;
	text-align: left;
}

#comment850 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 5px 10px 5px 10px;
}

img {
	border: 0;
}

img.broader {
	border: 0;
	margin: 10px 10px 10px 10px;
}

#imageshowcase {
	margin: 10px 0 10px 0;
}

.image .caption {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	text-align;
}

/* add on aug 12*/

div.footnote {
   font-size: 8pt;
}

.white {
	color: #FFF;
}

#goleft {
	text-align: left;
}

img {
	border: 0px;
}


/* Set grouped link colors using an ID */

/* NEW ADDED DROP DOWN CSS BELOW */

#addthis {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 15px 0 10px 0;
}

#addthis2 {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px 0 0px 0;
}


#twitter_div {
	background-color:#FC0;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	
	padding: 20px 20px 20px 20px;
}


#twitter_div_2 {
	background-color:#FC0;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px 20px 20px;
}


#articlebox {
	text-align: left;
}

ul.posts {
	margin: 0;
	padding: 5px;
	list-style-type: square;
	list-style-image: inherit;
	list-style-position: inside;
	line-height: 20px;
}




#centerit {
	
	width: 850px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}

#imgcenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#imgright {
	float: right;
	Margin: 0px 0px 10px 10px;
}

#indexbox {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 18px;
	text-align:left;
}


#navbarmain {
	width: 850px;
	height: 38px;
}


span.alt {
    position: absolute;
    left: -4000px;
}/* moves alt text off page */



.clearer {
  clear: both;
  height: 1px;
  overflow: hidden;
  margin-bottom: -1px;
}

/* End main nav*/ 


div.figure {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


#topboxhome {
	width: 800px;
	background-color:#21a5fd;
	padding: 5px 25px 5px 25px;
	margin-bottom: 10px;
}

#floatright {
	float: right;
	margin-left: 5px;
}

#map2 {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#schedbox {
	width: 600px;
	border: 1px solid #963;
	
	margin-top: 10px;
}

#schedbox2 {
	width: 580px;
	padding: 10px 25px 10px 25px;
	border: 1px solid #963;
	margin-top: 10px;
}

#addybottom {
	text-align:center;
	margin-top: 10px;
}