body { 
	background-color: #808080;
	background-image: url('images/gradient_background.gif');
	background-repeat: repeat-x;
	font-family: Times New Roman, Verdana;
	font-size: 17px:
	text-align: center;
}

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

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: 725px;
}

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

#header {
	text-align: center;
	margin: 0 auto;
	width: 725px;
	background-color: black;
}

#left-sidebar {
	text-align:left;
	float: left;
	width: 60px;
	height: 100%;
	/* background: #F9651C; */
	background: #CC0000;
	padding-bottom: 180cm;
	margin-bottom: -180cm;
}

#right-sidebar {
	float: right;
	width: 60px;
	height: 100%;
	/* background: #F9651C; */
	background: #CC0000;
	padding-bottom: 180cm;
	margin-bottom: -180cm;
}

#center-bar {
	float: left;
	width: 605px;
	min-height: 500px;
	background: white;
	padding-bottom: 160cm;
	margin-bottom: -160cm;
	font-size: 17px;
}

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

#footer {
	font-family: Times New Roman;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	clear: both;
	width: 725px;
	background: FFFF66;
	margin-top: 0.3cm;
}

ul#navigation {
	text-align: center;
        font-family: Times New Roman;
	font-size: 17px;
	margin: 0;
	background-color: #000;
	color: #fff;
	padding-bottom: 5px;
}
ul#navigation li { 
	display: inline; 
  	padding-right: 30px;
}
ul#navigation li a {
  	background-color: #000;
  	color: #FFF;
  	text-decoration: none;
}
ul#navigation li a:hover {
	color: #FFFF00;
	background-color: #000;
}

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.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;
} 

