body, p, blockquote {
  margin: 0;
  padding: 0;
}

a img, iframe { border: none; }

/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }

/* Lists
------------------------------*/

ul, ol, dl, li, dt, dd {
  margin: 0;
  padding: 0;
}

/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
  margin: 0;
  padding: 0;
}

fieldset { border: 1px solid #000; }

legend {
  padding: 0;
  color: #000;
}

input, textarea, select {
  margin: 0;
  padding: 1px;
  font-size: 100%;
  font-family: inherit;
}

select { padding: 0; }


/* Custom CSS styling follows
------------------------------*/

body {
  font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
  font-size: 12px;
  background-color: white;
  color: #b2b2b2;
  padding: 40px 0px 0px 0px;
}
a {
  color: #b2b2b2;
}
h2 {
  font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 10px;
}
p {
  margin: 10px 0px;
}
hr {
  color: black;
  background-color: black;
  height: 7px;
  border-left: none;
  border-right: none;
  border-top: 2px solid #b2b2b2;
  border-bottom: 2px solid #b2b2b2;
  width: 698px;
}

#main {
  width: 742px;
  margin: 0px auto;
  background: black url(../images/corner-br.gif) no-repeat scroll bottom right;
}

#main_top {
  height: 10px;
  background: transparent url(../images/corner-tl.gif) no-repeat scroll 0 0;
}

#corner_tr {
  float: right;
}

#main_title {
  padding: 10px 22px 12px 22px;
}

#main_body {
  padding: 10px 22px;
  min-height: 350px;
}

#main_menu {
  font-family: "Gill Sans", "Gill Sans MT", Arial, "Lucida Sans", Helvetica, Verdana, "Trebuchet MS", sans-serif;
  width: 188px;
  text-transform: uppercase;
  float: left;
}

#main_menu ul {
  width: 188px;
  list-style-type: none ;
  font-size: 32px;
}

#main_menu ul .sub {
  text-indent: 20px;
  list-style-position: outside;
  font-size: 24px;
  padding-bottom: 2px;
}

#main_menu ul li {
  line-height: 120%;
}

#main_menu ul li a {
  color: #b2b2b2 ;
  text-decoration: none;
}

#main_menu ul li a:hover {
  color: #666666;
}

#main_menu ul .sub li a:hover {
  color: #d59758;
}

#main_menu ul li.open a {
  color: #666666;
}

#main_menu ul .sub li a {
  color: #b2b2b2;
}

#main_menu ul .sub li.open a {
  color: #d59758;
}

#main_content {
  width: 490px;
  margin-left: 208px;
}

#main_bottom {
  padding-top: 80px;
  vertical-align: bottom;
  background: transparent url(../images/corner-bl.gif) no-repeat scroll bottom left;
}

#city_bg {
  vertical-align: bottom;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  width: 742px;
  margin: 0px auto;
  padding-top: 40px;
  text-align: right;
}

#footer a {
  text-decoration: none;
}

#main_content ul {
	list-style-type: square;
  list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 10px;
	text-indent: 0px;
}

.right_thumb {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
  clear: right;
}
