/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

body {
  background: #000000;
  font-family: arial;
  font-size: 13px;
}

#menu div, #header div, #footer div {
  float: left;
}

#content, #header, #menu, #footer {
  width: 1000px;
}

#content div {
  padding: 0px;
  float: left; 
  background: #ffffcc;
}

#content div p.title {
  size: 18px;
  margin: 0px 0px 0px 21px;
  padding: 20px 0px 0px 0px;
  text-align: left; 
}

a, a:link {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  color: #0066ff;
}

h2.red {
  color: #ffffcc;
  background: #000000;
  font-size: 12px;
  margin-bottom: 10px;
}

h2.blue {
  color: #ffffcc;
  background: #000000;
  font-size: 12px;
  margin-bottom: 10px;
}

h2.yellow {
  color: #ffffcc;
  background: #000000;
  font-size: 12px;
  margin-bottom: 10px;
}

h2.red a {
  text-decoration: none;
}

h2.red a:link {
  color: #ffffcc;
}

h2.red a:hover {
  color: #cc3300;
}

h2.blue a {
  text-decoration: none;
}

h2.blue a:link {
  color: #ffffcc;
}

h2.blue a:hover {
  color: #0066cc;
}

h2.yellow a {
  text-decoration: none;
}

h2.yellow a:link {
  color: #ffffcc;
}

h2.yellow a:hover {
  color: #ffcc00;
}

div.body_content {
  overflow: auto;
  margin: 20px 0px 0px 21px;
  padding: 10px 0px 0px 0px;
  height: 340px;
  width: 635px;
}

div.sidebar_content {
  overflow: auto;
  margin: 20px 0px 0px 21px;
  padding: 10px 0px 0px 0px;
  height: 340px;
  width: 280px;
}

#directions_map {
  padding: 0px;
  margin: 0px 10px 0px -6px;
  float: none;
  background: none;
}

#directions_map div {
  padding: 0px;
  float: none;
  background: none;
}

.googleTitle {font-weight:bold;font-size:14px;}
.googleAddress {}
.googleDirection {margin-top:20px;color:#000;}
.googleDirection a {}
.googleDirecrion a:hover {}

#contact_form td {
  text-align: left;
  font-size: 12px;
}

.label {
  text-align: right;
  font-size: 12px;
}

table.contact td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	vertical-align: middle;
}

td.line {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

p {
	margin: 1em 0;
}

strong {
	font-weight: bold;
}