@charset "utf-8";
/* CSS Document */
body  {
	color:#000033;
	background-color: #d6d8b1;
	text-align:center;
	font: 0.8em Verdana, arial, sans-serif;
	margin: 0; 
	padding: 0;
}
p {
	padding: 0.25cm;
	border-width: 2px;
	color:#000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
  }
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000033;
	margin-left: 2px;
	margin-right: 2px;
}

a {
	color: #f6f7e4;
	font-weight:600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {font-size: 1.8em; padding:0.2em 0.3em;
}
h2 {
	font-size: 1.3em;
	color: #FFFFCC;
}
h3 {
	font-size: 1.3em;
	color: #663300;
}  
h4, h5, h6{
	font-size: 1em;
	color: #666699;
} 
#container {
	width: 68%;
	margin: 0 auto;
	border-top: thick solid  #d6d8b1;
	border-right: thick double  #d6d8b1;
	border-bottom: thick solid  #d6d8b1;
	border-left: thick double  #d6d8b1;
	text-align: left;
	background-color: #000033;
} 
#header {
	background-image: url(../Templates/images/scthead.gif);
	background-repeat: no-repeat;
	background-position:center;
	height:200px;
	background-color: #000033;
	padding-bottom: 25px;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#content{
	padding:10px;
	background-color: #000033;
	text-align: center;
}
#sidebar {
	float: left;
	top: 242px;
	left:301px;
	padding: 10px 0 0 5px;
	color: #FFFFFF;
	text-align: left;
	position:absolute;
	height: 360px;
	width:195px;
}
#sidebar h3, #sidebar p {
	margin-left: 10px; 
	margin-right: 5px;
}
.nav, .nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
.nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : #d6d8b1;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:small;
		font-weight : 500;
		text-decoration : none;
		background-color : #000033;
		border : 1px solid #000033;
		padding : 0 0.5em;
	}
.nav li a:hover {
		color: #000033;
		background-color: #d6d8b1;
	}
	
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
		left: -999em;
	}	
	
.nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
	background-color: #000033;
	}
	
.nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
.nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}

	
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


#mainContent {
	margin: 0 10px 0 20em;
	background-color: #777d3f;
	width: 62%;
	top: 200px;
	min-height: 400px;
	border-top: thick solid  #d6d8b1;
	border-right: thick double  #d6d8b1;
	border-bottom: thick solid  #d6d8b1;
	border-left: thick double  #d6d8b1;
	color: #FFFFFF;
} 
#bcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: capitalize;
	color: #d6d8b1;
	text-align: center;
	vertical-align: text-bottom;
}
#bcrumb a:link, #bcrumb a:visited {
	color: #d6d8b1;
}
#footer{
	background-position:bottom;
	background-repeat:no-repeat;
	min-height: 120px;
	background-image: url(/Templates/images/footsct.jpg);
}
.footerp {
	font: 500 x-small  Geneva, Arial, Helvetica, sans-serif;
	color: #777d3f;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p.c {text-align: center;}
  
.box { background-color:#fff;border-color:#C0E793; border-style:inset;margin-bottom:5px; }
.box h2 { padding:0; margin:0; color:#FFF; font-size:20px; border-bottom:1px solid #A07850; }

.boxcontent {
	padding:0.5em;
	margin:2px;
	background-color: #FFFFFF;
}

b.rtop, b.rbottom { display:block; background-color:#36566D; }
b.rtop b, b.rbottom b { display:block; height:1px;
overflow:hidden; background-color:#406480; }
b.r1 { margin:0 5px; }
b.r2 { margin:0 3px; }
b.r3 { margin:0 2px; }
b.rtop b.r4, b.rbottom b.r4 { margin:0 1px; height:2px; }
.next{color:#a7defc;
}

.box1 {
	font-style: italic;
	margin: 2px;
	padding: 3px;
	width: 98%;
	border: 1px inset #CCCC99;
	text-indent: 10px;
	white-space: normal;
	float: none;
	font-size: small;
}
.phone { font-weight:500; font-size:medium;
}
.legal{ font-size:x-small;
}
.name1{ font-size:x-small;font-weight:500;
}
.testimonial{font-style:italic; font-size:90%;
}
#info {height:400px;}
a.padded img {padding:0 10px 10px 0;}


form {
	background-color: #f6cca6;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
	color: #d6d8b1;
}
.titlebeige {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
	color: #CCCC99;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
  color: #d7c1cd;
}
.event{ font-size:14px;
font-style:italic;
font-weight:600;
color:#e1e4f5;
}
.titem{ font-size:14px;
font-style:normal;
font-weight:600;
color:#f6f7e4;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color:#d7c1cd;
  	color: #000033;
}
.content {color: #000033;
font-family: Arial;
font-size: 12px; 
}
.content2 {color: #f6f7e4;
font-family: Arial;
font-size: 12px; 
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.legal2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d6d8b1;
}
.box1 {
	border-color: #725166;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:500;
	color: #d6d8b1;
}

.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
  background-color: #777d3f;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d6d8b1;
    color: #000033; 
	font-weight: bolder;
	font-size: medium;
}
input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
	
.disclaimer{ font-size:x-small;
}
.calendar {
	font-weight: 600;
	line-height: 1.2em;
}
.kkbox {
	font: 400 small Arial, Helvetica, sans-serif;
	margin: 2px;
	padding: 1px;
	float: left;
	height: auto;
	width: auto;
	border: medium groove #000099;
	color: #FFFFCC;
}

