﻿body {
	background-color: #878787;
	font-family: Times New Roman;
	font-size: 16px;
}

#glass_box {
	margin-top: 40px;
	width: 640px;
	position: relative;

	margin-left: auto;
	margin-right: auto;	
}

.delimiter {
	position: absolute;
	right: 0;
	bottom: 0;
	/*height: 10px; width: 10px;*/
}

#delimiter_outer {
	background-color: red;
}

#delimiter_inner {
	background-color: blue;
}

#nav_box {
	padding-right: 15px;
}

#nav_list {
    list-style: none;
    padding:0;
    margin:0;
}

#nav_list li { 
    padding-left: 1em; 
    text-indent: -.7em;
    margin-top:    35px;
    margin-bottom: 17px;
    white-space: nowrap;
}

#nav_list li:before {
    content: "■ ";
    color: blue;
}

A.article {
	color: blue;
}

.contact_info A {
	color: white;
	text-decoration: none;
}

#nav_list A {
	color: white;
	text-decoration: none;
	font-family: arial;
	font-size: 80%;
	
}

#nav_list A:hover {
	color: #7CFC00;
}

#content {
	border-left: 1px solid white;
	padding-left: 15px;
	podding-right: 15px;
	width: 100%;
}

.top_aligned {
	border-collapse: collapse;
}

.top_aligned TD, .top_aligned TH {
	vertical-align: top;
	height: 100%;
}

#slogan {
	margin-top: 80px;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#slidecontainer {
	margin: 90px 15px 90px 0px;
	width: 312px;
	margin-left: auto;
	margin-right: auto;
}

#contact_info_email {
	padding-right: 20px;
}

#contact_info_misc {
	padding-left: 20px;
	border-left: 1px solid white;
}

.contact_info {
	width: 100%;
	background-color: blue;
	color: white;
	white-space: nowrap;
}

.contact_info TD {
	width: 25%;
	text-align: center;
	padding: 5px 10px 5px 10px;
}

.banner {
	margin: 0px 0px 30px 0px;
}

.para {
	font-family: Arial, Helvetica, sans-serif;
	morgin-top: 12px;
	margin-bottom: 32px;
}

.para_title {
	color: white;
}

.bullets {
}

.bullets LI {
	color: white;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.note {
	color: black;
	font-weight: bold;
}

.details {
	color: black;
	font-style: italic;
}

#service_bullets TD {
	width: 50%;
}

.strip {
	margin-bottom: 10px;
}
