@charset 'utf-8';
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #812A2D;
	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;
	background-color: #812A2D;
	background-image:url(../images/Pat1.tif)
}
.twoColFixLtHdr #hmcontainer {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #A77212;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-image: url(../images/SFC_08_home_bkgd2.jpg);
	background-repeat:no-repeat;
	color:#faefcf;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
} 
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #A77212;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
} 
#profileContainer {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #A77212;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
.twoColFixLtHdr #header {
	margin-bottom: 0;
	padding: 0 10px 0 20px;
	color: #FFFFFF;
	height: 100px;
} 
.twoColFixLtHdr #headerContent {
	position:absolute;
	bottom: 0px;
} 
.twoColFixLtHdr #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 */
	color: #FFFFFF;
}
#inner { overflow: hidden; padding-left: 216px; margin: 0 auto;}
* html #inner{
	height:1%; /* So IE plays nice */
}
.twoColFixLtHdr #sidebarContainer {
	width: 225px; /* 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 */
	float: left; /* since this element is floated, a width must be given */
	margin-top: -25px;
}
.twoColFixLtHdr #sidebarBorder {
	border-style:solid;
	border-width: 1px;
	border-color: #CFAF5A;
	margin: 0px 18px 18px 18px;
}
.twoColFixLtHdr #sidebar1 {
	background-color: #faefcf; /* the background color will be displayed for the length of the content in the column, but no further */
	border-style:double;
	border-width: thin;
	border-color: #C7A03D;
	padding: 0px 5px 10px 5px;
	margin: 4px;
	vertical-align:top;
	text-align:center;
	overflow: hidden;
}
.twoColFixLtHdr #sidebar1 h3{
	margin-top: 0;
}
.sidebartext{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000000;
	text-align:left;
}
.twoColFixLtHdr #hmmainContainer {
	margin: 0 0 10px 0px; /* the left margin on this div element creates the column down the left 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 */
	float:right;
}
.twoColFixLtHdr #mainContainer {
	margin: 0 0 10px 0px; /* the left margin on this div element creates the column down the left 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 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	color: #000000;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent {
	width: 490px;
	border-style:double;
	border-color: #927E48;
	padding: 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #pmainContent {
	border-style:double;
	border-color: #927E48;
	padding: 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 

.twoColFixLtHdr #mainContent li{
	margin: 6px 0px 6px 0px;
}
a:link {color:#692727; text-decoration:none}
a:visited {color:#692727; text-decoration:none}
a:hover {color:#000000; text-decoration:none}
a:active {color:#692727; text-decoration:none}

.twoColFixLtHdr #mainBorder {
	border-style:solid;
	border-width: thin;
	border-color: #927E48;
	margin: 0px 18px 18px 18px;
} 
.twoColFixLtHdr #homeBottomImages {
	bottom: 0px;
} 
.twoColFixLtHdr #homebkgd {
	border-style:double;
	border-color: #927E48;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #copyright { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #692727;
	font-size:7px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
} 
.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #692727;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
} 
.twoColFixLtHdr #footer p {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #692727;
	margin-top: 0;
	margin-bottom: 0;
}
.twoColFixLtHdr #bookcover {
	width: 225px; 
	float: right; 
	padding: 0px;
	text-align:left;
	margin:12px;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.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;
}
hr { 
	color: #927E48;
	margin-top:0px;
}
.tagLine {
	margin: 0 0 15px 216px; 
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	text-align: center;
	font-size:14px;
}
.menuLinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#692727;
	margin-top:8px;
	margin-bottom: 0;
	text-decoration:none;
}
.redHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-align: center;
	text-decoration:underline;
	font-weight:bold;
	font-size:16px;
	font-stretch:expanded;
	color:#C11C36;
}
a:link.redHeader {color:#C11C36;}
a:visited.redHeader {color:#C11C36;}
a:hover.redHeader {color: #faefcf;}
a:active.redHeader {color:#C11C36;
}
.smSingleSpace {
	color: #692727;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}	
.halfSpace{
	margin: 6px 0px 6px 0px;
}
a:link.menuLinks {color:#692727;}
a:visited.menuLinks {color:#692727;}
a:hover.menuLinks {color: #000000;}
a:active.menuLinks {color:#692727;
}
.nobullet {
	list-style:none;
}
.mainHeading {
	margin: 10px 0px 0px 0px;
	font-family:'Times New Roman', Times, serif;
	font-size:20px;
	font-weight:bold;
}
.footerp {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #692727;
	margin-top: 0;
	margin-bottom: 0;
}
P.t1-feature {
	color: #000000; 
	margin-top: 3px; 
	margin-right: 10px; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-size: 12pt; 
	text-decoration: none
}
P.t2-feature {
	color: #fdfdfd; 
	margin-top: 3px; 
	margin-left: 6px; 
	font-family: Arial, sans-serif; 
	font-weight: normal; 
	font-size: 9pt; 
	text-decoration: none
}
P.rsidebar1 {color: #000000; margin-left: 2px; margin-right: 2px; margin-bottom: 0px; font-family: Helvetica, sans-serif; font-weight: bold; font-size: 9pt; text-decoration: none}
P.rsidebar2 {color: #000000; margin-left: 22px; margin-right: 2px; margin-bottom: 0px; font-family: Helvetica, sans-serif; font-weight: bold; font-size: 9pt; text-decoration: none}

SPAN.rname     {color: #8b0b02; margin-top: 3px; font-family: Arial, sans-serif; font-weight: bold; font-size: 10pt; text-decoration: none}
SPAN.rtype     {color: #F8EBC9; margin-top: 3px; font-family: Arial, sans-serif; font-weight: bold; font-size: 10pt; text-decoration: none}
SPAN.rphone    {color: #4D5159; margin-top: 3px; font-family: Arial, sans-serif; font-weight: bold; font-size: 10pt; text-decoration: none}
SPAN.rcity     {color: #8b0b02; margin-top: 3px; font-family: Arial, sans-serif; font-weight: normal; font-size: 9pt; text-decoration: none}
SPAN.rlinks    {color: #875D49; margin-top: 3px; font-family: Arial, sans-serif; font-weight: bold; font-size: 9pt; text-decoration: none}

SPAN.homerest  {color: #927E48; margin-top: 4px; font-family: Arial, sans-serif; font-weight: bold; font-size: 12pt; text-decoration: none}
SPAN.homeloc   {color: #927E48; margin-top: 4px; font-family: Arial, sans-serif; font-weight: bold; font-size: 9pt; text-decoration: none}

SPAN.wname     {color: #000000; margin-top: 3px; font-family: Arial, sans-serif; font-weight: bold; font-size: 10pt; text-decoration: none}
SPAN.wphone    {color: #4D5159; margin-top: 3px; font-family: Arial, sans-serif; font-weight: bold; font-size: 10pt; text-decoration: none}
SPAN.wcity     {color: #28693A; margin-top: 3px; font-family: Arial, sans-serif; font-weight: bold; font-size: 9pt; text-decoration: none}
SPAN.wlinks    {color: #875D49; margin-top: 3px; font-family: Arial, sans-serif; font-weight: bold; font-size: 9pt; text-decoration: none}
a:link.wlinks {color:#875D49;}
a:visited.wlinks {color:#875D49;}
a:hover.wlinks {color: #000000;}
a:active.wlinks {color:#875D49;}

SPAN.rsidebar1 {color: #330000; font-size:9pt}
a:link.t2-feature {color:#fdfdfd; font-size:9pt}
a:visited.t2-feature {color:#fdfdfd; font-size:9pt}
a:hover.t2-feature {color: #faefcf; font-size:9pt}
a:active.t2-feature {color:#fdfdfd;font-size:9pt}

a:link.navlinks {color:#fdfdfd; font-size:9px}
a:visited.navlinks {color:#fdfdfd; font-size:9px}
a:hover.navlinks {color: #faefcf; font-size:9px}
a:active.navlinks {color:#fdfdfd;font-size:9px}
.profile p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin: 0;
	padding: 0px;
}
