/* CSS Document */

body
{
  background-color: #101;
  color: #ccc;
  text-align: left;
  margin: 0;
  padding: 0;
}

/*
div
{
  border-style: solid;
  border-width: 1px;
  border-color: white;
}
*/
.temp
{
	border: 1px solid white;
	background-color: gray;
	margin: 0 0 1.2em;
}

a:link, 
a:visited
{
	font-style: italic;
	color: orange;
}

a:hover, 
a:active
{
	color: red;
}

#frame 
{
	width: 650px; /* should be 650 without borders */
	margin-right: auto;
	margin-left: 0;
	margin: 10px 0 0 10px;
	padding: 0px;
	text-align:left;
}

#header
{
	/*
	height: 75px;
	font-size: 30px;
	color: red;       <-- font color
	font-weight: bolder;
	text-align: left;
	border: thin solid #ccc;
	background-color: #333;
	*/
}

#content_container
{
	width: 489px;
	float: left;
	padding: 10px 0 0 10px;
}

.title
{
	font-size: 1.2em;
	text-align: right;
	font-family: Arial, Helvetica;
	padding: 0 0 1em 0;
	/* text-decoration: underline; */
	font-variant: small-caps;
}

.info
{
	text-align: justify;
	line-height: 1.75em;
}

.profile
{
	padding: 0;
	margin: 0;
}

#mainmenu
{
	float: left;
	width: 150px;
	padding: 0;
	margin: 10 0 0 0;
	/*
	border-left: thin solid #ccc;
	border-right: thin solid #ccc;
	border-bottom: thin solid #ccc;
	*/
}

#mainmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* font-family: Times, Serif, Courier; */
	font-size: .9em;
	font-family: Arial;
	font-style: italic;
}

#mainmenu a
{
	display: block;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#mainmenu a:link, #mainmenu a:visited
{
	text-decoration: none;
	color: #ccc;
}
#mainmenu a:hover, #mainmenu a:active
{
	color: yellow;
}

#mainmenu #active a
{
	color: red;
}

#mainmenu a#selected
{
	color: yellow;
	font-weight: bolder;
}

table.services th
{
	background: #ccc;
	color: #000;
}

table.services td, table.contacts td
{
	text-align: justify;
	vertical-align: top;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

#tagline
{
  position: relative;
  float: left;
  width: 100%;
  font-style: italic;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  letter-spacing: .15em;
}

th
{
	background: #ccc;
	color: #000;
	text-transform: uppercase;
	font-size: .9em;
	font-family: Arial, Helvetica;
}

table.contacts td
{
	text-align: left;
	vertical-align: top;
	font-size: .95em;
	padding: 5px 5px;
	border-bottom: 1px solid #ccc;
}

table.contacts .name  { width: 25%; }
table.contacts .phone { width: 27%; }
table.contacts .fax   { width: 21%; }
table.contacts .footnote
{
	font-size: 0.75em;
	font-style: italic;
	border: 0;
}



