/* CSS Document */

*{margin:0; padding:0;}

body {
background:url(images/background_img.gif) repeat;
padding-bottom:20px;
font-family:"Times New Roman", Times, serif;
font-size:15px;
color:#2C1400;
}

#container {
width:850px;
position:absolute;
margin-left:-425px;
left:50%;
background-color:#FDFEEE;
}

#header {
width:850px;
height:86px;
background:url(images/header_bg.jpg) repeat-x;
}

#logo {
width:385px;
height:73px;
background:url(images/logo.gif) no-repeat;
margin-left:22px;
}

#address_top {
float:right;
width:150px;
font-size:12px;
margin-top:12px;
}

#nav {
width:840px;
height:28px;
background:url(images/nav_bg.jpg) repeat-x;
padding-top:8px;
padding-left:10px;
}

#nav a:link{
color:#FDFEEE;
font-size:17px;
text-decoration:none;
padding:3px 15px 3px 10px;
border-right:1px solid #AB5E56;
}

#nav a:visited{
color:#FDFEEE;
font-size:17px;
text-decoration:none;
padding:5px 15px 5px 10px;
border-right:1px solid #AB5E56;
}

#nav a:hover{
color:#43301F;
font-size:17px;
text-decoration:none;
padding:5px 15px 5px 10px;
border-right:1px solid #AB5E56;
}

#line1 {
width:850px;
height:9px;
background-color:#43301f;
}

#line2 {
width:850px;
height:9px;
background-color:#ca935b;
}

#head_img {
width:850px;
height:152px;
background:url(images/header_img.jpg) no-repeat;
}

#text_container {
padding:15px;
}

p {
padding:5px 0px 7px 0px;
}

#footer {
width:850px;
height:27px;
background-color:#ca935b;
color:#fdfeee;
font-size:11px;
text-align:center;
padding-top:7px;
padding-bottom:10px;
}

#footer a:link {
color:#fdfeee;
}

#footer a:visited {
color:#fdfeee;
}

#footer a:hover {
color:#433C68;
}

a:link {
	color: #433C68;
	text-decoration: underline;
}
a:visited {
	color: #433C68;
	text-decoration:underline;
}
a:hover {
	color: #8F2823;
	text-decoration: underline;
}


.home_right {
float:right;
width:435px;
}

.home_left {
margin-right:440px;
}

h1 {
color:#A22A29;
font-size:26px;
font-style:italic;
font-weight:normal;
}


h2 {
color:#A22A29;
font-size:22px;
font-weight:normal;
}


.callout {
color:#3E6871;
font-style:italic;
font-size:16px;
}


.divider {
border-bottom:3px dotted #f5edd6;
margin:-8px 0px 10px 0px;
}

img {
border:6px solid #CA935B;
}


.button {
width:316px;
height:31px;
text-indent:-5000px;
display:block;
}

.button a {
width:316px;
height:31px;
background-image:url(images/about1.jpg);
display:block;
}

.button a:visited {
width:316px;
height:31px;
background-image:url(images/about1.jpg);
display:block;
}

.button a:hover {
width:316px;
height:31px;
background-image:url(images/about2.jpg);
display:block;
}

.clear {
clear:both;
}