@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.devforlife #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.devforlife #boxgrntop {
	background-image: url(images/boxgrntop.jpg);
	height: 30px;
}
.devforlife #boxgrnbtm {
	background-image: url(images/boxgrnbtm.jpg);
	height: 35px;
}
.devforlife #header {
	background-image: url(images/boxgrnmid.jpg);
	background-repeat: repeat-y;
	height: 130px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 9px;
}
.devforlife #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.devforlife #logobox {
	float: right;
	width: 512px;
	text-align: right;

	padding-top: 0px;
}
.devforlife #navbar {
	background-image: url(images/glassbar.jpg);
	background-repeat: no-repeat;
	height: 38px;
	padding-top: 7px;
	padding-left: 30px;
}
.devforlife #navbar a {
	color: #14490D;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 35px;
}
.devforlife #navbar a:hover {
	color: #FFF;
}
.devforlife #mainContent {
	background-image: url(images/boxwhtmid.jpg);
	background-repeat: repeat-y;
}
.devforlife #mainContent p {
	line-height: 18px;
}
.devforlife #mainContent h1 {
	margin: 0;
	font-size: 24px;
	color: #46682B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.devforlife #mainContent h2 {
	font-size: 16px;
	color: #203a08;
}
.devforlife #mainContent h3 {
	font-size: 14px;
	color: #46682B;
}
.devforlife #mainContent a {
	color: #46682B;
}
.devforlife #mainContent a:hover {
	color: #203a08;
	text-decoration: none;
}
.devforlife #mainContent ul {
	margin-left: 0px;
	padding-left: 40px;	
}
.devforlife #mainContent li {
	list-style-image: url(images/greenbullet.gif);
	padding-bottom: 7px;
		
}
.devforlife #rightcolumn350 {
	float: right;
	width: 350px;
	margin-left: 20px;
}
.devforlife #rightcolumn330 {
	float: right;
	width: 330px;
	margin-left: 20px;
}
.devforlife #rightcolumn330 ul {
	margin-left: 0px;
	padding-left: 70px;	
}
.devforlife #rightcolumn330 li {
	list-style-image: url(images/greenbullet.gif);
	padding-bottom: 7px;
		
}
.devforlife #rightcolumn200 {
	float: right;
	width: 200px;
	margin-left: 20px;
}
.devforlife #signup {
	color: #FFF;
	float: right;
	margin-top: 25px;
	text-align: left;
}
.devforlife #signup h3 {
	font-size: 12px;
	color: #cee6bb;
	margin-top: 0px;
	margin-bottom: 0px;
}
.devforlife #signup form {
	margin-top: 0px;
	margin-bottom: 0px;
}


.devforlife #picbox1 {
	width: 570px;


}
.devforlife #picbox1 img {
	margin-right: 10px;
}
.devforlife #picbox1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #46682B;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
}
.devforlife #picbox1 p {
	margin-top: 5px;
	margin-right: 5px;
}


.devforlife #rightcolumn350 {
	float: right;
	width: 350px;
}
.devforlife #rightcolumn350 ul {
	margin-left: 0px;
	padding-left: 100px;
	list-style-image: url(images/greenbullet.gif);	
}
.devforlife #rightcolumn350 li {
	padding-bottom: 7px;
	color: #203a08
}
.devforlife #watermark {
	background-image: url(images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	padding-right: 30px;
}
.devforlife #footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
.devforlife #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	color: #bad5a5;
}
.devforlife #footer a {
	color: #7eaa67;
	font-size: 11px;
	text-decoration: none;
	padding-right: 20px;
}
.devforlife #footer a:hover {
	color: #FFF;
}
.devforlife #clear {
	margin: 0;
}

.devforlife #bullets ul {
	margin-left: 0px;
	padding-left: 20px;
	list-style-image: url(images/greenbullet.gif);	
}
.devforlife #bullets li {
	padding-bottom: 7px;	
}
.formboxes1 {
	color: #46682B;
	background-color: #cee6bb;
	border: 1px solid #999999;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
