@charset "utf-8";
/* CSS Document */


body {
	font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: #FFFFFF;
	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: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;

}
	
p, td {
	font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin:0;
}
a:link {	
	font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#ffffff;
}
a:visited {	
	font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#666666;
}

a:hover, a:active {	
	font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#0033CC;
}
.content {
	padding:30px;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #navigation {
	background: #000000; 
	padding: 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. */
	margin: 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. */
	height: 32px;
}
.oneColFixCtrHdr #navigation a:link, .oneColFixCtrHdr #navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #navigation a:hover, .oneColFixCtrHdr #navigation a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #f6be00;
	text-decoration: none;
}
.oneColFixCtrHdr #header {
	padding: 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. */
	margin: 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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #gold_section {
	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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f6be00;
}
.oneColFixCtrHdr #orange_section {
	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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f0521b;
}
.oneColFixCtrHdr #red_section {
	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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #dd1e32;
}
.oneColFixCtrHdr #green_section {
	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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #82B00B;
}

.oneColFixCtrHdr #footer {
	background-image:url(images/footer.gif);
	padding: 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. */
	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 */
	width: 800px;
	color: #FFFFFF;
	font-size: 12px;
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.oneColFixCtrHdr #footer a:hover, .oneColFixCtrHdr #footer a:active{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
.copyright {
	color: #FFFFFF;
	font-size: 12px;
}
.footercontent {
	padding:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footercontent_small {
	font-size: 12px;
	line-height: 14px;
	padding: 0px 10px 0px 10px;
	font-family:  Arial, Helvetica, sans-serif;
}


.testimonial {
	font-style:italic;
}
.testimonial_author {
	text-align:right;
}
#photo_right {
	padding-left: 20px;
	padding-bottom: 20px;
}
#photo_left {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}


