@charset "utf-8";
html,body  {
	font: 100%;
	font-family: "Times New Roman", Times, serif;
height:100%;
	background: #fff4d4;
	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;
	
}

img {
	border:0;
	
}
.center {text-align:center;}

#thumbnails img{padding: 0 20px; }
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fffaea url(images/sideShadows.png) top left repeat-y;
	padding:0 10px 0 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #666666; 
	text-align: left;/* this overrides the text-align: center on the body element. */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
#header {
text-align: left;
font-family: "Times New Roman", Times, serif;
	/* height: auto; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	/* background: #fffaea url(images/header-reflection.jpg) no-repeat left top;
	padding: 10px 10px 10px 20px;  /* 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. */
	margin: 0px;
	
	background: url(images/header-reflectionD.jpg) no-repeat top left #fffaea;
} 
#title { margin-left:170px; text-align:center; padding:10px 0 20px 0; }

#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 */
	font-size: 200%;
	font-weight:bold;
	letter-spacing: 2pt;
}
#mainContent h1 {
	font-size: 150%;
}
.h1Small {font-size:70%}
.quoteC {
	text-align:center;
	font-size:80%
}
.quoteL { text-align:left; font-size:70%}
.quoteR { text-align:right; font-size:70%}
#header h2 {
	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: 1px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 120%;
	color: #666666;
}
#header h3 {
	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 */
	font-size: 16px;
	color: #a81b5d;
	font-weight: bold;
}

#sidebar2 {
	position: absolute;
	top: 150px;
	right: 0;
	width: 170px; /* 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: 1px 15px 15px 5px; /* padding keeps the content of the div away from the edges */
}
#mainContent {
	margin: 0px 40px 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:#963256 solid 0px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position:absolute;
	bottom:0; /* stick to bottom */
} 
#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 */
	color: #999999;
	font-size: small;
}
.floatRight { /* 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;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 14px;
}


.button 
{
text-align:center;
color:#FFFFFF;
background-color:#a81b5d;
padding:10px;
margin:0 0;
border:1px solid;
border-color:#666666;
white-space:nowrap;
}
.button a
{
text-align:center;
color:#FFFFFF;
text-decoration:none;

}

.button2
{
text-align:center;
color:#FFFFFF;
background-color:#a81b5d;
padding:3px 5px;
margin:0 30px;
border:1px solid;
border-color:#666666;
white-space:nowrap;
}
.button2 a
{
text-align:center;
color:#FFFFFF;
text-decoration:none;}


.contact dt {
	font-size: 120%;
	font-weight: 400;
}

a{ 	color: #666666;}
/* ******************************* */
/* ********    Nav Bar  ********** */
/* ******************************* */
#NavBarWrap{
  margin: 0px;
  padding: 0  0 0 170px;
  
  /* border-top: 1px solid #669933;
  border-bottom: 1px solid #669933; */
  text-align: left;
   } 
#NavBar ul {
  margin:0;
  padding:0;
  list-style:none;
  }
  #NavBar {
	/* background:#DAE0D2 url("bg.gif") repeat-x bottom; */
	color:#000;
    width:100%;
	padding:0;
      /* background:#dae0d2 url("bg.gif") repeat-x bottom; */
      }

    #NavBar li {
      float:left;
	  display:inline;
      background:url("images/rightSlide.png") no-repeat right top;
      margin:0 0 0 13px; /* 9px + space between */
      padding:0;
      }
    #NavBar a {
      
      display:block;
      position:relative;
      left:-9px;
      margin-right:-9px;
      width:.1em;
      background:url("images/leftSlide.png") no-repeat left top;
      padding:5px 20px;
      text-decoration:none;
      font-weight:bold;
      color:#000;
      }
    #NavBar > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #NavBar a {float:none;}
    /* End IE5-Mac hack */
    #NavBar a:hover {
      color:#333;
      }

#fade {height:10px;
background: url("images/gradiantGreen.png") repeat-x top; clear:both;}

/* #NavBar{
  margin: 0 auto;
  padding: 0 0 0;
  width: 600px;
  border: 0;
  text-align: left;
	white-space: nowrap;
}
    #NavBar ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }

#NavBar li {
	text-align: center; float:left;
	  display:inline;
      background:url("imgages/rightSlide.png") no-repeat right top;
      margin:0 0 0 9px;
      padding:0;
	  
	  }

#NavBar li a {

	background:url("imgages/leftSlide.png") no-repeat left top #669933;
	display: block;
	color: #000000;
	
	font-weight: bold;

	text-decoration: none;
	padding: 3px 0; 
	}
#NavBar li a:hover {	background-color: #CCC; } */

/* .NavButton {
	width: 100px;

	float: left;
	border:0;
	border-color:#CCC;
	text-align:center;
	color:#FFFFFF;
	margin:0px;
	white-space:nowrap;
	}

ul.ButtonList { padding: 0; margin: 0; list-style: none; }
li.ButtonList { padding: 0; margin: 0; list-style: none;} */


/*a:link, a:visited, {
	color: #000099;
	text-decoration: none;
}

a:hover {
color: #0000cc;
	text-decoration: underline;
} */

/* ******************************* */
/* ********  Side Bar1  ********** */
/* ******************************* */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: 15px 10px 15px 20px;
	
}#sidebar1 img {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#SideLinkWrap { border: solid 0px #ccc; padding:10px 5px; background:#446421; font-size:80%;}
.SideInfoBox { border: medium double #446421; padding:5px 10px; background:#fffaea; color:#000; font-size:80%;}
#SideInfoBox a {color:#FFF;}
#SideInfoBox h4 {text-align:center;}

#sidebar1 ul { padding: 5px 0; margin: 0;  list-style:none; }
#sidebar1 li { background: url(images/arrow.png) no-repeat 0 0.4em; padding-left:5px; padding-bottom:15px; color:#fff;}
#sidebar1 li a { 
	
	font-weight: normal;
	text-decoration: none;
	padding: 8px 3px; 
	margin:40px 5px;
	font-size:100%;
	color:#fff; 
	}
	
#sidebar1 li a:visited {color:#fff; }
#sidebar1 li a:hover {color:#CCCCCC;}

/* ******************* */
/* *****   News   **** */
/* ******************* */


#NewsSummery img { float:left; margin:0 10px 5px 0; }
#NewsSummery H3 a{text-decoration:none; }
#NewsSummery H3 {margin-bottom:0;}
#NewsSummery p {
	margin-top: 0px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: dotted #999 1px;
	}
	
	#links { 	}
	#links ul { list-style:none; }
