/* Font Sizing */
body { font-size: 62.5%; } /* Targets Internet Explorer - Windows */
html>body { font-size: 10px; } /* Targets other browsers */
html>body #clearmenu { margin-bottom: 2px; } /*Non-IE broswers menu bottom spacing */
/*\*/ * html ul {
	position: relative;
}/**/

/*\*/ * html div {
	height: 1%;
}/**/

#pathway  { font-size: 0.8em; }
#pagetitle{ font-size: 2.25em; font-weight: bold; }
#subtitle { font-size: 1.5em;  font-weight: bold; font-style: italic;}
#footer   { font-size: 0.85em; }
#content, #contenthome, #contentform, #contentsplit { font-size: 1.1em; }
#content h1, #contenthome h1, #contentform h1, #contentsplit h1 { font-size: 1.75em; font-weight: bold; }
#content h2, #contenthome h2, #contentform h2, #contentsplit h2 { font-size: 1.5em;  font-weight: bold; }
#content h3, #contenthome h3, #contentform h3, #contentsplit h3 { font-size: 1.4em;  font-weight: bold; font-style: italic; color: #666666; }
#content h4, #contenthome h4, #contentform h4, #contentsplit h4 { font-size: 1.3em;  font-weight: bold; }
#content h5, #contenthome h5, #contentform h5, #contentsplit h5 { font-size: 1.2em;  font-weight: bold; color: #66666; }
#content h6, #contenthome h6, #contentform h6, #contentsplit h6 { font-size: 1.1em;  font-weight: bold; font-style: italic; color: #33333; }
#rightColumn, #leftColumn, #rightColumn2      { font-size: 1.0em; }
#rightColumn h1, #leftColumn h1, #rightColumn2 h1 { font-size: 1.5em;  font-weight: bold; }
#rightColumn h2, #leftColumn h2, #rightColumn2 h2 { font-size: 1.25em; font-weight: bold; }
#rightColumn h3, #leftColumn h3, #rightColumn2 h2 { font-size: 1em;    font-weight: bold; font-style: italic; }
#passwordArea h2 {font-size: 1.25em; font-weight: bold; }
#contenthome .miniCal h2 { font-size: 1.2em; font-weight: bold; color: rgb(242,88,48);}
th { font-size: 1.1em; font-weight: bold;}
fieldset {font-size: 1em;}

/* General HTML body styling */

body {
	text-align: center;
	/*position: relative;*/
	position: absolute;
	top:10px;
	bottom: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: rgb(46,139,149); /*dark teal*/
}

p { line-height: 1.35em; }
	
a { 
    text-decoration: none;
	color : rgb(46,139,149); /*dark teal*/
} 

a:hover {
    text-decoration: underline;
	color: rgb(231,99,24); /*light orange*/
	cursor: pointer; 
}
a:active {
    text-decoration: none;
    color: rgb(222,24,24); /*dark orange*/
}

img {
	border: 0px none; 
	text-decoration: none;
}

hr { 
	border-top: 1px solid rgb(222,24,24); /*dark orange*/
	height : 1px; 
	padding-left: 3px;
	padding-right: 3px
}

ul {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	padding-bottom: 2px;
	padding-left: 20px;	
}

a.link2 {
    text-decoration: none;
    color: rgb(128,184,191) /*medium teal */
}
a.link2:hover {
    text-decoration: underline;
    color: rgb(231,99,24) /*light orange*/
}


/* Style forms */
form {text-align: left;}

fieldset {
    border: 1px solid rgb(46,139,149);
    /*width: 20em;*/
}
   
legend {
   color: #FFFFFF;
   background: rgb(242,88,48);
   border: 1px solid rgb(46,139,149);
   padding: 2px 6px;
}

option.gray {
    background-color: #CCCCCC;
}


#signupFormTable input {
	color: #333333;
	background: rgb(226,248,248);
	border: 1px solid rgb(46,139,149);
}

.submitButton {
	color: #000000; font-style: bold; font-size: 120%;
	background: rgb(239,165,82);
	border: 2px outset rgb(46,139,149);
}

textarea {
	border: 1px solid rgb(46,139,149);
}

