﻿html, body {
	margin: 0;
	padding: 0;
}

body {
 font-size:  1.0 em;
 font-family: Tahoma, Helvetica, sans-serif;
 background-color: #000;
 margin: 0px 0px 0px 0px;
}

img {
	border: none;
}

#header {
  height: 200px;
  max-height: 200px;
  background-image: url(/images/HeaderBackground1.gif);
  background-repeat: repeat-x;
	text-align: center;
  border-bottom: solid 3px #000;
}

#header img {
 margin-top: 20px;
}

.underlinemenu {
 font-size: 0.85em;
 font-weight: bold;
 font-variant: small-caps;
 padding-bottom: 20px;
 background-color: #D7E6F1;
 border-bottom: dotted 1px #999;
 padding-left: 10px; 
}
.underlinemenu ul {
 padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
 margin: 0;
 text-align: center;
}
.underlinemenu ul li {
  display: inline;
}
.underlinemenu ul li a {
  color: #000000;
  padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
  margin-right: 20px; /*spacing between each menu link*/
  text-decoration: none;
  border-bottom: 3px solid #336699; /*bottom border is 3px*/
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected {
 border-bottom-color: #CC6600;
}
/* Render Admin menu faded from other menus */
.underlinemenu ul li a[href="AdminMain.aspx"]
{
  color: #999999;
  border-bottom: 3px solid #bbbbbb; /*bottom border is 3px*/
}
.underlinemenu ul li a[href="AdminMain.aspx"]:hover
{
  /* Admnin menu gets a different style*/
  border-bottom-color : #AACBED;
}

#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
}

#page-wrap #inside {}

#main-content {
  background-color: #eee;
  padding: 10px 10px 10px 10px;
}
#PageTitle 
{
  padding: 10px 10px 10px 0px;
  border: solid 0px red;
  text-align: center;
}
#PageTitle span
{
 letter-spacing: 4px;
 font-size: 1.2em;
 border-bottom: dotted 1px #cc6600;
 color: #336699;
 font-weight: bold;
 padding-bottom: 4px;
 padding-right: 10px;
 padding-left: 10px;
}

#MainContentDiv
{
  font-size: 0.8em;
}

.TitleBar
{
 font-weight: bold;
 font-size: 1.5em;
 color: #336699; 
 text-align: left;
}

#MainContentDiv_LevelOne {
 text-align: center;
 min-width: 300px;
 max-width: 800px;
 margin: auto auto 2em auto;
 border-left: dotted 2px #ccc;
 border-right: dotted 2px #ccc;
 padding: 20px 20px 20px 20px;
}

#MainContentDiv_LevelTwo {
 text-align: left;
}

#MainContentDiv_LevelOne p {
/* PH */
}

#DefaultPageMain p:first-letter {
 font-size: 1.4em;
 display:inline;
}

#ViewOurPortfolio img
{
  padding: 0;
  margin: 0;
}

#MCPLogo {
 text-align : right;
}

#MCPLogo a:hover {
 text-decoration: none;
}

#MCPLogo img
{
 width : 107px;
 height : 51px;
 padding: 10px 10px 10px 10px;
 background-color: #fff;
 border: solid 1px #bbb;
}

div.ServiceSummary
{
 margin-top: 2px;
 font-weight: bold;
 font-variant: small-caps;
}

div.ServiceDetail
{
 font-size: 0.9 em;
 color: #444;
 margin-left: 8px;
 margin-bottom: 10px;
 font-weight:  normal;
}

.block h2 {}
.block p a:link {}



/* START - About Us image rotator */
#TLKSolutionsDirectorRotatorDiv {
  width: 205px;
  height: 294px;
  float: left;
  margin-right: 30px;
}

#TLKSolutionsDirectorRotatorUl {
  list-style-type: none;  
  margin: 0;
  padding: 0;
}

#TLKSolutionsDirectorRotatorUl li img {
  padding: 0;
}

/* END - About Us image rotator */

#ContactUsDiv img {
  position: relative;
  top: 50px;
}

#ContactUsDiv a:link,
#ContactUsDiv a:active,
#ContactUsDiv a:visited
{
  font-size: 1.4em;
  letter-spacing: 2px;  
  position: relative;
  top: 50px;
  color: #336699;
}

#ContactUsDiv a:hover
{
  color: #CC6600;
}

.FormTextbox
{
  border: solid 2px #cc6600;
background-color: #D7E6F1;
}

.FormButton
{
  border: solid 1px #000;
  background-color: #D7E6F1;
  font-weight: bold;
  padding: 4px 10px 4px 10px;
}

.FormError
{
  font-weight: bold;
}


#footer {
	background: #cc6600;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
  font-size: 0.7em;
  letter-spacing: 3px;
	color: white;
  border-top : solid 3px #000;
}
