/* hvmb.css */
body{background: #424D4A url('../images/storage-barn-bg.jpg') repeat-x;
margin: 0 auto;
padding: 0;
font-family: arial,verdana;
font-size: 15px;
}

#tagline{
background: #424D4A url('../images/storage-tagline.jpg') no-repeat;
width: 561px;
font-family: verdana;
font-size: 20px;
text-align: center;
}

#header{
margin: 0;
padding: 0;
width: 998px;
}

#wrapper{
margin: 0 auto;
padding: 0;
width: 998px;
}

#left_col{
background: url('../images/barn-left-edge.jpg');
background-repeat: repeat-y;
}

#right_col{
background-image: url('../images/barn-right-edge.jpg');
background-repeat: repeat-y;
}

#content{
width: 880px;
background-color: #FFFFD9;
}

#address{
border: 1px solid #BBB;
width: 750px;
position: relative;
align: bottom;
margin:5px;
padding:5px;
background-color: white;
}

.copyright, .copyright a{

clear: both;
background-color: #424D4A;
color: white;
font-size: 12px;
padding-bottom: 20px; 
float: center;

}

#main{
float: center;
width: 893px;
border: 0px solid #BBB;
padding: 5px;
background-color: white;
}

#contactBox {
font-size: 16px;
margin:5px;
width: 600px;
float: center;
background-color: #DFDFBE;
color: #424D4A;
}

p{
text-align: left;
text-indent:2em;
margin: 3px;
}

 p.center {
text-align: center;
}

h2{
font-size: 18px;
font-weight: 600;
color: #043A57;
padding: 0px;
margin: 0px;
}

ul{
text-align:left;
}

ul.camp {
	color:#030;
	font-size:14px;
	font-weight:700;}

h4 {
font-size:14pt;
font-style: italic;
text-indent: 2em;
color: #006600;
}

.deco{
font-family: arial,verdana;
font-size:15pt;
color:#333366;
}

.title{
font-family: arial,verdana;
font-size:15pt;
color:#336633;
}

td.prices{
background-color: #dcdcdc;
font-size:13pt;
color:#336633;
font-weight: 600;
}

table.pricing_table{
font-family: arial,verdana;
border:1px solid #000;
padding: 5px;
}

td.data{
font-size:11pt;
color:#000;
}

.subtitle{
font-size:13pt;
color:#000000;
}

.about_header{
font-size:17pt;
font-weight:bold;
color:#000000;
}

.about_title{
font-size:15pt;
font-weight:bold;
color:#000000;
}

.accent{
font-size:10pt;
font-weight:bold;
color:red;
}

.req{
color:red;
font-size:10px;
}

.title_red{
color:red;
font-size:13px;
}

.next {
font-size:10pt;
color: #006633;
}	

.link_next a:active{
font-size:11pt;
color: red;
text-decoration: none;
}
.small_link{
font-size: 10px;
}

.list_box{
background:#d3d7da;
border:solid #afc783;	
 border-width:1px 3px 3px 1px;

}
.title_box{
background:#d3d7da;
border:solid #afc783;	
 border-width:1px 3px 3px 1px;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 30px;
}

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

.rustic_caption_box{
	width:185px;
	padding-bottom:10px;}

.rustic_caption{
font-size: 11px;
font-weight: 500;
color:#333;
text-align:right;
}

.box_bg{
font-size:14px;
color:black;
background:#CCCC99;
padding:4px;
margin:6px;
border:solid black;	
 border-width:1px 2px 2px 1px;
}

.form_select {
border: 2px solid #ffffff;
background: #f5f5dc;
font-size:10px;

}

Submit, input{
font-size:11px;
border: 1px solid #696969;
background: #f5f5dc;
}

a:link, a:visited,a:hover {
text-decoration: none;
 }

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

.submenus a{
text-decoration: underline;
line-height:1.5em;
}

.submenus{
font-family: verdana;
font-weight: 500;
font-size: 80%;
width: 875px;
color: #043A57;
background-color: #ffffff;
}

.wireframeauramenu{
font-family: verdana;
font-weight: 500;
font-size: 80%;
height:22px;
width: 875px;
color: #043A57;
background-color: #FFFFD9;
}

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

}

.wireframeauramenu ul li{
display: inline;

}

.wireframeauramenu ul li a{
color: black;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000; /*right border between menu items*/
}
/*background of menu item onMouseover*/

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