/* Style main divs */
#container {
    float: left;
	/*position: relative;*/
	/*margin: 0 auto;
    text-align: left;
    width: 100%;
	background-color: #FFFFFF;	
}

#headerbox {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	/*width: 756px;*/
	width: 100%;
	height: 85px;
}

#topBorder {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 5px;
	font-size: 0;
	overflow: hidden;
	background-color: rgb(46,139,149);
	background-image: url('http://www.sccovenantkeepers.com/images/topborder.gif');
	background-repeat: no-repeat;
}

#header {
	position: relative;
	/*position: absolute;
	top: 0;
	left: 0;  */
	width: 100%;
	height: 100%;
	/*position: absolute;
	z-index: 0;*/
	width: 100%;
	height: 80px;
	text-align: left;
	background-color: rgb(222,24,24); /*dark orange*/
	background-image: url('http://www.sccovenantkeepers.com/images/scckheader.gif');
	background-repeat: no-repeat;
}

#pathway {
	position: relative;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
	color: #666666;
}

#containerContent {
	float: left;
	width: 100%;
	background-color: white;
	position: relative;
	right: 20%;
}

#content {
	float: left;
	width: 78%;
	position: relative;
	left: 22%; /*update when added to html*/
	
	/*margin-bottom: 5px;*/
	text-align: left;

	background-color: white;
	border-right: 1px solid #cccccc;
	overflow: hidden;
}

#containerContentHome {
	float: left;
	width: 100%;
	background-color: white;
	position: relative;
	right: 20%;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#contenthome {
    float: left;
    width: 55.75%;
	position: relative;
	left: 85.75%;
	top: 2%;
	text-align: left;

	background-color: white;
	overflow: hidden;
}
#contentsplit {
	position: relative;
	margin-left: 215px;
	text-align: left;
	padding: .5em;
	padding-top: 1em;
	background-color: #FFFFFF;
	min-height: 750px;
	height: auto !important;
	/*height: 550px;*/
	height: 750px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#contentform {
	position: relative;
	font: 80%;
	margin-bottom: 5px;
	text-align: left;
	padding: .5em;
	padding-top: 1em;
	background-color: #FFFFFF;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

#content h2, #contenthome h2, #contentform h2, #contentsplit h2 { 
	margin-top: 10px;
	margin-bottom: 2px;
} 

#content h3, #contenthome h3, #contentform h3, #contentsplit h3 { 
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
} 

#contenthome p {
	min-height: 55px;
	height: auto !important;
	height: 55px;
	background-image: url('http://www.sccovenantkeepers.com/images/rainbowcross.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	border-bottom: 1px solid rgb(222,24,24);
}

.miniCal {
    margin: 5px 10px 5px 0;
    padding: 0;
	float: left;
	display: inline;
}

.miniCal h2 {
	text-align: center;
}

.miniCal th {
	color: #666666;
}

#contenthome .miniCal {
	margin: 5px 0px 20px 40px;
}

#content ul, #contenthome ul, #contentsplit ul {
	margin-bottom: 5px;
}
#content li, #contenthome li, #contentsplit li {

	/*background-image: url('http://www.sccovenantkeepers.com/images/square2c.gif');*/
	background-image: url('http://www.sccovenantkeepers.com/images/rainbowcrossbullet.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
	padding-left: 15px;
	padding-bottom: 2px;
}
#content ol, #contenthome ol, #contentsplit ol {
    list-style-type: none;
}

#pagetitle {
	color: rgb(46,139,149);
	position: relative;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
}

#subtitle {
	color: rgb(156,198,198);
	position: relative;
	text-align: right;
	border-bottom: 2px inset rgb(222,24,24);
	padding-bottom: 3px;
}

#containerLeftColumn {
	float: left;
	width: 100%;
	background-color: white;
	position: relative;
	right: 59.75%;
	border-right: 1px solid #cccccc;	
}

#leftColumn {
	float : left;
	width : 16%;
	position: relative;
	left: 81.75%;
	top: 2%;
	text-align: left;
	background-color: white;
	overflow: hidden;
}	

#containerRightColumn {
	float: left;
	width: 100%;
	background-color: white;
	overflow: hidden;
	position:relative;	
}

