@charset "utf-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
	margin-top: 25;
	margin-right: 0;
	margin-left: 0;
}
#TopLine {
	color: #CCC;
}
.oneColFixCtrHdr #TopLine h1 {
	font-size: 10pt;
}

.oneColFixCtrHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	color: #FFF;
	background-color: #000;
}
.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 #container #mainContent h1 {
	background-color: #030;
	font-weight: 300;
	font-size: 22pt;
	margin: 0px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-weight: bold;
	color: #333;
	padding-left: 15px;
}
#IframeContent h2 {
	font-weight: bold;
	color: #333;
	padding-left: 15px;
	margin: 0px;
	padding-top: 15px;
}

.oneColFixCtrHdr #container #mainContent p {
	padding-right: 5px;
	padding-left: 15px;
}
#RightBodyContent a {
	background-color: #FF9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.oneColFixCtrHdr #mainContent {
	font-size: 11pt;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #fff;
}
.oneColFixCtrHdr #container #Walnut-Creek-Menus a {
	color: #FF0;
}
.oneColFixCtrHdr #container #Walnut-Creek-Menus a:hover {
	color: #F00;
}
#LeftNavColumn {
	font-size: 9pt;
	float: left;
	width: 200px;
	margin-bottom: 30px;
}


#header #subHead {
	margin: 0px;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
}

#Walnut-Creek-Menus {
	background-color: #000;
	padding-bottom: 4px;
	border-top-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	color: #FFF;
	border-top-width: 2px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-size: 8.5pt;
	font-weight: bold;
	text-align: center;
}
#Walnut-Creek-Left-Footer {
	width: 800px;
	float: left;
	color: #FFF;
}
#footer #OfficeList {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 29px;
}

.oneColFixCtrHdr #container #footer #Walnut-Creek-Right-Footer p {
	font-size: 9pt;
	color: #FFF;
	padding: 5px;
	border: 3px double #FFF;
}



.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
	padding: 0px;
}


.oneColFixCtrHdr #footer {
	background-color: #000;
	font-size: 11pt;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFF;
}
#RightBodyContent {
	padding-right: 6px;
	padding-bottom: 30px;
	margin-left: 206px;
}
.leftColSmallType {
	font-size: 8pt;
	text-align: center;
}
.NavHeadingLink {
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	width: 195px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.NavColItemDescription {
	font-style: italic;
	padding-left: 5px;
	margin-top: 5px;
}
#LeftNavColumn .NavHeadingLink a {
	color: #FF0;
}
#LeftNavColumn .NavHeadingLink a:hover {
	color: #F00;
}
#tableCaption {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
#VideoContainer {
	margin-top: 15px;
	margin-right: 10px;
	padding: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #000;
	color: #000;
	text-align: center;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#mainContent h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
}
#IframeContent h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
}

#IframeContent {
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 2000px;
}
ul li a {
	margin-left: 25px;
	line-height: 150%;
}
#Testimonials-Container {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #030;
	font-size: 11pt;
	color: #030;
	text-align: center;
	font-weight: bold;
	line-height: 150%;
	background-color: #cfd571;
}
#GlobalSearchBar {
	background-color: #000;
	text-align: center;
	padding: 3px;
	width: 950px;
	margin-top: 5px;
	margin-right: auto;
	border: 1px solid #000;
	margin-left: auto;
}
#GlobalSearchBar a {
	color: #FF0;
}
#GlobalSearchBar a:hover {
	color: #F00;
}

#FormContent {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#formTable {
	background-color: #ACC0A5;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-top-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
#affiliates {
	font-size: 10pt;
	text-align: center;
}

