@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
}

/* Classes / HTML */
body {
	background: #fff url(../img/bg_body.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #333;
}
body.home {
	background-image: url(../img/bg_body_home.png);	
}
.clear {
	clear: both;
}
.button {
	text-align: center;
	margin-top: 5px;
}
small {
	font-size: 10px;
}
strong {
	color: #1e752d;
	font-weight: bold;
}
p {
	margin-bottom: 1em;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1e752d;
	margin-bottom: 1em;	
}
.copy a {
	text-decoration: underline;
	color: #1e752d;	
}
.green {
	color: #1e752d;	
}
.border {
	border: 1px solid #1e752d;
	padding: 10px 40px;
}

/* Forms */
form .head {
	background: #105d1d;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 3px 40px;
}
form .head img {
	vertical-align: middle;
	padding-left: 5px;
}
form .body {
	background: #B3D737 url(../img/bg-form-body.jpg) repeat-x;
	padding: 10px 40px;
	margin-bottom: 10px;
}
form .required {
	float: left;
	margin-top: 4px;
	font-size: 11px;
}
form .submit {
	float: right;
}
input {
	margin-bottom: 5px;	
}
label {
	font-weight: bold;
	display: block;
	float: left;
	clear: left;
	width: 140px;
}
.textarea label {
	float: none;
	width: auto;
}
.text input {
	width: 270px;
}
textarea {
	width: 410px;
	height: 95px;
}
.ui-datepicker-trigger {
	vertical-align: middle;
	cursor: pointer;
}
.error-message {
	color: red;
	padding-left: 140px;
}
.textarea .error-message {
	padding-left: 0;
}


/* Layout */
body {
	text-align: center;
}
.container {
	text-align: left;
	width: 992px;
	margin: 0 auto;
}

.header {
	height: 96px;
}
.header .logo {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
.header .memberOf {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
}

.menu {
	background: #9acc15;
	padding-left: 25px;
	height: 30px;
	border-bottom: 2px solid white;
}
.home .menu {
	background-color: #A8D200;
}
.menu li {
	display: inline;
}
.menu li a {
	display: block;
	float: left;
	border-left: 2px solid white;
	padding: 7px 27px;
	color: #1e752d;
	text-transform: uppercase;
	font-weight: bold;
}
.menu li.last a {
	border-right: 2px solid white;
}
.menu li a.active, .menu li a:hover, .menu li.current a {
	color: #f7e81e;
	background: #1e752d;
}

.homeBanner {
	background: #1c752f url(../img/bg-home-banner.jpg) repeat-x;
	height:  250px;
}
.store {
	float: left;
	margin-left: 10px;
	margin-top: 42px;
	width: 371px;
	display: inline;
}
.nrma {
	float: left;
	margin-top: 10px;
	margin-left: 12px;
	width: 335px;
	display: inline;
}
.nrma p {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-right: 15px;
}
.bookAService {
	float: right;
	width: 264px;
}
.panel {
	background: url(../img/bg-panel.png) no-repeat;
	width: 212px;
	height: 220px;
	margin-top: 10px;
	margin-left: 30px;
}
.panel .copy {
	padding: 10px 4px 3px 18px;
}
.panel .copy h2 {
	color: #9acc15;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.boxes {
	margin-top: 10px;
}
.box {
	width: 283px;
}
.boxes .box {
	float: left;
	margin-right: 43px;
}
.right .box {
	margin-bottom: 15px;
}
.boxes .first {
	display: inline;
	margin-left: 25px;
}
.boxes .last {
	margin-right: 0;
}
.box .copy {
	border-left: 1px solid #3f7930;
	border-right: 1px solid #3f7930;
	padding: 10px;
}
#map_canvas {
	width: 281px; 
	height: 190px;
	border-left: 1px solid #3f7930;
	border-right: 1px solid #3f7930;
	overflow: hidden;
}
.boxes .box .copy {
	height: 135px;
}
.box .copy p {
	margin-bottom: 1em;
}

.bookServiceBox .copy {
	border-bottom: 1px solid #3f7930;
}

.content {
	padding-top: 15px;	
}

.left {
	float: left;
	width: 630px;
}
.left .copy h1 {
	padding-left: 15px;
}
.left .copy p {
	margin-bottom: 1em;
}

.right {
	float: right;
	width: 310px;
}

.col3 .left {
	width: 280px;
	margin-right: 50px;
	margin-left: 20px;
	display: inline;
	padding-top: 40px;
}
.col3 .middle {
	width: 280px;
	float: left;
	padding-top: 40px;
}
.col3 .right {
	margin-right: 20px;	
	display: inline;
}

.footer {
	text-align: center;
	margin-top: 10px;
	font-size: 10px;
	position: relative;
}
.footer .by {
	float: right;
	position: absolute;
	text-align: right;
	padding-right: 32px;
	right: 0;
}
.footer a {
	color: #1e752d;
	text-decoration: underline;
}


.copy ul {
	list-style-type: disc;
	margin: 0 0 1.5em 1.5em;
	padding: 0 0 1.5em 1.5em;
}