/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5;
	color:#444;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

#formHold hr {
  border: 0 #4c8263 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  padding:0;
  margin: 10px 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 45px;
	line-height: 38px;
	font-weight:400;
	letter-spacing: -1px;
	color:#006f51;
	font-style:italic;
}

h2 {
	font-size: 20px;
	font-weight:500;
	line-height:26px;
	color:#006f51;
	padding: 0;
	margin-bottom: -10px;
	margin-top: 10px;
}

h3 {
	font-size: 18px;
	font-weight:900;
	line-height: 24px;
	color:#006f51;
}

h4 {
  font-size: 16px;
  font-weight:900;
  font-family:Arial, Helvetica, sans-serif;
  color:#006f51;
}

h5 {
  font-size: 14px;
  font-weight:900;
  font-family:Arial, Helvetica, sans-serif;
  color:#111;
}

h6 {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight:700;
  color:#888;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  padding-bottom: 15px;
}


/* `Styling
----------------------------------------------------------------------------------------------------*/

#footer p {font-size:12px; color:#555; font-family:Arial, Helvetica, sans-serif;}
#mainPhoneArea p {margin:0; padding:0;}

.menu p {color:#555; font-size:12px; font-family:Arial, Helvetica, sans-serif;  text-align:center;}
.menu h2 {color:#006f51; font-size:16px; font-family:Arial, Helvetica, sans-serif; text-align:center; font-family:Georgia, "Times New Roman", Times, serif;}

#quote h2 {text-align:center; color:#48423c; font-family:"Arial Black", Gadget, sans-serif; font-size:24px; line-height:26px;}
#quote h3 {text-align:center; font-weight:normal;}
#quote {text-align:center; font-weight:normal;}





/* `Links
----------------------------------------------------------------------------------------------------*/

A:link {text-decoration: none; color:#006f51; border-bottom: #d9e8a3 solid 1px;}
A:visited {text-decoration: none; color:#006f51; border-bottom: #d9e8a3 solid 1px;}
A:active {text-decoration: none; color:#006f51; border-bottom: #d9e8a3 solid 1px;}
A:hover {text-decoration: none; color: #8cc63f; border-bottom: #8cc63f solid 1px;}

#footer A:link {text-decoration: none; color:#006f51; border-bottom: hidden;}
#footer A:visited {text-decoration: none; color:#006f51; border-bottom: hidden;}
#footer A:active {text-decoration: none; color:#006f51; border-bottom: hidden;}
#footer A:hover {text-decoration: none; color: #111; border-bottom: hidden;}

A.menulink:link, A.menulink:visited, A.menulink:active {text-decoration: none; padding: 5px 8px; border-bottom: hidden; background-color:#dae7a2; color:#006f51; font-family:Georgia, "Times New Roman", Times, serif;}
A.menulink:hover {background-color:#006f51; color:#fff;}

A.downloadlink:link, A.downloadlink:visited, A.downloadlink:active {text-decoration: none; padding: 5px 8px; border-bottom: hidden; background-color:#d4ceb5; color:#006f51; font-family:Georgia, "Times New Roman", Times, serif;}
A.downloadlink:hover {background-color:#006f51; color:#fff;}

A.hirelink:link, A.hirelink:visited, A.hirelink:active {text-decoration: none; padding: 5px 8px; border-bottom: hidden; background-color:#b6b8ba; color:#000000; font-family:Georgia, "Times New Roman", Times, serif;}
A.hirelink:hover {background-color:#006f51; color:#fff;}

.grey {color:#CCC;}
.white {color:#FFF;}
.mainIntro {font-size:24px; line-height:30px; font-style:italic;}