/* 
Green #2A9509
Light green #e6ffe1
 */

* {margin: 0px; padding: 0px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
}

.wrapper {
	width: 920px;
	margin: 0 auto;
	position: relative;
}
.box {
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.masthead {
	height: 210px;
}

#nav  {
	position: absolute;
	top: 90px;
	left: 330px;
}
#nav ul a {
	display: block;
	float: left;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: #666666;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: 17px;
}
#nav ul a:hover {
	text-decoration: none;
	color: #2A9509;
}
#nav li {display: inline;}


#content {
	background-image: url(../images/bgBody.gif);
	background-repeat: repeat-y;
	background-position: left top;
	z-index: 0;
}
.contentL {
	width: 280px;
	float: left;
	padding-bottom: 30px;
}
.contentR {
	float: right;
	width: 600px;
	padding-bottom: 30px;
}
.green {
	background-color: #e6ffe1;
}


p {
	padding-bottom: 25px;
	font-size: 15px;
	line-height: 24px;
}
h1 {
	text-indent: -9000px;
	background-image: url(../images/spine-logo.png);
	background-repeat: no-repeat;
	z-index: 9;
	position: absolute;
	width: 280px;
	left: 0px;
	top: 40px;
}
h1 a {
	display: block;
	height: 155px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #2A9509;
}
h3 {padding-bottom: 10px; color: #333333; padding-top: 20px;}


.bullet  {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

.bullet li {font-size: 14px; line-height: 20px; margin-bottom: 15px;}


a img {border: 0;}

.floatL {float: left;}
.floatR {float: right;}
.clear {clear: both;}

a:link, a:visited {text-decoration: underline; color: #454545; font-weight: bold;}
a:hover {text-decoration: none;}

.imgL {
	float: left;
	margin-right: 15px;
}
.imgR {float: right; margin-left: 20px;}
.imgC {
	margin-bottom: 30px;
}



.footnote {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	clear: both;
	line-height: 25px;
	padding-right: 20px;
}

#footer {
	padding-top: 100px;
	padding-bottom: 30px;
	clear: both;
}
#footer p, #footer a, #footer li {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding-bottom: 5px;
	color: #2A9509;
}



#footer a:hover {text-decoration: underline;}
#footer li {display: inline;}
#footer ul {margin: 0px;}
#emailFields {width: 250px;}
#emailFields input {width: 230px; border: none; text-align: center; background: none; margin: 7px 0 0 7px; font-size: 13px; line-height: 13px; height: 20px;}
#emailFields .input-bg {height: 35px; margin-bottom: 15px; position: relative; background-color: transparent; background: url(../images/formBG.jpg) no-repeat left top;}
#emailFields .drop-down {margin-bottom: 15px;}
#emailMessage {width: 340px;}
#emailMessage textarea {display: block; border: none; overflow: auto; height: 260px; width: 300px; position: absolute; top: 20px; left: 20px;}
#emailMessage .message-bg {height: 300px; background-color: transparent; background: url(../images/messageBG.jpg) no-repeat left top; position: relative;}
label {display: block; font-size: 11px;}
fieldset {border: none;}
label.error {position: absolute; top: -20px; right: 0px; padding: 3px; color: #da3939; font-size: 10px; text-align: right;}
input.submit-button {float: right;}
.greenB {
	background-image: url(../images/bgMasthead.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 210px;
}
table {
	border: 1px solid #2A9509;
	border-collapse: collapse;
	width: 90%;
	margin-bottom: 30px;
	clear: both;
	margin-left: 20px;
}
	
td {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
}

tr.highlight {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2A9509;
	font-size: 12px;
	line-height: 16px;
}
th {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

tr.striped {
	background-color: #FFFFFF;
}
