@charset "utf-8";
/* Artemis Computing - v2016 - contact */
/* assumes artemis v3 used for common, basic styles */

.wrapRowTop {
	background-color: #f5f5f5;
	display: block;
	padding-top: 10px;
}
.p7PM3-09 {
	background-color: #f5f5f5;
}
.addressBlockTop {
	color: #f5f5f5;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}

/*CURRENT MARK */
.p7PM3-09 ul li a.current_mark, .p7PM3-09 ul li a.pm3-link.current_mark:hover {
	border-color: #e8ece3;
	border-bottom-color: #e8ece3;
	background-color: #e8ece3;
	color: #000;
}

/* @group - main area */
.wrapRowMain0 {
	background-color: #f5f5f5;
}
.wrapRowMain0 .wrapContent {
	background-color: #f5f5f5;
	color: #000;
}


/* @end */


.wrapRowPgBotAddress {
	background-color: #3d6431;
}
.wrapRowPgBotAddress .wrapContent {
	text-align: center;
	background-color: #3d6431;
}
.wrapRowPgBotFoot {
	background-color: #3d6431;
}
.wrapRowPgBotFoot .wrapContent {
	background-color: #3d6431;
}

.paystmtbutton {
	background-image: url(assets/pay-stmt.png);
	background-position: 0px;
	height: 85px;
	width: 150px;
}
.paystmtbutton:hover {
	background-position: 150px;
}
/* add some styling to this */
.rightSidebar250 {
	border-left: 2px dashed #97ac80;
	font-size: .95em;
		color: #123569;
}
.rightSidebar250 h3 {
	margin-left: 20px;
}
dt {
	margin-top: 20px;
}

.simpleContactForm {
	margin: 10px;
	padding: 10px;
	font-size: .9em;
	line-height: 1.5em;
	color: #333;
}
.simpleContactForm .col1 {
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	text-align: right;
	margin: 0 10px 0 0;
}
.simpleContactForm input, .simpleContactForm textarea {	
	background-color: #f8ffff;
	background-image: linear-gradient(60deg, #fff 30%, #f0f0f0 98%);
	color: #000;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 6px 12px;
	margin: 3px;
	font-size: 1.2em;
	vertical-align: middle;
	display: inline-block;
}
.simpleContactForm select {
	background-color: #f8ffff;
	background-image: linear-gradient(60deg, #fff 30%, #f0f0f0 98%);
	color: #000;
	padding: 3px;
	margin: 3px;
	font-size: 1em;
	border: 1px solid #ccc;
}
.simpleContactForm .col1a{
	display: inline-block;
	width:150px;
	margin-left: 10px;
}
.simpleContactForm .col1b {
	display: inline-block;
	width:250px;
	margin-left: 10px;
}
.simpleContactForm .sendplain {
	border-radius: 6px;
	cursor:pointer;
   color: #18518e;
}
.simpleContactForm .sendmsg {
   background-color: #18518e;
	background-image: linear-gradient(0deg, #18518e 60%, #123569 100%);
	color: #fff;
	font-weight: 900;
	border-radius: 50%;
	padding: 10px 40px;
	cursor:pointer;
}
.simpleContactForm .sendmsg:hover, .simpleContactForm .sendplain:hover {
	background-image: linear-gradient(0deg, #8A0A03 0%, #330000 100%);
	color: #ffffcc;
}















