@charset "UTF-8";
body  {
	font: normal 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #757576;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ced6e4;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
        position:relative;
}
.twoColFixRt #sidebar1 {
	/*float: right;  since this element is floated, a width must be given */
	width: 280px; /* 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: 4px 10px;
	margin-right: 20px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
        position: absolute; /*trying to fix the body position problem*/
       left: 685px;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	list-style-type: none;
}
.twoColFixRt #secondary_sidebar {
	background-color: #CED6E4;
	width: 200px;
	float: left;
	padding-left: 20px;
}
.twoColFixRt #mainContent {
	margin: 0 250px 0 0; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRt #home_content {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 605px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixRt   #secondary_content    {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 740px;
	margin-left: 220px;
}
.header_link {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #486397;
	text-decoration: none;
}
h2 {
	font: 12pt "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
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 */
}
.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;
}
#topnav {
	background-image: url(images/bottombar.gif);
	background-repeat: repeat-x;
	height: 38px;
	margin-bottom: 10px;
}
.tablecontent {
	font-family: "Lucida Calligraphy", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.tablecontentsmall {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inmemorycontent {
	font-family: "Lucida Calligraphy", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.address {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #496298;
}
.phone {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #496298;
}
#secondary_nav a {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #36548c;
	padding-top: 4px;
	display: block;
	text-decoration: none;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ced6e4;
	text-align: center;
	font-size: 10px;
} 
#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 */
}
.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;
}
.alignright {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}
.alignleft {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}
a {
	color: #486397;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}
.post {
	clear: left;
}
.cl {
	clear: both;
}
.cl-left {
	clear: left;
}
.home.entry-header {
display: none;
}
span.wpcf7-list-item { display: block; }