/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
	text-align: center;
	background: #9D987E;
	margin-top:30px;
	margin-bottom:30px;
	color:#525132;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10px;
}

A:link {
	COLOR: #595A38;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	COLOR: #A0410D;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	COLOR: #B6B572;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	COLOR: #5E2200;
	text-decoration: none;
	font-weight: bold;
}

#page_wrapper {
  background: #F3E7A9 url('../img/page_bg.jpg') top left;
  margin-left: auto; 
  margin-right: auto;
  width: 640px;
  text-align: left;
  border: 4px solid #F4F4EE;
}

#page_header {
  height: 140px;
  background: #515230 url('../img/VZCmasthead_sm.jpg') top left no-repeat;
}  


#menu_bar {
  height:30px;
  background: #A5A162 url('../img/menu_bg.jpg') top left no-repeat;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #F3E7A9;
float: left;
width: 100%;
font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
font-size:12px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #F3E7A9;
text-decoration: none;
float: left;
border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}

#content_wrapper {
  background: transparent url('../img/content_bg.jpg') top left no-repeat;
}

#left_side {
  float:left;
  width:460px;
}

#left_side h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #993300;
	margin-left: 10px;
	margin: 10;
	float: none;
}


#left_side h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #993300;
	margin-left: 15px;
	float: left;
}

  
#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size:18px;
  font-weight: bold;
  line-height:18px;
  color: #A0410D;
}
  
#left_side p {
	margin:10px;
	margin-right:15px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:18px;
	color: #400000;
	border-top-color: 595A38;
	border-bottom-color: 595A38;
	border-color: 595A38;
	border-left-color: 595A38;
	border-right-color: 595A38;
}

#left_side ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 2em;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #400000;
}

#left_side ul li
{
background-image: url('../img/bullet_left.gif');
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1em;
}

#right_side {
	float:right;
	width:150px;
	margin-top: 15px;
}

#right_side h2 {
	margin-right:10px;
	margin-bottom: 5px;
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight: bold;
	line-height:16px;
	color: #595A38;
	font-variant: normal;
}
  
#right_side h3 {
	margin-right:10px;
	margin-bottom: 5px;
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight: bold;
	line-height:16px;
	color: #FCF8E3;
	background: #595A38;
	padding:4px;
	border:1px solid #3A3B22;
	font-variant: normal;
}
  
#right_side p {
  margin:2px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size:14px;
  line-height:16px;
  color: #333333;
}

#page_footer {
  height: 70px;
  background: #515230 url('../img/footer.jpg') top left no-repeat;
}  

#page_footer A:link {
	COLOR: #F2C968; text-decoration: none
}
#page_footer A:visited {
	COLOR: #F2C968; text-decoration: none
}
#page_footer A:active {
	COLOR: #F2C968; text-decoration: none
}
#page_footer A:hover {
	COLOR: #F2C968; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:5px;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size:11px;
  line-height:16px;
  color: #ECE1A3;
}

.spacer {
  margin:0px;padding:0px;height:15px;clear:both;
}
.insideBox {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #400000;
}
#left_side h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