#rightColumn {
	float: left;
	width: 16%;
	position: relative;
	left: 86.75%;
	top: 2%;
	text-align: left;
	background-color: white;
	overflow: hidden;
}

#rightColumn2 {
	float: left;
	width: 16%;
	position: relative;
	left: 24%;
	top: 2%;
	text-align: left;
	background-color: white;
	overflow: hidden;
}

#leftColumn p, #rightColumn p, #rightColumn2 p {
	margin: .15em 0 .2em 0;
	padding-left: 2px;
	padding-right: 2px;
}

#leftColumn h2, #rightColumn h2, #rightColumn2 h2 { 
	margin: .15em 0 .2em 0;
	border-bottom: 1px dotted #cccccc;
	padding-left: 2px; 
	padding-right: 2px;
	line-height: 1.35em;
}
#leftColumn h3, #rightColumn h3, #rightColumn2 h3 {
	margin: .5em 0 .2em 0;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 10px;
}

#lcheader {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-image: url('http://www.sccovenantkeepers.com/images/news.gif');
	background-color: rgb(247,148,57);
	background-repeat: no-repeat;
	background-position: left top;
}
#rcheader {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%
	background-image: url('http://www.sccovenantkeepers.com/images/SD2009.jpg');
/*	background-image: url('http://www.sccovenantkeepers.com/images/SDteach.gif'); */
	background-color: rgb(156,198,198);
	background-repeat: no-repeat;
	background-position: left top;
}
#rcheader2 {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
/*	background-image: url('http://www.sccovenantkeepers.com/images/enroll.gif');*/
	background-image: url('http://www.sccovenantkeepers.com/images/enroll3.jpg');
	background-color: rgb(156,198,198);
	background-repeat: no-repeat;
	background-position: left top;
}

#lctopimage {
	display: block;
	/*width: 150px;*/
	width: 100%;
	height: 76px;
	background-image: url('http://www.sccovenantkeepers.com/images/news.gif');
	background-color: rgb(247,148,57);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor: pointer;
}
   
#lctopimage:hover {
	display: block;
	/*width: 150px;*/
	width: 100%;
	height: 76px;
	background-image: url('http://www.sccovenantkeepers.com/images/newshover.gif');
	/*background-color: rgb(247,148,57);*/
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}

#rctopimage {
	display: block;
	width: 100%;
	height: 76px;
	background-image: url('http://www.sccovenantkeepers.com/images/SD2009.jpg'); 
/*	background-image: url('http://www.sccovenantkeepers.com/images/SDteach.gif');*/

	background-color: rgb(156,198,198);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor: pointer;
}

#rctopimage:hover {
	display: block;
	width: 100%;
	height: 76px; 
	background-image: url('http://www.sccovenantkeepers.com/images/SD2009hover.jpg'); 
/*	background-image: url('http://www.sccovenantkeepers.com/images/SDteachhover.gif');*/
	/*background-color: rgb(156,198,198);*/
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor: pointer;
}

#rctopimage2 {
	display: block;
	width: 100%;
	height: 76px;
	background-image: url('http://www.sccovenantkeepers.com/images/SDteach.gif');
	background-color: rgb(156,198,198);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor: pointer;
}

#rctopimage2:hover {
	display: block;
	width: 100%;
	height: 76px; 
	background-image: url('http://www.sccovenantkeepers.com/images/SDteachhover.gif');
	/*background-color: rgb(156,198,198);*/
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor: pointer;
}

#rcbotimage {
	display: block;
	width: 100%;
	height: 76px;
	background-image: url('http://www.sccovenantkeepers.com/images/enroll3.jpg');
	background-color: rgb(156,198,198);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor: pointer;
}

#rcbotimage:hover {
	display: block;
	width: 100%;
	height: 76px; 
	background-image: url('http://www.sccovenantkeepers.com/images/enrollhover3.jpg');
	/*background-color: rgb(156,198,198);*/
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor: pointer;
}

#leftColInfo ul { 
	padding-left: 0;
	margin-left: 0;
}

#leftColInfo ul a:hover {
    background:#DCF8F6;   
}

