body, html {
background: #35383c;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 25px;
height: 100%;
text-align: center;
font-family: Gill Sans, Tahoma, sans-serif;
text-align: center;
}
#header {
background-image: url("./images/header.png");
width: 950px;
height: 268px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
#content {
padding-top: 0px;
background: #35383c url('./images/background.png') repeat-y;
color: #FFFFFF;
width: 950px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding-bottom: 0px;
text-align: left;
}

#menu {
background: #35383c url("./images/menu.png") repeat-x;
font-size: 10pt;
width: 800px;
height: 76px;
vertical-align: middle;
margin-left: 90px;
}
#menu-holder {
padding-top: 28px;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	width: 100px;
	z-index: 100;
	margin-left: 5px;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
}
#menu ul {
margin-left: 15px;
margin-right: 0px;
}
#menu li a {
	width: 90px;
}
#menu li {
	list-style-type: none;
	position: relative;
	float: left;
	border: 1px solid #FFFFFF;
	background-color: #000033;
	color: #FFFFFF;
	margin-right: 10px;
}

#menu li ul a {
	margin: -2px;
	border: 1px solid #FFFFFF;
	background-color: #000033;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 175px;
}
#menu li ul a:hover {
	text-decoration: underline;
}
#menu ul {
	margin-top: 0px;
	padding-left: 0px;
}

#menu li ul {
	display: none;
	top: 16px;
	position: absolute;
	left: 0;
}
#menu li:hover ul { display: block; }
#content-container {
margin-left: 90px;
margin-top: 15px;
}
#content-left {
margin-top: 10px;
float: left;
text-align: center;
width: 200px;
height: 100%;
}
#content-right {
margin-top: 10px;
margin-left: 190px;
width: 550px;
padding-left: 25px;
padding-right: 25px;
min-height: 300px;
}

#footer {
margin-top: 0px;
width: 950px;
height: 174px;
background: #35383c url("./images/footer.png") no-repeat;
padding: 10px;
}

.services_menu ul {
}
.services_menu li {
list-style-type: none;
text-align: center;
margin-left: 12px;
margin-right: 12px;
}

hr {
height: 12px;
background: #8b4c4c url('./images/hr.gif') repeat-x;
border: 0px;
width: 95%;
}

input {
	border: 1px solid #000000;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #35383c;
}
textarea {
	border: 1px solid #000000;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #35383c;
}

.button {
border: 2px solid #000000;
text-align: center;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
color: #FFFFFF;
text-decoration: none;
background-color: #35383c;
width: 125px;
margin-left: auto;
margin-right: auto;
}

.button:hover {
text-decoration: none;
}
a {
color: #FFFFFF;
}
a:hover {
text-decoration: none;
}

.cal-day {
background-color: #35383c;
color: #FFFFFF;
}
.mini-cal {
margin-left: auto;
margin-right: auto;
background-color: #000000;
}
#tcwki img {
border: 0px;
float: right;
margin-right: 15px;
padding-bottom: 15px;
}
#tcwki {
margin-top: 25px;
border: 0px;
width: 100%;
position: relative;
}