﻿html
{
	height:100%;
	padding-bottom: 1px;
}

body
{
	background-color:#fff;
	color: #343434;
	font-family: Calibri, verdana, arial;
	font-size: 100%;
	margin: 0;
	text-align:center;
}

hr
{
	color: #A0A0A0;
	background-color: #A0A0A0;
	height: 1px;
}

h2
{
	text-decoration:underline;
	font-size: 1.2em;
}

h3
{
	text-decoration:underline;
	font-size: 1.1em;
}

.heading
{
	/*text-decoration:underline;*/
	font-size: 1.2em;
	font-weight:bold;
}

.heading2
{
	/*text-decoration:underline;*/
	font-size: 1.1em;
	font-weight:bold;
}

.button 
{
	border: 0;
	padding-right:10px;
}

#wrapper
{
	background-color: #fff;
	background-repeat: repeat-x;
	width:100%;
	text-align:center;
	float:left;
	display:inline;
	position: relative;
}

#outercontainer
{
	width:1000px;
	margin: 0 auto;
}

#container
{
	background-color:#fff;
	width:1000px;
	float: left;
	text-align: left;
	background-repeat: repeat-y;
}

#header
{
	width: 1000px;
	background-color: #fff;
	margin: 0!important;
	padding: 0!important;
	height: 183px;
}

#header .logo
{
	width:460px; 
	margin: 0!important; 
	float:left; 
	display: inline; 
	position: relative;
	height: 183px;
}

#header .header
{
	width:540px; 
	background-color:#fff; 
	margin: 0!important; 
	float:left; 
	display: inline; 
	position: relative;
	height: 183px;
}

#contentspace
{
	width: 970px;
	padding-left:30px;
	float:left;
	background-image: url("img/left_right.gif");
}

#menuspace
{
	width: 1000px;
	float:left;
}


#footerspace
{
	width: 1000px;
	float:left;
	background-image: url("img/left_right.gif");
	background-repeat:repeat-y;
}

#footercontent
{
	padding-right:40px;
	padding-bottom:0px;
	float:right;
}

#maincontent
{
	padding-left:0px;
	padding-right:40px;
	/*margin: 15px 45px 15px 30px;*/
}

#outerfooter
{
	width:100%;
	text-align:center;
	float:left;
	display:inline;
	position: relative;
}

#footer
{
	height:50px;	
	margin: 0px auto;
	background-color: #fff;
	color: #9A121C;
	width:1000px;
	margin: 0 auto;
	background-image: url("img/bottom.jpg");
}

img
{
	border: 0;
}

.formentry
{
	border-color:black;
	border-width:1px;
	border-style: solid;
}

.formheader
{
	font-size: 105%;
	border-bottom-color:black;
	border-bottom-width:1px;
	border-bottom-style: solid;
}

.textbox
{
	color: #781351;
	border: 1px solid #781351
}

.outerphoto
{
	border-bottom:solid 1px #a0a0a0;
	margin-bottom:6px;
	background-color:#f0f0f0;
	width:450px;
	float:left;
	padding-left:2px;
	padding-bottom:2px;
	display:none;
}

.innerphoto
{
	padding-bottom:6px;
	border-top:solid 1px #a0a0a0;
	border-bottom:solid 1px #a0a0a0;
}

.innerphotoimg
{
	padding-right:5px;
}

table.timeslots 
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: #A0A0A0 #A0A0A0 #A0A0A0 #A0A0A0;
	border-collapse: collapse;
	background-color: white;
}

table.timeslots td 
{
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #A0A0A0 #A0A0A0 #A0A0A0 #A0A0A0;
	background-color: white;
	height:35px;
}