@charset "UTF-8";
body  {
	background-color: #dfb17f;
	background-image: url(images/gradbg.jpg);
	background-repeat: repeat-x;
}
.wrapper #container {
	width: 775px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:761px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
} 
 
.wrapper #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 */
}

.wrapper #navigation {
	background-image: url(images/fullnav.gif);
	background-repeat: no-repeat;
	height:39px;
	margin: 0 0 0px 0;
}
.wrapper #navigation #left {
	float: left;
}
.wrapper #navigation #menu {
	float: right;
}
.wrapper #navigation #right {
	float: right;
}
#belownavcontent {
	width: 775px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:775px;
	background-color: #ffffff;
	background-image: url(images/pageandnav.jpg);
	background-repeat: repeat;		
} 

/* Tips for sidebar:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
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 ".wrapper #sidebar p" rule.
*/
.wrapper #sidebar {
	float: left;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 0 0; /* top and bottom padding create visual space within this div  */
	background-color: #e3e3e3;	
	margin-right: 5px;
}
.wrapper #sidebar h3, 
.wrapper #sidebar p {
	 /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	text-align:left;
}
.wrapper #sidebar #forms {
	width: 190px;
	background-image: url(images/forms-middle.gif);
	margin: 10px 5px 0 5px;
	background-repeat: repeat-y;
	text-align:left;
}
.wrapper #sidebar #forms p {
	margin-left: 39px;	
		
}
.wrapper #sidebar #forms a {
	color: #FFFFFF;
	text-decoration: none;
		
}

.wrapper #sidebar #news {
	width: 190px;
	
	
}
.wrapper #sidebar #news ul {
  margin: 0;
  padding: 0;
}

.wrapper #sidebar #news li{
	width: 188px;
	background-image: url(images/button.gif);
	text-align: left;
	list-style-type: none;
	height:27px;
	margin-left:0px;
	background-repeat: no-repeat;
	background-position: left;

}
.wrapper #sidebar #news a{
	color: #1E1E1E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	margin:15px;
	line-height: 30px;
}
.wrapper #sidebar #news a:hover{
	color: #510102;

}
.wrapper #sidebar #news h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar is created with the right margin on the mainContent div.  No matter how much content the sidebar div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.wrapper #mainContent {
  margin: 5px;
  width: 550px;
  float: left;
   /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 
.wrapper #mainContent h2 {
	color: #FFFFFF;
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: lighter;
	width: 550px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #C18753;
} 

.wrapper #mainContent p,h4 {
	color:#222222;
	font-family: sans-serif;
	font-size: 12px;
}
.wrapper #mainContent h3 {
	color:#4F0000;
	font-family: sans-serif;
	width: 550px;
	font-size: 16px;
	font-weight: bold;	
} 

.wrapper #footer { 
	width: 775px;
	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. */
	min-width:761px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
} 

.wrapper #footer #copyright { 
	float: left;
} 
.wrapper #footer #bottomnav { 
	float: right;
	
}

.wrapper #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* 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;
}