@charset utf-8;

/* CSS Document */


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body
{line-height:1;}

ol,ul
{list-style:none;}

blockquote,q
{quotes:none;}

blockquote:before,blockquote:after,q:before,q:after
{
  content:'';
  content:none;
}

/* remember to define focus styles! */
:focus
{outline:0;}

/* remember to highlight inserts somehow! */
ins
{text-decoration:none;}

del
{text-decoration:line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table
{
  border-collapse:collapse;
  border-spacing:0;
}

/*-------[ BASIC STYLES ]--------*/
body
{background:url(http://www.visitorangevirginia.com//images/template_images/bg.jpg) 0 0 repeat-x #688aa6;
  font-family:"Lucida Sans Unicode", Verdana;
  font-size:14px;
  color:#262626;
  line-height:1.5em;
}

.clr
{clear:both;}

p
{
  font-size:14px;
  color:#262626;
  line-height:1.5em;
  
}

a
{
  color:#ff4502;
  text-decoration:none;
}

a:hover
{color:#ff8f66;}

h2
{
  color:#ff4502;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:29px;
  line-height:40px;
}

.spacer
{padding-top:30px;}

.header
{background:url(http://www.visitorangevirginia.com//images/template_images/header.png) 0 0 no-repeat;
  width:909px;
  height:122px;
  margin:0 auto;
}

.menubar
{background:url(http://www.visitorangevirginia.com//images/template_images/menu_bg.png) 0 0 no-repeat;
  width:924px;
  height:40px;
  margin:0 auto;
  position:relative;
  z-index:2;

}

.main
{
  background:#FFF;
  width:909px;
  margin:0 auto;
  margin-top:-7px;
  position: relative;
  z-index: 1;
}

.maininner
{
  width:100%;
  height:100%;
  padding:5px;
  padding-left:6px;
  padding-top:7px;
}

.banner
{padding-bottom:45px;}

.welcome
{
padding-top:30px;  
padding-bottom:20px;
}

.brochure
{
  float:left;
  padding-right:10px;
}

ul.arrow
{padding-left:15px;}

ul.arrow li
{
  line-height:30px;
  font-size:15px;
  padding-left:15px;
  background:url(http://www.visitorangevirginia.com//images/template_images/small_arrow.jpg) 0 50% no-repeat;
}

.rule
{
  border-bottom:1px solid #afc4d6;
  width:100%;
  height:1px;
}

.leftimageframe
{
  width:223px;
  float:left;
 /* border-bottom:1px dashed #858585; */
  padding-bottom:10px;
  margin-right:30px;
  margin-bottom:10px;
}

.frame
{
  background:#ccd8e2;
  padding:8px;
  margin-bottom:10px;
}

p.caption
{
  font-size:13px;
  color:#858585;
  text-align:justify;
}

.freeguideheading
{
  padding-top:40px;
  padding-bottom:10px;
}

.left
{
  float:left;
padding-left:30px;
  width:520px;
/*border:1px solid black;*/
  margin-right:55px;
}

.sidebar
{
  float:left;
  width:230px;
}

.sidebar p
{
  font-size:13px;
  text-align:left;
  line-height:20px;
  color:#515151;
}

.box
{
  background:#ccd8e2;
  padding:8px;
  width:100%;
}

.boxinner
{
  border:1px solid #698aa6;
  padding:20px;
}

.boxinner h3 {
  color:#0f233b;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:20px;
  margin-bottom:8px;
}

.boxinner h3 a {color:#ff4502;}

.boxinner h3 a:hover {color:#c83500}

.boxinner_info {
  font-size:15px;
  color:#262626;
  line-height:24px;
}

.boxinner_phone {
  color:#132e44;
  font-weight:bold;
}
  

.desc {
  padding-bottom:4px;
  border-bottom:1px solid #aabfd0;
  margin-bottom:4px;
  font-size:15px;
  color:#262626;
  line-height:24px;
}
  

.bottom
{background:url(http://www.visitorangevirginia.com//images/template_images/bottom.png) 0 0 no-repeat;
  margin:0 auto;
  height:38px;
  width:909px;
}

.footer_top
{
  height:80px;
  width:100%;
  background:url(http://www.visitorangevirginia.com//images/template_images/footer_bg.png) 0 0 repeat-x;
}

.footerinner_top
{background:url(http://www.visitorangevirginia.com//images/template_images/footer_inner.png) 0 0 no-repeat;
  width:977px;
  height:80px;
  margin:0 auto;
}

.footer_bottom {
  background:#ff4502;
  padding:20px;
}

.footercontent
{
  padding-left:50px;
  text-align:center;
  width:960px;
  margin:0px auto;
}

.footercontent p
{
  font-size:13px;
  color:#FFF;
}

.footercontent a
{
  font-size:13px;
  color:#FFF;
  padding-right:10px;
}

#search input,textarea,select
{
  float:left;
  width:228px;
  height:20px;
  margin:0;
  color:#666;
  background:#FFF;
  border:1px solid #a7a7a7;
  margin:5px 0;
  font:13px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  margin-right:5px;
}

#search input:focus,textarea:focus,select:focus
{color:#333;}

#search input.submit
{
  width:27px;
  cursor:pointer;
  border:none;
  background:url(http://www.visitorangevirginia.com//images/template_images/search.png) 0 0 no-repeat;
  height:24px;
  color:#fff;
  float:left;
}

.searchbox
{
margin-top:30px;  
width:270px;
}

.news-title {
color:#12263f;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
margin-bottom:5px;
}

.news-byline {
color:#466285;
font-size:15px;
margin-bottom:8px;
}


.calendar_event_link {
font-size:1.05em;
color:#c52e00;
line-height:1.3em;
display:block;
margin:5px 0 5px 0;
font-weight:bold;
}

.calendar_event_link:hover {color:#f93b00;}

.calendar_event_date {
 font-family:Georgia, "Times New Roman", Times, serif;
color:#a6a6a6;
font-style:italic;
font-weight:bold;
font-size:12px;
margin-bottom:5px;
}

.dotted_line {
border-bottom:dashed 1px #999;
margin:9px 0 7px 0;
}


.small_news_title {
color:#37547b;
line-height:1.3em;
display:block;
margin:5px 0 5px 0;
font-weight:bold;
}

.left_img_float {
float:left;
margin:0px 20px 20px 0px;
}






