/*[fmt]1A20-1A0A-3*/
body {
  background: #4D79A3 url(images/webdesign/bg1.jpg) no-repeat fixed top center;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
/*Centers the page content container in IE 5 browsers.*/
}
#container {
  color: #000000;
  margin: 0 auto;
  width: 859px;
  padding: 0;
  text-align: left;
}
#header {
  background: url(images/webdesign/tu2g_01.jpg) no-repeat top left;
  height: 374px;
}
#footer {
  background: url(images/webdesign/tu2g_04.jpg) no-repeat top center;
  clear: both;
  width: 859px;
  height: 287px;
  position: relative;
}
#text_links {
  position: absolute;
  top: 150px;
  left: 226px;
  width: 521px;
}
.testimonial {
	background:#FFFFFF url(images/webdesign/quote_start.jpg) top left no-repeat;
	width:400px;
	padding-left:35px;
	padding-bottom:45px;
}
/*menu*/
.vert_nav {
  width: 190px; /*width of menu*/
	margin-bottom:15px;
}
.vert_nav .headerbar {
  font: bold 13px Verdana;
  color: white;
  background: #355270 url(images/webdesign/arrowstop.gif) no-repeat 8px 6px;
/*last 2 values are the x and y coordinates of bullet image*/
  margin-bottom: 0;
/*bottom spacing between header and rest of content*/
  padding: 7px 0 7px 31px;
/*31px is left indentation of header text*/
}
.vert_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
/*bottom spacing between each UL and rest of content*/
}
.vert_nav ul li {
  padding-bottom: 2px;
/*bottom spacing between menu items*/
}
.vert_nav ul li a {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #E9F0E0;
  display: block;
  width: 182px;
/*clickable area, width minus left padding*/
  line-height: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  padding-left: 8px;
/*link text is indented 8px*/
}
.vert_nav ul li a:visited {
  color: #000000;
  background-color: #E9F0E0;
}
.vert_nav ul li a:hover {
  color: #000000;
  background-color: #ACC88B;
  text-decoration: none;
}
/*2 column layout = default layout*/
#content_div {
  background: url(images/webdesign/tu2g_02.jpg) repeat-y top left;
  width: 859px;
}
#main_wrapper {
  float: right;
  width: 555px;
  color: #333333;
  margin-right: 10px;
  padding-top: 50px;
}
#main_text {
  padding-right: 15px;
}
#secondary_wrapper {
  float: left;
  width: 200px;
  padding-top: 45px;
}
#secondary_text {
  padding-left: 20px;
  color: #333333;
  padding-right: 15px;
}
/*2 column layout end*/