body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;   
	text-align:center; /*For IE6 Shenanigans*/
	background-color:#ffffff;
}

/************** tk styles ******************/
*{
   margin:0;
   padding:0;
}
p {
	margin: 5px 0px 10px 0px;
}
ul {
	margin: 0px 0px 20px 25px;
}
ol {
	margin: 0px 0px 20px 25px;
}
h1 {
	margin: auto;
	font-size: 22px;
	color: #4B86A7;
	line-height: 20px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
}
.headINT {
	background-image:url(images/head-interior.gif);
	width: 900px;
	height: 187px;
	position: relative;
}
.headHome {
	width: 900px;
	height: 25px;
	position: relative;
	background-color: #000000;
}
.navTop {
	position: absolute;
	bottom: 5px;
	padding-left: 50px;
	border: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
}
.navTop a:link, .navTop a:visited, .navTop a:active {
	padding-right: 25px;
	color: #ffffff;
	text-decoration: none;
}
.navTop a:hover {
	color: #dbb34d;
}
.navMain {
	background-image:url(images/nav-bg-btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.navMain td {
	text-align: center;
}
.navMain div {
	padding: 5px 0px 5px 0px;
}
.navMain a:link, .navMain a:visited, .navMain a:active {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.navMain a:hover {
	color: #000000;
}
.sunriseBody {
	background-color: #ffffff;
	padding: 15px 10px 15px 30px;
	background-image:url(images/bottom-bar.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.SunriseCopyHome {
	color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float:left;
	line-height: 18px;
	width: 100%;
}
.SunriseCopy {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float:left;
	line-height: 18px;
	width: 100%;
}
.SunriseCopyImg {
	padding-bottom: 20px;
	padding-left: 25px;
	float: right;
}
/* interior nav */
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 2px;
}
#navlist ul {
	margin: 0px;
}
.Package {
	background-color: #F3E4C3;
	border: solid 1px #000000;
	padding: 20px;
	margin: 10px 0px 10px 0px;
	color: #000000;
	width: 400px;
}
.rightCol {
	float:right;
	width: 470px;
	padding: 10px;
	border: solid 1px #000000;
	background-color:#F3E4C3;
	color: #000000;
	margin-left: 20px;
	margin-top: 20px;
}
.rightCol td {
	padding: 2px;
}
.special { /* this is for the hidden field in the forms to help prevent spam */
display:none;
}
/***** COLUMN 3 AND 4 USED WHEN INSIDE SINGLE COLUMN FOR SHORT SEGMENT OF 2 COLUMNS ****/
#column3 { 
	float: left;
	width: 200px;
	margin-right: 10px;
	padding: 10px;
	}
#column4 { 
	margin: 0;
	float: left;
	width: 200px;
	height: 1%; /* hack */ 
	padding: 10px;
	} 
#column5 { 
	float: left;
	width: 150px;
	margin-right: 10px;
	padding: 10px;
	}
#column6 { 
	margin: 0;
	float: left;
	width: 150px;
	height: 1%; /* hack */ 
	padding: 10px;
	} 