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

	Licensed under GPL and MIT.
*/

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

body {
	
	color:			#465E6b;
	font: 	14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

a {
	color:			#465e6b;
	text-decoration:underline;
}
	a:hover {
		text-decoration:underline;
	}
	a:focus {
		outline: 1px dotted;
	}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2 {
  margin: 			0;
  padding: 			0;
}
h2 {
  border-bottom: 	1px solid #2A7626;
  color: 			#2A7626;
  font-size: 		18px;
  margin-bottom: 	10px;
  width: 			100%;
}
h3 {
	font-family: 	Tahoma;
	font-size: 		13px;
	font-weight: 	bold;
	margin: 		0 0 2px 0;
}

/* Paragraphs */

.content p {
	padding-left:	20px;
}

/* Righthand Side */

#content-sec h3.header{
  background: 		url(../img/contactheader.png) no-repeat;
  height:			39px;
  margin-top: 		-39px;
  text-indent:		-9999px;
}
#content-sec form{
  font-family:		Arial;
  padding: 			0 30px 30px;
}
#content-sec span{
  font-size:		11px;
  color: 			black;
}
#content-sec input, #content-sec textarea{
  font-family: 		Arial;
  font-size: 		13px;
}

/* Footer */
#footer {
  color: 			white;
  font-family: 		Arial;
  font-size: 		12px;
  text-align:		center;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

h3 { margin-bottom: 5px; }
