@charset "UTF-8";
body  {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #737a35;
	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;
}
 #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f9eed3; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
	margin: 50px auto 20px;
	position: relative;
} 
#nav1 {
	padding: 0 10px 0 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. */
	text-transform: uppercase;
	color: #000;
	text-align: right;
	margin-right: 25px;
	font-size: 12px;
} 
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 425px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin-right: 25px;
}
 #mainContent {
	margin: 0 250px 0 25px; /* 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: 30px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 425px;
} 
#nav2 {
	padding: 0 10px 0 20px;
	margin-right: 25px;
} 

#nav2011 {
	float: right;
	height: 25px;
	clear: both;
	width: 670px;
	text-align: right;
	margin-right: 25px;
}

#fbholder {
	width: 100px;
	clear: both;
	float: right;
}
#nav2 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 */
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
}
.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;
}
a:link {
	color: #930;
}
a:visited {
	color: #727A31;
}
a:hover {
	color: #BBCA52;
}
p {
	font: 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-size: 18px;
	color: #525924;
	text-transform: none;
	font-variant: normal;
}
h2 {
	font-size: 16px;
	color: #525924;
	text-transform: uppercase;
}
#footer {
	text-transform: uppercase;
	margin-left: auto;
	width: 1000px;
	font-size: 12px;
	color: #333;
	margin-right: auto;
}
#footer a:link {
	color: #CCC;
}
#footer a:visited {
	color: #CCC;
}
#nav1 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 */
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
}
.affiliatedwith {
	font-size: 9px;
	color: #333;
}

#logoaddybox {
	float: left;
	width: 485px;
	margin-left: 25px;
}

#logoaddyboxWIDE
{
	float: left;
	margin-left: 25px;
	width: 950px;
	margin-top: 10px;
}

#addybox {
	float: right;
	width: 200px;
	clear: both;
	text-align: right;
	margin-top: 5px;
	margin-right: 45px;
}

.clickinstructions {
	font-size: 0.8em;
	color: #333;
	text-align: center;
	display: block;
}

