 /* CSS Document */

body {
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	margin: 0px;
	line-height: 18px;
	background-color: #57537D;
}

p {
	text-indent: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	color: #99CC00;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h2 {
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #99CC66;
	margin-bottom: 2px;
	margin-top: 4px;
	font-style: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	color: #81ba1e;
}

a:link {
	color: #FFFFFF;
}

a:hover {
	color: #85CE25;
}

a:visited {
	color: #99CC66;
}

#addressrow td {
	background-color: #676767;
	border-top: 1px solid #3C3564;
	border-bottom: 1px solid #3C3564;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
}

#maincontentcell {
	background-image: url(assets/images/justcontentbkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.captioncell {
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
}
#addresscell {
	padding-left: 65px;
}

.list1 {
	color: #FFFFFF;
	margin-top: 14px;
	text-align: justify;
}

.list1 li {
	color: #FFFFFF;
	margin-bottom: 9px;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#teasertable{
	width:164px;
	margin:0px 0px 20px 0px;
	}

#contactForm{
	background:#676767;
	border:2px solid #333333;
	padding:0px 10px 10px 10px;

}
#contactForm input, textarea{
	margin:5px 0px 5px 0px;
	width:130px;
	padding:5px 3px 5px 3px;
}
#contactForm .submit{
	height:25px;
	padding:0px;
	width:140px;
}
.contactTitle{
	color:#DD8F20 !important;
	font-size:19px;
	line-height:14px;
	padding:6px 6px 6px 6px;
	margin:5px 0px 5px 0px;
	text-align:center;
	text-transform: uppercase;
}

/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:4 -Cayennederose
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin:0;
	padding:0;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #FFFFFF;
}
#p7PMnav ul {
	z-index: 10000;
}
 
/* these are the menu styles */
 
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #333333;
	padding: 12px 9px 12px 7px;
	color: #FFFFFF;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #57537D;
	border-right: 1px solid #57537D;
	border-left: 1px solid #57537D;
	line-height:1;
	text-align: center;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #847FB3;
	border-top: 1px solid #D1CFDA;
	border-left: 1px solid #D1CFDA;
	color: #000000;
	letter-spacing: .01px;
	border-right-color: #57547D;
	border-bottom-color: #57547D;
}
 
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */
 
/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:hover {
	background-image:  url(assets/images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover {
	background-image:  url(assets/images/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #5F5C85;
	border-top: 1px solid #847FB3;
	border-left: 1px solid #847FB3;
	color: #000000;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/* Top level menu width */
#p7PMnav {
	width: 160px;
}
 
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 160px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #666666;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #E83A00;
}
