body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C6E02;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-image: url(../images/backgrounds/sunrise_background.jpg);
}
strong {
	font-weight: bold;
	font-size: 105%;
	font-style: italic;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8c6e02;
	padding-left: 10px;
}
.breadcrumbsHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005952;
	padding-left: 10px;
	font-weight: bold;
}


h1 {
	font-size: 21px;
	color: #8C6E02;
	border: medium solid #005952;
	background-color: #EFE574;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

h2 {
	font-size: 18px;
	color: #008C82;
	background-image: url(../images/background_header/h2_bkg.jpg);
}

h3 {
	font-size: 12px;
	color: #8C2F02;
	font-style: italic;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}
.phonenum {
	font-size: 24px;
	color: #CC9900;
	font-weight: bold;
	font-style: italic;
}

p {
	font-size: 11px;
	color: #8C6E02;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 1px;
	padding-left: 25px;
	margin: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	list-style-type: circle;
	color: #725538;
}
.copyright {
	font-size: 9px;
	color: #8C6E02;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #660000;
	font-size: 12px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #660000;
}



.pic_margin {
	border-top-color: #000000;
	border-right-color: #E2CE89;
	border-bottom-color: #E2CE89;
	border-left-color: #000000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 1px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}



.class1 A:link {
	color: #725538;
	text-decoration: none;
}
.class1 A:visited {
	color: #725538;
	text-decoration: none;
}
.class1 A:active {
	color: #FF0000;
	text-decoration: underline;
}
.class1 A:hover {
	text-decoration: underline;
	color: #BB9977;
}

.class2 A:link {
	text-decoration: none;
	color: #FFFF00;
}
.class2 A:visited {
	text-decoration: none;
}
.class2 A:active {
	text-decoration: underline;
	color: #CC9900;
}
.class2 A:hover {
	text-decoration: underline;
	color: green;
}

a:link {
	color: #8C6E02;
	text-decoration: underline;
}

a:visited {
	color: #8C6E02;
	text-decoration: underline;
}

a:hover {
	color: #005952;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #CC9900;
	text-decoration: underline;
}
