@import url("reset-min.css");


/*

.purple { color: #8D0F6C; }
.lightpurple { color: #c687b5; }
.grey { color: #707070; }
.lightGreen { color: #c5d886; }
.green { color: #8bb10d; }

*/


html {
	height: 100%;
}


body, html {
	margin: 0;
	color: #707070;
	background-color: #c5d886;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	height: 100%;
	background-repeat: repeat;
	background-attachment: fixed;
}
#bg1 {
	background-image: url(patternTileBg1.gif);
}
#bg2 {
	background-image: url(patternTileBg2.gif);
}
#bg3 {
	background-image: url(patternTileBg3.gif);
}
#bg4 {
	background-image: url(patternTileBg4.gif);
}
.row {
	margin-left: 114px;
	overflow: auto;
	clear: left;
	}

.module {
	width: 320px;
	float: left;
	margin-right: 32px;
	}

.wide {
	width: 672px;
	}

address, p, td, h4, ol, ul, label, input { 
	font-size: 12px;
	line-height: 14px;
	font-style: normal; 
	font-weight: normal; 
	color: #707070;
	margin-bottom: 12px;
	}

address { 
	border-top: #8D0F6C 8px solid;
	width: 672px;
	margin-left: 114px;
	margin-top: 32px;
	padding-top: 12px;
	}

address .org { 
	display: none;
	}

h1 a{
	text-indent: -9999px;
	height: 48px;
	background-image: url(leftfield-logo.png);
	background-repeat: no-repeat;
	margin: 0 0 12px 20px;
	display: block;
	}


h2 {
	padding-left: 114px;
	font-weight: bold; 
	font-size: 20px; 
	line-height: 20px;
	color: #8bb10d;
	}

h4 { 
	font-weight: bold; 
	font-size: 14px; 
	line-height: 14px;
	color: #8D0F6C;
	}
h3 { 
	font-weight: bold; 
	font-size: 20px; 
	line-height: 20px;
	margin-top: 24px;
	margin-bottom: 12px;
	padding-bottom: 4px;
	color: #8D0F6C;
	border-bottom: #c687b5 8px solid;
	}

h3.top {
	margin-right:114px;
	}

b, strong {
	font-weight: bold;}
	
a { 
	color: #8bb10d;
	text-decoration: none; 
	}
a:hover { 
	text-decoration: underline; 
	}

a.button { 
	background: #8bb10d;
	color: #fff;
	padding: 6px 8px;
	text-decoration: none; 
	}
	
a.button:hover { 
	color: #c5d886;
	background: #8bb10d;
	text-decoration: none; 
	}
	
li {
	background: url(li.png) no-repeat left center;
	padding-left: 12px;}
	
hr { 
	border: 0;
	background-color: #c687b5;
	height: 4px;
	margin-bottom: 12px;
	}

.page {
	background: #fff; 
	position: relative;
	padding-top: 32px;
	padding-bottom: 32px;
	}
	
.stretch {
	margin: 0 auto;
	background: #fff; 
	width: 900px;
	min-height: 100%;
	}
	
	
.first { margin: 32px 0;}
form {
	display: block;
	border-top: 8px solid #8bb10d; 
	padding: 12px 0;
	width: 672px;
}	

	
label, .radio {
	display: block;
	border-bottom: 4px solid #c5d886; 
	padding-bottom: 4px;
	margin-bottom: 12px;
	font-weight: bold;
	}	

.radio {
	padding-bottom: 12px;
	}	

.radio label {
	display: inline;
	border-bottom: 0; 
	padding: 0;
	margin: 0;
	font-weight: normal;
	}	

.radio input {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	}	


input.textbox {
	border: 0;
	margin-left: 12px;
	color: #8D0F6C;
	}	
input.textbox:active {
	border: 0;
	}

input.submit { 
	font-size: 16px; 
	line-height: 16px;
	background: #c5d886;
	color: #fff;
	padding: 6px 8px;
	border: 0;
	}
input.submit:active, input.submit:hover { 
	background: #8bb10d;
	}
	