/* === all CSS: reset first ... === */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* === ... then actual styles === */

body {
  background: #ccc;
	-webkit-text-size-adjust: none;
}
#page {
  position: relative;
  width: 960px;
  padding: 25px 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.75em;
  line-height: 1.35;
  background: #fff;
  color: #999;
}

#main_left {
	width: 360px;
  height: 550px;
  position: relative;
}
#main_menu {
	width: 100px;
  margin: 0 0 0 10px;
  float: left;
  border-top: 1px solid #ccc;
  padding-top: 4px;
}
#main_menu.wide {
	width: 340px;
}
#sub_menu {
	background: #fff; /* ensures no loss of anti-aliasing in IE6 */
  width: 220px;
  margin: 0 0 0 130px;
  border-top: 1px solid #ccc;
  padding-top: 4px;
}
#footer {
  position: absolute;
  bottom: 45px;
  left: 15px;
  font-size: 0.8em;
}
#download {
  width: 100px;
  margin: 0 0 0 10px;
  float: left;
}
#contact {
  width: 220px;
  margin: 0 0 0 130px;
}

#main_right {
  width: 580px;
  margin: 0 10px 0 0;
  float: right;
  border-top: 1px solid #ccc;
  padding-top: 4px;
  position: relative;
}
#content_paging_links, #blog_sidebar {
  width: 220px;
  float: right;
}
#content_paging_links li {
  display: inline;
}
#content_paging_links li a {
  padding: 0 2px;
}
.blog_content {
  width: 340px;
  padding-bottom: 15px;
}
.top_content {
  margin: 0 10px 0 0;
  width: 340px;
	background: #fff; /* ensures no loss of anti-aliasing in IE6 */
}
.left_content {
  position: absolute;
  left: 10px;
  width: 340px;
}
.left_content_text {
  width: 220px;
}
.mid_content, .low_content {
  width: 580px;
  position: absolute;
  left: 0;
}
.mid_content {
  top: 9.5em;
	background: #fff; /* ensures no loss of anti-aliasing in IE6 */
}
.low_content, .left_content {
  top: 14.5em;
}
.section .top_content { /* for those with no JS */
	margin-bottom: 2em;
}
.section .mid_content { /* for those with no JS */
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 2em;
}
.low_section_left, .low_section_right {
  width: 160px;
}
.low_section_left {
  float: left;
}
.low_section_right {
  margin-left: 180px;
}
.low_image {
  position: relative;
  height: 180px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
}
.low_image img {
  position: absolute;
  left: 0;
  bottom: 25px;
  display: block;
}
.faded {
	color: #ccc;
}
p {
  margin: 0 0 1em;
}
a {
  color: #999;
  text-decoration: none;
}
.faded a, .reveal_content a {
	color: #ccc;
}
.reveal_content {
	background: #fff; /* ensures no loss of anti-aliasing in IE6 */
}
a:hover {
  color: #555;
}
.faded a:hover, .reveal_content a:hover {
	color: #999;
}
a.active:hover, .reveal_title_active:hover {
  color: #c6c;
  cursor: default;
}
:focus {
	outline: 1px dotted #ddd;
}
h2 a {
  color: #c6c;
  font-weight: normal;
}
.clear {
  clear: both;
}
.active, .reveal_title_active {
  color: #c6c;
}
.contact_type {
  color: #c6c;
  display: inline-block;
  width: 1.75em;
}
.no_css {
  display: none;
}

