body { 
	background-color: #FFFF66;
	background-image: url('images/gradient_background.gif');
	background-repeat: repeat-x;
}

p {
	margin: 10px 20px 20px 20px;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 16;
	text-align: justify;
}

center {
	margin: 10px 20px 20px 20px;
	font-family: Times New Roman, Verdana, Arial;
	font-size: 16;
	text-align: center;
}

h1 {
	margin: 10px 15px 20px 15px;
	font-variant: small-caps;
	font-weight: 100;
	border-bottom: 1px solid #000000
}

h2 {
	margin: 10px 15px 20px 15px;
	font-variant: small-caps;
	font-weight: 600;
	font-size: 18;
}


#wrapper {
	margin:0 auto;
	width: 850px;
}

#main {
	text-align: center;
	width: 850px;
	overflow: hidden;
}

#header {
	text-align: center;
	width: 850px;
}

#left-sidebar {
	text-align:left;
	float: left;
	width: 160px;
	height: 100%;
	background: black;
	padding-bottom: 400cm;
	margin-bottom: -400cm;
}

#right-sidebar {
	float: right;
	width: 140px;
	height: 100%;
	background: url("images/background_lemons.jpg") repeat;
	padding-bottom: 400cm;
	margin-bottom: -400cm;
}

#center-bar {
	float: left;
	width: 550px;
	background: white;
	padding-bottom: 400cm;
	margin-bottom: -400cm;
}

#menu {
	margin-top: 2cm;
	margin-bottom: 2cm;
}

#footer {
	font-style: italic;
	text-align: center;
	clear: both;
	width: 850px;
	background: FFFF66;
	margin-top: 0.3cm;
}

div.testimonial {
  padding: 20px 0px 10px 0px;
  margin: 0px 50px 0px 50px;
  font-style: italic;
  color: #333333;
  text-align: left;
  border-bottom: 1px solid #999999;
}
  

div.arizona {
  background-image: url("images/arizona-on.gif");
  background-position:left;
  background-repeat: no-repeat;
  margin-top: 0.5cm;
}
div.arizona a,
div.arizona a:link,
div.arizona a:visited {
  display:block;
}
div.arizona a:hover img { 
  visibility:hidden;
}

div.colorado {
  background-image: url("images/colorado-on.gif");
  background-position:left;
  background-repeat: no-repeat;
  margin-top: 0.5cm;
}
div.colorado a,
div.colorado a:link,
div.colorado a:visited {
  display:block;
}
div.colorado a:hover img {
  visibility:hidden;
}

div.maryland {
  background-image: url("images/maryland-on.gif");
  background-position:left;
  background-repeat: no-repeat;
  margin-top: 0.5cm;
}
div.maryland a,
div.maryland a:link,
div.maryland a:visited {
  display:block;
}
div.maryland a:hover img {
  visibility:hidden;
}

div.texas {
  background-image: url("images/texas-on.gif");
  background-position:left;
  background-repeat: no-repeat;
  margin-top: 0.5cm;
}
div.texas a,
div.texas a:link,
div.texas a:visited {
  display:block;
}
div.texas a:hover img {
  visibility:hidden;
}



div.preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.b1f, .b2f, .b3f, .b4f {font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#000; margin:0 5px;}
.b2f {height:1px; background:#000; margin:0 3px;}
.b3f {height:1px; background:#000; margin:0 2px;}
.b4f {height:2px; background:#000; margin:0 1px;}

.w1f, .w2f, .w3f, .w4f {font-size:1px; overflow:hidden; display:block;}
.w1f {height:1px; background:#CCCCCC; margin:0 5px;}
.w2f {height:1px; background:#CCCCCC; margin:0 3px;}
.w3f {height:1px; background:#CCCCCC; margin:0 2px;}
.w4f {height:2px; background:#CCCCCC; margin:0 1px;}


a.srollover {
    margin: 0 auto;
    display: block;
    width: 146px;
    height: 43px;
    background: url("images/button-up-down.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover {
    background-position: -146px 0;
} 


