﻿/* CSS layout - Sacred Touch School*/
#masthead_main {
	background: rgb(255, 255, 255);
    height: 125px;
    z-index: 0;
}
#logo_main {
    float: left;
    top: 0px;
    left: 0px;
    z-index: 1;
}
#logo_phone {
    float: right;
    right: 5px;
    padding-left: 20px;
    padding-top: 35px;
    top: 0px;
    height: 35px;
    z-index: 1;
}
#top_nav {
	background: rgb(107, 66, 38);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	font-size: x-small;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	text-align: right;
} 
#top_nav a:link {
	color: rgb(224, 224, 224);
	text-decoration: none;
}
#top_nav a:visited {
	color: rgb(224, 224, 224);
	text-decoration: none;
}
#top_nav a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
#top_nav a:active {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
#page_title {
	background: rgb(255, 255, 255);
	background-image: url('images/st_page_title_bg.jpg');
	height: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
	font-size: x-large;
	font-weight: bold;
	text-indent: 15px;
	text-align: left;
	line-height: 45px;
}
#wrapper1 {
	position: relative;
	text-align: left;
	width: 100%;
}
#wrapper2 {
	position: relative;
	text-align: left;
	width: 100%;
	background-image: url("images/st_l_col_bg.gif");
	background-repeat: repeat-y;
	background-position: top left;
}
#container {
	position: relative;
	margin: 0px;
	padding: 10px;
}
#page_content {
    position: relative;
    top: 5px;
    padding: 0 240px;
}
#left_col {
    position: relative;
    float: left;
	top: 0px;
	left: 0px;
	margin: 0 0 -10px 0;
	z-index: 100;
}

#right_col {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 0 -10px 0;
	width: 190px;
	float: right;
	font-size: x-small;
	padding: 10px;
	z-index: 99;
}
#right_col table {
    width: 100%;
	border-style: solid;
	border-width: 1px;
	background-color: rgb(232, 232, 232);
}
.blue_table_head {  /*for right col table headers*/
	text-align: center;
	color: rgb(255, 255, 255);
	background-color: rgb(51, 102, 153);
	font-size: small;
	font-weight: bold;
	height: 35px;
}
.red_table_head {  /*for right col table headers*/
	text-align: center;
	color: rgb(255, 255, 255);
	background-color: rgb(204, 51, 51);
	font-size: small;
	font-weight: bold;
	height: 35px;
}
.yellow_table_head {  /*for right col table headers*/
	text-align: center;
	color: rgb(255, 255, 255);
	background-color: rgb(255, 130, 71);
	font-size: small;
	font-weight: bold;
	height: 35px;
}
#footer {
    clear: both;
    height: 43px;
    width: 100%;
    margin-top: 0px;
}
#footer_txt {
	background: rgb(255, 255, 255);
	background-image: url('images/st_footer_txt.gif');
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
	font-size: x-small;
	text-align: center;
	line-height: 18px;
}
#footer_graphic {
    background: rgb(255, 255, 255);
    background-image: url('images/st_footer_graphic.gif');
   	line-height: 25px;
}
/* text classes */
.center {
	text-align: center;
}
.text_box {
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px;
}
.indent1 {
	margin-left: 40px;
}
.indent2 {
	margin-left: 80px;
}
.indent3 {
	margin-left: 120px;
}
.caption {
	font-size: x-small;
}
/* common formatting */
body  {
    background: rgb(255, 255, 255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	height: 100%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(36, 102, 200);
	font-size: large;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(36, 102, 200);
	font-size: medium;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(36, 102, 200);
	font-size: small;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
}
li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
   	color: rgb(0, 0, 0);
    font-size: small;
}
ul {
	list-style-image: url(images/bullet01.gif);
}
ul ul {
	list-style-image: url(images/bullet02.gif);
}
ul ul ul {
	list-style-image: url(images/bullet03.gif);
}
hr {
    color: rgb(0, 0, 255);
}
a:link {
	color: rgb(0, 0, 255);
}
a:active {
	color: rgb(36, 102, 200);
}
a:visited {
	color: rgb(148, 34, 202);
}