/* main UI */
body {
	margin:10px;
	padding:0px;
	font-family: verdana, helvetica, sans-serif;
	background:url(main_gradient.png) 0 0 repeat-x;
	background-color:#ffffff;
}

div.body {
	padding:10px;
	margin:20px;
}

a:link    { color:#4444aa; }
a:visited { color:#4444aa; }
a:hover   { color:#884488; }
a:visited:hover { color:#884488; }



/* header and the top menu */
table.header {
	padding:0;
	margin:0;
	border:0;
	width:100%;
	border-bottom:1px solid black;
}
table.header td.image {
	padding-left:30px;
	padding-right:30px;
}
table.header td.menu {
	padding:5px;
	text-align:center;
}
table.header td span.saying {
	font-size:1em;
	text-align:center;
	font-style:italic;
}
table.header td span.phone {
	font-size:1.4em;
	text-align:center;
}






/* the links on the index.php page */
table.index {
	margin-left:auto; margin-right:auto;
}
table.index td.top {
	margin-left:auto; margin-right:auto;
}
table.index td.main {
	margin-left:auto; margin-right:auto;
}
table.index td.right {
	vertical-align:top;
}

table.index_links {
	text-align:center;
	margin-left:auto; margin-right:auto;
}

table.index_links a {
	font-size:1.5em;
}

table.index_links td {
	padding:1px 10px 1px 10px;
}

table.index_links td.L {
	text-align:center;
}
table.index_locations {
	margin-left:auto; margin-right:auto;
	margin-bottom:10px;
}
table.index_locations td {
	margin:10px;
	padding:10px;
	font-size:1.1em;
	text-align:center;
	background:#eeeeee;
	border:1px solid #aaaaaa;
}
table.index_locations td span.city {
	font-size:1.5em;
	font-weight:bold;
}




div.emergency_phone {
	border:2px solid black;
	margin:10px;
	padding:10px;
	font-size:2em;
	text-align:center;
	width:30%;
	font-weight:bold;
}




/*
old stuff

table.none {
	border:0;
	margin:4px;
}
table.none td {
	border:0;
	padding:3px;
}
table.none th {
}


#box {
	margin:10 auto;
	background-color:#dddddd;
	width:740px;
	padding:10px;
	border:1px solid #888888;
}


table.main {
	border:1px solid black;
	margin:10px;
}
table.main td {
	border:1px solid #888888;
	padding:5px;
}
table.main th {
	background-color:#aaaaaa;
	color:#000000;
}
*/
