/* BASE RULES */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* centers the container on NN4 (Mac and Win), Win/IE4, Win/IE5, Win/IE5.5, Win/IE6 (when in quirks-mode)  */
	background-color: #eee;
	color: #555;
	font: 70%/1.5em verdana, arial, sans-serif;
	overflow: -moz-scrollbars-vertical; 
}

/* TYPOGRAPHY RULES */

h1, h2, h3, h2 a:hover, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	font-family: arial, sans-serif;
/*	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Verdana, Sans-Serif;*/
	font-weight: bolder;
    text-align: left;
	white-space: normal;
	width: auto;
	padding: 0;
    color: #4d9f91;
	margin: 0.5em 0;
	line-height: 1em;
	text-decoration: none;
}

h1 {
	color: #008067;
    font-size: x-large;
	letter-spacing: -1px;
}

h2 {
    font-size: medium;
	letter-spacing: -0.5px;
}

h3 {
    font-size: 1.10em;
}

p {
	margin: 0 0 1em 0;
}

blockquote {
	padding: 0 0 0 40px;
	margin: 2em 1em 2em 1em;
	background: url(images/quote_left.gif) no-repeat;
	font-style: italic;
}

blockquote p {
	padding: 0 40px 0 0;
	margin-bottom: 1em;
	background: url(images/quote_right.gif) 100% 100%  no-repeat;
}

p.cite {
	margin: -1.5em 0 1.5em 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
}

acronym {
  border-bottom: 1px dashed #ccc;
  cursor: help;
}

kbd, code {
  padding: 0.1em;
  border: 1px dashed #ccc;
  background-color: #f0f0f0;
  color: green;
}


#container {
  text-align: left; /* left aligns text inside container. needed for body center hack for NN4 (Mac and Win), Win/IE4, Win/IE5, Win/IE5.5, Win/IE6 (when in quirks-mode)  */
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 780px;
  background-color: #fff;
  border: #ABABAB 1px solid;
}

#header {
  background: url('images/top_background.jpg') #fff center top repeat-x;
  margin: 0;
  padding: 0;
  height: 125px;
  width: auto;
}

#header img {
	border: 0;
}

/* MAIN MENU RULES*/

#main_menu ul {
	position: absolute;
	top: 70px;
	left: 230px;
	width: auto;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#main_menu ul li {
	display: inline;
	list-style-type: none;
	padding-right: 22px;
}

ul.inline {
	margin-left: 0;
}

ul.inline li {
	display: inline;
	margin-right: 6px;
}

#main_menu ul li a {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	color: #fff;
	background-color: transparent;
	font-family: arial, sans-serif, verdana;
	font-size: 9pt;
	text-decoration: none;
/*	letter-spacing: -1px;*/
}

/* CONTENT RULES */

#content_container {
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: auto;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  text-align: left;
}

#sub_menu {
	width: 210px;
	text-align: left;
	float: left;
	padding: 2px 0 0 0; /*padding-top: 2px needed in ie to make sub menu & content line up*/
	margin: 0 0 30px 0;
	font: 8pt arial, sans-serif, verdana;
}

#sub_menu ul {
	padding: 0;
	margin: 41px 0 0 17px;
}

#sub_menu li {
	background: url('images/menu_item.gif') #fff center center no-repeat;
	text-align: right;
	list-style-type: none;
	margin: 0 15px 0 0;
	padding: 12px 18px;
}

#sub_menu li a {
	text-decoration: none;
	width: auto;
	display: block;
	color: #003322;
	background-color: transparent;
}

#sub_menu a:link, #sub_menu a:visited {
	color: #003322;
}

#content {
	text-align: left;
	margin: 0 20px 30px 230px;
}

#content img {
	padding: 2px;
	border: 1px solid #ABA7A4;
}

#content li {
	margin-bottom: 5px;
	text-align: left;
}

#main_text_block {
	width: 485px;
}


/* LINK RULES */

.link {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
	clear: left;
}

.link a {
    font-weight: bold;
	white-space: nowrap;
}

.link p , .link h2 {
	margin-left: 140px;
}

.link p.alignleft {
	margin: 0;
}

/* ALIGN LEFT */

p.alignleft {
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
	clear: left;
}

p.alignleft a {
	display: block;
	margin: 0 10px 10px 0;
	text-align: center;
}

p.alignleft img {
	display: block;
	margin: 0 0 5px;
}


/* ALIGN RIGHT */

p.alignright {
	float: right;
	text-align: center;
	margin: 0 0 15px 15px;
	clear: right;
}

p.alignright a {
	display: block;
	margin: 0 0 10px 10px;
	text-align: center;
}

p.alignright img {
	display: block;
	margin: 0 0 5px;
}

#content p.alignright img.enlarge {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}


/* FOOTER RULES */

#footer {
  clear: both;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  font-size: smaller;
  width: auto;
  border-top: #ABABAB 1px solid;
}

#footer p {
  margin: 0.25em;
}

/* HYPERLINK RULES */

a:link, a:visited, a:hover, a:active {
  color: blue;
  background-color: #fff;
  text-decoration: underline;
}

/* TABLE RULES */

table {
  margin: 0 0 1em 0;
  border-collapse: collapse;
  width: 100%;
}

th, td, caption {
  margin: 0;
  padding: 2px 4px;
}

th {
  background-color: #069;
  color: #fff;
  text-align: left;
}

td {
  border: 1px solid #ccc;
}

caption {
  color: #000;
  background-color: yellow;
}

tfoot {
  color: #000;
  background-color: #f0f0f0;
}

caption {
  border: 1px solid #ccc;
  text-align: left;
}

/* FORM RULES */

form {
  margin: 0 0 1em 0;
}

fieldset {
  margin: 0 0 1em 0;
  padding: 1em;
}

input, select, textarea {
  font: 100% verdana, arial, sans-serif;
}

label {
  margin: 1em 0 0.3em 0;
  display: block;
}

/* OTHER RULES */

p.indent {margin-left:40px}
p.left {text-align:left}
p.center {text-align:center}
p.right {text-align:right; clear: both;}
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
div.textbox {clear:both;float:left;width:150px;font-size:.8em;padding:2px 10px;border-top:1px solid gray;border-bottom:1px solid gray}
div.photo {float:right;width:auto;font-size:.8em;font-weight:bold;padding:4px}
hr {color: #ABABAB; background-color: #ABABAB; height: 1px; margin: 0 1em 1em 1em;}
.nowrap {white-space: nowrap;}

/* CUSTOM RULES */
div.top_border {
	clear: left;
	border-top: #DADADA 1px solid;
	padding-top: 0;
	margin-top: 10px;
}

.clear {
  clear: both;
}

#content img.noborder {
	border: 0;
}

a:visited.forward, a:link.forward, p.back a:visited, p.back a:link {
	display: block;
}

#test_info {
	font: 8pt/1.5em verdana, arial, sans-serif;
	margin: 150px 0 0 0;
	padding: 20px;
	text-align: left;
	color: #000;
	background-color: #fff;
}

#test_info h1, #test_info h2 {
	color: #000;
    font-size: x-large;
}

#test_info h2 {
    font-size: medium;
}

ul#site_map {
	margin: 0;
	padding: 0;
}

ul#site_map li {
	list-style-type: none;
}

ul#site_map ul {
	margin-bottom: 1.5em;
}
ul#site_map ul li {
	list-style-type: disc;
}