#leftColInfo li, #rightColInfo li {
	/*background-image: url('http://www.sccovenantkeepers.com/images/square2c.gif');*/
	background-image: url('http://www.sccovenantkeepers.com/images/rainbowcrossbullet.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-bottom: 2px;
}

#rightColInfo ul { 
	padding: 0;
	margin-left: 0;
}

#rightColInfo ul a:hover {
    background:#DCF8F6;   
}

#classExampleTable {
	margin: 0 auto;
	padding: 10px;	
}

#classExampleTable table {
	width: 100%;
	border: 0px none;
	cellpadding: 1.5em;
	color: black;
	background-color: white;
}

#classExampleTable th, #classExampleTable tr, #classExampleTable td {
}

#classExampleTable th {
	border-bottom: 1px solid #cccccc;
}

#calendarTable {
	margin-top: 1em;
}

#calendarTable table {
	border: 1px solid #333333; /*dark grey*/
	cellpadding: .1em;
	width: 100%;
	color: #333333; /*dark grey*/
	/*background-color: rgb(107,206,214); light turquoise*/
	background-color: #cccccc; /*light grey*/
}

#calendarTable a {
	color: #870E6B; /*magenta*/
}

#calendarTable a:hover {
	color: rgb(231,99,24); /*light orange*/
}

#calendarTable th {
	color: white;
	background-color: rgb(242,88,48); /*medium orange*/
}
	
#calendarTable tr {
	background-color: rgb(107,206,214); /*light turquoise*/
}

#calendarTable td {
	background-color: rgb(226,248,248); /*very very light turquoise*/
}
	
#classFormTable {
	clear: both;
}	

#footer {
	/*position: relative; */
	display: block;
	clear: both; 
	float: left;
	text-align: left;
	margin: 0 auto;
	/*width: 756px;*/
	width: 100%;
	height: 42px;
	line-height: 1.0em; 
	background-color:#FFFFFF;	
	/*padding-top: 3px;
	padding-bottom: 0px;*/
	padding: 0;
	border-top: 1px solid rgb(222,24,24);
}

#footer p {
	margin: 0 auto;
    padding: 0;
	padding-left: 10px;
}
#footerbox {
	margin: 0 auto; 
	padding: 0; 
	/*position: relative; */
	display: block;
	width: 100%;
	height: 88%;
}

b.rbottom {
	display:block;
	/*position: relative;*/
	width:100%; 
	height: 5px;
	margin: 0 auto; padding: 0;
	background: rgb(46,139,149); /*background color same as that of page */
}

b.rbottom b {
	display:block; 
	/*position: relative;*/
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 1px; 
	overflow:hidden;
	background: rgb(255,255,255);
}

b.rbottom b.r1{margin: 0 5px; padding: 0; width: 98.68%;} /*was 746*/
b.rbottom b.r2{margin: 0 3px; padding: 0; width: 99.21%;} /*was 750*/
b.rbottom b.r3{margin: 0 2px; padding: 0; width: 99.47%;} /*was 752*/

b.rbottom b.r4, b.rbottom b.r5 {
	margin: 0 1px; padding: 0;
	width: 99.74%; /* was 754 */
}

.normaltext {
    color: black;
    font-weight: normal;
}
.errortext {
    color: rgb(224,24,24);
    font-weight: bold;
}

#passwordArea {
	margin: 25px;
	padding: 10px;
	border: 3px inset rgb(222,24,24);
	background-color: rgb(226,248,248);
	color: #333333;
}

#passwordButton, #backButton {
	color: #FFFFFF;
	background-color: rgb(231,74,0);
	font-style: bold;
}
#adminButton {
	float: right;
	margin: 10px 0 0 0;
	border: 2px outset rgb(222,24,24);
}
#locationmap {
	margin: 0 auto;
	text-align: center;
}
#searchbox {
	float: right;
	margin: 0 2px;
}

.theatreentry p {
	clear: left;
}

.theatreentry img {
	float: left;
}

.theatreentry .theatresidebar {
	display: inline;
	float: left;
	padding-left: 5px;
}

.theatreentry .theatresidebar h6 {
	clear: left:
}
.theatreentry hr {
	clear: both;
}
