@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }
p {
 padding: 0px;
}

body {
 font-family: Arial;
 font-size: 14px;
 line-height:18px;
 color: #4f545d;
 background: #5A422A;
 background-image:url(images/layout/body-bg.png);
 background-repeat:repeat-x;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
 position:relative;
 border:#fff solid 1px;
 padding-top: 9px;
 padding-right: 10px;
 padding-bottom: 20px;
 padding-left: 10px;
 background-color:#fff;
 background-image:url(images/layout/wraper_background.png);
 background-repeat:repeat-x;
}

#header {
 color: #333;
 width: 800px;
 height: 120px;
 background-color: #128051;
 background-image:url(images/layout/headeroverlay.png);
 background-repeat:no-repeat;
 border-top:#fff solid 1px;
 border-left:#fff solid 1px;
 border-right:#fff solid 1px;
}

#animatedgif {
 width:300px;
 height:218px;
 background-image:url(images/layout/animatedgif-bg.png);
 background-repeat:no-repeat;
 position:absolute;
 top:15px;
 left: 500px;
 z-index:200;
}

#maincontent { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 500px;
 display: inline;
 padding: 10px;
}

#sidebar { 
 margin-top:70px;
 margin-left:20px;
 padding: 10px 5px 10px 12px;
 color: #000;
 background: #fff;
 background-image:url(images/layout/sidebar_shadow_edge.png);
 background-repeat:no-repeat;
 width: 230px;
 float: left;
}

#footer { 
 width: 800px;
 height: 25px;
 clear: both;
 color: #333;
 background-color: #128051;
 background-image:url(images/layout/headeroverlay.png);
 background-position:bottom;
}


.business_name {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:28px;
 color:#fff;
 padding: 10px;
}

.contact_info{
 font-family:Arial;
 font-size:20px;
 line-height:22px;
 color:#fff;
 padding-left:10px;
}

.tagline {
 background-color: #ffffff;
 background-image: url(images/layout/dotted_line.png);
 background-repeat: repeat-x;
 background-attachment: scroll;
 background-position: left bottom;
 padding-bottom: 3px;
 font-family: Georgia;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 font-size: 24px;
 line-height: normal;
 font-size-adjust: none;
 font-stretch: normal;
 color: #4f545d;
 margin-bottom:10px;
}

.mission_statement {
 background-image: url(images/layout/dotted_line.png);
 background-repeat: repeat-x;
 background-attachment: scroll;
 background-position: left bottom;
 margin-bottom:15px;
 padding-bottom: 10px;
 line-height:20px;
 color: #4f545d;
 font-size:16px;
}

#TabbedPanels1 p {
 line-height:20px;
 color: #4f545d;
 font-size:16px;
 padding: 10px 0px 10px 5px;
}

#sidebar p {
 font-size: 14px;
 line-height: 18px;
 color: #4f545d;
 margin:10px 3px 15px 3px;
}

#sidebar h3 {
 font-family:Georgia;
 color: #4f545d;
 font-size: 16px;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
}

.creditcard_img {
 margin: 20px 0px 5px 60px;
}

#shadow {
 width: 800px;
 height: 26px;
 border-left:#fff solid 1px;
 border-right:#fff solid 1px;
 background-image:url(images/layout/shadow.gif);
 background-repeat:repeat-x;
}

#footer p, #footer a{
 color: #fff;
 padding: 5px;
 font-size: 10px;
 text-align:center;
}



