@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background: url(dancerbackGrey.gif);
}

a, input, textarea, .contact, .fit, .services, .footer a, .serv a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a {
	color: #5377a1;
}

a:hover {
	color: #8ab478;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

input:hover, textarea:hover {
	opacity: 0.8;
}

p, ul, ol, td {
	font-size: 15px;
}

#container {
	width: 753px;
	margin: 10px auto;
	border: 4px outset #999;
	background: #fff;
}

td.c1 {
	width: 155px;
	background-image:url(lineback.gif);
	background-position: left;
	background-repeat: repeat-y;
}

td.c2 {
	width: 598px;
	padding: 6px 12px;
}

td.c3 {
	padding: 0px 12px 12px 0px;
}

td.footer {
	border-top: 1px solid #ccc;
	background-color: #a0d18b;
	padding: 12px;
	line-height: 1.5em;
	font-size: 16px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #000;
	text-decoration: none;
}

.footer a:hover {
	color: #999;
}

table.nav {
	color: #5377a1;
	border-left: 5px solid #FFF;
}

td.nav {
	font-size: 16px;
}

.nav a:link, .nav a:visited, .nav a:active, .nav a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #5377a1;
}

table.serv {
	height: 132px;
	background-image: url(orangedots.gif);
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

.serv td {
	padding-left: 16px;
	font-size: 15px;
	font-weight: bold;
}

.serv a, .serv a:visited, .serv a:active {
	color: #000;
}

.serv a:hover {
	color: #999;
	padding-left: 16px;
}

img.frame {
	padding: 7px;
	border: 1px outset #999;
}

img.topleft {
	float: left;
	margin: 4px 1em 1em 0;
}

ul.nomarg {
	padding-top: 10px;
}

.caption {
	font-size: 14px;
}

.credit {
	font-size: 13px;
	font-style: italic;
}

td.leftpad {
	padding-left: 12px;
}

.services {
	padding: 10px;
	background-color: #ddd;
	border-top: 3px double #FFF;
	border-bottom: 3px double #FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.fit {
	margin: 5px 0px 10px 0px;
	padding: 16px;
	background-color: #ddd;
	border-top: 3px double #FFF;
	border-bottom: 3px double #FFF;
}

.contact {
	background-color: #ddd;
	border-top: 3px double #FFF;
	border-bottom: 3px double #FFF;
	margin: 20px;
	padding: 20px 0px 1px 0px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.contact:hover, .fit:hover, .services:hover {
	border-top: 3px double #5377a1;
	border-bottom: 3px double #5377a1;
}