/*
Deb Ellingwood stylesheet
*/
body{
/*background-color: #CC9966;*/
background: #3D7A7A url(../images/top-bg.jpg) repeat-x;
font-family: verdana;
text-align: center;
margin: 0;
}
#outer_content{
width: 995px;
align:center;
margin: 0px auto;
}
#header{
background: #EAEAE1 url(../images/header-bg.jpg) repeat-x;
height:108px;
width: 995px;
}

#left_nav{
background: #EAEAE1 url(../images/bread-left-nav.jpg) no-repeat;
width: 267px;
height: 41px;
float: left;

}
#right_nav{
background: #EAEAE1 url(../images/nav.jpg) repeat-x;
width: 728px;
height: 41px;
float: left;
}

#header_bottom{
clear: both;
background: #EAEAE1 url(../images/bread-bot.jpg) no-repeat;
width: 995px;
height:79px;
}

#container{
background: #EAEAE1 url(../images/body-bg.jpg) repeat-y;
width: 995px;
align:center;
margin: 0px auto;
padding: 0;
}


#inner_content{
border: 0px solid blue ; 
padding:10px 20px 20px 80px;
margin:0px;
text-align: center;
}

.text-box{
width: 730;
float: right;
}

#footer{
position: relative;
top: 0px;
right: 0px;
width: 995px;
height: 63px;
background: #EAEAE1 url(../images/footer-bg.jpg) repeat-y;
margin:0px;
}

p{
font-size: 13px;
text-indent: 1em;
text-align: left;
margin: 0px;
}

.tagline{
position: relative;
top: 30px;
padding: 20px;
font-style: italic;
font-weight: 600;
color: #9C3511;
}

.caption{
color: #751509;
font-size: 12px;
font-weight: 600;
}

.types{
position: relative;
top: 45px;
left: 150px;

}

h1{
font-size: 16px;
color: #9C3511;
font-weight: 500;
}

h2{
font-size: 15px;
text-align:center;
color: #751509;
}

.title{
font-size: 14px;
text-align:center;
color: #751509;
font-style: italic;
margin:2px;
}


.copyright{
color: #000;
font-size: 12px;
padding:0px 20px 0px 100px;
margin: 0px auto;
width: 525px;

}

.copyright a{
color: #000;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframeauramenu{
text-align: left;
float: left;
font-family: verdana;
font-weight: 500;
font-size: 70%;
height:33px;
width: 725px;
color: #3D220E;
}

.wireframeauramenu ul{
border: 0px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
overflow: hidden;

}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: black;
padding: 6px 20px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: #751509;
background: transparent url(media/lightyellow.gif) center center no-repeat; /*background of menu item onMouseover*/
}

ul{text-align: left;
list-style-type: disc}
li{font-size: 14px;}

/*info box borders, etc*/
#info{
width: 253px;
float:right;
padding:7px;
}

.info_box{
background-color: #FFFDEA;
font-size: 13px;
padding:5px;
}
.info_box_left{
width: 3px;
border-left: 2px solid #9C3511 ; 
background-color: #FFFDEA;
}
.info_box_top{
margin:5px;
width: 252px;
height:20; 
background: #FFFDEA url(../images/box-top.jpg) no-repeat;
}
.info_box_right{
width: 3px;
border-right: 2px solid #9C3511; 
background-color: #FFFDEA;
}

.info_box_bottom{
width: 252px;
border-bottom: 2px solid #9C3511 ; 
background-color: #FFFDEA;
}

input { 
background-color:#CCCCCC;
color: #000; 
 }
textarea { 
 background-color:#CCCCCC;
color: #000;
padding:10px;  }

.small_blue {
color:#006666;
font-size:13px;}

.req {
color:#990000;}

.contact_form {
font-size:12px;}

 .style_box{
margin: 0px auto;
 }